cvs commit: ports/databases Makefile ports/databases/pbl Makefile distinfo pkg-descr

Emanuel Haupt ehaupt at FreeBSD.org
Thu Jan 5 12:07:08 PST 2006


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 at 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)


More information about the cvs-ports mailing list