diff options
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/qdbm/Makefile | 26 | ||||
-rw-r--r-- | databases/qdbm/distinfo | 1 | ||||
-rw-r--r-- | databases/qdbm/pkg-descr | 8 | ||||
-rw-r--r-- | databases/qdbm/pkg-plist | 32 |
5 files changed, 68 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0c37ccf6c1f6..b7f7fd8b1343 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -186,6 +186,7 @@ SUBDIR += py-pyPgSQL SUBDIR += py-sqlrelay SUBDIR += pydbdesigner + SUBDIR += qdbm SUBDIR += qt-mysql-plugin SUBDIR += qt-pgsql-plugin SUBDIR += rdb diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile new file mode 100644 index 000000000000..74b2dc78f02e --- /dev/null +++ b/databases/qdbm/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: QDBM +# Date created: 18 October 2003 +# Whom: Kimura Fuyuki <fuyuki@nigredo.org> +# +# $FreeBSD$ +# + +PORTNAME= qdbm +PORTVERSION= 1.7.5 +CATEGORIES= databases +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= fuyuki@nigredo.org +COMMENT= Quick Database Manager + +GNU_CONFIGURE= yes +MAKE_ARGS= RELCFLAGS="${CFLAGS}" \ + MYSHAREDIR="${DOCSDIR}" \ + MYDOCS="spex.html spex-ja.html" +INSTALLS_SHLIB= yes + +MAN3= cabin.3 cropen.3 curia.3 depot.3 dpopen.3 hovel.3 \ + odeum.3 odopen.3 qdbm.3 relic.3 villa.3 vlopen.3 + +.include <bsd.port.mk> diff --git a/databases/qdbm/distinfo b/databases/qdbm/distinfo new file mode 100644 index 000000000000..0fbc3fa28447 --- /dev/null +++ b/databases/qdbm/distinfo @@ -0,0 +1 @@ +MD5 (qdbm-1.7.5.tar.gz) = a249fb971b83b396cb12b02ae0ec23e2 diff --git a/databases/qdbm/pkg-descr b/databases/qdbm/pkg-descr new file mode 100644 index 000000000000..d372016a30cc --- /dev/null +++ b/databases/qdbm/pkg-descr @@ -0,0 +1,8 @@ +QDBM is a library of routines for managing a database. The database +is a simple data file containing records, each is a pair of a key and +a value. Every key and value is serial bytes with variable length. +Both binary data and character string can be used as a key and a +value. There is neither concept of data tables nor data types. +Records are organized in hash table or B+ tree. + +WWW: http://qdbm.sourceforge.net/ diff --git a/databases/qdbm/pkg-plist b/databases/qdbm/pkg-plist new file mode 100644 index 000000000000..e2a3bc3a60e0 --- /dev/null +++ b/databases/qdbm/pkg-plist @@ -0,0 +1,32 @@ +bin/cbcodec +bin/cbtest +bin/crmgr +bin/crtest +bin/crtsv +bin/dpmgr +bin/dptest +bin/dptsv +bin/hvmgr +bin/hvtest +bin/odidx +bin/odmgr +bin/odtest +bin/rlmgr +bin/rltest +bin/vlmgr +bin/vltest +bin/vltsv +include/cabin.h +include/curia.h +include/depot.h +include/hovel.h +include/odeum.h +include/relic.h +include/villa.h +lib/libqdbm.a +lib/libqdbm.so +lib/libqdbm.so.1 +lib/libqdbm.so.1.0.0 +%%DOCSDIR%%/spex-ja.html +%%DOCSDIR%%/spex.html +@dirrm %%DOCSDIR%% |