diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2006-01-06 04:07:07 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2006-01-06 04:07:07 +0800 |
commit | 494aa48a1230a4b9a3d81520e5ac4c3900a24959 (patch) | |
tree | 869ae0daa0f6dfe5f00313db205008b05f4d14e0 /databases/Makefile | |
parent | 819c489fe467a1cb1d6131a2b9ad23930f71707d (diff) | |
download | freebsd-ports-gnome-494aa48a1230a4b9a3d81520e5ac4c3900a24959.tar.gz freebsd-ports-gnome-494aa48a1230a4b9a3d81520e5ac4c3900a24959.tar.zst freebsd-ports-gnome-494aa48a1230a4b9a3d81520e5ac4c3900a24959.zip |
Add pbl, a highly portable database library.
PBL (Peter Graf's Program Base Library) is a library with highly portable
database functions that can be used in a C or C++ project.
The code of the PBL library includes:
- PBL BASE - some base functions (pbl_*)
- PBL HASH - a memory hash table implementation (pblHt*)
- PBL KEYFILE - a key file implementation (pblKf*)
- PBL ISAM - an ISAM file implementation (pblIsam*)
The spamprobe project (mail/spamprobe) can be used with PBL databases.
PR: ports/91344
Submitted by: Johan van Selst <johans@stack.nl>
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 0f5af104c03f..49c4b9b4fd94 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -250,6 +250,7 @@ SUBDIR += p5-postgresql-plperl SUBDIR += p5-qdbm SUBDIR += p5-sqlrelay + SUBDIR += pbl SUBDIR += pear-DB SUBDIR += pear-DB_DataObject SUBDIR += pear-DB_DataObject_FormBuilder |