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

Kimura Fuyuki fuyuki at nigredo.org
Thu Oct 23 21:20:16 UTC 2003


The following reply was made to PR ports/58186; it has been noted by GNATS.

From: Kimura Fuyuki <fuyuki at nigredo.org>
To: FreeBSD-gnats-submit at 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 at 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 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.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 at dirrm %%DOCSDIR%%
 END-of-qdbm/pkg-plist
 exit
 



More information about the freebsd-ports-bugs mailing list