pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/ruby-coffee-rails www/ruby-coffee-rails: add packa...
details: https://anonhg.NetBSD.org/pkgsrc/rev/3158a773c320
branches: trunk
changeset: 392505:3158a773c320
user: taca <taca%pkgsrc.org@localhost>
date: Sun Mar 03 15:45:40 2019 +0000
description:
www/ruby-coffee-rails: add package version 4.2.2
Add ruby-coffee-rails package version 4.2.2 which supported by Ruby on
Rails 4.2 and later.
CoffeeScript adapter for the Rails asset pipeline. Also adds support to use
CoffeeScript to respond to JavaScript requests (use `.coffee` views).
diffstat:
www/ruby-coffee-rails/DESCR | 2 ++
www/ruby-coffee-rails/Makefile | 20 ++++++++++++++++++++
www/ruby-coffee-rails/PLIST | 14 ++++++++++++++
www/ruby-coffee-rails/distinfo | 6 ++++++
4 files changed, 42 insertions(+), 0 deletions(-)
diffs (58 lines):
diff -r 6c01e5aeb83b -r 3158a773c320 www/ruby-coffee-rails/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-coffee-rails/DESCR Sun Mar 03 15:45:40 2019 +0000
@@ -0,0 +1,2 @@
+CoffeeScript adapter for the Rails asset pipeline. Also adds support to use
+CoffeeScript to respond to JavaScript requests (use `.coffee` views).
diff -r 6c01e5aeb83b -r 3158a773c320 www/ruby-coffee-rails/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-coffee-rails/Makefile Sun Mar 03 15:45:40 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/03/03 15:45:40 taca Exp $
+
+DISTNAME= coffee-rails-4.2.2
+PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rails-/rails${RUBY_RAILS}-/}
+CATEGORIES= www
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rails/coffee-rails
+COMMENT= Coffee Script adapter for the Rails asset pipeline
+LICENSE= mit
+
+DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script>=2.2.0:../../lang/ruby-coffee-script
+DEPENDS+= ${RUBY_RAILTIES_DEPENDS}
+
+USE_LANGUAGES= # none
+
+RUBY_RAILS_ACCEPTED= 42 51
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 6c01e5aeb83b -r 3158a773c320 www/ruby-coffee-rails/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-coffee-rails/PLIST Sun Mar 03 15:45:40 2019 +0000
@@ -0,0 +1,14 @@
+@comment $NetBSD: PLIST,v 1.1 2019/03/03 15:45:40 taca Exp $
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/CHANGELOG.md
+${GEM_LIBDIR}/MIT-LICENSE
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/lib/assets/javascripts/coffee-script.js.erb
+${GEM_LIBDIR}/lib/coffee-rails.rb
+${GEM_LIBDIR}/lib/coffee/rails/engine.rb
+${GEM_LIBDIR}/lib/coffee/rails/js_hook.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.coffee
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
diff -r 6c01e5aeb83b -r 3158a773c320 www/ruby-coffee-rails/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/ruby-coffee-rails/distinfo Sun Mar 03 15:45:40 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/03/03 15:45:40 taca Exp $
+
+SHA1 (coffee-rails-4.2.2.gem) = 6de60589dd4320928e96e58bdf48a74ebd84a9d6
+RMD160 (coffee-rails-4.2.2.gem) = e57f88e09a59994e9e56f55944093c440377ac13
+SHA512 (coffee-rails-4.2.2.gem) = 7a6f750d51c058a34d7bab541aac41ac655a7caa7c947ac078307b930aa97f5e77ec1e2b8eac1a44266a5c25b8194aaa4dbc3f27e9cac34b7feb380083e2e756
+Size (coffee-rails-4.2.2.gem) = 7168 bytes
Home |
Main Index |
Thread Index |
Old Index