summaryrefslogtreecommitdiffstats
path: root/misc/p5-Tie-DxHash
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-06-26 06:03:23 +0000
committerijliao <ijliao@FreeBSD.org>2002-06-26 06:03:23 +0000
commit70153d497e74d8633ff96e0fd921a435eedec6a1 (patch)
tree098036a995e40836ad3aa8df004387a7feb8839f /misc/p5-Tie-DxHash
parentc303447bde7adf6efc99bcab94fa731f15ff381b (diff)
downloadFreeBSD-ports-70153d497e74d8633ff96e0fd921a435eedec6a1.zip
FreeBSD-ports-70153d497e74d8633ff96e0fd921a435eedec6a1.tar.gz
add p5-Tie-DxHash 0.93
Keeps insertion order, allows duplicate keys PR: 34283 Submitted by: Seamus Venasse <svenasse@polaris.ca>
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 0000000..0bcc5f8
--- /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 0000000..a64da28
--- /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 0000000..89becc0
--- /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 0000000..e4f4203
--- /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 0000000..0f19d54
--- /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
OpenPOWER on IntegriCloud