ehaupt 2006-01-05 20:07:07 UTC FreeBSD ports repository
Modified files: databases Makefile Added files: databases/pbl Makefile distinfo pkg-descr Log: 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 <[EMAIL PROTECTED]> Revision Changes Path 1.476 +1 -0 ports/databases/Makefile 1.1 +39 -0 ports/databases/pbl/Makefile (new) 1.1 +3 -0 ports/databases/pbl/distinfo (new) 1.1 +13 -0 ports/databases/pbl/pkg-descr (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"