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.
This commit is contained in:
parent
91308fa9e0
commit
195fea602d
4 changed files with 29 additions and 0 deletions
4
p5-Template-Provider-Encoding/DESCR
Normal file
4
p5-Template-Provider-Encoding/DESCR
Normal file
|
@ -0,0 +1,4 @@
|
|||
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.
|
19
p5-Template-Provider-Encoding/Makefile
Normal file
19
p5-Template-Provider-Encoding/Makefile
Normal file
|
@ -0,0 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2006/02/23 09:43:36 jgoamakf Exp $
|
||||
|
||||
DISTNAME= Template-Provider-Encoding-0.05
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= www perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
||||
|
||||
MAINTAINER= hiramatu@boreas.dti.ne.jp
|
||||
HOMEPAGE= http://search.cpan.org/dist/Template-Provider-Encoding/
|
||||
COMMENT= Explicitly declare encodings of your templates
|
||||
|
||||
DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
||||
PERL5_PACKLIST= auto/Template/Provider/Encoding/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
1
p5-Template-Provider-Encoding/PLIST
Normal file
1
p5-Template-Provider-Encoding/PLIST
Normal file
|
@ -0,0 +1 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2006/02/23 09:43:36 jgoamakf Exp $
|
5
p5-Template-Provider-Encoding/distinfo
Normal file
5
p5-Template-Provider-Encoding/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2006/02/23 09:43:36 jgoamakf Exp $
|
||||
|
||||
SHA1 (Template-Provider-Encoding-0.05.tar.gz) = 1c6fbf4a14c9df9b8a1784b7801190f0d57ddd9f
|
||||
RMD160 (Template-Provider-Encoding-0.05.tar.gz) = c0ef77e862206124e153a3a97a946e2c857883c4
|
||||
Size (Template-Provider-Encoding-0.05.tar.gz) = 3940 bytes
|
Loading…
Reference in a new issue