Tie::CPHash is a Perl module implementing a case preserving but case

insensitive hash table.

Author: CJM <cjm@pobox.com>

PR:		ports/104232
Submitted by:	David Chaplin-Loebell <direct at klatha.com>
This commit is contained in:
Alejandro Pulver 2006-10-31 02:52:47 +00:00
parent ac666bf2b7
commit 4d73bd67b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=175618
5 changed files with 35 additions and 0 deletions

View file

@ -1445,6 +1445,7 @@
SUBDIR += p5-Thread-Apartment
SUBDIR += p5-Thread-Queue-Duplex
SUBDIR += p5-Tie-Array-Sorted
SUBDIR += p5-Tie-CPHash
SUBDIR += p5-Tie-Cache
SUBDIR += p5-Tie-DB_File-SplitHash
SUBDIR += p5-Tie-DB_FileLock

View file

@ -0,0 +1,22 @@
# New ports collection makefile for: Tie-CPHash
# Date created: 09 October 2006
# Whom: David Chaplin-Loebell <direct@klatha.com>
#
# $FreeBSD$
#
PORTNAME= Tie-CPHash
PORTVERSION= 1.02
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Tie
PKGNAMEPREFIX= p5-
MAINTAINER= direct@klatha.com
COMMENT= Perl module implementing a case preserving hash table
PERL_CONFIGURE= yes
MAN3= Tie::CPHash.3
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
MD5 (Tie-CPHash-1.02.tar.gz) = 706005965c6edde355468db7807bdab9
SHA256 (Tie-CPHash-1.02.tar.gz) = 8c9d87b63d17cf0f55bdafaac2a701c5688b104abe43c4cf997e2122d79adfeb
SIZE (Tie-CPHash-1.02.tar.gz) = 3362

View file

@ -0,0 +1,4 @@
Tie::CPHash is a Perl module implementing a case preserving but case
insensitive hash table.
Author: CJM <cjm@pobox.com>

View file

@ -0,0 +1,5 @@
%%SITE_PERL%%/Tie/CPHash.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/CPHash/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/CPHash
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
@dirrmtry %%SITE_PERL%%/Tie