From 88bc3f371b47b22019a98b58c85470a3998d3758 Mon Sep 17 00:00:00 2001 From: seb Date: Sat, 23 Aug 2008 20:10:02 +0000 Subject: 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. --- databases/p5-DBM-Deep/DESCR | 8 ++++++++ databases/p5-DBM-Deep/Makefile | 26 ++++++++++++++++++++++++++ databases/p5-DBM-Deep/distinfo | 5 +++++ 3 files changed, 39 insertions(+) create mode 100644 databases/p5-DBM-Deep/DESCR create mode 100644 databases/p5-DBM-Deep/Makefile create mode 100644 databases/p5-DBM-Deep/distinfo 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 -- cgit v1.2.3