Date: Fri, 25 Feb 2011 12:17:11 +0000 (UTC) From: Alex Dupre <ale@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/databases Makefile ports/databases/jdbm2 Makefile distinfo pkg-descr Message-ID: <201102251217.p1PCHBiD057149@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102251217.p1PCHBiD057149>