mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 0.98
- Sort *_DEPENDS - Sort MAN3 and PLIST - Use CPAN as primary WWW Changes: http://search.cpan.org/dist/HTML-Template-Compiled/Changes
This commit is contained in:
parent
ff025a9b77
commit
67ec3bd0a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298794
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= HTML-Template-Compiled
|
||||
PORTVERSION= 0.97
|
||||
PORTVERSION= 0.98
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -17,31 +17,31 @@ COMMENT= Templating system that compiles HTML::Template files to Perl code
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
|
||||
BUILD_DEPENDS= p5-Data-TreeDumper-Renderer-DHTML>=0:${PORTSDIR}/www/p5-Data-TreeDumper-Renderer-DHTML \
|
||||
p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \
|
||||
p5-URI>=0:${PORTSDIR}/net/p5-URI
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
TEST_DEPENDS= p5-Test-Pod>=0:${PORTSDIR}/devel/p5-Test-Pod \
|
||||
p5-Test-Pod-Coverage>=0:${PORTSDIR}/devel/p5-Test-Pod-Coverage
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN3= HTML::Template::Compiled.3 \
|
||||
HTML::Template::Compiled::Classic.3 \
|
||||
HTML::Template::Compiled::Compiler.3 \
|
||||
HTML::Template::Compiled::Compiler::Classic.3 \
|
||||
HTML::Template::Compiled::Plugin::DHTML.3 \
|
||||
HTML::Template::Compiled::Exception.3 \
|
||||
HTML::Template::Compiled::Expression.3 \
|
||||
HTML::Template::Compiled::Expr.3 \
|
||||
HTML::Template::Compiled::Formatter.3 \
|
||||
HTML::Template::Compiled::Expression.3 \
|
||||
HTML::Template::Compiled::Filter.3 \
|
||||
HTML::Template::Compiled::Formatter.3 \
|
||||
HTML::Template::Compiled::Lazy.3 \
|
||||
HTML::Template::Compiled::Parser.3 \
|
||||
HTML::Template::Compiled::Classic.3 \
|
||||
HTML::Template::Compiled::Lazy.3 \
|
||||
HTML::Template::Compiled::Plugin::DHTML.3 \
|
||||
HTML::Template::Compiled::Plugin::NumberFormat.3 \
|
||||
HTML::Template::Compiled::Plugin::XMLEscape.3 \
|
||||
HTML::Template::Compiled::Reference.3 \
|
||||
HTML::Template::Compiled::Reference.3 \
|
||||
HTML::Template::Compiled::Token.3 \
|
||||
HTML::Template::Compiled::Utils.3
|
||||
HTML::Template::Compiled::Utils.3
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (HTML-Template-Compiled-0.97.tar.gz) = 867d0a97e3b204362be0eadae8e07e01c929384b20270532fa65f3227920d376
|
||||
SIZE (HTML-Template-Compiled-0.97.tar.gz) = 124993
|
||||
SHA256 (HTML-Template-Compiled-0.98.tar.gz) = 1a7ece72f5730e7ac7b1e2783dd6298764d613620393d3e9ba9ce2a800db5e4a
|
||||
SIZE (HTML-Template-Compiled-0.98.tar.gz) = 133449
|
||||
|
@ -1,5 +1,5 @@
|
||||
Fast templating system using the same syntax as HTML::Template but
|
||||
which compiles templates to perl code.
|
||||
|
||||
WWW: http://search.cpan.org/dist/HTML-Template-Compiled/
|
||||
WWW: http://www.tinita.de/projects/perl/en
|
||||
http://search.cpan.org/dist/HTML-Template-Compiled/
|
||||
|
@ -1,27 +1,28 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist
|
||||
%%SITE_PERL%%/HTML/Template/Compiled.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Classic.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Compiler.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Compiler/Classic.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Exception.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Expression.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Expr.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Expression.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Expression/Expressions.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Filter.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Formatter.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Lazy.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Parser.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/DHTML.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/NumberFormat.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Plugin/XMLEscape.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Reference.pod
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Token.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Utils.pm
|
||||
%%SITE_PERL%%/HTML/Template/Compiled/Compiler/Classic.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled/.packlist
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template/Compiled
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTML
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Compiler
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Expression
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Expression
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled/Compiler
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template/Compiled
|
||||
@dirrmtry %%SITE_PERL%%/HTML/Template
|
||||
@dirrmtry %%SITE_PERL%%/HTML
|
||||
|
Loading…
Reference in New Issue
Block a user