Date: Thu, 5 Jan 2006 20:07:07 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/pbl Makefile distinfo pkg-descr Message-ID: <200601052007.k05K77Br034807@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <johans@stack.nl> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601052007.k05K77Br034807>