fix COMMENT and DESCR; from Mikolaj Kucharski

This commit is contained in:
kevlo 2009-10-11 07:36:30 +00:00
parent 01be7e117a
commit c51b067a57
2 changed files with 7 additions and 6 deletions

View File

@ -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 DISTNAME= DBM-Deep-1.0014
PKGNAME= p5-${DISTNAME}p0
CATEGORIES= databases CATEGORIES= databases

View File

@ -1,6 +1,6 @@
A unique flat-file database module, written in pure perl. True multi-level 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, 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 cross-platform FTPable files, ACID transactions, and is quite fast. Can handle
unlimited hash levels without significant slow-down. Written from the ground-up millions of keys and unlimited levels without significant slow-down. Written
in pure perl -- this is NOT a wrapper around a C-based DBM. Out-of-the-box from the ground-up in pure perl -- this is NOT a wrapper around a C-based DBM.
compatibility with Unix, Mac OS X and Windows. Out-of-the-box compatibility with Unix, Mac OS X and Windows.