diff options
author | seb <seb@pkgsrc.org> | 2008-08-23 20:10:02 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2008-08-23 20:10:02 +0000 |
commit | 6ab37cfdb5dcfd86460f4340e271ef291c2c88fb (patch) | |
tree | 7664b1e04bcc400ea3e76621f1703caed27f7e0d /databases | |
parent | eaebd3950334fd2109c2d9e8cf33f0f17313aa52 (diff) | |
download | pkgsrc-6ab37cfdb5dcfd86460f4340e271ef291c2c88fb.tar.gz |
Initial import of p5-DBM-Deep version 1.0013 in the NetBSD Packages
Collection.
The Perl 5 module DBM::Deep is 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, 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.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBM-Deep/DESCR | 8 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/Makefile | 26 | ||||
-rw-r--r-- | databases/p5-DBM-Deep/distinfo | 5 |
3 files changed, 39 insertions, 0 deletions
diff --git a/databases/p5-DBM-Deep/DESCR b/databases/p5-DBM-Deep/DESCR new file mode 100644 index 00000000000..db43a0cb92b --- /dev/null +++ b/databases/p5-DBM-Deep/DESCR @@ -0,0 +1,8 @@ +The Perl 5 module DBM::Deep is 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, 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. diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile new file mode 100644 index 00000000000..cefce59adbd --- /dev/null +++ b/databases/p5-DBM-Deep/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/23 20:10:02 seb Exp $ + +DISTNAME= DBM-Deep-1.0013 +PKGNAME= p5-${DISTNAME} +CATEGORIES= databases perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=DBM/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/DBM-Deep/ +COMMENT= Pure perl multi-level hash/array DBM that supports transactions + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/DBM/Deep/.packlist + +DEPENDS+= p5-IO-stringy-[0-9]*:../../devel/p5-IO-stringy +DEPENDS+= p5-Test-Deep>=0.095:../../devel/p5-Test-Deep +DEPENDS+= p5-Test-Exception>=0.21:../../devel/p5-Test-Exception +DEPENDS+= p5-Test-Warn>=0.08:../../devel/p5-Test-Warn + +# for test target +BUILD_DEPENDS+= p5-FileHandle-Fmode-[0-9]*:../../devel/p5-FileHandle-Fmode + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo new file mode 100644 index 00000000000..88bd2377f5d --- /dev/null +++ b/databases/p5-DBM-Deep/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/23 20:10:02 seb Exp $ + +SHA1 (DBM-Deep-1.0013.tar.gz) = 9ac795981efcec367bf9e70af5966209295161f8 +RMD160 (DBM-Deep-1.0013.tar.gz) = 5df3b80f5479bae21d4c3d8ffe2e5284a13e63a5 +Size (DBM-Deep-1.0013.tar.gz) = 113262 bytes |