aboutsummaryrefslogtreecommitdiff
path: root/databases/dbh10
diff options
context:
space:
mode:
Diffstat (limited to 'databases/dbh10')
-rw-r--r--databases/dbh10/Makefile33
-rw-r--r--databases/dbh10/distinfo1
-rw-r--r--databases/dbh10/pkg-descr7
-rw-r--r--databases/dbh10/pkg-plist10
4 files changed, 0 insertions, 51 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile
deleted file mode 100644
index 1c9bdc9f9b3f..000000000000
--- a/databases/dbh10/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# ex:ts=8
-# Ports collection makefile for: dbh
-# Date created: Aug 9, 2002
-# Whom: ijliao
-#
-# $FreeBSD$
-#
-
-PORTNAME= dbh
-PORTVERSION= 1.0.14
-CATEGORIES= databases
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Disk Based Hashtables
-
-BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig
-
-USE_REINPLACE= yes
-USE_LIBTOOL= yes
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-INSTALLS_SHLIB= yes
-
-post-patch:
- @${REINPLACE_CMD} -e \
- 's|libdir[)]/pkgconfig|prefix)/libdata/pkgconfig|g' \
- ${WRKSRC}/src/Makefile.in
-
-.include <bsd.port.mk>
diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo
deleted file mode 100644
index e4c404a836e2..000000000000
--- a/databases/dbh10/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (dbh_1.0-14.tgz) = 11352e539a3e40f23d539a52f2153b95
diff --git a/databases/dbh10/pkg-descr b/databases/dbh10/pkg-descr
deleted file mode 100644
index d9fbb8c8226e..000000000000
--- a/databases/dbh10/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-A DBH is a convenient way to associate keys composed by characters to data
-records. Any kind of digital information can go into the data record, such
-as text, graphic information, database structures, you name it. The idea
-behind using a DBH is to get rid of what is known as an index file in the
-database world. In the DBH world, the index is built into the file format.
-
-WWW: http://dbh.sourceforge.net/
diff --git a/databases/dbh10/pkg-plist b/databases/dbh10/pkg-plist
deleted file mode 100644
index b2480da06c9d..000000000000
--- a/databases/dbh10/pkg-plist
+++ /dev/null
@@ -1,10 +0,0 @@
-@comment $FreeBSD$
-include/dbh.h
-include/dbh_config.h
-include/dbh_functions.h
-lib/libdbh-1.0.so
-lib/libdbh-1.0.so.1
-lib/libdbh.a
-lib/libdbh.la
-lib/libdbh.so
-libdata/pkgconfig/dbh-1.0.pc