Bug 58186 - New port: databases/qdbm (quick database manager)
Summary: New port: databases/qdbm (quick database manager)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 06:50 UTC by Kimura Fuyuki
Modified: 2003-10-30 02:30 UTC (History)
0 users

See Also:


Attachments
file.shar (2.35 KB, text/plain)
2003-10-18 06:50 UTC, Kimura Fuyuki
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kimura Fuyuki 2003-10-18 06:50:25 UTC
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/
Comment 1 Kimura Fuyuki 2003-10-18 23:12:31 UTC
Update to 1.7.2. Note that the license has been changed to LGPL.

# 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@nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdbm
XPORTVERSION=	1.7.2
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	fuyuki@nigredo.org
XCOMMENT=	Quick Database Manager
X
XGNU_CONFIGURE=	yes
XMAKE_ARGS=	CPPFLAGS="-I." \
X		CFLAGS="${CFLAGS} -fPIC -fsigned-char -DNDEBUG" \
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.2.tar.gz) = f6cb6a905e2e63cc3e4571fa6a55837d
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@dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit
Comment 2 Kimura Fuyuki 2003-10-19 22:57:23 UTC
Update to 1.7.3

# 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@nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdbm
XPORTVERSION=	1.7.3
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	fuyuki@nigredo.org
XCOMMENT=	Quick Database Manager
X
XGNU_CONFIGURE=	yes
XMAKE_ARGS=	CPPFLAGS="-I." \
X		CFLAGS="${CFLAGS} -fPIC -fsigned-char -DNDEBUG" \
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.3.tar.gz) = bbef5e968f683e6966f503bd2ce7b0ca
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@dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit
Comment 3 Kimura Fuyuki 2003-10-23 22:15:30 UTC
Update to 1.7.4

# 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@nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdbm
XPORTVERSION=	1.7.4
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	fuyuki@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.4.tar.gz) = d334ed43cc499d81a8f01924805b94e0
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@dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit
Comment 4 Kimura Fuyuki 2003-10-24 23:27:28 UTC
Update to 1.7.5

# 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@nigredo.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	qdbm
XPORTVERSION=	1.7.5
XCATEGORIES=	databases
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	${PORTNAME}
X
XMAINTAINER=	fuyuki@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.5.tar.gz) = a249fb971b83b396cb12b02ae0ec23e2
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@dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit
Comment 5 Norikatsu Shigemura freebsd_committer freebsd_triage 2003-10-30 02:29:48 UTC
State Changed
From-To: open->closed

Committed, thanks!