Up to [cvs.NetBSD.org] / pkgsrc / devel / ruby-ffi-compiler
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:19:31 2021 UTC (23 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:44:08 2021 UTC (23 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Mon Nov 2 15:13:27 2020 UTC (2 years, 10 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
devel/ruby-ffi-compiler: fix runtime problem Install loadable modules into GEM_EXTSDIR. On some platform, ruby-ffi/ruby-ffi-compiler defines their own OS/ARCH name and it cause using diffrernt directory to install loadable modules. In this case (NetBSD/i386), installed loadable modules never loaded successfully since they exists on a directory which dose not contained in Ruby's global variable "$:". Focus to PR pkg/55469. Bump PKGREVISION.
Revision 1.1 / (download) - annotate - [select for diffs], Thu Jan 16 14:36:15 2020 UTC (3 years, 8 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1
devel/ruby-ffi-compiler: add version 1.0.1 package Add ruby-ffi-compiler version 1.0.1 package. ffi-compiler is a ruby library for automating compilation of native libraries for use with ffi. To use, define your own ruby->native API using ffi, implement it in C, then use ffi-compiler to compile it.