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:
parent
b3b10023ca
commit
af8a422cd9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=560060
@ -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
|
||||
|
21
devel/rubygem-fiddle/Makefile
Normal file
21
devel/rubygem-fiddle/Makefile
Normal 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>
|
3
devel/rubygem-fiddle/distinfo
Normal file
3
devel/rubygem-fiddle/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1609598775
|
||||
SHA256 (rubygem/fiddle-1.0.7.gem) = 8e999560d6a3adf17e3cb1bb0e415e0b18d3c798f44654fa3908f8ba45208377
|
||||
SIZE (rubygem/fiddle-1.0.7.gem) = 48640
|
7
devel/rubygem-fiddle/pkg-descr
Normal file
7
devel/rubygem-fiddle/pkg-descr
Normal 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
|
Loading…
Reference in New Issue
Block a user