pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ruby-dbm Remove ruby-dbm package. It is inc...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/421249607616
branches:  trunk
changeset: 489441:421249607616
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Feb 21 15:42:24 2005 +0000

description:
Remove ruby-dbm package.  It is included in ruby16/ruby18 package now.

diffstat:

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

diffs (53 lines):

diff -r 98e86ed53f92 -r 421249607616 databases/ruby-dbm/DESCR
--- a/databases/ruby-dbm/DESCR  Mon Feb 21 15:41:30 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-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 98e86ed53f92 -r 421249607616 databases/ruby-dbm/Makefile
--- a/databases/ruby-dbm/Makefile       Mon Feb 21 15:41:30 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,36 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2005/01/23 17:33:19 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
-
-RUBY_HAS_ARCHLIB=      yes
-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
-
-post-install:
-       ${INSTALL_DATA} ${RUBY_WRKSRC}/sample/dbmtest.rb ${RUBY_EXAMPLESDIR}
-
-.include "../../mk/bsd.prefs.mk"
-#
-# XXX: Ruby extconf shuld select native ndbm(3) or Berkley DB's
-#      ndbm(3) compatible support.
-#
-.if ${OPSYS} != "SunOS"
-BDB_ACCEPTED?=         db1
-
-.include "../../mk/bdb.buildlink3.mk"
-.endif
-.include "../../lang/ruby/modules.mk"
-.include "../../lang/ruby/Makefile.common"
-.include "../../mk/bsd.pkg.mk"
diff -r 98e86ed53f92 -r 421249607616 databases/ruby-dbm/PLIST
--- a/databases/ruby-dbm/PLIST  Mon Feb 21 15:41:30 2005 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2004/12/04 17:20:46 taca Exp $
-${RUBY_SITEARCHLIBDIR}/dbm.${RUBY_DLEXT}
-${RUBY_EXAMPLESDIR}/dbmtest.rb



Home | Main Index | Thread Index | Old Index