mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
This is a Template Toolkit dumper plugin using Data::Printer.
WWW: https://metacpan.org/release/Template-Plugin-DataPrinter
This commit is contained in:
parent
a3d8f2ce01
commit
40d0751c2a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541754
@ -779,6 +779,7 @@
|
||||
SUBDIR += p5-Template-Magic
|
||||
SUBDIR += p5-Template-Plugin-Autoformat
|
||||
SUBDIR += p5-Template-Plugin-CSV
|
||||
SUBDIR += p5-Template-Plugin-Data-Printer
|
||||
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS
|
||||
SUBDIR += p5-Template-Plugin-Filter-Minify-CSS-XS
|
||||
SUBDIR += p5-Template-Plugin-Filter-Minify-JavaScript
|
||||
|
23
textproc/p5-Template-Plugin-Data-Printer/Makefile
Normal file
23
textproc/p5-Template-Plugin-Data-Printer/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Zeus Panchenko <zeus@gnu.org.ua>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Template-Plugin-DataPrinter
|
||||
PORTVERSION= 0.013
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= perl@FreeBSD.org
|
||||
COMMENT= Template Toolkit dumper plugin using Data::Printer
|
||||
|
||||
RUN_DEPENDS= p5-Data-Printer>=0:devel/p5-Data-Printer \
|
||||
p5-HTML-FromANSI-Tiny>=0:textproc/p5-HTML-FromANSI-Tiny \
|
||||
p5-Hash-Merge-Simple>=0:devel/p5-Hash-Merge-Simple \
|
||||
p5-Template-Toolkit>=0:www/p5-Template-Toolkit
|
||||
TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
.include <bsd.port.mk>
|
3
textproc/p5-Template-Plugin-Data-Printer/distinfo
Normal file
3
textproc/p5-Template-Plugin-Data-Printer/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1434174551
|
||||
SHA256 (Template-Plugin-DataPrinter-0.013.tar.gz) = 837c9756019b4a1e29a6a6ed991c5fca51d5b4130de2a8ba2d30a976d6ff01f9
|
||||
SIZE (Template-Plugin-DataPrinter-0.013.tar.gz) = 14950
|
7
textproc/p5-Template-Plugin-Data-Printer/pkg-descr
Normal file
7
textproc/p5-Template-Plugin-Data-Printer/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This is a dumper plugin for Template::Toolkit which uses Data::Printer
|
||||
instead of Data::Dumper.
|
||||
|
||||
Data::Printer is a colorised pretty-printer with nicely human-readable
|
||||
object output.
|
||||
|
||||
WWW: https://metacpan.org/release/Template-Plugin-DataPrinter
|
2
textproc/p5-Template-Plugin-Data-Printer/pkg-plist
Normal file
2
textproc/p5-Template-Plugin-Data-Printer/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%PERL5_MAN3%%/Template::Plugin::DataPrinter.3.gz
|
||||
%%SITE_PERL%%/Template/Plugin/DataPrinter.pm
|
Loading…
Reference in New Issue
Block a user