aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
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
parent95d9c9dd1e08b50941a532db3099ac3b5990701a (diff)
downloadfreebsd-ports-graphics-5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f.tar.gz
freebsd-ports-graphics-5669c2f3b0be4d445baa1b7c1a2b6d305c5a120f.tar.zst
freebsd-ports-graphics-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')
-rw-r--r--textproc/Makefile1
-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
5 files changed, 49 insertions, 0 deletions
diff --git a/textproc/Makefile b/textproc/Makefile
index 67cefb601de..fa600701921 100644
--- a/textproc/Makefile
+++ b/textproc/Makefile
@@ -251,6 +251,7 @@
SUBDIR += p5-Text-FormatTable
SUBDIR += p5-Text-Glob
SUBDIR += p5-Text-Graphics
+ SUBDIR += p5-Text-MagicTemplate
SUBDIR += p5-Text-Metaphone
SUBDIR += p5-Text-Netstring
SUBDIR += p5-Text-Query
diff --git a/textproc/p5-Text-MagicTemplate/Makefile b/textproc/p5-Text-MagicTemplate/Makefile
new file mode 100644
index 00000000000..620e015c9e0
--- /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 00000000000..0761a17fdc3
--- /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 00000000000..8bcf556935c
--- /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 00000000000..039a03f631b
--- /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