From edb1e79904ff7749a0c8db6b5251e9e6f2a8663c Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Sun, 27 Feb 2000 08:02:33 +0000 Subject: Perl module for manage templates and parse templates. --- www/p5-CGI-FastTemplate/Makefile | 25 +++++++++++++++++++++++++ www/p5-CGI-FastTemplate/distinfo | 1 + www/p5-CGI-FastTemplate/pkg-comment | 1 + www/p5-CGI-FastTemplate/pkg-descr | 4 ++++ www/p5-CGI-FastTemplate/pkg-plist | 3 +++ 5 files changed, 34 insertions(+) create mode 100644 www/p5-CGI-FastTemplate/Makefile create mode 100644 www/p5-CGI-FastTemplate/distinfo create mode 100644 www/p5-CGI-FastTemplate/pkg-comment create mode 100644 www/p5-CGI-FastTemplate/pkg-descr create mode 100644 www/p5-CGI-FastTemplate/pkg-plist (limited to 'www/p5-CGI-FastTemplate') diff --git a/www/p5-CGI-FastTemplate/Makefile b/www/p5-CGI-FastTemplate/Makefile new file mode 100644 index 000000000000..581c1e82e4b3 --- /dev/null +++ b/www/p5-CGI-FastTemplate/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: p5-CGI-FastTemplate +# Version required: 1.09 +# Date created: 27 Feb 2000 +# Whom: Vanilla I. Shu +# +# $FreeBSD$ +# + +DISTNAME= CGI-FastTemplate-1.09 +PKGNAME= p5-CGI-FastTemplate-1.09 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= CGI + +MAINTAINER= jfitz@FreeBSD.org + +USE_PERL5= YES + +MAN3= CGI::FastTemplate.3 +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} + +do-configure: + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + +.include diff --git a/www/p5-CGI-FastTemplate/distinfo b/www/p5-CGI-FastTemplate/distinfo new file mode 100644 index 000000000000..f4dc99711274 --- /dev/null +++ b/www/p5-CGI-FastTemplate/distinfo @@ -0,0 +1 @@ +MD5 (CGI-FastTemplate-1.09.tar.gz) = c5fe8ead04c525c8d5633c9453af802f diff --git a/www/p5-CGI-FastTemplate/pkg-comment b/www/p5-CGI-FastTemplate/pkg-comment new file mode 100644 index 000000000000..80fdc7734e13 --- /dev/null +++ b/www/p5-CGI-FastTemplate/pkg-comment @@ -0,0 +1 @@ +Perl module for manage templates and parses templates. diff --git a/www/p5-CGI-FastTemplate/pkg-descr b/www/p5-CGI-FastTemplate/pkg-descr new file mode 100644 index 000000000000..6a116ffb28d4 --- /dev/null +++ b/www/p5-CGI-FastTemplate/pkg-descr @@ -0,0 +1,4 @@ +CGI::FastTemplate manages templates and parses templates replacing +variable names with values. It was designed for mid to large scale web +applications (CGI, mod_perl) where there are great benefits to separating +the logic of an application from the specific implementation details. diff --git a/www/p5-CGI-FastTemplate/pkg-plist b/www/p5-CGI-FastTemplate/pkg-plist new file mode 100644 index 000000000000..799977720f25 --- /dev/null +++ b/www/p5-CGI-FastTemplate/pkg-plist @@ -0,0 +1,3 @@ +lib/perl5/site_perl/%%PERL_VER%%/CGI/FastTemplate.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/FastTemplate/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/CGI/FastTemplate -- cgit v1.2.3