New port: textproc/p5-Template-AutoFilter: Template::AutoFilter
Template::AutoFilter is a subclass of Template::Toolkit which loads a specific Parser that is subclassed from Template::Parser. It adds a filter instruction to each interpolation token found in templates loaded by the TT engine. Tokens that already have a filter instruction are left unchanged. WWW: https://metacpan.org/release/Template-AutoFilter PR: 244560 Submitted by: geoffroy desvernay <dgeo@centrale-marseille.fr>
This commit is contained in:
@@ -478,6 +478,7 @@
|
||||
SUBDIR += p5-Algorithm-RabinKarp
|
||||
SUBDIR += p5-Apache-ParseLog
|
||||
SUBDIR += p5-Apache-Solr
|
||||
SUBDIR += p5-Template-AutoFilter
|
||||
SUBDIR += p5-BibTeX-Parser
|
||||
SUBDIR += p5-BigIP-ParseConfig
|
||||
SUBDIR += p5-Bloom-Filter
|
||||
|
||||
20
textproc/p5-Template-AutoFilter/Makefile
Normal file
20
textproc/p5-Template-AutoFilter/Makefile
Normal file
@@ -0,0 +1,20 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Template-AutoFilter
|
||||
PORTVERSION= 0.143050
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= dgeo@centrale-marseille.fr
|
||||
COMMENT= Template::AutoFilter - Template::Toolkit with automatic filtering
|
||||
|
||||
LICENSE= CC0-1.0
|
||||
|
||||
BUILD_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit
|
||||
RUN_DEPENDS= p5-Template-Toolkit>=0:www/p5-Template-Toolkit
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
||||
3
textproc/p5-Template-AutoFilter/distinfo
Normal file
3
textproc/p5-Template-AutoFilter/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1581201837
|
||||
SHA256 (Template-AutoFilter-0.143050.tar.gz) = 22d2fee56276bc30d50d413ef4d19e4e053ba37f9505dfa585bd5fea98028b76
|
||||
SIZE (Template-AutoFilter-0.143050.tar.gz) = 11747
|
||||
6
textproc/p5-Template-AutoFilter/pkg-descr
Normal file
6
textproc/p5-Template-AutoFilter/pkg-descr
Normal file
@@ -0,0 +1,6 @@
|
||||
Template::AutoFilter is a subclass of Template::Toolkit which loads a specific
|
||||
Parser that is subclassed from Template::Parser. It adds a filter instruction
|
||||
to each interpolation token found in templates loaded by the TT engine. Tokens
|
||||
that already have a filter instruction are left unchanged.
|
||||
|
||||
WWW: https://metacpan.org/release/Template-AutoFilter
|
||||
4
textproc/p5-Template-AutoFilter/pkg-plist
Normal file
4
textproc/p5-Template-AutoFilter/pkg-plist
Normal file
@@ -0,0 +1,4 @@
|
||||
%%SITE_PERL%%/Template/AutoFilter.pm
|
||||
%%SITE_PERL%%/Template/AutoFilter/Parser.pm
|
||||
%%PERL5_MAN3%%/Template::AutoFilter.3.gz
|
||||
%%PERL5_MAN3%%/Template::AutoFilter::Parser.3.gz
|
||||
Reference in New Issue
Block a user