ports/58186: New port: databases/qdbm (quick database manager)

Kimura Fuyuki fuyuki at nigredo.org
Sat Oct 18 05:50:28 UTC 2003


>Number:         58186
>Category:       ports
>Synopsis:       New port: databases/qdbm (quick database manager)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 17 22:50:25 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kimura Fuyuki
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:

  FreeBSD ns.nigredo.org 5.1-CURRENT i386

>Description:
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/

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	qdbm
#	qdbm/Makefile
#	qdbm/distinfo
#	qdbm/pkg-descr
#	qdbm/pkg-plist
#
echo c - qdbm
mkdir -p qdbm > /dev/null 2>&1
echo x - qdbm/Makefile
sed 's/^X//' >qdbm/Makefile << 'END-of-qdbm/Makefile'
X# New ports collection makefile for:   QDBM
X# Date created:                18 October 2003
X# Whom:                        Kimura Fuyuki <fuyuki at nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdbm
XPORTVERSION=	1.7.1
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	fuyuki at nigredo.org
XCOMMENT=	Quick Database Manager
X
XGNU_CONFIGURE=	yes
XMAKE_ARGS=	RELCFLAGS="${CFLAGS}" \
X		MYSHAREDIR="${DOCSDIR}" \
X		MYDOCS="spex.html spex-ja.html"
XINSTALLS_SHLIB=	yes
X
XMAN3=		cabin.3 cropen.3 curia.3 depot.3 dpopen.3 hovel.3 \
X		odeum.3 odopen.3 qdbm.3 relic.3 villa.3 vlopen.3
X
X.include <bsd.port.mk>
END-of-qdbm/Makefile
echo x - qdbm/distinfo
sed 's/^X//' >qdbm/distinfo << 'END-of-qdbm/distinfo'
XMD5 (qdbm-1.7.1.tar.gz) = 77ad433a76c5057a81920a77addb426f
END-of-qdbm/distinfo
echo x - qdbm/pkg-descr
sed 's/^X//' >qdbm/pkg-descr << 'END-of-qdbm/pkg-descr'
XQDBM is a library of routines for managing a database.  The database
Xis a simple data file containing records, each is a pair of a key and
Xa value.  Every key and value is serial bytes with variable length.
XBoth binary data and character string can be used as a key and a
Xvalue.  There is neither concept of data tables nor data types.
XRecords are organized in hash table or B+ tree.
X
XWWW: http://qdbm.sourceforge.net/
END-of-qdbm/pkg-descr
echo x - qdbm/pkg-plist
sed 's/^X//' >qdbm/pkg-plist << 'END-of-qdbm/pkg-plist'
Xbin/cbcodec
Xbin/cbtest
Xbin/crmgr
Xbin/crtest
Xbin/crtsv
Xbin/dpmgr
Xbin/dptest
Xbin/dptsv
Xbin/hvmgr
Xbin/hvtest
Xbin/odidx
Xbin/odmgr
Xbin/odtest
Xbin/rlmgr
Xbin/rltest
Xbin/vlmgr
Xbin/vltest
Xbin/vltsv
Xinclude/cabin.h
Xinclude/curia.h
Xinclude/depot.h
Xinclude/hovel.h
Xinclude/odeum.h
Xinclude/relic.h
Xinclude/villa.h
Xlib/libqdbm.a
Xlib/libqdbm.so
Xlib/libqdbm.so.1
Xlib/libqdbm.so.1.0.0
X%%DOCSDIR%%/spex-ja.html
X%%DOCSDIR%%/spex.html
X at dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list