aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-Text-MagicTemplate
diff options
context:
space:
mode:
authorfoxfair <foxfair@FreeBSD.org>2003-10-21 15:47:51 +0800
committerfoxfair <foxfair@FreeBSD.org>2003-10-21 15:47:51 +0800
commit5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f (patch)
treeef5f5caabf66c12d1bf563953d430748cfa0b11e /textproc/p5-Text-MagicTemplate
parent95d9c9dd1e08b50941a532db3099ac3b5990701a (diff)
downloadfreebsd-ports-gnome-5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f.tar.gz
freebsd-ports-gnome-5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f.tar.zst
freebsd-ports-gnome-5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f.zip
Add p5-Text-MagicTemplate 3.03,
a Perl Module with magic merger of runtime values with templates. PR: 58205 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'textproc/p5-Text-MagicTemplate')
-rw-r--r--textproc/p5-Text-MagicTemplate/Makefile24
-rw-r--r--textproc/p5-Text-MagicTemplate/distinfo1
-rw-r--r--textproc/p5-Text-MagicTemplate/pkg-descr8
-rw-r--r--textproc/p5-Text-MagicTemplate/pkg-plist15
4 files changed, 48 insertions, 0 deletions
diff --git a/textproc/p5-Text-MagicTemplate/Makefile b/textproc/p5-Text-MagicTemplate/Makefile
new file mode 100644
index 000000000000..620e015c9e06
--- /dev/null
+++ b/textproc/p5-Text-MagicTemplate/Makefile
@@ -0,0 +1,24 @@
+# New ports collection makefile for: textproc/p5-Text-MagicTemplate
+# Date created: October 18th 2003
+# Whom: Cheng-Lung Sung <clsung@dragon2.net>
+#
+# $FreeBSD$
+#
+
+PORTNAME= Text-MagicTemplate
+PORTVERSION= 3.03
+CATEGORIES= textproc perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Text
+PKGNAMEPREFIX= p5-
+
+MAINTAINER= clsung@dragon2.net
+COMMENT= A Perl Module with magic merger of runtime values with templates
+
+PERL_CONFIGURE= YES
+
+MAN3= Text::MagicTemplate.3 \
+ Bundle::Text::MagicTemplate.3 \
+ Text::MagicTemplate::Zone.3
+
+.include <bsd.port.mk>
diff --git a/textproc/p5-Text-MagicTemplate/distinfo b/textproc/p5-Text-MagicTemplate/distinfo
new file mode 100644
index 000000000000..0761a17fdc32
--- /dev/null
+++ b/textproc/p5-Text-MagicTemplate/distinfo
@@ -0,0 +1 @@
+MD5 (Text-MagicTemplate-3.03.tar.gz) = 1f048ea7498b5a8e62e2ee85af41780b
diff --git a/textproc/p5-Text-MagicTemplate/pkg-descr b/textproc/p5-Text-MagicTemplate/pkg-descr
new file mode 100644
index 000000000000..8bcf556935c0
--- /dev/null
+++ b/textproc/p5-Text-MagicTemplate/pkg-descr
@@ -0,0 +1,8 @@
+MagicTemplate is a "magic" interface between programming and design. It makes
+"magically" available all the runtime values - stored in your variables or
+returned by your subroutines - inside a static template file. Usually no
+need to assign values to the object.
+
+WWW: http://search.cpan.org/~domizio/Text-MagicTemplate-3.03/
+
+Author: Domizio Demichelis <dd@4pro.net>
diff --git a/textproc/p5-Text-MagicTemplate/pkg-plist b/textproc/p5-Text-MagicTemplate/pkg-plist
new file mode 100644
index 000000000000..039a03f631b3
--- /dev/null
+++ b/textproc/p5-Text-MagicTemplate/pkg-plist
@@ -0,0 +1,15 @@
+%%SITE_PERL%%/Text/MagicTemplate.pm
+%%SITE_PERL%%/Bundle/Text/MagicTemplate.pm
+%%SITE_PERL%%/Text/MagicTemplate/Zone.pm
+%%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_.al
+%%SITE_PERL%%/auto/Text/MagicTemplate/_EVAL_ATTRIBUTES_.al
+%%SITE_PERL%%/auto/Text/MagicTemplate/TRACE_DELETIONS.al
+%%SITE_PERL%%/auto/Text/MagicTemplate/ID_list.al
+%%SITE_PERL%%/auto/Text/MagicTemplate/autosplit.ix
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/MagicTemplate/.packlist
+@dirrm %%SITE_PERL%%/Bundle/Text
+@dirrm %%SITE_PERL%%/Text/MagicTemplate
+@dirrm %%SITE_PERL%%/auto/Text/MagicTemplate
+@unexec rmdir %D/%%SITE_PERL%%/Bundle/Text 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/Text/MagicTemplate 2>/dev/null || true
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/Text/MagicTemplate 2>/dev/null || true