From f98904610afa9e35e55708cac9358e07454f093b Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 25 Oct 2007 21:33:48 +0000 Subject: [PATCH] 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@ --- textproc/p5-CGI-FastTemplate/Makefile | 17 +++++++++++++++++ textproc/p5-CGI-FastTemplate/distinfo | 5 +++++ textproc/p5-CGI-FastTemplate/pkg/DESCR | 5 +++++ textproc/p5-CGI-FastTemplate/pkg/PLIST | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 textproc/p5-CGI-FastTemplate/Makefile create mode 100644 textproc/p5-CGI-FastTemplate/distinfo create mode 100644 textproc/p5-CGI-FastTemplate/pkg/DESCR create mode 100644 textproc/p5-CGI-FastTemplate/pkg/PLIST diff --git a/textproc/p5-CGI-FastTemplate/Makefile b/textproc/p5-CGI-FastTemplate/Makefile new file mode 100644 index 00000000000..ff54ba96932 --- /dev/null +++ b/textproc/p5-CGI-FastTemplate/Makefile @@ -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 + +# Perl +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes + +.include diff --git a/textproc/p5-CGI-FastTemplate/distinfo b/textproc/p5-CGI-FastTemplate/distinfo new file mode 100644 index 00000000000..8e790fd185c --- /dev/null +++ b/textproc/p5-CGI-FastTemplate/distinfo @@ -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 diff --git a/textproc/p5-CGI-FastTemplate/pkg/DESCR b/textproc/p5-CGI-FastTemplate/pkg/DESCR new file mode 100644 index 00000000000..edaf1f0b1c6 --- /dev/null +++ b/textproc/p5-CGI-FastTemplate/pkg/DESCR @@ -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. diff --git a/textproc/p5-CGI-FastTemplate/pkg/PLIST b/textproc/p5-CGI-FastTemplate/pkg/PLIST new file mode 100644 index 00000000000..83a6577ffc8 --- /dev/null +++ b/textproc/p5-CGI-FastTemplate/pkg/PLIST @@ -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