From 761e9539d625f5a50716f93e0f210c602e6ba2f6 Mon Sep 17 00:00:00 2001 From: abs Date: Wed, 18 Feb 2009 10:26:49 +0000 Subject: Added www/p5-Template-Provider-Encoding version 0.10 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/p5-Template-Provider-Encoding/DESCR | 4 ++++ www/p5-Template-Provider-Encoding/Makefile | 20 ++++++++++++++++++++ www/p5-Template-Provider-Encoding/distinfo | 5 +++++ 3 files changed, 29 insertions(+) create mode 100644 www/p5-Template-Provider-Encoding/DESCR create mode 100644 www/p5-Template-Provider-Encoding/Makefile create mode 100644 www/p5-Template-Provider-Encoding/distinfo (limited to 'www') diff --git a/www/p5-Template-Provider-Encoding/DESCR b/www/p5-Template-Provider-Encoding/DESCR new file mode 100644 index 00000000000..cc1159eea29 --- /dev/null +++ b/www/p5-Template-Provider-Encoding/DESCR @@ -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. diff --git a/www/p5-Template-Provider-Encoding/Makefile b/www/p5-Template-Provider-Encoding/Makefile new file mode 100644 index 00000000000..545bf4093b9 --- /dev/null +++ b/www/p5-Template-Provider-Encoding/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/02/18 10:26:49 abs Exp $ + +DISTNAME= Template-Provider-Encoding-0.10 +PKGNAME= p5-${DISTNAME} +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Template/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Template-Provider-Encoding/ +COMMENT= Explicitly declare encodings of your templates + +PKG_DESTDIR_SUPPORT= user-destdir +PKG_INSTALLATION_TYPES= overwrite pkgviews + +DEPENDS+= p5-Template-Toolkit>=2.14:../../www/p5-Template-Toolkit + +PERL5_PACKLIST= auto/Template/Provider/Encoding/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/www/p5-Template-Provider-Encoding/distinfo b/www/p5-Template-Provider-Encoding/distinfo new file mode 100644 index 00000000000..5fcf1f593cf --- /dev/null +++ b/www/p5-Template-Provider-Encoding/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/02/18 10:26:49 abs 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 -- cgit v1.2.3