pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www p5-HTML-Template-Compiled: add version 1.003
details: https://anonhg.NetBSD.org/pkgsrc/rev/92236c762d8f
branches: trunk
changeset: 334712:92236c762d8f
user: markd <markd%pkgsrc.org@localhost>
date: Mon Jun 03 11:35:04 2019 +0000
description:
p5-HTML-Template-Compiled: add version 1.003
HTML::Template::Compiled is a template system which can be used for HTML::Template
templates with almost the same API. It offers more flexible template delimiters,
additional tags and features, and by compiling the template into perl code it can
run significantly faster in persistent environments such as FastCGI or mod_perl.
The goal is to offer more features for flexibility but keep the basic syntax
as easy as it is.
diffstat:
www/Makefile | 3 ++-
www/p5-HTML-Template-Compiled/DESCR | 7 +++++++
www/p5-HTML-Template-Compiled/Makefile | 20 ++++++++++++++++++++
www/p5-HTML-Template-Compiled/distinfo | 6 ++++++
4 files changed, 35 insertions(+), 1 deletions(-)
diffs (62 lines):
diff -r 3d30de1d9900 -r 92236c762d8f www/Makefile
--- a/www/Makefile Mon Jun 03 11:20:59 2019 +0000
+++ b/www/Makefile Mon Jun 03 11:35:04 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1383 2019/06/03 11:09:58 markd Exp $
+# $NetBSD: Makefile,v 1.1384 2019/06/03 11:35:04 markd Exp $
#
COMMENT= Packages related to the World Wide Web
@@ -370,6 +370,7 @@
SUBDIR+= p5-HTML-TableExtract
SUBDIR+= p5-HTML-Tagset
SUBDIR+= p5-HTML-Template
+SUBDIR+= p5-HTML-Template-Compiled
SUBDIR+= p5-HTML-Template-Expr
SUBDIR+= p5-HTML-Template-Pro
SUBDIR+= p5-HTML-Tiny
diff -r 3d30de1d9900 -r 92236c762d8f www/p5-HTML-Template-Compiled/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Template-Compiled/DESCR Mon Jun 03 11:35:04 2019 +0000
@@ -0,0 +1,7 @@
+HTML::Template::Compiled is a template system which can be used for HTML::Template
+templates with almost the same API. It offers more flexible template delimiters,
+additional tags and features, and by compiling the template into perl code it can
+run significantly faster in persistent environments such as FastCGI or mod_perl.
+
+The goal is to offer more features for flexibility but keep the basic syntax
+as easy as it is.
diff -r 3d30de1d9900 -r 92236c762d8f www/p5-HTML-Template-Compiled/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Template-Compiled/Makefile Mon Jun 03 11:35:04 2019 +0000
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2019/06/03 11:35:04 markd Exp $
+
+DISTNAME= HTML-Template-Compiled-1.003
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= www perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/T/TI/TINITA/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= http://search.cpan.org/dist/HTML-Template-Compiled
+COMMENT= Template System Compiles HTML::Template files to Perl code
+LICENSE= ${PERL5_LICENSE}
+
+DEPENDS+= p5-Parse-RecDescent-[0-9]*:../../devel/p5-Parse-RecDescent
+DEPENDS+= p5-HTML-Parser:../../www/p5-HTML-Parser
+DEPENDS+= p5-URI-[0-9]*:../../www/p5-URI
+
+PERL5_PACKLIST= auto/HTML/Template/Compiled/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 3d30de1d9900 -r 92236c762d8f www/p5-HTML-Template-Compiled/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/www/p5-HTML-Template-Compiled/distinfo Mon Jun 03 11:35:04 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/06/03 11:35:04 markd Exp $
+
+SHA1 (HTML-Template-Compiled-1.003.tar.gz) = 6ba01b4b77b1b222bde010e50194ef971c6b6641
+RMD160 (HTML-Template-Compiled-1.003.tar.gz) = a2e6ce58111e1fef7db87773c1c66a7e4538025a
+SHA512 (HTML-Template-Compiled-1.003.tar.gz) = e79ca8e87be04c4aa42e63fba5e0713cba3d03bdfe2ad4fedc58ede3130825d9ca3e7ff7ceea3f9b2e8277113c1363b8ad9db78d826afc42dfbbf12d9931b867
+Size (HTML-Template-Compiled-1.003.tar.gz) = 97482 bytes
Home |
Main Index |
Thread Index |
Old Index