Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment
it with features to aid development of FFI-based libraries. WWW: http://jacius.github.com/nice-ffi/ PR: ports/146729 Submitted by: ws Christoph Kick
This commit is contained in:
parent
17e6ebb241
commit
90d4d9e181
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255001
4 changed files with 31 additions and 0 deletions
|
@ -3002,6 +3002,7 @@
|
|||
SUBDIR += rubygem-msgpack
|
||||
SUBDIR += rubygem-needle
|
||||
SUBDIR += rubygem-newgem
|
||||
SUBDIR += rubygem-nice-ffi
|
||||
SUBDIR += rubygem-notify
|
||||
SUBDIR += rubygem-open4
|
||||
SUBDIR += rubygem-parsetree
|
||||
|
|
23
devel/rubygem-nice-ffi/Makefile
Normal file
23
devel/rubygem-nice-ffi/Makefile
Normal file
|
@ -0,0 +1,23 @@
|
|||
# New ports collection makefile for: rubygem-nice-ffi
|
||||
# Date created: 28 April 2010
|
||||
# Whom: ws Christoph Kick
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= nice-ffi
|
||||
PORTVERSION= 0.3
|
||||
CATEGORIES= devel rubygems
|
||||
MASTER_SITES= RF
|
||||
|
||||
MAINTAINER= kick.christoph@googlemail.com
|
||||
COMMENT= Nice-FFI is a layer on top of Ruby-FFI
|
||||
|
||||
BUILD_DEPENDS= rubygem-ffi>=0.5.3:${PORTSDIR}/devel/rubygem-ffi
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USE_RUBY= yes
|
||||
USE_RUBYGEMS= yes
|
||||
RUBYGEM_AUTOPLIST= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/rubygem-nice-ffi/distinfo
Normal file
3
devel/rubygem-nice-ffi/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (rubygem/nice-ffi-0.3.gem) = b1a6059d12fcea819bea0f8937eaddbe
|
||||
SHA256 (rubygem/nice-ffi-0.3.gem) = 3810b95b4533dbc19fa85a22d77f6236cb45ec4e856d7be191b98aa62dca1fe6
|
||||
SIZE (rubygem/nice-ffi-0.3.gem) = 23552
|
4
devel/rubygem-nice-ffi/pkg-descr
Normal file
4
devel/rubygem-nice-ffi/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Nice-FFI is a layer on top of Ruby-FFI (and compatible FFI systems) to augment
|
||||
it with features to aid development of FFI-based libraries.
|
||||
|
||||
WWW: http://jacius.github.com/nice-ffi/
|
Loading…
Reference in a new issue