pkgsrc-WIP-changes archive

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

ruby-therubyrhino: Import ruby-therubyrhino-2.1.2 as wip/ruby-therubyrhino



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Fri Nov 3 15:46:09 2023 +0900
Changeset:	6c2d3eab49b111d54dc618078e6f7cca3040c40a

Modified Files:
	Makefile
Added Files:
	ruby-therubyrhino/DESCR
	ruby-therubyrhino/Makefile
	ruby-therubyrhino/PLIST
	ruby-therubyrhino/distinfo

Log Message:
ruby-therubyrhino: Import ruby-therubyrhino-2.1.2 as wip/ruby-therubyrhino

Call javascript code and manipulate javascript objects from ruby. Call
ruby code and manipulate ruby objects from javascript.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6c2d3eab49b111d54dc618078e6f7cca3040c40a

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

diffstat:
 Makefile                   |  1 +
 ruby-therubyrhino/DESCR    |  2 ++
 ruby-therubyrhino/Makefile | 14 ++++++++++++++
 ruby-therubyrhino/PLIST    | 41 +++++++++++++++++++++++++++++++++++++++++
 ruby-therubyrhino/distinfo |  5 +++++
 5 files changed, 63 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 988edfe6ac..54c4e15fdc 100644
--- a/Makefile
+++ b/Makefile
@@ -4948,6 +4948,7 @@ SUBDIR+=	ruby-taskwarrior-web
 SUBDIR+=	ruby-teamocil
 SUBDIR+=	ruby-termit
 SUBDIR+=	ruby-therubyracer
+SUBDIR+=	ruby-therubyrhino
 SUBDIR+=	ruby-therubyrhino_jar
 SUBDIR+=	ruby-travis
 SUBDIR+=	ruby-treetop16
diff --git a/ruby-therubyrhino/DESCR b/ruby-therubyrhino/DESCR
new file mode 100644
index 0000000000..72f526754a
--- /dev/null
+++ b/ruby-therubyrhino/DESCR
@@ -0,0 +1,2 @@
+Call javascript code and manipulate javascript objects from ruby. Call
+ruby code and manipulate ruby objects from javascript.
diff --git a/ruby-therubyrhino/Makefile b/ruby-therubyrhino/Makefile
new file mode 100644
index 0000000000..c7a0d0953c
--- /dev/null
+++ b/ruby-therubyrhino/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	therubyrhino-2.1.2
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/rubyjs/therubyrhino
+COMMENT=	Embed the Mozilla Rhino JavaScript interpreter into Ruby
+LICENSE=	mit
+
+DEPENDS+=	${RUBY_PKGPREFIX}-therubyrhino_jar>=1.7.4<1.7.9:../../wip/ruby-therubyrhino_jar
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-therubyrhino/PLIST b/ruby-therubyrhino/PLIST
new file mode 100644
index 0000000000..1e6a8ee7a8
--- /dev/null
+++ b/ruby-therubyrhino/PLIST
@@ -0,0 +1,41 @@
+@comment $NetBSD$
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.gitignore
+${GEM_LIBDIR}/.rspec
+${GEM_LIBDIR}/.travis.yml
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.md
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/lib/rhino.rb
+${GEM_LIBDIR}/lib/rhino/context.rb
+${GEM_LIBDIR}/lib/rhino/deprecations.rb
+${GEM_LIBDIR}/lib/rhino/error.rb
+${GEM_LIBDIR}/lib/rhino/object.rb
+${GEM_LIBDIR}/lib/rhino/rhino_ext.rb
+${GEM_LIBDIR}/lib/rhino/ruby.rb
+${GEM_LIBDIR}/lib/rhino/ruby/access.rb
+${GEM_LIBDIR}/lib/rhino/ruby/attribute_access.rb
+${GEM_LIBDIR}/lib/rhino/ruby/default_access.rb
+${GEM_LIBDIR}/lib/rhino/version.rb
+${GEM_LIBDIR}/lib/rhino/wormhole.rb
+${GEM_LIBDIR}/spec/rhino/access_spec.rb
+${GEM_LIBDIR}/spec/rhino/context_spec.rb
+${GEM_LIBDIR}/spec/rhino/deprecations_spec.rb
+${GEM_LIBDIR}/spec/rhino/error_spec.rb
+${GEM_LIBDIR}/spec/rhino/integration/bar.js
+${GEM_LIBDIR}/spec/rhino/integration/foo.js
+${GEM_LIBDIR}/spec/rhino/integration/index.js
+${GEM_LIBDIR}/spec/rhino/integration/loop.js
+${GEM_LIBDIR}/spec/rhino/integration/loop/element1.js
+${GEM_LIBDIR}/spec/rhino/integration/loop/element2.js
+${GEM_LIBDIR}/spec/rhino/integration_spec.rb
+${GEM_LIBDIR}/spec/rhino/redjs_spec.rb
+${GEM_LIBDIR}/spec/rhino/rhino_ext_spec.rb
+${GEM_LIBDIR}/spec/rhino/ruby_spec.rb
+${GEM_LIBDIR}/spec/rhino/wormhole_spec.rb
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/therubyrhino.gemspec
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/3.2.0/plugins
+@pkgdir lib/ruby/gems/3.2.0/extensions
diff --git a/ruby-therubyrhino/distinfo b/ruby-therubyrhino/distinfo
new file mode 100644
index 0000000000..3eaf502b69
--- /dev/null
+++ b/ruby-therubyrhino/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (therubyrhino-2.1.2.gem) = 51154520d231f061cd2d462dc3d40ef2430966b5f13666af3a5251e2e94435dd
+SHA512 (therubyrhino-2.1.2.gem) = a544b9c7958b53f9081231642e91897240e4a26c41e8d147f7d3b527bb83af99728c2a076cd313d9ab5a9f0ea01d6d45cce8b439dfff301af604bc0a701aa530
+Size (therubyrhino-2.1.2.gem) = 33280 bytes


Home | Main Index | Thread Index | Old Index