aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Tie-Simple
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 12:55:43 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-01 12:55:43 +0000
commit2d8946c1e6e76d0820210666629e851c9c3d7318 (patch)
tree9b42777b89e3fce1fea7e2afab2120d19136fc4c /devel/p5-Tie-Simple
parent4a99a40b890e11e6233a71586ef237ce26b461ef (diff)
downloadports-2d8946c1e6e76d0820210666629e851c9c3d7318.tar.gz
ports-2d8946c1e6e76d0820210666629e851c9c3d7318.zip
Add p5-Tie-Simple 1.03, variable ties made easier: much, much, much
easier. PR: ports/101156 Submitted by: Gea-Suan Lin <gslin at gslin.org>
Notes
Notes: svn path=/head/; revision=169338
Diffstat (limited to 'devel/p5-Tie-Simple')
-rw-r--r--devel/p5-Tie-Simple/Makefile22
-rw-r--r--devel/p5-Tie-Simple/distinfo3
-rw-r--r--devel/p5-Tie-Simple/pkg-descr14
-rw-r--r--devel/p5-Tie-Simple/pkg-plist12
4 files changed, 51 insertions, 0 deletions
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 <gslin@gslin.org>
+#
+# $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 <bsd.port.mk>
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