mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add LICENSE
- Update COMMENT - Fix and sort PLIST: remove "@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%" - Update pkg-descr - Use single space after WWW:
This commit is contained in:
parent
c2fc70b766
commit
cdec863e01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358610
@ -9,12 +9,15 @@ MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= Template plugin to specify encoding
|
||||
COMMENT= Explicitly declare encodings of your templates
|
||||
|
||||
RUN_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
BUILD_DEPENDS:= ${RUN_DEPENDS}
|
||||
LICENSE= ART10 GPLv1
|
||||
LICENSE_COMB= dual
|
||||
|
||||
BUILD_DEPENDS= p5-Template-Toolkit>=0:${PORTSDIR}/www/p5-Template-Toolkit
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,8 +1,6 @@
|
||||
Template::Plugin::encoding is a Template plugin to declare the encoding of
|
||||
template files. This plugin doesn't actually do anything but
|
||||
Template::Provider::Encoding scans the usage of this module to find
|
||||
the encoding of templates. As a bonus, you can use encoding variable in
|
||||
the template to specify file encoding, which might be useful for
|
||||
XML or HTML meta tag.
|
||||
Template::Provider::Encoding is a Template Provider subclass to decode template
|
||||
using its declaration. You have to declare encoding of the template in the head
|
||||
(1st line) of template using (fake) encoding TT plugin. Otherwise the template
|
||||
is handled as utf-8.
|
||||
|
||||
WWW: http://search.cpan.org/dist/Template-Provider-Encoding/
|
||||
WWW: http://search.cpan.org/dist/Template-Provider-Encoding/
|
||||
|
@ -1,15 +1,14 @@
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encoding/.packlist
|
||||
%%SITE_PERL%%/Template/Plugin/encoding.pm
|
||||
%%SITE_PERL%%/Template/Provider/Encoding.pm
|
||||
%%SITE_PERL%%/Template/Stash/ForceUTF8.pm
|
||||
%%SITE_PERL%%/Template/Plugin/encoding.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encoding/.packlist
|
||||
%%PERL5_MAN3%%/Template::Plugin::encoding.3.gz
|
||||
%%PERL5_MAN3%%/Template::Provider::Encoding.3.gz
|
||||
%%PERL5_MAN3%%/Template::Stash::ForceUTF8.3.gz
|
||||
%%PERL5_MAN3%%/Template::Plugin::encoding.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encoding
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encoding
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Template
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%
|
||||
@dirrm %%SITE_PERL%%/Template/Provider
|
||||
@dirrm %%SITE_PERL%%/Template/Stash
|
||||
@dirrmtry %%SITE_PERL%%/Template/Stash
|
||||
@dirrmtry %%SITE_PERL%%/Template/Provider
|
||||
@dirrmtry %%SITE_PERL%%/Template/Plugin
|
||||
@dirrmtry %%SITE_PERL%%/Template
|
||||
|
Loading…
Reference in New Issue
Block a user