Add p5-Hash-WithDefaults 0.04, class for hashes with key-casing

requirements supporting defaults.

PR:		ports/102063
Submitted by:	Gea-Suan Lin <gslin at gslin.org>
This commit is contained in:
Cheng-Lung Sung
2006-08-15 15:40:36 +00:00
parent c3f58d1897
commit 203bddb1d6
5 changed files with 37 additions and 0 deletions

View File

@@ -1086,6 +1086,7 @@
SUBDIR += p5-Gtk2-Spell
SUBDIR += p5-Hash-AsObject
SUBDIR += p5-Hash-Case
SUBDIR += p5-Hash-WithDefaults
SUBDIR += p5-Heap
SUBDIR += p5-Heap-Simple
SUBDIR += p5-Heap-Simple-Perl

View File

@@ -0,0 +1,22 @@
# New ports collection makefile for: p5-Hash-WithDefaults
# Date created: 2006-08-15
# Whom: Gea-Suan Lin <gslin@gslin.org>
#
# $FreeBSD$
#
PORTNAME= Hash-WithDefaults
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Hash
PKGNAMEPREFIX= p5-
MAINTAINER= gslin@gslin.org
COMMENT= Class for hashes with key-casing requirements supporting defaults
PERL_CONFIGURE= yes
MAN3= Hash::WithDefaults.3
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
MD5 (Hash-WithDefaults-0.04.tar.gz) = e769b5f381e2b55ec53429b847f086c1
SHA256 (Hash-WithDefaults-0.04.tar.gz) = 57577d7424d34e9cff60dcc2cc51ef5014d159af0431751f0687de98c6a15272
SIZE (Hash-WithDefaults-0.04.tar.gz) = 4033

View File

@@ -0,0 +1,5 @@
This module implements hashes that support "defaults". That is you may
specify several more hashes in which the data will be looked up in
case it is not found in the current hash.
WWW: http://search.cpan.org/dist/Hash-WithDefaults/

View File

@@ -0,0 +1,6 @@
@comment $FreeBSD$
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults/.packlist
%%SITE_PERL%%/Hash/WithDefaults.pm
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash/WithDefaults
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Hash
@dirrmtry %%SITE_PERL%%/Hash