From owner-svn-ports-head@FreeBSD.ORG Fri Jun 20 17:06:04 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6EDDF9AD; Fri, 20 Jun 2014 17:06:04 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5AAFB25A6; Fri, 20 Jun 2014 17:06:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5KH64UM016152; Fri, 20 Jun 2014 17:06:04 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5KH63D0016148; Fri, 20 Jun 2014 17:06:03 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201406201706.s5KH63D0016148@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Fri, 20 Jun 2014 17:06:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358610 - head/www/p5-Template-Provider-Encoding X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 17:06:04 -0000 Author: sunpoet Date: Fri Jun 20 17:06:03 2014 New Revision: 358610 URL: http://svnweb.freebsd.org/changeset/ports/358610 QAT: https://qat.redports.org/buildarchive/r358610/ Log: - Add LICENSE - Update COMMENT - Fix and sort PLIST: remove "@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%" - Update pkg-descr - Use single space after WWW: Modified: head/www/p5-Template-Provider-Encoding/Makefile head/www/p5-Template-Provider-Encoding/pkg-descr head/www/p5-Template-Provider-Encoding/pkg-plist Modified: head/www/p5-Template-Provider-Encoding/Makefile ============================================================================== --- head/www/p5-Template-Provider-Encoding/Makefile Fri Jun 20 17:05:57 2014 (r358609) +++ head/www/p5-Template-Provider-Encoding/Makefile Fri Jun 20 17:06:03 2014 (r358610) @@ -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 Modified: head/www/p5-Template-Provider-Encoding/pkg-descr ============================================================================== --- head/www/p5-Template-Provider-Encoding/pkg-descr Fri Jun 20 17:05:57 2014 (r358609) +++ head/www/p5-Template-Provider-Encoding/pkg-descr Fri Jun 20 17:06:03 2014 (r358610) @@ -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/ Modified: head/www/p5-Template-Provider-Encoding/pkg-plist ============================================================================== --- head/www/p5-Template-Provider-Encoding/pkg-plist Fri Jun 20 17:05:57 2014 (r358609) +++ head/www/p5-Template-Provider-Encoding/pkg-plist Fri Jun 20 17:06:03 2014 (r358610) @@ -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