Importing www/ruby-coffee-rails31 version 3.1.1.
This version is for Ruby on Rails 3.1. Coffee Script adapter for the Rails asset pipeline.
This commit is contained in:
parent
5382ef1ed8
commit
823ecdf486
4 changed files with 45 additions and 0 deletions
1
www/ruby-coffee-rails31/DESCR
Normal file
1
www/ruby-coffee-rails31/DESCR
Normal file
|
@ -0,0 +1 @@
|
|||
Coffee Script adapter for the Rails asset pipeline.
|
17
www/ruby-coffee-rails31/Makefile
Normal file
17
www/ruby-coffee-rails31/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/03/20 13:15:44 taca Exp $
|
||||
|
||||
DISTNAME= coffee-rails-3.1.1
|
||||
CATEGORIES= www
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= https://github.com/rails/coffee-rails/tree/3-1-stable/
|
||||
COMMENT= Coffee Script adapter for the Rails 3.1 asset pipeline
|
||||
LICENSE= mit
|
||||
|
||||
DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script>=2.2.0:../../lang/ruby-coffee-script
|
||||
DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
|
||||
|
||||
RUBY_RAILS_SUPPORTED= 31
|
||||
|
||||
.include "../../lang/ruby/gem.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
22
www/ruby-coffee-rails31/PLIST
Normal file
22
www/ruby-coffee-rails31/PLIST
Normal file
|
@ -0,0 +1,22 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/20 13:15:44 taca Exp $
|
||||
${GEM_HOME}/cache/${GEM_NAME}.gem
|
||||
${GEM_LIBDIR}/.gitignore
|
||||
${GEM_LIBDIR}/Gemfile
|
||||
${GEM_LIBDIR}/MIT-LICENSE
|
||||
${GEM_LIBDIR}/README.markdown
|
||||
${GEM_LIBDIR}/Rakefile
|
||||
${GEM_LIBDIR}/coffee-rails.gemspec
|
||||
${GEM_LIBDIR}/lib/coffee-rails.rb
|
||||
${GEM_LIBDIR}/lib/coffee/rails/railtie.rb
|
||||
${GEM_LIBDIR}/lib/coffee/rails/template_handler.rb
|
||||
${GEM_LIBDIR}/lib/coffee/rails/version.rb
|
||||
${GEM_LIBDIR}/lib/rails/generators/coffee/assets/assets_generator.rb
|
||||
${GEM_LIBDIR}/lib/rails/generators/coffee/assets/templates/javascript.js.coffee
|
||||
${GEM_LIBDIR}/test/assets_generator_test.rb
|
||||
${GEM_LIBDIR}/test/controller_generator_test.rb
|
||||
${GEM_LIBDIR}/test/scaffold_generator_test.rb
|
||||
${GEM_LIBDIR}/test/support/routes.rb
|
||||
${GEM_LIBDIR}/test/support/site/index.js.coffee
|
||||
${GEM_LIBDIR}/test/template_handler_test.rb
|
||||
${GEM_LIBDIR}/test/test_helper.rb
|
||||
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
|
5
www/ruby-coffee-rails31/distinfo
Normal file
5
www/ruby-coffee-rails31/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/03/20 13:15:44 taca Exp $
|
||||
|
||||
SHA1 (coffee-rails-3.1.1.gem) = 2a9f69de86775c480c29099c7f288256835959ea
|
||||
RMD160 (coffee-rails-3.1.1.gem) = 6d469a7ce77111d2809fc99d8a354e132fe3542a
|
||||
Size (coffee-rails-3.1.1.gem) = 6656 bytes
|
Loading…
Reference in a new issue