Index: p5-Template-Provider-Encoding/Makefile =================================================================== RCS file: p5-Template-Provider-Encoding/Makefile diff -N p5-Template-Provider-Encoding/Makefile --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Template-Provider-Encoding/Makefile 14 May 2006 17:21:34 -0000 @@ -0,0 +1,26 @@ +# New ports collection makefile for: p5-Template-Provider-Encoding +# Date created: 2006-02-28 +# Whom: TAKAHASHI Kaoru +# +# $FreeBSD$ +# + +PORTNAME= Template-Provider-Encoding +PORTVERSION= 0.05 +CATEGORIES= www perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Template +PKGNAMEPREFIX= p5- + +MAINTAINER= kaoru@kaisei.org +COMMENT= Template plugin to specify encoding + +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Template.pm:${PORTSDIR}/www/p5-Template-Toolkit + +PERL_CONFIGURE= yes + +MAN3= Template::Provider::Encoding.3 \ + Template::Stash::ForceUTF8.3 \ + Template::Plugin::encoding.3 + +.include Index: p5-Template-Provider-Encoding/distinfo =================================================================== RCS file: p5-Template-Provider-Encoding/distinfo diff -N p5-Template-Provider-Encoding/distinfo --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Template-Provider-Encoding/distinfo 14 May 2006 17:21:34 -0000 @@ -0,0 +1,3 @@ +MD5 (Template-Provider-Encoding-0.05.tar.gz) = 82a0fe64eea284c49fe47ad7981e8dd6 +SHA256 (Template-Provider-Encoding-0.05.tar.gz) = 57360c4d15e463ff53a081c720b36de64842e6992e87ae2d8f422f45291d88e2 +SIZE (Template-Provider-Encoding-0.05.tar.gz) = 3940 Index: p5-Template-Provider-Encoding/pkg-descr =================================================================== RCS file: p5-Template-Provider-Encoding/pkg-descr diff -N p5-Template-Provider-Encoding/pkg-descr --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Template-Provider-Encoding/pkg-descr 14 May 2006 17:21:34 -0000 @@ -0,0 +1,8 @@ +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. + +WWW: http://search.cpan.org/dist/Template-Provider-Encoding/ Index: p5-Template-Provider-Encoding/pkg-plist =================================================================== RCS file: p5-Template-Provider-Encoding/pkg-plist diff -N p5-Template-Provider-Encoding/pkg-plist --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ p5-Template-Provider-Encoding/pkg-plist 14 May 2006 17:21:34 -0000 @@ -0,0 +1,13 @@ +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Template/Provider/Encoding/.packlist +%%SITE_PERL%%/Template/Provider/Encoding.pm +%%SITE_PERL%%/Template/Stash/ForceUTF8.pm +%%SITE_PERL%%/Template/Plugin/encoding.pm +@dirrmtry %%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%%/auto +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% +@dirrm %%SITE_PERL%%/Template/Provider +@dirrm %%SITE_PERL%%/Template/Stash +@dirrmtry %%SITE_PERL%%/Template/Plugin +@dirrmtry %%SITE_PERL%%/Template