From f0c3263b5e8ed4d68ccdad5b4922e3fac82128c1 Mon Sep 17 00:00:00 2001 From: taca Date: Mon, 21 Feb 2005 15:42:24 +0000 Subject: Remove ruby-dbm package. It is included in ruby16/ruby18 package now. --- databases/ruby-dbm/DESCR | 2 -- databases/ruby-dbm/Makefile | 36 ------------------------------------ databases/ruby-dbm/PLIST | 3 --- 3 files changed, 41 deletions(-) delete mode 100644 databases/ruby-dbm/DESCR delete mode 100644 databases/ruby-dbm/Makefile delete mode 100644 databases/ruby-dbm/PLIST (limited to 'databases') diff --git a/databases/ruby-dbm/DESCR b/databases/ruby-dbm/DESCR deleted file mode 100644 index 8ad3815271c..00000000000 --- a/databases/ruby-dbm/DESCR +++ /dev/null @@ -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 --git a/databases/ruby-dbm/Makefile b/databases/ruby-dbm/Makefile deleted file mode 100644 index 3cec96b5462..00000000000 --- a/databases/ruby-dbm/Makefile +++ /dev/null @@ -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 -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 --git a/databases/ruby-dbm/PLIST b/databases/ruby-dbm/PLIST deleted file mode 100644 index 497879cc422..00000000000 --- a/databases/ruby-dbm/PLIST +++ /dev/null @@ -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 -- cgit v1.2.3