From owner-cvs-ports@FreeBSD.ORG Fri Feb 25 12:17:11 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B913C1065670; Fri, 25 Feb 2011 12:17:11 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A8D788FC08; Fri, 25 Feb 2011 12:17:11 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p1PCHBt6057150; Fri, 25 Feb 2011 12:17:11 GMT (envelope-from ale@repoman.freebsd.org) Received: (from ale@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p1PCHBiD057149; Fri, 25 Feb 2011 12:17:11 GMT (envelope-from ale) Message-Id: <201102251217.p1PCHBiD057149@repoman.freebsd.org> From: Alex Dupre Date: Fri, 25 Feb 2011 12:17:11 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/databases Makefile ports/databases/jdbm2 Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Feb 2011 12:17:11 -0000 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)