summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/Makefile1
-rw-r--r--databases/p5-DBM-Deep/Makefile29
-rw-r--r--databases/p5-DBM-Deep/distinfo2
-rw-r--r--databases/p5-DBM-Deep/pkg-descr8
-rw-r--r--databases/p5-DBM-Deep/pkg-plist5
5 files changed, 45 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 89636021367b..1b76940529f5 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -173,6 +173,7 @@
SUBDIR += p5-DBIx-Tree
SUBDIR += p5-DBIx-XHTML_Table
SUBDIR += p5-DBIx-XML_RDB
+ SUBDIR += p5-DBM-Deep
SUBDIR += p5-DBZ_File
SUBDIR += p5-DWH_File
SUBDIR += p5-Data-Page
diff --git a/databases/p5-DBM-Deep/Makefile b/databases/p5-DBM-Deep/Makefile
new file mode 100644
index 000000000000..ff6680db81af
--- /dev/null
+++ b/databases/p5-DBM-Deep/Makefile
@@ -0,0 +1,29 @@
+# New ports collection makefile for: p5-DBM-Deep
+# Date created: 09 August 2004
+# Whom: Janos.Mohacsi@bsd.hu
+#
+# $FreeBSD$
+#
+
+PORTNAME= DBM-Deep
+PORTVERSION= 0.94
+CATEGORIES= databases perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= DBM
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= janos.mohacsi@bsd.hu
+COMMENT= A pure perl persistent multi-level hash/array DBM
+
+MAN3= DBM::Deep.3
+
+PERL_CONFIGURE= yes
+
+.include <bsd.port.pre.mk>
+
+.if ${PERL_LEVEL} < 500800
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/databases/p5-DBM-Deep/distinfo b/databases/p5-DBM-Deep/distinfo
new file mode 100644
index 000000000000..3f84dcdfee93
--- /dev/null
+++ b/databases/p5-DBM-Deep/distinfo
@@ -0,0 +1,2 @@
+MD5 (DBM-Deep-0.94.tar.gz) = 157130c0e4e25e2baaf2dd2adfde70fd
+SIZE (DBM-Deep-0.94.tar.gz) = 41903
diff --git a/databases/p5-DBM-Deep/pkg-descr b/databases/p5-DBM-Deep/pkg-descr
new file mode 100644
index 000000000000..82d9307aa750
--- /dev/null
+++ b/databases/p5-DBM-Deep/pkg-descr
@@ -0,0 +1,8 @@
+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, and quite fast. Can handle millions of keys and
+unlimited hash 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.
+
+WWW: http://search.cpan.org/dist/DBM-Deep/
diff --git a/databases/p5-DBM-Deep/pkg-plist b/databases/p5-DBM-Deep/pkg-plist
new file mode 100644
index 000000000000..2af22cc049b0
--- /dev/null
+++ b/databases/p5-DBM-Deep/pkg-plist
@@ -0,0 +1,5 @@
+%%SITE_PERL%%/DBM/Deep.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM/Deep
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/DBM 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/DBM 2>/dev/null || true