mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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:
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
|
@ -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
|
||||
|
|
22
misc/p5-Tie-DxHash/Makefile
Normal file
22
misc/p5-Tie-DxHash/Makefile
Normal 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>
|
1
misc/p5-Tie-DxHash/distinfo
Normal file
1
misc/p5-Tie-DxHash/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (Tie-DxHash-0.93.tar.gz) = 5faf1cb1d2666c0c0cf19a72d04c00ee
|
1
misc/p5-Tie-DxHash/pkg-comment
Normal file
1
misc/p5-Tie-DxHash/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Keeps insertion order, allows duplicate keys
|
8
misc/p5-Tie-DxHash/pkg-descr
Normal file
8
misc/p5-Tie-DxHash/pkg-descr
Normal 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>
|
5
misc/p5-Tie-DxHash/pkg-plist
Normal file
5
misc/p5-Tie-DxHash/pkg-plist
Normal 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
|
Loading…
Add table
Reference in a new issue