fix COMMENT and DESCR; from Mikolaj Kucharski
This commit is contained in:
parent
01be7e117a
commit
c51b067a57
@ -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
|
||||||
|
|
||||||
|
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user