From cff990ad5df539a5677d116905bd7a7e371b2dd3 Mon Sep 17 00:00:00 2001 From: clsung Date: Tue, 15 Aug 2006 15:40:36 +0000 Subject: Add p5-Hash-WithDefaults 0.04, class for hashes with key-casing requirements supporting defaults. PR: ports/102063 Submitted by: Gea-Suan Lin --- devel/Makefile | 1 + devel/p5-Hash-WithDefaults/Makefile | 22 ++++++++++++++++++++++ devel/p5-Hash-WithDefaults/distinfo | 3 +++ devel/p5-Hash-WithDefaults/pkg-descr | 5 +++++ devel/p5-Hash-WithDefaults/pkg-plist | 6 ++++++ 5 files changed, 37 insertions(+) create mode 100644 devel/p5-Hash-WithDefaults/Makefile create mode 100644 devel/p5-Hash-WithDefaults/distinfo create mode 100644 devel/p5-Hash-WithDefaults/pkg-descr create mode 100644 devel/p5-Hash-WithDefaults/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index 32f7104cdf9b..0a5762aa6698 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-Hash-WithDefaults/Makefile b/devel/p5-Hash-WithDefaults/Makefile new file mode 100644 index 000000000000..f394752dc792 --- /dev/null +++ b/devel/p5-Hash-WithDefaults/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Hash-WithDefaults +# Date created: 2006-08-15 +# Whom: Gea-Suan Lin +# +# $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 diff --git a/devel/p5-Hash-WithDefaults/distinfo b/devel/p5-Hash-WithDefaults/distinfo new file mode 100644 index 000000000000..7bc0f7063355 --- /dev/null +++ b/devel/p5-Hash-WithDefaults/distinfo @@ -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 diff --git a/devel/p5-Hash-WithDefaults/pkg-descr b/devel/p5-Hash-WithDefaults/pkg-descr new file mode 100644 index 000000000000..4e023f285372 --- /dev/null +++ b/devel/p5-Hash-WithDefaults/pkg-descr @@ -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/ diff --git a/devel/p5-Hash-WithDefaults/pkg-plist b/devel/p5-Hash-WithDefaults/pkg-plist new file mode 100644 index 000000000000..bd9f259fb83e --- /dev/null +++ b/devel/p5-Hash-WithDefaults/pkg-plist @@ -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 -- cgit