From fuyuki@nigredo.org  Fri Oct 17 22:48:09 2003
Return-Path: <fuyuki@nigredo.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id AC82E16A4B3
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Oct 2003 22:48:09 -0700 (PDT)
Received: from mgate10.so-net.ne.jp (mgate10.so-net.ne.jp [210.139.254.157])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 81EE443FB1
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 17 Oct 2003 22:48:08 -0700 (PDT)
	(envelope-from fuyuki@nigredo.org)
Received: from mail.dg8.so-net.ne.jp (mspool12.so-net.ne.jp [210.139.248.12])
	by mgate10.so-net.ne.jp  with ESMTP id h9I5m6921871
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 14:48:07 +0900 (JST)
Received: from ns.nigredo.org (pdd7491.spprac00.ap.so-net.ne.jp [218.221.116.145])
	by mail.dg8.so-net.ne.jp  with ESMTP id h9I5m6Y19441
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 14:48:06 +0900 (JST)
Received: from ns.nigredo.org (localhost [IPv6:::1])
	by ns.nigredo.org (Postfix) with ESMTP id C1CDC20D0
	for <FreeBSD-gnats-submit@freebsd.org>; Sat, 18 Oct 2003 14:48:05 +0900 (JST)
Message-Id: <8665in5c6i.wl%fuyuki@nigredo.org>
Date: Sat, 18 Oct 2003 14:48:05 +0900
From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: databases/qdbm (quick database manager)

>Number:         58186
>Category:       ports
>Synopsis:       New port: databases/qdbm (quick database manager)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 17 22:50:25 PDT 2003
>Closed-Date:    Wed Oct 29 18:30:00 PST 2003
>Last-Modified:  Wed Oct 29 18:30:00 PST 2003
>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@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@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@dirrm %%DOCSDIR%%
END-of-qdbm/pkg-plist
exit


>Release-Note:
>Audit-Trail:

From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58186: New port: databases/qdbm (quick database manager)
Date: Sun, 19 Oct 2003 07:12:31 +0900

 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
 

From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58186: New port: databases/qdbm (quick database manager)
Date: Mon, 20 Oct 2003 06:57:23 +0900

 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
 

From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58186: New port: databases/qdbm (quick database manager)
Date: Fri, 24 Oct 2003 06:15:30 +0900

 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
 

From: Kimura Fuyuki <fuyuki@nigredo.org>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/58186: New port: databases/qdbm (quick database manager)
Date: Sat, 25 Oct 2003 07:27:28 +0900

 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
 
State-Changed-From-To: open->closed 
State-Changed-By: nork 
State-Changed-When: Wed Oct 29 18:29:48 PST 2003 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=58186 
>Unformatted:
