pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-eet Import ruby-eet.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18befd08bbb0
branches:  trunk
changeset: 548998:18befd08bbb0
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sun Oct 26 06:12:29 2008 +0000

description:
Import ruby-eet.

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.

diffstat:

 devel/ruby-eet/DESCR    |   3 +++
 devel/ruby-eet/Makefile |  23 +++++++++++++++++++++++
 devel/ruby-eet/PLIST    |   3 +++
 devel/ruby-eet/distinfo |   5 +++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r b1bc24284a37 -r 18befd08bbb0 devel/ruby-eet/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-eet/DESCR      Sun Oct 26 06:12:29 2008 +0000
@@ -0,0 +1,3 @@
+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.
diff -r b1bc24284a37 -r 18befd08bbb0 devel/ruby-eet/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-eet/Makefile   Sun Oct 26 06:12:29 2008 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1.1.1 2008/10/26 06:12:29 minskim Exp $
+
+DISTNAME=      ruby-eet-0.1.4
+PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//}
+CATEGORIES=    devel
+MASTER_SITES=  ftp://code-monkey.de/pub/ruby-eet/
+
+MAINTAINER=    minskim%NetBSD.org@localhost
+HOMEPAGE=      http://code-monkey.de/pages/ruby-eet
+COMMENT=       Ruby module to read and write EET files
+
+BUILD_DEPENDS+=        rake-[0-9]*:../../devel/rake
+
+.include "../../devel/eet/buildlink3.mk"
+.include "../../lang/ruby/modules.mk"
+
+do-build:
+       cd ${WRKSRC} && ${LOCALBASE}/bin/rake ext
+
+do-install:
+       cd ${WRKSRC} && ${LOCALBASE}/bin/rake install
+
+.include "../../mk/bsd.pkg.mk"
diff -r b1bc24284a37 -r 18befd08bbb0 devel/ruby-eet/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-eet/PLIST      Sun Oct 26 06:12:29 2008 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2008/10/26 06:12:29 minskim Exp $
+${RUBY_SITELIB}/eet.rb
+${RUBY_SITEARCHLIB}/eet_ext.${RUBY_DLEXT}
diff -r b1bc24284a37 -r 18befd08bbb0 devel/ruby-eet/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/ruby-eet/distinfo   Sun Oct 26 06:12:29 2008 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2008/10/26 06:12:29 minskim Exp $
+
+SHA1 (ruby-eet-0.1.4.tar.gz) = 16e1824179b019f48a554388aadf5168521cad51
+RMD160 (ruby-eet-0.1.4.tar.gz) = 10521754510e8f8bd00372031d663c0ebdae41c2
+Size (ruby-eet-0.1.4.tar.gz) = 19972 bytes



Home | Main Index | Thread Index | Old Index