diff options
author | taca <taca@pkgsrc.org> | 2012-03-04 16:10:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-03-04 16:10:39 +0000 |
commit | d641bf5556b4d6d603527930f0ee641ebba1b6ff (patch) | |
tree | 9d3671eaf479595d3dd03aebb1573c5d962f7ae5 /lang/ruby-execjs | |
parent | 52ad5ff9e0bbe296cdf7aa35388a79c127c6a719 (diff) | |
download | pkgsrc-d641bf5556b4d6d603527930f0ee641ebba1b6ff.tar.gz |
Importing ruby-execjs package version 1.3.0.
ExecJS lets you run JavaScript code from Ruby.
Diffstat (limited to 'lang/ruby-execjs')
-rw-r--r-- | lang/ruby-execjs/DESCR | 1 | ||||
-rw-r--r-- | lang/ruby-execjs/Makefile | 14 | ||||
-rw-r--r-- | lang/ruby-execjs/PLIST | 20 | ||||
-rw-r--r-- | lang/ruby-execjs/distinfo | 5 |
4 files changed, 40 insertions, 0 deletions
diff --git a/lang/ruby-execjs/DESCR b/lang/ruby-execjs/DESCR new file mode 100644 index 00000000000..b40d86c8f04 --- /dev/null +++ b/lang/ruby-execjs/DESCR @@ -0,0 +1 @@ +ExecJS lets you run JavaScript code from Ruby. diff --git a/lang/ruby-execjs/Makefile b/lang/ruby-execjs/Makefile new file mode 100644 index 00000000000..bfa64bbb213 --- /dev/null +++ b/lang/ruby-execjs/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2012/03/04 16:10:39 taca Exp $ + +DISTNAME= execjs-1.3.0 +CATEGORIES= lang + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= https://github.com/sstephenson/execjs +COMMENT= Run JavaScript code from Ruby +LICENSE= mit + +DEPENDS+= ${RUBY_PKGPREFIX}-multi_json>=1.0<2:../../textproc/ruby-multi_json/ + +.include "../../lang/ruby/gem.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/lang/ruby-execjs/PLIST b/lang/ruby-execjs/PLIST new file mode 100644 index 00000000000..62f9c5b0acb --- /dev/null +++ b/lang/ruby-execjs/PLIST @@ -0,0 +1,20 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/04 16:10:39 taca Exp $ +${GEM_HOME}/cache/${GEM_NAME}.gem +${GEM_LIBDIR}/LICENSE +${GEM_LIBDIR}/README.md +${GEM_LIBDIR}/lib/execjs.rb +${GEM_LIBDIR}/lib/execjs/disabled_runtime.rb +${GEM_LIBDIR}/lib/execjs/external_runtime.rb +${GEM_LIBDIR}/lib/execjs/johnson_runtime.rb +${GEM_LIBDIR}/lib/execjs/module.rb +${GEM_LIBDIR}/lib/execjs/mustang_runtime.rb +${GEM_LIBDIR}/lib/execjs/ruby_racer_runtime.rb +${GEM_LIBDIR}/lib/execjs/ruby_rhino_runtime.rb +${GEM_LIBDIR}/lib/execjs/runtimes.rb +${GEM_LIBDIR}/lib/execjs/support/jsc_runner.js +${GEM_LIBDIR}/lib/execjs/support/jscript_runner.js +${GEM_LIBDIR}/lib/execjs/support/json2.js +${GEM_LIBDIR}/lib/execjs/support/node_runner.js +${GEM_LIBDIR}/lib/execjs/support/spidermonkey_runner.js +${GEM_LIBDIR}/lib/execjs/version.rb +${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/lang/ruby-execjs/distinfo b/lang/ruby-execjs/distinfo new file mode 100644 index 00000000000..3b1e733b924 --- /dev/null +++ b/lang/ruby-execjs/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2012/03/04 16:10:39 taca Exp $ + +SHA1 (execjs-1.3.0.gem) = 01096cbe48333e654267e2775183d7c66b96a207 +RMD160 (execjs-1.3.0.gem) = ec1f0523748e2af4d2b7d1823a83bc9ac767ab8d +Size (execjs-1.3.0.gem) = 14848 bytes |