pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/ruby-coffee-rails



Module Name:    pkgsrc
Committed By:   taca
Date:           Sun Mar  3 15:45:40 UTC 2019

Added Files:
        pkgsrc/www/ruby-coffee-rails: DESCR Makefile PLIST distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/www/ruby-coffee-rails/DESCR \
    pkgsrc/www/ruby-coffee-rails/Makefile pkgsrc/www/ruby-coffee-rails/PLIST \
    pkgsrc/www/ruby-coffee-rails/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/www/ruby-coffee-rails/DESCR
diff -u /dev/null pkgsrc/www/ruby-coffee-rails/DESCR:1.1
--- /dev/null   Sun Mar  3 15:45:40 2019
+++ pkgsrc/www/ruby-coffee-rails/DESCR  Sun Mar  3 15:45:40 2019
@@ -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).
Index: pkgsrc/www/ruby-coffee-rails/Makefile
diff -u /dev/null pkgsrc/www/ruby-coffee-rails/Makefile:1.1
--- /dev/null   Sun Mar  3 15:45:40 2019
+++ pkgsrc/www/ruby-coffee-rails/Makefile       Sun Mar  3 15:45:40 2019
@@ -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"
Index: pkgsrc/www/ruby-coffee-rails/PLIST
diff -u /dev/null pkgsrc/www/ruby-coffee-rails/PLIST:1.1
--- /dev/null   Sun Mar  3 15:45:40 2019
+++ pkgsrc/www/ruby-coffee-rails/PLIST  Sun Mar  3 15:45:40 2019
@@ -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
Index: pkgsrc/www/ruby-coffee-rails/distinfo
diff -u /dev/null pkgsrc/www/ruby-coffee-rails/distinfo:1.1
--- /dev/null   Sun Mar  3 15:45:40 2019
+++ pkgsrc/www/ruby-coffee-rails/distinfo       Sun Mar  3 15:45:40 2019
@@ -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