diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-10-21 15:49:48 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-10-21 15:49:48 +0800 |
commit | 40089c917a874f6a1759ec9a5a61e9fb3dc0d033 (patch) | |
tree | 28f727d3598248214f29e2c092fba1c69dc1a67d | |
parent | 5608a73e0541f33e05ca6b50021d4061c71fcca6 (diff) | |
download | freebsd-ports-gnome-40089c917a874f6a1759ec9a5a61e9fb3dc0d033.tar.gz freebsd-ports-gnome-40089c917a874f6a1759ec9a5a61e9fb3dc0d033.tar.zst freebsd-ports-gnome-40089c917a874f6a1759ec9a5a61e9fb3dc0d033.zip |
Add p5-HTML-MagicTemplate 3.03,
a Perl Module for using Text::MagicTemplate in a HTML env.
PR: 58208
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/p5-HTML-MagicTemplate/Makefile | 27 | ||||
-rw-r--r-- | www/p5-HTML-MagicTemplate/distinfo | 1 | ||||
-rw-r--r-- | www/p5-HTML-MagicTemplate/pkg-descr | 9 | ||||
-rw-r--r-- | www/p5-HTML-MagicTemplate/pkg-plist | 4 |
5 files changed, 42 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 5e21fcbdf677..d7238d0a66f4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -364,6 +364,7 @@ SUBDIR += p5-HTML-Embperl SUBDIR += p5-HTML-FillInForm SUBDIR += p5-HTML-FromText + SUBDIR += p5-HTML-MagicTemplate SUBDIR += p5-HTML-Mason SUBDIR += p5-HTML-Navigation SUBDIR += p5-HTML-Pager diff --git a/www/p5-HTML-MagicTemplate/Makefile b/www/p5-HTML-MagicTemplate/Makefile new file mode 100644 index 000000000000..451d64a0a0b8 --- /dev/null +++ b/www/p5-HTML-MagicTemplate/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: www/p5-HTML-MagicTemplate +# Date created: October 18th 2003 +# Whom: Cheng-Lung Sung <clsung@dragon2.net> +# +# $FreeBSD$ +# + +PORTNAME= HTML-MagicTemplate +PORTVERSION= 3.03 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= HTML +PKGNAMEPREFIX= p5- + +MAINTAINER= clsung@dragon2.net +COMMENT= A Perl Module for using Text::MagicTemplate in a HTML env + +BUILD_DEPENDS= ${SITE_PERL}/Text/MagicTemplate.pm:${PORTSDIR}/textproc/p5-Text-MagicTemplate \ + ${SITE_PERL}/HTML/TableTiler.pm:${PORTSDIR}/www/p5-HTML-TableTiler \ + ${SITE_PERL}/HTML/FillInForm.pm:${PORTSDIR}/www/p5-HTML-FillInForm +RUN_DEPENDS= ${BUILD_DEPENDS} + +PERL_CONFIGURE= YES + +MAN3= HTML::MagicTemplate.3 + +.include <bsd.port.mk> diff --git a/www/p5-HTML-MagicTemplate/distinfo b/www/p5-HTML-MagicTemplate/distinfo new file mode 100644 index 000000000000..a1ad7a30ef3c --- /dev/null +++ b/www/p5-HTML-MagicTemplate/distinfo @@ -0,0 +1 @@ +MD5 (HTML-MagicTemplate-3.03.tar.gz) = ca3ce4bd66e2f48e42b9588b2cac0aad diff --git a/www/p5-HTML-MagicTemplate/pkg-descr b/www/p5-HTML-MagicTemplate/pkg-descr new file mode 100644 index 000000000000..1d4c702526f6 --- /dev/null +++ b/www/p5-HTML-MagicTemplate/pkg-descr @@ -0,0 +1,9 @@ +HTML::MagicTemplate is a collection of handlers for Text::MagicTemplate useful +when used in a HTML environment. It adds a couple of magic HTML specific value +handlers to Text::MagicTemplate default value handlers. Just create and use the +MagicTemplate object as usual, to have a trasparent interface to +HTML::TableTiler and HTML::FillInForm too. + +WWW: http://search.cpan.org/~domizio/HTML-MagicTemplate-3.03/ + +Author: Domizio Demichelis <dd@4pro.net> diff --git a/www/p5-HTML-MagicTemplate/pkg-plist b/www/p5-HTML-MagicTemplate/pkg-plist new file mode 100644 index 000000000000..a9d88e0af092 --- /dev/null +++ b/www/p5-HTML-MagicTemplate/pkg-plist @@ -0,0 +1,4 @@ +%%SITE_PERL%%/HTML/MagicTemplate.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MagicTemplate/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/MagicTemplate +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH/auto/HTML/MagicTemplate 2>/dev/null || true |