aboutsummaryrefslogtreecommitdiff
path: root/misc/p5-Tie-DxHash
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 06:03:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-06-26 06:03:23 +0000
commitd002fdd421242c95bc95f9766c3941c19d07636e (patch)
tree0f85b4fdc307b926682d5c4307f86ac54106f100 /misc/p5-Tie-DxHash
parentcf233d7b9730728684a41e18e4cfdd987d536da6 (diff)
downloadports-d002fdd421242c95bc95f9766c3941c19d07636e.tar.gz
ports-d002fdd421242c95bc95f9766c3941c19d07636e.zip
add p5-Tie-DxHash 0.93
Keeps insertion order, allows duplicate keys PR: 34283 Submitted by: Seamus Venasse <svenasse@polaris.ca>
Notes
Notes: svn path=/head/; revision=61993
Diffstat (limited to 'misc/p5-Tie-DxHash')
-rw-r--r--misc/p5-Tie-DxHash/Makefile22
-rw-r--r--misc/p5-Tie-DxHash/distinfo1
-rw-r--r--misc/p5-Tie-DxHash/pkg-comment1
-rw-r--r--misc/p5-Tie-DxHash/pkg-descr8
-rw-r--r--misc/p5-Tie-DxHash/pkg-plist5
5 files changed, 37 insertions, 0 deletions
diff --git a/misc/p5-Tie-DxHash/Makefile b/misc/p5-Tie-DxHash/Makefile
new file mode 100644
index 000000000000..0bcc5f8255bb
--- /dev/null
+++ b/misc/p5-Tie-DxHash/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: Tie::DxHash
+# Date created: 25 Jan 2002
+# Whom: Seamus Venasse <svenasse@polaris.ca>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Tie-DxHash
+PORTVERSION= 0.93
+CATEGORIES= misc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Tie
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= svenasse@polaris.ca
+
+PERL_CONFIGURE= yes
+
+MAN3= Tie::DxHash.3
+MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
+
+.include <bsd.port.mk>
diff --git a/misc/p5-Tie-DxHash/distinfo b/misc/p5-Tie-DxHash/distinfo
new file mode 100644
index 000000000000..a64da286c82e
--- /dev/null
+++ b/misc/p5-Tie-DxHash/distinfo
@@ -0,0 +1 @@
+MD5 (Tie-DxHash-0.93.tar.gz) = 5faf1cb1d2666c0c0cf19a72d04c00ee
diff --git a/misc/p5-Tie-DxHash/pkg-comment b/misc/p5-Tie-DxHash/pkg-comment
new file mode 100644
index 000000000000..89becc01effd
--- /dev/null
+++ b/misc/p5-Tie-DxHash/pkg-comment
@@ -0,0 +1 @@
+Keeps insertion order, allows duplicate keys
diff --git a/misc/p5-Tie-DxHash/pkg-descr b/misc/p5-Tie-DxHash/pkg-descr
new file mode 100644
index 000000000000..e4f420384ce4
--- /dev/null
+++ b/misc/p5-Tie-DxHash/pkg-descr
@@ -0,0 +1,8 @@
+Tie::DxHash implements a hash which preserves insertion order and allows
+duplicate keys. It was written to facilitate the use of more complex
+mod_rewrite rules in Apache configuration files written with Perl Sections.
+See the module's POD for details.
+
+WWW: http://search.cpan.org/search?dist=Tie-DxHash
+
+Seamus Venasse <svenasse@polaris.ca>
diff --git a/misc/p5-Tie-DxHash/pkg-plist b/misc/p5-Tie-DxHash/pkg-plist
new file mode 100644
index 000000000000..0f19d547fbd3
--- /dev/null
+++ b/misc/p5-Tie-DxHash/pkg-plist
@@ -0,0 +1,5 @@
+lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DxHash/.packlist
+lib/perl5/site_perl/%%PERL_VER%%/Tie/DxHash.pm
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/DxHash 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true