import p5-CGI-FastTemplate

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.

ok jasper@
This commit is contained in:
simon 2007-10-25 21:33:48 +00:00
parent 7319f05934
commit f98904610a
4 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# $OpenBSD: Makefile,v 1.1.1.1 2007/10/25 21:33:48 simon Exp $
COMMENT= manages templates and performs variable interpolation
MODULES= cpan
DISTNAME= CGI-FastTemplate-1.09
CATEGORIES= textproc www
MAINTAINER= Simon Bertrang <simon@openbsd.org>
# Perl
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (CGI-FastTemplate-1.09.tar.gz) = xf6OrQTFJcjVYzyUU6+ALw==
RMD160 (CGI-FastTemplate-1.09.tar.gz) = ddQx1qScd2wZijghbDVtkaooS8A=
SHA1 (CGI-FastTemplate-1.09.tar.gz) = BuLRs+r+C/sNu6zTJJFRR1+QO3w=
SHA256 (CGI-FastTemplate-1.09.tar.gz) = fZ1rV77yw6MxQsTPDKB9iAFXXlO38FS4Pfn2Fr0qd3M=
SIZE (CGI-FastTemplate-1.09.tar.gz) = 13635

View File

@ -0,0 +1,5 @@
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.

View File

@ -0,0 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/10/25 21:33:48 simon Exp $
${P5SITE}/CGI/
${P5SITE}/CGI/FastTemplate.pm
@man man/man3p/CGI::FastTemplate.3p