Import ruby-sprockets 2.0.3, a Rails 3.1 dependency
Sprockets is a Ruby library for compiling and serving web assets. It features declarative dependency management for JavaScript and CSS assets, as well as a powerful preprocessor pipeline that allows you to write assets in languages like CoffeeScript, Sass, SCSS and LESS. OK claudio@
This commit is contained in:
parent
ea4a3cb0a9
commit
faa434680e
25
devel/ruby-sprockets/Makefile
Normal file
25
devel/ruby-sprockets/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2011/12/13 17:37:06 jeremy Exp $
|
||||
|
||||
COMMENT = rack-based asset packaging system
|
||||
|
||||
DISTNAME = sprockets-2.0.3
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = https://github.com/sstephenson/sprockets
|
||||
|
||||
# MIT License
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
PERMIT_PACKAGE_FTP = Yes
|
||||
PERMIT_DISTFILES_CDROM = Yes
|
||||
PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
MODULES = lang/ruby
|
||||
|
||||
CONFIGURE_STYLE = ruby gem
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = www/ruby-rack,${MODRUBY_FLAVOR}>=1.0,<2.0 \
|
||||
devel/ruby-tilt,${MODRUBY_FLAVOR}>=1.1,<2.0 \
|
||||
devel/ruby-hike,${MODRUBY_FLAVOR}>=1.2,<2.0
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/ruby-sprockets/distinfo
Normal file
5
devel/ruby-sprockets/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (sprockets-2.0.3.gem) = p2IPrECVGHQQEX9XLKDUIQ==
|
||||
RMD160 (sprockets-2.0.3.gem) = jdXPtTWXuJJrhNsSdHQp8ymiBdU=
|
||||
SHA1 (sprockets-2.0.3.gem) = F9iBa7jLzCfcmu6YxIb2RymMOZ0=
|
||||
SHA256 (sprockets-2.0.3.gem) = cR0hxF3+oM4dxSkC/d+ngXMTGUXXCmAXfQ46uY8S4qs=
|
||||
SIZE (sprockets-2.0.3.gem) = 32768
|
4
devel/ruby-sprockets/pkg/DESCR
Normal file
4
devel/ruby-sprockets/pkg/DESCR
Normal file
@ -0,0 +1,4 @@
|
||||
Sprockets is a Ruby library for compiling and serving web assets. It
|
||||
features declarative dependency management for JavaScript and CSS
|
||||
assets, as well as a powerful preprocessor pipeline that allows you to
|
||||
write assets in languages like CoffeeScript, Sass, SCSS and LESS.
|
36
devel/ruby-sprockets/pkg/PLIST
Normal file
36
devel/ruby-sprockets/pkg/PLIST
Normal file
@ -0,0 +1,36 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2011/12/13 17:37:06 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/LICENSE
|
||||
${GEM_LIB}/gems/${DISTNAME}/README.md
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/asset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/asset_attributes.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/base.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/bundled_asset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/cache/
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/cache/file_store.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/caching.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/charset_normalizer.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/context.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/digest.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/directive_processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/eco_template.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/ejs_template.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/engines.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/environment.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/index.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/jst_processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/mime.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/processing.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/processor.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/safety_colons.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/server.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/static_asset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/trail.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/utils.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sprockets/version.rb
|
||||
${GEM_LIB}/specifications/${DISTNAME}.gemspec
|
Loading…
Reference in New Issue
Block a user