diff options
author | taca <taca@pkgsrc.org> | 2012-03-04 16:14:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-04 16:14:42 +0000 |
commit | 900f075d00150b2a36c785a44c7a76010fc4ca1b (patch) | |
tree | 487854b975ed59cd1f21b4e727a713251d08a11b /lang/ruby-coffee-script | |
parent | 0ed64283604d9f2fae372d93a66c97d2dc5d30b1 (diff) | |
download | pkgsrc-900f075d00150b2a36c785a44c7a76010fc4ca1b.tar.gz |
Importing ruby-coffee-script package version 2.2.0.
Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler.
Diffstat (limited to 'lang/ruby-coffee-script')
-rw-r--r-- | lang/ruby-coffee-script/DESCR | 1 | ||||
-rw-r--r-- | lang/ruby-coffee-script/Makefile | 15 | ||||
-rw-r--r-- | lang/ruby-coffee-script/PLIST | 7 | ||||
-rw-r--r-- | lang/ruby-coffee-script/distinfo | 5 |
4 files changed, 28 insertions, 0 deletions
diff --git a/lang/ruby-coffee-script/DESCR b/lang/ruby-coffee-script/DESCR new file mode 100644 index 00000000000..af073e3ecfc --- /dev/null +++ b/lang/ruby-coffee-script/DESCR @@ -0,0 +1 @@ +Ruby CoffeeScript is a bridge to the JS CoffeeScript compiler. diff --git a/lang/ruby-coffee-script/Makefile b/lang/ruby-coffee-script/Makefile new file mode 100644 index 00000000000..14368d972da --- /dev/null +++ b/lang/ruby-coffee-script/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/04 16:14:42 taca Exp $ + +DISTNAME= coffee-script-2.2.0 +CATEGORIES= lang + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://github.com/josh/ruby-coffee-script/ +COMMENT= Ruby CoffeeScript Compiler +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-coffee-script-source>=0:../../lang/ruby-coffee-script-source +DEPENDS+= ${RUBY_PKGPREFIX}-execjs>=0:../../lang/ruby-execjs + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/ruby-coffee-script/PLIST b/lang/ruby-coffee-script/PLIST new file mode 100644 index 00000000000..a8dbca72228 --- /dev/null +++ b/lang/ruby-coffee-script/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/04 16:14:42 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/coffee-script.rb +${GEM_LIBDIR}/lib/coffee_script.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/lang/ruby-coffee-script/distinfo b/lang/ruby-coffee-script/distinfo new file mode 100644 index 00000000000..67aea427a1a --- /dev/null +++ b/lang/ruby-coffee-script/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/04 16:14:42 taca Exp $ + +SHA1 (coffee-script-2.2.0.gem) = f63e4a5a86295e3011c9e561fe8a9177468abb08 +RMD160 (coffee-script-2.2.0.gem) = 8e4a97c9cff87eafb1c81b1b8a6b8ebb576f79aa +Size (coffee-script-2.2.0.gem) = 5120 bytes |