Date: Mon, 31 Mar 2003 18:36:38 -0800 (PST) From: Edwin Groothuis <edwin@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/puredb Makefile distinfo pkg-descr pkg-plist ports/databases/puredb/files patch-example_read.c Message-ID: <200304010236.h312acpI056492@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
edwin 2003/03/31 18:36:38 PST
FreeBSD ports repository
Modified files:
databases Makefile
Added files:
databases/puredb Makefile distinfo pkg-descr pkg-plist
databases/puredb/files patch-example_read.c
Log:
databases/puredb: Set of libraries for creating and reading constant databases
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.
PR: ports/48901
Submitted by: Sergei Kolobov <sergei@kolobov.com>
Revision Changes Path
1.231 +1 -0 ports/databases/Makefile
1.1 +28 -0 ports/databases/puredb/Makefile (new)
1.1 +1 -0 ports/databases/puredb/distinfo (new)
1.1 +12 -0 ports/databases/puredb/files/patch-example_read.c (new)
1.1 +10 -0 ports/databases/puredb/pkg-descr (new)
1.1 +17 -0 ports/databases/puredb/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304010236.h312acpI056492>
