summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-09 16:22:37 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-09 16:22:37 +0000
commit4108e1fabc397e14af1312b8194c56c79053b513 (patch)
treeb62b9e3ec253c7589165663d2790029c695f1c51 /databases
parentRemove rasputin@submonkey.net as MAINTAINER, on his request. (diff)
add dbh 1.0
Disk Based Hashtables
Notes
Notes: svn path=/head/; revision=64286
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/dbh/Makefile23
-rw-r--r--databases/dbh/distinfo1
-rw-r--r--databases/dbh/files/patch-configure11
-rw-r--r--databases/dbh/pkg-comment1
-rw-r--r--databases/dbh/pkg-descr7
-rw-r--r--databases/dbh/pkg-plist8
-rw-r--r--databases/dbh10/Makefile23
-rw-r--r--databases/dbh10/distinfo1
-rw-r--r--databases/dbh10/files/patch-configure11
-rw-r--r--databases/dbh10/pkg-comment1
-rw-r--r--databases/dbh10/pkg-descr7
-rw-r--r--databases/dbh10/pkg-plist8
13 files changed, 103 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 310738e7b88e..ee84a0d13041 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -16,6 +16,7 @@
SUBDIR += dbconnect
SUBDIR += dbdesigner
SUBDIR += dbf2mysql
+ SUBDIR += dbh
SUBDIR += dbmetrix
SUBDIR += dbtool
SUBDIR += dbview
diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile
new file mode 100644
index 000000000000..85b53dbd5e92
--- /dev/null
+++ b/databases/dbh/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/dbh/distinfo b/databases/dbh/distinfo
new file mode 100644
index 000000000000..31f46c0c17ee
--- /dev/null
+++ b/databases/dbh/distinfo
@@ -0,0 +1 @@
+MD5 (dbh_1.0-10.tgz) = 7f18aa826297b93256d9e23c2dfadd01
diff --git a/databases/dbh/files/patch-configure b/databases/dbh/files/patch-configure
new file mode 100644
index 000000000000..5fbfb3e0bd39
--- /dev/null
+++ b/databases/dbh/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/dbh/pkg-comment b/databases/dbh/pkg-comment
new file mode 100644
index 000000000000..1313f861fa06
--- /dev/null
+++ b/databases/dbh/pkg-comment
@@ -0,0 +1 @@
+Disk Based Hashtables
diff --git a/databases/dbh/pkg-descr b/databases/dbh/pkg-descr
new file mode 100644
index 000000000000..d9fbb8c8226e
--- /dev/null
+++ b/databases/dbh/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/dbh/pkg-plist b/databases/dbh/pkg-plist
new file mode 100644
index 000000000000..ae56470596be
--- /dev/null
+++ b/databases/dbh/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
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