diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-02 15:10:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-10-02 15:10:26 +0000 |
commit | 9406f397abd032289b4bec4d2ce46a5dcf3f057e (patch) | |
tree | 8d17787d723e801963cde77a8d74194d4b5a78f4 | |
parent | 4ff46cf2ca7033661eb760ab08146332946e9451 (diff) | |
download | ports-9406f397abd032289b4bec4d2ce46a5dcf3f057e.tar.gz ports-9406f397abd032289b4bec4d2ce46a5dcf3f057e.zip |
Notes
-rw-r--r-- | MOVED | 1 | ||||
-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 |
6 files changed, 1 insertions, 42 deletions
@@ -4963,3 +4963,4 @@ net/pcbsd-netmanager||2013-09-26|Obsolete: Use sysutils/pcbsd-utils-qt4 instead archivers/ruby-bz2||2013-10-01|Has expired: Does not work with Ruby 1.9 sysutils/puppet26|sysutils/puppet27|2013-10-01|Has expired: End of Life from april 2013. Upgrade to 2.7 or 3.x. www/varnish2|www/varnish|2013-10-01|Has expired: No update since january 2011. Upgrade to Varnish 3. +databases/dbh10|databases/dbh|2013-10-02|Outdated, not depend on, consider using databases/dbh 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 |