diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile index 0b5518aa850..b2e8796154c 100644 --- a/databases/p5-DBM-Deep/Makefile +++ b/databases/p5-DBM-Deep/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2009/09/29 08:33:33 kevlo Exp $ +# $OpenBSD: Makefile,v 1.2 2009/10/11 07:36:30 kevlo Exp $ -COMMENT= perl multi-level hash/array DBM that supports +COMMENT= perl multi-level hash/array DBM that supports transactions DISTNAME= DBM-Deep-1.0014 +PKGNAME= p5-${DISTNAME}p0 CATEGORIES= databases diff --git a/databases/p5-DBM-Deep/pkg/DESCR b/databases/p5-DBM-Deep/pkg/DESCR index 595d93662c4..7d6da1b6a5c 100644 --- a/databases/p5-DBM-Deep/pkg/DESCR +++ b/databases/p5-DBM-Deep/pkg/DESCR @@ -1,6 +1,6 @@ A unique flat-file database module, written in pure perl. True multi-level hash/array support (unlike MLDBM, which is faked), hybrid OO / tie() interface, -cross-platform FTPable files, and quite fast. Can handle millions of keys and -unlimited hash levels without significant slow-down. Written from the ground-up -in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box -compatibility with Unix, Mac OS X and Windows. +cross-platform FTPable files, ACID transactions, and is quite fast. Can handle +millions of keys and unlimited levels without significant slow-down. Written +from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM. +Out-of-the-box compatibility with Unix, Mac OS X and Windows.