pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-dbm Initial import of ruby-dbm package....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/33f9f573f87c
branches:  trunk
changeset: 484424:33f9f573f87c
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Nov 27 14:27:50 2004 +0000

description:
Initial import of ruby-dbm package.  This is part of Ruby distribution
and this package covers both Ruby 1.8 base and 1.6 base.

This is a Ruby extension to DBM library (including Berkley DB's DBM
compatible one), which is actually a part of the Ruby distribution.

diffstat:

 databases/ruby-dbm/DESCR    |   2 ++
 databases/ruby-dbm/Makefile |  28 ++++++++++++++++++++++++++++
 databases/ruby-dbm/PLIST    |   3 +++
 3 files changed, 33 insertions(+), 0 deletions(-)

diffs (45 lines):

diff -r d83dd3d0ba89 -r 33f9f573f87c databases/ruby-dbm/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbm/DESCR  Sat Nov 27 14:27:50 2004 +0000
@@ -0,0 +1,2 @@
+This is a Ruby extension to DBM library (including Berkley DB's DBM
+compatible one), which is actually a part of the Ruby distribution.
diff -r d83dd3d0ba89 -r 33f9f573f87c databases/ruby-dbm/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbm/Makefile       Sat Nov 27 14:27:50 2004 +0000
@@ -0,0 +1,28 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/11/27 14:27:50 taca Exp $
+#
+
+DISTNAME=      ${RUBY_DISTNAME}
+PKGNAME=       ${RUBY_PKGPREFIX}-dbm-${RUBY_VERSION}
+CATEGORIES=    databases ruby
+MASTER_SITES=  ${MASTER_SITE_RUBY}
+
+MAINTAINER=    taca%NetBSD.org@localhost
+HOMEPAGE=      ${RUBY_HOMEPAGE}
+COMMENT=       Ruby extension to DBM library
+
+USE_BUILDLINK3=                yes
+USE_RUBY_EXTCONF=      yes
+DISTINFO_FILE=         ${RUBY_DISTINFO_FILE}
+WRKSRC=                        ${RUBY_WRKSRC}/ext/dbm
+EXTRACT_ELEMENTS=      ${RUBY_DISTNAME}/ext/dbm \
+                       ${RUBY_DISTNAME}/sample/dbmtest.rb
+
+BDB_ACCEPTED?=         db1
+
+post-install:
+       ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/dbmtest.rb ${RUBY_EXAMPLESDIR}
+
+.include "../../lang/ruby/modules.mk"
+.include "../../lang/ruby/Makefile.common"
+.include "../../mk/bdb.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d83dd3d0ba89 -r 33f9f573f87c databases/ruby-dbm/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/ruby-dbm/PLIST  Sat Nov 27 14:27:50 2004 +0000
@@ -0,0 +1,3 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/11/27 14:27:50 taca Exp $
+${RUBY_SITEARCHLIBDIR}/dbm.so
+${RUBY_EXAMPLESDIR}/dbmtest.rb



Home | Main Index | Thread Index | Old Index