diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-09 16:22:37 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-08-09 16:22:37 +0000 |
commit | 4108e1fabc397e14af1312b8194c56c79053b513 (patch) | |
tree | b62b9e3ec253c7589165663d2790029c695f1c51 /databases/dbh10 | |
parent | 6e088f03afad810af67d2d02d4ef5f7ae2173f9e (diff) | |
download | ports-4108e1fabc397e14af1312b8194c56c79053b513.tar.gz ports-4108e1fabc397e14af1312b8194c56c79053b513.zip |
Notes
Diffstat (limited to 'databases/dbh10')
-rw-r--r-- | databases/dbh10/Makefile | 23 | ||||
-rw-r--r-- | databases/dbh10/distinfo | 1 | ||||
-rw-r--r-- | databases/dbh10/files/patch-configure | 11 | ||||
-rw-r--r-- | databases/dbh10/pkg-comment | 1 | ||||
-rw-r--r-- | databases/dbh10/pkg-descr | 7 | ||||
-rw-r--r-- | databases/dbh10/pkg-plist | 8 |
6 files changed, 51 insertions, 0 deletions
diff --git a/databases/dbh10/Makefile b/databases/dbh10/Makefile new file mode 100644 index 000000000000..85b53dbd5e92 --- /dev/null +++ b/databases/dbh10/Makefile @@ -0,0 +1,23 @@ +# ex:ts=8 +# Ports collection makefile for: dbh +# Date created: Aug 9, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= dbh +PORTVERSION= 1.0.10 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://dbh.sourceforge.net/archive/ +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}_${PORTVERSION:R}-${PORTVERSION:E} +EXTRACT_SUFX= .tgz + +MAINTAINER= ports@FreeBSD.org + +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> diff --git a/databases/dbh10/distinfo b/databases/dbh10/distinfo new file mode 100644 index 000000000000..31f46c0c17ee --- /dev/null +++ b/databases/dbh10/distinfo @@ -0,0 +1 @@ +MD5 (dbh_1.0-10.tgz) = 7f18aa826297b93256d9e23c2dfadd01 diff --git a/databases/dbh10/files/patch-configure b/databases/dbh10/files/patch-configure new file mode 100644 index 000000000000..5fbfb3e0bd39 --- /dev/null +++ b/databases/dbh10/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig Fri Aug 9 23:22:33 2002 ++++ configure Fri Aug 9 23:22:38 2002 +@@ -10854,7 +10854,7 @@ + "NONE") + ;; + *) +- CFLAGS="$CFLAGS -march=$target" ++ CFLAGS="$CFLAGS" + ;; + esac + diff --git a/databases/dbh10/pkg-comment b/databases/dbh10/pkg-comment new file mode 100644 index 000000000000..1313f861fa06 --- /dev/null +++ b/databases/dbh10/pkg-comment @@ -0,0 +1 @@ +Disk Based Hashtables diff --git a/databases/dbh10/pkg-descr b/databases/dbh10/pkg-descr new file mode 100644 index 000000000000..d9fbb8c8226e --- /dev/null +++ b/databases/dbh10/pkg-descr @@ -0,0 +1,7 @@ +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 new file mode 100644 index 000000000000..ae56470596be --- /dev/null +++ b/databases/dbh10/pkg-plist @@ -0,0 +1,8 @@ +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 |