aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:36:38 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-01 02:36:38 +0000
commit01f686aad2e21fcc44d04a3d07b74975e56c2aa3 (patch)
tree251f4cec7efc76d4618a03dfa57f0af4eac693f4 /databases/Makefile
parent168b1e2955088e739a6a5dfc0d6ee1d52c7b4181 (diff)
downloadports-01f686aad2e21fcc44d04a3d07b74975e56c2aa3.tar.gz
ports-01f686aad2e21fcc44d04a3d07b74975e56c2aa3.zip
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>
Notes
Notes: svn path=/head/; revision=77886
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 1e2cc75e79b5..ca76cf9f129b 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -137,6 +137,7 @@
SUBDIR += postgresql7
SUBDIR += postgresql72
SUBDIR += postgresql_autodoc
+ SUBDIR += puredb
SUBDIR += pxtools
SUBDIR += py-MySQL
SUBDIR += py-MySQLdb