From owner-freebsd-ports Fri Nov 1 10:40: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A9F137B401 for ; Fri, 1 Nov 2002 10:40:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C189243E77 for ; Fri, 1 Nov 2002 10:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA1Ie1x3062040 for ; Fri, 1 Nov 2002 10:40:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA1Ie1hL062039; Fri, 1 Nov 2002 10:40:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B7A37B401 for ; Fri, 1 Nov 2002 10:36:39 -0800 (PST) Received: from outpost.lukarcos.com (outpost.globcon.net [62.141.88.161]) by mx1.FreeBSD.org (Postfix) with SMTP id DF6DE43E88 for ; Fri, 1 Nov 2002 10:36:37 -0800 (PST) (envelope-from sgk@outpost.globcon.net) Received: (qmail 81042 invoked by uid 911); 1 Nov 2002 18:36:39 -0000 Message-Id: <20021101183639.81041.qmail@outpost.globcon.net> Date: 1 Nov 2002 18:36:39 -0000 From: Sergei Kolobov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/44812: [NEW PORT] databases/puredb, libraries to create/read constant databases Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44812 >Category: ports >Synopsis: [NEW PORT] databases/puredb, libraries to create/read constant databases >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 01 10:40:00 PST 2002 >Closed-Date: >Last-Modified: >Originator: Sergei Kolobov >Release: FreeBSD 4.7-STABLE i386 >Organization: >Environment: System: FreeBSD outpost.globcon.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 14 02:23:23 MSD 2002 sgk@outpost.globcon.net:/data/FreeBSD/obj/data/FreeBSD/src/sys/OUTPOST i386 >Description: From pkg-descr: PureDB is a portable and tiny set of libraries for creating and reading constant databases. It manages data files that contains text or binary key/data pairs of arbitrary sizes. Lookups are very fast (normally only one disk access to match a hash value), overhead is low (a database is 1028 bytes plus only 16 extra bytes per record), multiple concurrent read access are supported, and databases can be up to 4 Gb long, and they are portable across architectures. Author: Frank DENIS . WWW: http://www.pureftpd.org/puredb/ >How-To-Repeat: >Fix: Note: this port installs useless .la files and I do not know how to disable that. --- puredb-2.1.shar begins here --- # 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: # # puredb # puredb/distinfo # puredb/Makefile # puredb/pkg-comment # puredb/pkg-descr # puredb/pkg-plist # puredb/files # puredb/files/patch-example_read.c # echo c - puredb mkdir -p puredb > /dev/null 2>&1 echo x - puredb/distinfo sed 's/^X//' >puredb/distinfo << 'END-of-puredb/distinfo' XMD5 (pure-db-2.1.tar.gz) = 2fdf5771c169877218b1f83852f8cad4 END-of-puredb/distinfo echo x - puredb/Makefile sed 's/^X//' >puredb/Makefile << 'END-of-puredb/Makefile' X# New ports collection makefile for: puredb X# Date created: 01 Nov 2002 X# Whom: Sergei Kolobov X# X# $FreeBSD$ X# X XPORTNAME= puredb XPORTVERSION= 2.1 XCATEGORIES= databases XMASTER_SITES= http://www.pureftpd.org/puredb/ XDISTNAME= pure-db-${PORTVERSION} X XMAINTAINER= sergei@kolobov.com X XUSE_LIBTOOL= yes XINSTALLS_SHLIB= yes X XDOCS= FORMAT_DESCR NEWS README X Xpost-install: X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X.for file in ${DOCS} X ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} X.endfor X.endif X X.include END-of-puredb/Makefile echo x - puredb/pkg-comment sed 's/^X//' >puredb/pkg-comment << 'END-of-puredb/pkg-comment' XSet of libraries for creating and reading constant databases END-of-puredb/pkg-comment echo x - puredb/pkg-descr sed 's/^X//' >puredb/pkg-descr << 'END-of-puredb/pkg-descr' XPureDB is a portable and tiny set of libraries for creating and reading Xconstant databases. It manages data files that contains text or binary Xkey/data pairs of arbitrary sizes. Lookups are very fast (normally only one Xdisk access to match a hash value), overhead is low (a database is 1028 Xbytes plus only 16 extra bytes per record), multiple concurrent read access Xare supported, and databases can be up to 4 Gb long, and they are portable Xacross architectures. X XAuthor: Frank DENIS . XWWW: http://www.pureftpd.org/puredb/ END-of-puredb/pkg-descr echo x - puredb/pkg-plist sed 's/^X//' >puredb/pkg-plist << 'END-of-puredb/pkg-plist' Xbin/example_read Xbin/example_write Xinclude/puredb_read.h Xinclude/puredb_write.h Xlib/libpuredb_read.so.0 Xlib/libpuredb_read.so Xlib/libpuredb_read.la Xlib/libpuredb_read.a Xlib/libpuredb_write.so.0 Xlib/libpuredb_write.so Xlib/libpuredb_write.la Xlib/libpuredb_write.a X%%PORTDOCS%%share/doc/puredb/FORMAT_DESCR X%%PORTDOCS%%share/doc/puredb/NEWS X%%PORTDOCS%%share/doc/puredb/README X%%PORTDOCS%%@dirrm share/doc/puredb END-of-puredb/pkg-plist echo c - puredb/files mkdir -p puredb/files > /dev/null 2>&1 echo x - puredb/files/patch-example_read.c sed 's/^X//' >puredb/files/patch-example_read.c << 'END-of-puredb/files/patch-example_read.c' X--- src/example_read.c.orig Fri Nov 1 23:21:19 2002 X+++ src/example_read.c Fri Nov 1 23:21:47 2002 X@@ -3,6 +3,9 @@ X X #include X #include X+#ifdef __FreeBSD__ X+#include X+#endif X #include X X int main(void) END-of-puredb/files/patch-example_read.c exit --- puredb-2.1.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message