cvs commit: ports/databases Makefile ports/databases/puredb
Makefile distinfo pkg-descr pkg-plist ports/databases/puredb/files
patch-example_read.c
Edwin Groothuis
edwin at FreeBSD.org
Mon Mar 31 18:36:40 PST 2003
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 at 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)
More information about the cvs-all
mailing list