summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2019-06-03 11:35:04 +0000
committermarkd <markd@pkgsrc.org>2019-06-03 11:35:04 +0000
commit0391db46463288ad200e08b63192bc43910d4ac1 (patch)
tree15d22485521840bbb96cde2ceec8ac810a1a173a
parentfe9869e036b8e3d81a76d4d505d7cbb71128935a (diff)
downloadpkgsrc-0391db46463288ad200e08b63192bc43910d4ac1.tar.gz
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.
-rw-r--r--www/Makefile3
-rw-r--r--www/p5-HTML-Template-Compiled/DESCR7
-rw-r--r--www/p5-HTML-Template-Compiled/Makefile20
-rw-r--r--www/p5-HTML-Template-Compiled/distinfo6
4 files changed, 35 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile
index a464d958d5f..4adade37199 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -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-Table
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 --git a/www/p5-HTML-Template-Compiled/DESCR b/www/p5-HTML-Template-Compiled/DESCR
new file mode 100644
index 00000000000..39bfde765a8
--- /dev/null
+++ b/www/p5-HTML-Template-Compiled/DESCR
@@ -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 --git a/www/p5-HTML-Template-Compiled/Makefile b/www/p5-HTML-Template-Compiled/Makefile
new file mode 100644
index 00000000000..5570550957c
--- /dev/null
+++ b/www/p5-HTML-Template-Compiled/Makefile
@@ -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
+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 --git a/www/p5-HTML-Template-Compiled/distinfo b/www/p5-HTML-Template-Compiled/distinfo
new file mode 100644
index 00000000000..13c02c6924c
--- /dev/null
+++ b/www/p5-HTML-Template-Compiled/distinfo
@@ -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