1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00

- Update to 1.9.0

- Add LICENSE
- Cleanup Makefile header
- Remove trailing space in pkg-descr

Changes:	https://github.com/ffi/ffi/commits/master
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2013-06-22 03:48:14 +00:00
parent 3ebd8ffec1
commit 07ebb65036
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321542
3 changed files with 7 additions and 10 deletions

View File

@ -1,22 +1,19 @@
# New ports collection makefile for: rubygem-ffi
# Date created: 28 April 2010
# Whom: Christoph Kick
#
# Created by: Christoph Kick
# $FreeBSD$
#
PORTNAME= ffi
PORTVERSION= 1.0.11
PORTVERSION= 1.9.0
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= ruby@FreeBSD.org
COMMENT= Extension for dynamic libraries & binding functions
LICENSE= LGPL3
LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi
USE_RUBY= yes
USE_RAKE= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes

View File

@ -1,2 +1,2 @@
SHA256 (rubygem/ffi-1.0.11.gem) = 2b253b14b0a850eb274a7a85a04d3a7310993a8a21701b4cb26779aaf932fb9c
SIZE (rubygem/ffi-1.0.11.gem) = 836608
SHA256 (rubygem/ffi-1.9.0.gem) = 7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066
SIZE (rubygem/ffi-1.9.0.gem) = 882176

View File

@ -1,4 +1,4 @@
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
Ruby-FFI is a ruby extension for programmatically loading dynamic libraries,
binding functions within them, and calling those functions from Ruby code.
WWW: http://wiki.github.com/ffi/ffi