pkgsrc-WIP-changes archive

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

ruby-rake-compiler: Import ruby-rake-compiler-1.0.4 as wip/ruby-rake-compiler



Module Name:	pkgsrc-wip
Committed By:	Antonio Huete Jimenez <tuxillo%quantumachine.net@localhost>
Pushed By:	tuxillo
Date:		Sat Jun 23 17:16:42 2018 +0000
Changeset:	f11bbbc845320c7fbd5c2b9a93954e685925937f

Modified Files:
	Makefile
Added Files:
	ruby-rake-compiler/DESCR
	ruby-rake-compiler/Makefile
	ruby-rake-compiler/PLIST
	ruby-rake-compiler/distinfo

Log Message:
ruby-rake-compiler: Import ruby-rake-compiler-1.0.4 as wip/ruby-rake-compiler

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

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

diffstat:
 Makefile                    |  1 +
 ruby-rake-compiler/DESCR    |  4 ++++
 ruby-rake-compiler/Makefile | 14 +++++++++++++
 ruby-rake-compiler/PLIST    | 49 +++++++++++++++++++++++++++++++++++++++++++++
 ruby-rake-compiler/distinfo |  6 ++++++
 5 files changed, 74 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 337f5ea2a8..def18a4057 100644
--- a/Makefile
+++ b/Makefile
@@ -4059,6 +4059,7 @@ SUBDIR+=	ruby-libv8
 SUBDIR+=	ruby-neovim
 SUBDIR+=	ruby-passenger
 SUBDIR+=	ruby-rack-flash3
+SUBDIR+=	ruby-rake-compiler
 SUBDIR+=	ruby-redmine
 SUBDIR+=	ruby-review
 SUBDIR+=	ruby-roo-xls
diff --git a/ruby-rake-compiler/DESCR b/ruby-rake-compiler/DESCR
new file mode 100644
index 0000000000..7f4e404344
--- /dev/null
+++ b/ruby-rake-compiler/DESCR
@@ -0,0 +1,4 @@
+= rake-compiler: Build and package Ruby extensions (C, Java) using Rake.
+
+Provide a standard and simplified way to build and package Ruby
+extensions (C, Java) using Rake as glue.
diff --git a/ruby-rake-compiler/Makefile b/ruby-rake-compiler/Makefile
new file mode 100644
index 0000000000..c261af13ed
--- /dev/null
+++ b/ruby-rake-compiler/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	rake-compiler-1.0.4
+CATEGORIES=	devel
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/rake-compiler/rake-compiler
+COMMENT=	Build extensions (C, Java) with Rake
+LICENSE=	mit
+
+DEPENDS+=       ${RUBY_PKGPREFIX}-base:../../lang/${RUBY_PKGPREFIX}-base
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/ruby-rake-compiler/PLIST b/ruby-rake-compiler/PLIST
new file mode 100644
index 0000000000..f161819720
--- /dev/null
+++ b/ruby-rake-compiler/PLIST
@@ -0,0 +1,49 @@
+@comment $NetBSD$
+bin/rake-compiler
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.txt
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.rdoc
+${GEM_LIBDIR}/Rakefile
+${GEM_LIBDIR}/appveyor.yml
+${GEM_LIBDIR}/bin/rake-compiler
+${GEM_LIBDIR}/cucumber.yml
+${GEM_LIBDIR}/features/compile.feature
+${GEM_LIBDIR}/features/cross-compile.feature
+${GEM_LIBDIR}/features/cross-package-multi.feature
+${GEM_LIBDIR}/features/cross-package.feature
+${GEM_LIBDIR}/features/java-compile.feature
+${GEM_LIBDIR}/features/java-no-native-compile.feature
+${GEM_LIBDIR}/features/java-package.feature
+${GEM_LIBDIR}/features/package.feature
+${GEM_LIBDIR}/features/step_definitions/compilation.rb
+${GEM_LIBDIR}/features/step_definitions/cross_compilation.rb
+${GEM_LIBDIR}/features/step_definitions/execution.rb
+${GEM_LIBDIR}/features/step_definitions/folders.rb
+${GEM_LIBDIR}/features/step_definitions/gem.rb
+${GEM_LIBDIR}/features/step_definitions/java_compilation.rb
+${GEM_LIBDIR}/features/support/env.rb
+${GEM_LIBDIR}/features/support/file_template_helpers.rb
+${GEM_LIBDIR}/features/support/generator_helpers.rb
+${GEM_LIBDIR}/features/support/platform_extension_helpers.rb
+${GEM_LIBDIR}/lib/rake/baseextensiontask.rb
+${GEM_LIBDIR}/lib/rake/extensioncompiler.rb
+${GEM_LIBDIR}/lib/rake/extensiontask.rb
+${GEM_LIBDIR}/lib/rake/javaextensiontask.rb
+${GEM_LIBDIR}/spec/lib/rake/extensiontask_spec.rb
+${GEM_LIBDIR}/spec/lib/rake/javaextensiontask_spec.rb
+${GEM_LIBDIR}/spec/spec.opts
+${GEM_LIBDIR}/spec/spec_helper.rb
+${GEM_LIBDIR}/spec/support/capture_output_helper.rb
+${GEM_LIBDIR}/tasks/bin/cross-ruby.rake
+${GEM_LIBDIR}/tasks/bootstrap.rake
+${GEM_LIBDIR}/tasks/common.rake
+${GEM_LIBDIR}/tasks/cucumber.rake
+${GEM_LIBDIR}/tasks/gem.rake
+${GEM_LIBDIR}/tasks/news.rake
+${GEM_LIBDIR}/tasks/release.rake
+${GEM_LIBDIR}/tasks/rspec.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
+@pkgdir lib/ruby/gems/2.4.0/extensions
+@pkgdir lib/ruby/gems/2.4.0/build_info
diff --git a/ruby-rake-compiler/distinfo b/ruby-rake-compiler/distinfo
new file mode 100644
index 0000000000..5143c9552a
--- /dev/null
+++ b/ruby-rake-compiler/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (rake-compiler-1.0.4.gem) = eb91d70582b64363e82d269241ac9f38dec5b058
+RMD160 (rake-compiler-1.0.4.gem) = a9994692e4813fc68bd5a720afa4e7c12dee7d5a
+SHA512 (rake-compiler-1.0.4.gem) = 009118df874ec63ea1257b6b2e8626848df6f223e16dfc834d6346ffad6ac4b7acaabfe9d5f4a97591f725ba3353ed5329f67ce9cf7564c71855f4aeed2727b0
+Size (rake-compiler-1.0.4.gem) = 36864 bytes


Home | Main Index | Thread Index | Old Index