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:
parent
7319f05934
commit
f98904610a
17
textproc/p5-CGI-FastTemplate/Makefile
Normal file
17
textproc/p5-CGI-FastTemplate/Makefile
Normal 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>
|
5
textproc/p5-CGI-FastTemplate/distinfo
Normal file
5
textproc/p5-CGI-FastTemplate/distinfo
Normal 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
|
5
textproc/p5-CGI-FastTemplate/pkg/DESCR
Normal file
5
textproc/p5-CGI-FastTemplate/pkg/DESCR
Normal 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.
|
4
textproc/p5-CGI-FastTemplate/pkg/PLIST
Normal file
4
textproc/p5-CGI-FastTemplate/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user