From 2d8946c1e6e76d0820210666629e851c9c3d7318 Mon Sep 17 00:00:00 2001 From: Cheng-Lung Sung Date: Tue, 1 Aug 2006 12:55:43 +0000 Subject: [PATCH] Add p5-Tie-Simple 1.03, variable ties made easier: much, much, much easier. PR: ports/101156 Submitted by: Gea-Suan Lin --- devel/Makefile | 1 + devel/p5-Tie-Simple/Makefile | 22 ++++++++++++++++++++++ devel/p5-Tie-Simple/distinfo | 3 +++ devel/p5-Tie-Simple/pkg-descr | 14 ++++++++++++++ devel/p5-Tie-Simple/pkg-plist | 12 ++++++++++++ 5 files changed, 52 insertions(+) create mode 100644 devel/p5-Tie-Simple/Makefile create mode 100644 devel/p5-Tie-Simple/distinfo create mode 100644 devel/p5-Tie-Simple/pkg-descr create mode 100644 devel/p5-Tie-Simple/pkg-plist diff --git a/devel/Makefile b/devel/Makefile index ec541f1fc9ba..9e44cf9c2c9a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1387,6 +1387,7 @@ SUBDIR += p5-Tie-IxHash SUBDIR += p5-Tie-Restore SUBDIR += p5-Tie-ShareLite + SUBDIR += p5-Tie-Simple SUBDIR += p5-Tie-iCal SUBDIR += p5-Time-Clock SUBDIR += p5-Time-Duration diff --git a/devel/p5-Tie-Simple/Makefile b/devel/p5-Tie-Simple/Makefile new file mode 100644 index 000000000000..5c28f999b91b --- /dev/null +++ b/devel/p5-Tie-Simple/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: p5-Tie-Simple +# Date created: 2006-08-01 +# Whom: Gea-Suan Lin +# +# $FreeBSD$ +# + +PORTNAME= Tie-Simple +PORTVERSION= 1.03 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Tie +PKGNAMEPREFIX= p5- + +MAINTAINER= gslin@gslin.org +COMMENT= Variable ties made easier: much, much, much easier + +PERL_CONFIGURE= yes + +MAN3= Tie::Simple.3 + +.include diff --git a/devel/p5-Tie-Simple/distinfo b/devel/p5-Tie-Simple/distinfo new file mode 100644 index 000000000000..f5c0ca83638a --- /dev/null +++ b/devel/p5-Tie-Simple/distinfo @@ -0,0 +1,3 @@ +MD5 (Tie-Simple-1.03.tar.gz) = 198f7ec68c9b954251c4ed163ee112c7 +SHA256 (Tie-Simple-1.03.tar.gz) = e73dae00e00c42511154fe0e3b26a8965836f2456e1c0952c9ce22ce3d55fc23 +SIZE (Tie-Simple-1.03.tar.gz) = 5498 diff --git a/devel/p5-Tie-Simple/pkg-descr b/devel/p5-Tie-Simple/pkg-descr new file mode 100644 index 000000000000..23fdd00ff200 --- /dev/null +++ b/devel/p5-Tie-Simple/pkg-descr @@ -0,0 +1,14 @@ +This module adds the ability to quickly create new types of tie +objects without creating a complete class. It does so in such a way as +to try and make the programmers life easier when it comes to +single-use ties that I find myself wanting to use from time-to-time. + +The Tie::Simple package is actually a front-end to other classes which +really do all the work once tied, but this package does the dwimming +to automatically figure out what you're trying to do. + +I've tried to make this as intuitive as possible and dependent on +other bits of Perl where I can to minimize the need for documentation +and to make this extra, extra spiffy. + +WWW: http://search.cpan.org/dist/Tie-Simple/ diff --git a/devel/p5-Tie-Simple/pkg-plist b/devel/p5-Tie-Simple/pkg-plist new file mode 100644 index 000000000000..48e15ab8f848 --- /dev/null +++ b/devel/p5-Tie-Simple/pkg-plist @@ -0,0 +1,12 @@ +@comment $FreeBSD$ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple/.packlist +%%SITE_PERL%%/Tie/Simple.pm +%%SITE_PERL%%/Tie/Simple/Array.pm +%%SITE_PERL%%/Tie/Simple/Handle.pm +%%SITE_PERL%%/Tie/Simple/Hash.pm +%%SITE_PERL%%/Tie/Simple/Scalar.pm +%%SITE_PERL%%/Tie/Simple/Util.pm +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie +@dirrmtry %%SITE_PERL%%/Tie/Simple +@dirrmtry %%SITE_PERL%%/Tie