add p5-Tie-DxHash 0.93

Keeps insertion order, allows duplicate keys

PR:		34283
Submitted by:	Seamus Venasse <svenasse@polaris.ca>
This commit is contained in:
Ying-Chieh Liao 2002-06-26 06:03:23 +00:00
parent cf233d7b97
commit d002fdd421
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61993
6 changed files with 38 additions and 0 deletions

View file

@ -225,6 +225,7 @@
SUBDIR += p5-Locale-Codes
SUBDIR += p5-Locale-SubCountry
SUBDIR += p5-Text-FIGlet
SUBDIR += p5-Tie-DxHash
SUBDIR += patanjali
SUBDIR += patchutils
SUBDIR += pbs

View file

@ -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>

View file

@ -0,0 +1 @@
MD5 (Tie-DxHash-0.93.tar.gz) = 5faf1cb1d2666c0c0cf19a72d04c00ee

View file

@ -0,0 +1 @@
Keeps insertion order, allows duplicate keys

View file

@ -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>

View file

@ -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