pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   markd
Date:           Mon Jun  3 11:35:04 UTC 2019

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/p5-HTML-Template-Compiled: DESCR Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.1383 -r1.1384 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/p5-HTML-Template-Compiled/DESCR \
    pkgsrc/www/p5-HTML-Template-Compiled/Makefile \
    pkgsrc/www/p5-HTML-Template-Compiled/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1383 pkgsrc/www/Makefile:1.1384
--- pkgsrc/www/Makefile:1.1383  Mon Jun  3 11:09:58 2019
+++ pkgsrc/www/Makefile Mon Jun  3 11:35:04 2019
@@ -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

Added files:

Index: pkgsrc/www/p5-HTML-Template-Compiled/DESCR
diff -u /dev/null pkgsrc/www/p5-HTML-Template-Compiled/DESCR:1.1
--- /dev/null   Mon Jun  3 11:35:04 2019
+++ pkgsrc/www/p5-HTML-Template-Compiled/DESCR  Mon Jun  3 11:35:04 2019
@@ -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.
Index: pkgsrc/www/p5-HTML-Template-Compiled/Makefile
diff -u /dev/null pkgsrc/www/p5-HTML-Template-Compiled/Makefile:1.1
--- /dev/null   Mon Jun  3 11:35:04 2019
+++ pkgsrc/www/p5-HTML-Template-Compiled/Makefile       Mon Jun  3 11:35:04 2019
@@ -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"
Index: pkgsrc/www/p5-HTML-Template-Compiled/distinfo
diff -u /dev/null pkgsrc/www/p5-HTML-Template-Compiled/distinfo:1.1
--- /dev/null   Mon Jun  3 11:35:04 2019
+++ pkgsrc/www/p5-HTML-Template-Compiled/distinfo       Mon Jun  3 11:35:04 2019
@@ -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