summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2011-05-18 02:05:14 +0000
committerdmcmahill <dmcmahill>2011-05-18 02:05:14 +0000
commit04a4b611f0db80394269c98d1c3d643e31227a54 (patch)
tree8844a438190b00fb783bbd7b98a9db4208e7ce86 /www
parentce18fe002737085e1183fcfd9dd51a48a270a9bb (diff)
downloadpkgsrc-04a4b611f0db80394269c98d1c3d643e31227a54.tar.gz
Initial import of www/p5-HTML-Template-Pro version 0.9504
This package was submited as part of PR pkg/43929 which adds the Koha Integrated Library System submitted by Edgar Fuß ------------------------------------- Original HTML::Template is written by Sam Tregar, sam@tregar.com with contributions of many people mentioned there. Their efforts caused HTML::Template to be mature html tempate engine which separate perl code and html design. Yet powerful, HTML::Template is slow, especially if mod_perl isn't available or in case of disk usage and memory limitations. HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). It is not intended to be a complete replacement, but to be a fast implementation of HTML::Template if you don't need quering, the extended facility of HTML::Template. Designed for heavy upload, resource limitations, abcence of mod_perl. HTML::Template::Pro has complete support of filters and HTML::Template::Expr's tag EXPR="<expression>", including user-defined functions and construction <TMPL_INCLUDE EXPR="...">.
Diffstat (limited to 'www')
-rw-r--r--www/p5-HTML-Template-Pro/DESCR16
-rw-r--r--www/p5-HTML-Template-Pro/Makefile21
-rw-r--r--www/p5-HTML-Template-Pro/distinfo5
3 files changed, 42 insertions, 0 deletions
diff --git a/www/p5-HTML-Template-Pro/DESCR b/www/p5-HTML-Template-Pro/DESCR
new file mode 100644
index 00000000000..2f75a42b156
--- /dev/null
+++ b/www/p5-HTML-Template-Pro/DESCR
@@ -0,0 +1,16 @@
+Original HTML::Template is written by Sam Tregar, sam@tregar.com with
+contributions of many people mentioned there. Their efforts caused
+HTML::Template to be mature html tempate engine which separate perl code and
+html design. Yet powerful, HTML::Template is slow, especially if mod_perl isn't
+available or in case of disk usage and memory limitations.
+
+HTML::Template::Pro is a fast lightweight C/Perl+XS reimplementation of
+HTML::Template (as of 2.9) and HTML::Template::Expr (as of 0.0.7). It is not
+intended to be a complete replacement, but to be a fast implementation of
+HTML::Template if you don't need quering, the extended facility of
+HTML::Template. Designed for heavy upload, resource limitations, abcence of
+mod_perl.
+
+HTML::Template::Pro has complete support of filters and HTML::Template::Expr's
+tag EXPR="<expression>", including user-defined functions and construction
+<TMPL_INCLUDE EXPR="...">.
diff --git a/www/p5-HTML-Template-Pro/Makefile b/www/p5-HTML-Template-Pro/Makefile
new file mode 100644
index 00000000000..b04befd198a
--- /dev/null
+++ b/www/p5-HTML-Template-Pro/Makefile
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1.1.1 2011/05/18 02:05:14 dmcmahill Exp $
+
+DISTNAME= HTML-Template-Pro-0.9504
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTML/}
+
+MAINTAINER= pkgsrc-users@NetBSD.org
+HOMEPAGE= http://search.cpan.org/dist/HTML-Template-Pro/
+COMMENT= Perl/XS module to use HTML Templates from CGI scripts
+LICENSE= ${PERL5_LICENSE} OR gnu-lgpl-v2.1
+
+DEPENDS+= p5-JSON>=2.0:../../converters/p5-JSON
+
+USE_LANGUAGES= c
+PERL5_PACKLIST= auto/HTML/Template/Pro/.packlist
+
+PKG_DESTDIR_SUPPORT= user-destdir
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/www/p5-HTML-Template-Pro/distinfo b/www/p5-HTML-Template-Pro/distinfo
new file mode 100644
index 00000000000..1e4f1704188
--- /dev/null
+++ b/www/p5-HTML-Template-Pro/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2011/05/18 02:05:14 dmcmahill Exp $
+
+SHA1 (HTML-Template-Pro-0.9504.tar.gz) = 20348b89e46eaed8dc28aa51091f471a74735723
+RMD160 (HTML-Template-Pro-0.9504.tar.gz) = e824bc02e377898312b887706e2f1561d9b9824b
+Size (HTML-Template-Pro-0.9504.tar.gz) = 170666 bytes