diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:47:51 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-10-21 07:47:51 +0000 |
commit | d61b54704008197d37485eae7ebd69458d850a20 (patch) | |
tree | ce257ffaca4790acaea52bb0f429e84975a03105 /textproc/p5-Text-MagicTemplate | |
parent | d8a8f349d913914c852d0d21e7c4aab0d8d0e43e (diff) | |
download | ports-d61b54704008197d37485eae7ebd69458d850a20.tar.gz ports-d61b54704008197d37485eae7ebd69458d850a20.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-MagicTemplate')
-rw-r--r-- | textproc/p5-Text-MagicTemplate/Makefile | 24 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/distinfo | 1 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/pkg-descr | 8 | ||||
-rw-r--r-- | textproc/p5-Text-MagicTemplate/pkg-plist | 15 |
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 |