Path to this page:
./
devel/ruby-ffi-compiler,
Ruby FFI Rakefile generator
Branch: CURRENT,
Version: 1.3.2,
Package name: ruby32-ffi-compiler-1.3.2,
Maintainer: pkgsrc-usersffi-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.
Required to run:[
devel/ruby-ffi] [
lang/ruby26-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 14.5 KB
Version history: (Expand)
- (2024-03-24) Updated to version: ruby32-ffi-compiler-1.3.2
- (2021-10-07) Updated to version: ruby27-ffi-compiler-1.0.1nb1
- (2020-11-02) Updated to version: ruby26-ffi-compiler-1.0.1nb1
- (2020-01-16) Package added to pkgsrc.se, version ruby26-ffi-compiler-1.0.1 (created)
CVS history: (Expand)
2024-03-24 15:04:18 by Takahiro Kambe | Files touched by this commit (4) | |
Log message:
devel/ruby-ffi-compiler: update to 1.3.2
1.2.0 (2023-03-03)
* Correctly format compile arguments for shell
* Respect user's environment FLAGS
1.2.1 (2023-06-08)
* Stay backwards compatible
1.2.2 (2024-02-11)
* Implement some escaping for Windows shells
* Escape all arguments for shell commands
1.3.0 (2024-03-13)
* Reuse shellescape for Windows
* Reuse prebuilt binaries
1.3.1 (2024-03-13)
* Bump ffi version requirement to 1.15.5
* Add version file
1.3.2 (2024-03-14)
* Provide namespace-free task name even when using namespaces
|
2021-10-26 12:20:11 by Nia Alarie | Files touched by this commit (3016) |
Log message:
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
|
2021-10-07 15:44:44 by Nia Alarie | Files touched by this commit (3017) |
Log message:
devel: Remove SHA1 hashes for distfiles
|
2020-11-02 16:13:27 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
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.
|
2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046) |
Log message:
all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F
With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.
This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
|
2020-01-16 15:36:15 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
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.
|