1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Add rubygem-fiddle 1.0.7

Fiddle is an extension to translate a foreign function interface (FFI) with
ruby.

It wraps libffi, a popular C library which provides a portable interface that
allows code written in one language to call code written in another language.

WWW: https://github.com/ruby/fiddle
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2021-01-03 19:58:44 +00:00
parent b3b10023ca
commit af8a422cd9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560060
4 changed files with 32 additions and 0 deletions

View File

@ -6045,6 +6045,7 @@
SUBDIR += rubygem-ffi-yajl
SUBDIR += rubygem-ffi110
SUBDIR += rubygem-fiber-local
SUBDIR += rubygem-fiddle
SUBDIR += rubygem-file-tail
SUBDIR += rubygem-filesize
SUBDIR += rubygem-fileutils

View File

@ -0,0 +1,21 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= fiddle
PORTVERSION= 1.0.7
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= libffi wrapper for Ruby
LICENSE= BSD2CLAUSE RUBY
LICENSE_COMB= dual
LICENSE_FILE_BSD2CLAUSE=${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libffi.so:devel/libffi
USES= gem
USE_RUBY= yes
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1609598775
SHA256 (rubygem/fiddle-1.0.7.gem) = 8e999560d6a3adf17e3cb1bb0e415e0b18d3c798f44654fa3908f8ba45208377
SIZE (rubygem/fiddle-1.0.7.gem) = 48640

View File

@ -0,0 +1,7 @@
Fiddle is an extension to translate a foreign function interface (FFI) with
ruby.
It wraps libffi, a popular C library which provides a portable interface that
allows code written in one language to call code written in another language.
WWW: https://github.com/ruby/fiddle