aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2026-01-28 08:52:12 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2026-01-28 08:58:00 +0000
commitc55bff0c18fd577a165d624689e543d1843df572 (patch)
tree064531488d87aa638f618a2130808df1dd353bd0
parent3d631100e8aa692b0bdc32c1ac4d11d4caf1a0a9 (diff)
devel/rubygem-ffi16: added version 1.16.3
The old version is required by some gems.
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-ffi16/Makefile18
-rw-r--r--devel/rubygem-ffi16/distinfo3
-rw-r--r--devel/rubygem-ffi16/pkg-descr2
4 files changed, 24 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7c47766144f7..8df4e6417464 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7392,6 +7392,7 @@
SUBDIR += rubygem-fcntl
SUBDIR += rubygem-ffaker
SUBDIR += rubygem-ffi
+ SUBDIR += rubygem-ffi16
SUBDIR += rubygem-ffi-compiler
SUBDIR += rubygem-ffi-libarchive
SUBDIR += rubygem-ffi-win32-extensions
diff --git a/devel/rubygem-ffi16/Makefile b/devel/rubygem-ffi16/Makefile
new file mode 100644
index 000000000000..5c3d6536858b
--- /dev/null
+++ b/devel/rubygem-ffi16/Makefile
@@ -0,0 +1,18 @@
+PORTNAME= ffi
+PORTVERSION= 1.16.3
+CATEGORIES= devel rubygems
+MASTER_SITES= RG
+PKGNAMESUFFIX= 16
+
+MAINTAINER= ruby@FreeBSD.org
+COMMENT= Extension for dynamic libraries and binding functions
+WWW= https://github.com/ffi/ffi/wiki
+
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
+LIB_DEPENDS= libffi.so:devel/libffi
+
+USES= gem
+
+.include <bsd.port.mk>
diff --git a/devel/rubygem-ffi16/distinfo b/devel/rubygem-ffi16/distinfo
new file mode 100644
index 000000000000..1b369dfef827
--- /dev/null
+++ b/devel/rubygem-ffi16/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1769582298
+SHA256 (rubygem/ffi-1.16.3.gem) = 6d3242ff10c87271b0675c58d68d3f10148fabc2ad6da52a18123f06078871fb
+SIZE (rubygem/ffi-1.16.3.gem) = 999936
diff --git a/devel/rubygem-ffi16/pkg-descr b/devel/rubygem-ffi16/pkg-descr
new file mode 100644
index 000000000000..46986a7f802b
--- /dev/null
+++ b/devel/rubygem-ffi16/pkg-descr
@@ -0,0 +1,2 @@
+Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
+binding functions within them, and calling those functions from Ruby code.