pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rake-compiler
Module Name: pkgsrc
Committed By: taca
Date: Sun Sep 15 16:26:06 UTC 2024
Added Files:
pkgsrc/devel/ruby-rake-compiler: ALTERNATIVES DESCR Makefile PLIST
distinfo
Log Message:
devel/ruby-rake-compiler: add package version 1.2.7
What is rake-compiler?
rake-compiler is first and foremost a productivity tool for Ruby developers.
Its goal is to make the busy developer's life easier by simplifying the
building and packaging of Ruby extensions by simplifying code and reducing
duplication.
It follows convention over configuration by advocating a standardized build
and package structure for both C and Java based RubyGems.
rake-compiler is the result of many hard-won experiences dealing with
several diverse RubyGems that provided native extensions for different
platforms and different user configurations in different ways. Details such
as differences in code portability, differences in code clarity, and
differences in project directory structure often made it very difficult for
newcomers to those RubyGems.
>From these challenges, rake-compiler was born with the single-minded goal of
making the busy RubyGem developer's life much less difficult.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-rake-compiler/ALTERNATIVES \
pkgsrc/devel/ruby-rake-compiler/DESCR \
pkgsrc/devel/ruby-rake-compiler/Makefile \
pkgsrc/devel/ruby-rake-compiler/PLIST \
pkgsrc/devel/ruby-rake-compiler/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/devel/ruby-rake-compiler/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/ruby-rake-compiler/ALTERNATIVES:1.1
--- /dev/null Sun Sep 15 16:26:06 2024
+++ pkgsrc/devel/ruby-rake-compiler/ALTERNATIVES Sun Sep 15 16:26:06 2024
@@ -0,0 +1 @@
+bin/rake-compiler @PREFIX@/bin/rake-compiler@RUBY_SUFFIX@
Index: pkgsrc/devel/ruby-rake-compiler/DESCR
diff -u /dev/null pkgsrc/devel/ruby-rake-compiler/DESCR:1.1
--- /dev/null Sun Sep 15 16:26:06 2024
+++ pkgsrc/devel/ruby-rake-compiler/DESCR Sun Sep 15 16:26:06 2024
@@ -0,0 +1,19 @@
+What is rake-compiler?
+
+rake-compiler is first and foremost a productivity tool for Ruby developers.
+Its goal is to make the busy developer's life easier by simplifying the
+building and packaging of Ruby extensions by simplifying code and reducing
+duplication.
+
+It follows convention over configuration by advocating a standardized build
+and package structure for both C and Java based RubyGems.
+
+rake-compiler is the result of many hard-won experiences dealing with
+several diverse RubyGems that provided native extensions for different
+platforms and different user configurations in different ways. Details such
+as differences in code portability, differences in code clarity, and
+differences in project directory structure often made it very difficult for
+newcomers to those RubyGems.
+
+From these challenges, rake-compiler was born with the single-minded goal of
+making the busy RubyGem developer's life much less difficult.
Index: pkgsrc/devel/ruby-rake-compiler/Makefile
diff -u /dev/null pkgsrc/devel/ruby-rake-compiler/Makefile:1.1
--- /dev/null Sun Sep 15 16:26:06 2024
+++ pkgsrc/devel/ruby-rake-compiler/Makefile Sun Sep 15 16:26:06 2024
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2024/09/15 16:26:06 taca Exp $
+
+DISTNAME= rake-compiler-1.2.7
+CATEGORIES= devel
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/rake-compiler/rake-compiler
+COMMENT= Rake-based Ruby Extension (C, Java) task generator
+LICENSE= mit
+
+USE_LANGUAGES= # none
+
+RUBYGEM_OPTIONS+= --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-rake-compiler/PLIST
diff -u /dev/null pkgsrc/devel/ruby-rake-compiler/PLIST:1.1
--- /dev/null Sun Sep 15 16:26:06 2024
+++ pkgsrc/devel/ruby-rake-compiler/PLIST Sun Sep 15 16:26:06 2024
@@ -0,0 +1,41 @@
+@comment $NetBSD: PLIST,v 1.1 2024/09/15 16:26:06 taca Exp $
+bin/rake-compiler${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/Gemfile
+${GEM_LIBDIR}/History.md
+${GEM_LIBDIR}/LICENSE.txt
+${GEM_LIBDIR}/README.md
+${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/compiler_config.rb
+${GEM_LIBDIR}/lib/rake/extensioncompiler.rb
+${GEM_LIBDIR}/lib/rake/extensiontask.rb
+${GEM_LIBDIR}/lib/rake/javaextensiontask.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/rspec.rake
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-rake-compiler/distinfo
diff -u /dev/null pkgsrc/devel/ruby-rake-compiler/distinfo:1.1
--- /dev/null Sun Sep 15 16:26:06 2024
+++ pkgsrc/devel/ruby-rake-compiler/distinfo Sun Sep 15 16:26:06 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/09/15 16:26:06 taca Exp $
+
+BLAKE2s (rake-compiler-1.2.7.gem) = c31c34ca933f646ac2a09aee54e3cdbb47f852dfd6d36eabb46e13ac5eb5492d
+SHA512 (rake-compiler-1.2.7.gem) = 5f64266dcd0e580aa7bcf27c47e2a9d2291bc92043759a9dea62a48729f08bb9e1d36018a979a368df59235bc42a2d280a48db796a638f880e1ef524a3b874ce
+Size (rake-compiler-1.2.7.gem) = 35328 bytes
Home |
Main Index |
Thread Index |
Old Index