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

Alex Dupre ale at FreeBSD.org
Fri Feb 25 12:17:11 UTC 2011


ale         2011-02-25 12:17:11 UTC

  FreeBSD ports repository

  Modified files:
    databases            Makefile 
  Added files:
    databases/jdbm2      Makefile distinfo pkg-descr 
  Log:
  JDBM is a transactional persistence engine for Java. It aims to be for Java
  what GDBM is for other languages: a fast, simple persistence engine.
  You can use it to store a mix of objects and BLOBs, and all updates are done
  in a transactionally safe manner. JDBM also provides scalable data structures,
  such as HTree and B+Tree, to support persistence of large object collections.
  JDBM2 provides HashMap and TreeMap which are backed by disk storage.
  It is very easy and fast way to persist your data.
  JDBM2 also have minimal hardware requirements and is highly embeddable.
  
  WWW: http://code.google.com/p/jdbm2/
  
  Revision  Changes    Path
  1.957     +1 -0      ports/databases/Makefile
  1.1       +41 -0     ports/databases/jdbm2/Makefile (new)
  1.1       +2 -0      ports/databases/jdbm2/distinfo (new)
  1.1       +13 -0     ports/databases/jdbm2/pkg-descr (new)


More information about the cvs-all mailing list