Add rubygem-ffi110 1.10.0 (copied from rubygem-ffi@490008).
This commit is contained in:
parent
bd93b5420d
commit
efdb48df5d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510050
4 changed files with 31 additions and 0 deletions
|
@ -5571,6 +5571,7 @@
|
|||
SUBDIR += rubygem-fastri
|
||||
SUBDIR += rubygem-fattr
|
||||
SUBDIR += rubygem-ffi
|
||||
SUBDIR += rubygem-ffi110
|
||||
SUBDIR += rubygem-ffi-compiler
|
||||
SUBDIR += rubygem-ffi-win32-extensions
|
||||
SUBDIR += rubygem-ffi-yajl
|
||||
|
|
23
devel/rubygem-ffi110/Makefile
Normal file
23
devel/rubygem-ffi110/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Created by: Christoph Kick
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= ffi
|
||||
PORTVERSION= 1.10.0
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RG
|
||||
PKGNAMESUFFIX= 110
|
||||
|
||||
MAINTAINER= mfechner@FreeBSD.org
|
||||
COMMENT= Extension for dynamic libraries & binding functions
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libffi.so:devel/libffi
|
||||
|
||||
USES= gem
|
||||
USE_RUBY= yes
|
||||
|
||||
PORTSCOUT= limit:^1\.10\.
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-ffi110/distinfo
Normal file
3
devel/rubygem-ffi110/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1547227029
|
||||
SHA256 (rubygem/ffi-1.10.0.gem) = 17001940b28a961c94251a39f0ae00b32c2d0850479b5978c971759591fc1749
|
||||
SIZE (rubygem/ffi-1.10.0.gem) = 869376
|
4
devel/rubygem-ffi110/pkg-descr
Normal file
4
devel/rubygem-ffi110/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
|
||||
binding functions within them, and calling those functions from Ruby code.
|
||||
|
||||
WWW: https://github.com/ffi/ffi/wiki
|
Loading…
Reference in a new issue