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:
Philip M. Gollucci 2010-05-24 21:54:05 +00:00
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

View file

@ -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

View 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>

View 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

View 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/