mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
Add p5-Template-Provider-Encoding: Template plugin to specify encoding
PR: ports/94066 Submitted by: TAKAHASHI Kaoru <kaoru@kaisei.org> Approved by: krion (mentor)
This commit is contained in:
parent
d4a6a14261
commit
b84abf9075
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=162362
@ -705,6 +705,7 @@
|
||||
SUBDIR += p5-Template-Plugin-Monta
|
||||
SUBDIR += p5-Template-Plugin-Number-Format
|
||||
SUBDIR += p5-Template-Plugin-Subst
|
||||
SUBDIR += p5-Template-Provider-Encoding
|
||||
SUBDIR += p5-Template-Timer
|
||||
SUBDIR += p5-Template-Toolkit
|
||||
SUBDIR += p5-Test-HTTP-Server-Simple
|
||||
|
26
www/p5-Template-Provider-Encoding/Makefile
Normal file
26
www/p5-Template-Provider-Encoding/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
# New ports collection makefile for: p5-Template-Provider-Encoding
|
||||
# Date created: 2006-02-28
|
||||
# Whom: TAKAHASHI Kaoru <kaoru@kaisei.org>
|
||||
#
|
||||
# $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 <bsd.port.mk>
|
3
www/p5-Template-Provider-Encoding/distinfo
Normal file
3
www/p5-Template-Provider-Encoding/distinfo
Normal file
@ -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
|
8
www/p5-Template-Provider-Encoding/pkg-descr
Normal file
8
www/p5-Template-Provider-Encoding/pkg-descr
Normal file
@ -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/
|
13
www/p5-Template-Provider-Encoding/pkg-plist
Normal file
13
www/p5-Template-Provider-Encoding/pkg-plist
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user