git: c55bff0c18fd - main - devel/rubygem-ffi16: added version 1.16.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 28 Jan 2026 08:58:03 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=c55bff0c18fd577a165d624689e543d1843df572
commit c55bff0c18fd577a165d624689e543d1843df572
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-01-28 08:52:12 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-01-28 08:58:00 +0000
devel/rubygem-ffi16: added version 1.16.3
The old version is required by some gems.
---
devel/Makefile | 1 +
devel/rubygem-ffi16/Makefile | 18 ++++++++++++++++++
devel/rubygem-ffi16/distinfo | 3 +++
devel/rubygem-ffi16/pkg-descr | 2 ++
4 files changed, 24 insertions(+)
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.