support for explicit encoding in template toolkit
This commit is contained in:
parent
a000f1d8ec
commit
5ca046d033
25
textproc/p5-Template-Provider-Encoding/Makefile
Normal file
25
textproc/p5-Template-Provider-Encoding/Makefile
Normal file
@ -0,0 +1,25 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2006/11/06 16:38:27 espie Exp $
|
||||
|
||||
COMMENT= "explicit encoding for Template Toolkit"
|
||||
|
||||
DISTNAME= Template-Provider-Encoding-0.07
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= textproc perl5
|
||||
|
||||
# Artistic + GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/}
|
||||
|
||||
RUN_DEPENDS= ::textproc/p5-Template
|
||||
|
||||
REGRESS_DEPENDS=${RUN_DEPENDS} \
|
||||
::devel/p5-DateTime
|
||||
|
||||
CONFIGURE_STYLE=perl
|
||||
PKG_ARCH= *
|
||||
|
||||
.include <bsd.port.mk>
|
4
textproc/p5-Template-Provider-Encoding/distinfo
Normal file
4
textproc/p5-Template-Provider-Encoding/distinfo
Normal file
@ -0,0 +1,4 @@
|
||||
MD5 (Template-Provider-Encoding-0.07.tar.gz) = 6defb77d4d802fb87cc741e13f2d3f55
|
||||
RMD160 (Template-Provider-Encoding-0.07.tar.gz) = b36402d880d9faba0e71a845301bad73d7c844b2
|
||||
SHA1 (Template-Provider-Encoding-0.07.tar.gz) = 71713cd49218d37eb477a95d073ae66f88bac26d
|
||||
SIZE (Template-Provider-Encoding-0.07.tar.gz) = 4034
|
2
textproc/p5-Template-Provider-Encoding/pkg/DESCR
Normal file
2
textproc/p5-Template-Provider-Encoding/pkg/DESCR
Normal file
@ -0,0 +1,2 @@
|
||||
This is a suite of extensions to explicitly specify encoding in
|
||||
template toolkits templates.
|
11
textproc/p5-Template-Provider-Encoding/pkg/PLIST
Normal file
11
textproc/p5-Template-Provider-Encoding/pkg/PLIST
Normal file
@ -0,0 +1,11 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2006/11/06 16:38:27 espie Exp $
|
||||
${P5SITE}/Template/
|
||||
${P5SITE}/Template/Plugin/
|
||||
${P5SITE}/Template/Plugin/encoding.pm
|
||||
${P5SITE}/Template/Provider/
|
||||
${P5SITE}/Template/Provider/Encoding.pm
|
||||
${P5SITE}/Template/Stash/
|
||||
${P5SITE}/Template/Stash/ForceUTF8.pm
|
||||
@man man/man3p/Template::Plugin::encoding.3p
|
||||
@man man/man3p/Template::Provider::Encoding.3p
|
||||
@man man/man3p/Template::Stash::ForceUTF8.3p
|
Loading…
Reference in New Issue
Block a user