diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-02 23:10:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-02 23:10:26 +0800 |
commit | 2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311 (patch) | |
tree | 8d17787d723e801963cde77a8d74194d4b5a78f4 /databases | |
parent | 18dcac5b7a6d4ab9a33320aaa8f5afca777a4c8f (diff) | |
download | freebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.tar.gz freebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.tar.zst freebsd-ports-gnome-2df4a5a2889831a2b97a2b3c08f1ab6bf4cf0311.zip |
Remove outdated, not depend on dbh10, which name is in collision with dbh
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/dbh10/Makefile | 22 | ||||
-rw-r--r-- | databases/dbh10/distinfo | 2 | ||||
-rw-r--r-- | databases/dbh10/pkg-descr | 7 | ||||
-rw-r--r-- | databases/dbh10/pkg-plist | 10 |
5 files changed, 0 insertions, 42 deletions
diff --git a/databases/Makefile b/databases/Makefile index 81c41dc2745f..3aa79e994fd5 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -54,7 +54,6 @@ SUBDIR += dbf SUBDIR += dbf2mysql SUBDIR += dbh - SUBDIR += dbh10 SUBDIR += dbow SUBDIR += dbtool SUBDIR += dbview diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile deleted file mode 100644 index c499fcd40fea..000000000000 --- a/databases/dbh10/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= dbh -PORTVERSION= 1.0.24 -PORTREVISION= 1 -CATEGORIES= databases -MASTER_SITES= SF - -MAINTAINER= ports@FreeBSD.org -COMMENT= Disk Based Hashtables - -CONFLICTS= dbh-[2-9]* - -USE_AUTOTOOLS= libtool -USES= pathfix pkgconfig -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -LATEST_LINK= dbh10 - -.include <bsd.port.mk> diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo deleted file mode 100644 index 9255cb57bdb1..000000000000 --- a/databases/dbh10/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (dbh-1.0.24.tar.gz) = a95844cdea142c1db4f8b75e9854068e9d38ced83aa71783063febb3a1cc0410 -SIZE (dbh-1.0.24.tar.gz) = 371463 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 |