pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-rb_sys
Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Nov  3 05:38:50 UTC 2025
Added Files:
        pkgsrc/devel/ruby-rb_sys: DESCR Makefile PLIST distinfo
Log Message:
devel/ruby-rb_sys: add package version 0.9.117
This package is required by ruby-commonmarker23 package.
The rb_sys gem
The rb_sys gem makes it easy to build native Ruby extensions in Rust.
It interoperates with existing Ruby native extension toolchains
(i.e. rake-compiler) to make testing, building, and cross-compilation of
gems easy.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/ruby-rb_sys/DESCR \
    pkgsrc/devel/ruby-rb_sys/Makefile pkgsrc/devel/ruby-rb_sys/PLIST \
    pkgsrc/devel/ruby-rb_sys/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-rb_sys/DESCR
diff -u /dev/null pkgsrc/devel/ruby-rb_sys/DESCR:1.1
--- /dev/null   Mon Nov  3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/DESCR      Mon Nov  3 05:38:50 2025
@@ -0,0 +1,6 @@
+The rb_sys gem
+
+The rb_sys gem makes it easy to build native Ruby extensions in Rust.
+It interoperates with existing Ruby native extension toolchains
+(i.e. rake-compiler) to make testing, building, and cross-compilation of
+gems easy.
Index: pkgsrc/devel/ruby-rb_sys/Makefile
diff -u /dev/null pkgsrc/devel/ruby-rb_sys/Makefile:1.1
--- /dev/null   Mon Nov  3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/Makefile   Mon Nov  3 05:38:50 2025
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2025/11/03 05:38:50 taca Exp $
+
+DISTNAME=      rb_sys-0.9.117
+CATEGORIES=    devel
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://oxidize-rb.github.io/rb-sys/
+COMMENT=       Helpers for compiling Rust extensions for ruby
+LICENSE=       mit
+
+DEPENDS+=      ${RUBY_PKGPREFIX}-rake-compiler-dock>=1.9.1<1.10:../../devel/ruby-rake-compiler-dock
+
+USE_LANGUAGES= # none
+
+RUBYGEM_OPTIONS+=      --format-executable
+
+.include "../../lang/ruby/gem.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-rb_sys/PLIST
diff -u /dev/null pkgsrc/devel/ruby-rb_sys/PLIST:1.1
--- /dev/null   Mon Nov  3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/PLIST      Mon Nov  3 05:38:50 2025
@@ -0,0 +1,23 @@
+@comment $NetBSD: PLIST,v 1.1 2025/11/03 05:38:50 taca Exp $
+bin/rb-sys-dock${RUBY_SUFFIX}
+${GEM_HOME}/cache/${GEM_NAME}.gem
+${GEM_LIBDIR}/.yardopts
+${GEM_LIBDIR}/LICENSE-APACHE
+${GEM_LIBDIR}/LICENSE-MIT
+${GEM_LIBDIR}/README.md
+${GEM_LIBDIR}/certs/ianks.pem
+${GEM_LIBDIR}/exe/rb-sys-dock
+${GEM_LIBDIR}/lib/rb_sys.rb
+${GEM_LIBDIR}/lib/rb_sys/cargo.rb
+${GEM_LIBDIR}/lib/rb_sys/cargo/metadata.rb
+${GEM_LIBDIR}/lib/rb_sys/cargo_builder.rb
+${GEM_LIBDIR}/lib/rb_sys/cargo_builder/link_flag_converter.rb
+${GEM_LIBDIR}/lib/rb_sys/error.rb
+${GEM_LIBDIR}/lib/rb_sys/extensiontask.rb
+${GEM_LIBDIR}/lib/rb_sys/mkmf.rb
+${GEM_LIBDIR}/lib/rb_sys/mkmf/config.rb
+${GEM_LIBDIR}/lib/rb_sys/toolchain_info.rb
+${GEM_LIBDIR}/lib/rb_sys/toolchain_info/data.rb
+${GEM_LIBDIR}/lib/rb_sys/util/logger.rb
+${GEM_LIBDIR}/lib/rb_sys/version.rb
+${GEM_HOME}/specifications/${GEM_NAME}.gemspec
Index: pkgsrc/devel/ruby-rb_sys/distinfo
diff -u /dev/null pkgsrc/devel/ruby-rb_sys/distinfo:1.1
--- /dev/null   Mon Nov  3 05:38:50 2025
+++ pkgsrc/devel/ruby-rb_sys/distinfo   Mon Nov  3 05:38:50 2025
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2025/11/03 05:38:50 taca Exp $
+
+BLAKE2s (rb_sys-0.9.117.gem) = 193f830c11d71922d5de38836ddaff18c56575b64e53480bf05cb447d52af18b
+SHA512 (rb_sys-0.9.117.gem) = 307407a1d91117bff054547899f70fa70729d03787973004d0890320291f040bac2e93b09ceda6a2c92bbc9faedeed234eb932be0efeeaf9211c79e4579b0110
+Size (rb_sys-0.9.117.gem) = 31232 bytes
Home |
Main Index |
Thread Index |
Old Index