pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/p5-DBM-Deep Initial import of p5-DBM-Deep ve...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/311986e2cefd
branches:  trunk
changeset: 546202:311986e2cefd
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Aug 23 20:10:02 2008 +0000

description:
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:

 databases/p5-DBM-Deep/DESCR    |   8 ++++++++
 databases/p5-DBM-Deep/Makefile |  26 ++++++++++++++++++++++++++
 databases/p5-DBM-Deep/distinfo |   5 +++++
 3 files changed, 39 insertions(+), 0 deletions(-)

diffs (51 lines):

diff -r 86617d73f7ee -r 311986e2cefd databases/p5-DBM-Deep/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBM-Deep/DESCR       Sat Aug 23 20:10:02 2008 +0000
@@ -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 -r 86617d73f7ee -r 311986e2cefd databases/p5-DBM-Deep/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBM-Deep/Makefile    Sat Aug 23 20:10:02 2008 +0000
@@ -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@localhost
+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 -r 86617d73f7ee -r 311986e2cefd databases/p5-DBM-Deep/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/databases/p5-DBM-Deep/distinfo    Sat Aug 23 20:10:02 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index