Ruby-EET allows you to read and write EET files from Ruby code. Support for
Ruby object serialization to EDD (EET Data Descriptor) format is given. WWW: http://code-monkey.de/pages/ruby-eet PR: ports/95497 Submitted by: Alexander Botero-Lowry <alex@foxybanana.com>
This commit is contained in:
parent
87e9637632
commit
09de6e4786
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159170
5 changed files with 40 additions and 0 deletions
|
@ -1536,6 +1536,7 @@
|
|||
SUBDIR += ruby-cvs
|
||||
SUBDIR += ruby-date2
|
||||
SUBDIR += ruby-dialogs
|
||||
SUBDIR += ruby-eet
|
||||
SUBDIR += ruby-fam
|
||||
SUBDIR += ruby-filelock
|
||||
SUBDIR += ruby-filemagic
|
||||
|
|
30
devel/ruby-eet/Makefile
Normal file
30
devel/ruby-eet/Makefile
Normal file
|
@ -0,0 +1,30 @@
|
|||
# New ports collection makefile for: ruby-eet
|
||||
# Date created: 06 Apr 2006
|
||||
# Whom: Alexander Botero-Lowry <alex@foxybanana.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eet
|
||||
PORTVERSION= 0.1.3
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= ftp://ftp.code-monkey.de/pub/ruby-eet/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
DISTNAME= ruby-eet-${PORTVERSION}
|
||||
|
||||
MAINTAINER= alex@foxybanana.com
|
||||
COMMENT= Ruby support for reading and writing EET files
|
||||
|
||||
BUILD_DEPENDS= ${LOCALBASE}/bin/rake:${PORTSDIR}/devel/rubygem-rake
|
||||
LIB_DEPENDS= eet.9:${PORTSDIR}/devel/eet
|
||||
|
||||
USE_RUBY= yes
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
do-build:
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/
|
||||
|
||||
do-install:
|
||||
@cd ${WRKSRC} && ${LOCALBASE}/bin/rake PREFIX=${PREFIX}/ install
|
||||
|
||||
.include <bsd.port.post.mk>
|
3
devel/ruby-eet/distinfo
Normal file
3
devel/ruby-eet/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (ruby-eet-0.1.3.tar.gz) = 480d8c44af28099ce7c671b8a58db55a
|
||||
SHA256 (ruby-eet-0.1.3.tar.gz) = aab15fb504f08d482273926ca4a8df78a873f935251b9702e1cd46cecfb9c842
|
||||
SIZE (ruby-eet-0.1.3.tar.gz) = 13708
|
4
devel/ruby-eet/pkg-descr
Normal file
4
devel/ruby-eet/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Ruby-EET allows you to read and write EET files from Ruby code. Support for
|
||||
Ruby object serialization to EDD (EET Data Descriptor) format is given.
|
||||
|
||||
WWW: http://code-monkey.de/pages/ruby-eet
|
2
devel/ruby-eet/pkg-plist
Normal file
2
devel/ruby-eet/pkg-plist
Normal file
|
@ -0,0 +1,2 @@
|
|||
%%RUBY_SITEARCHLIBDIR%%/eet_ext.so
|
||||
%%RUBY_SITELIBDIR%%/eet.rb
|
Loading…
Reference in a new issue