Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jul 2020 15:23:02 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r541754 - in head/textproc: . p5-Template-Plugin-Data-Printer
Message-ID:  <202007091523.069FN2gw036714@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Thu Jul  9 15:23:02 2020
New Revision: 541754
URL: https://svnweb.freebsd.org/changeset/ports/541754

Log:
  This is a Template Toolkit dumper plugin using Data::Printer.
  
  WWW: https://metacpan.org/release/Template-Plugin-DataPrinter

Added:
  head/textproc/p5-Template-Plugin-Data-Printer/
  head/textproc/p5-Template-Plugin-Data-Printer/Makefile   (contents, props changed)
  head/textproc/p5-Template-Plugin-Data-Printer/distinfo   (contents, props changed)
  head/textproc/p5-Template-Plugin-Data-Printer/pkg-descr   (contents, props changed)
  head/textproc/p5-Template-Plugin-Data-Printer/pkg-plist   (contents, props changed)
Modified:
  head/textproc/Makefile

Modified: head/textproc/Makefile
==============================================================================
--- head/textproc/Makefile	Thu Jul  9 15:21:35 2020	(r541753)
+++ head/textproc/Makefile	Thu Jul  9 15:23:02 2020	(r541754)
@@ -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

Added: head/textproc/p5-Template-Plugin-Data-Printer/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-Data-Printer/Makefile	Thu Jul  9 15:23:02 2020	(r541754)
@@ -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>

Added: head/textproc/p5-Template-Plugin-Data-Printer/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-Data-Printer/distinfo	Thu Jul  9 15:23:02 2020	(r541754)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1434174551
+SHA256 (Template-Plugin-DataPrinter-0.013.tar.gz) = 837c9756019b4a1e29a6a6ed991c5fca51d5b4130de2a8ba2d30a976d6ff01f9
+SIZE (Template-Plugin-DataPrinter-0.013.tar.gz) = 14950

Added: head/textproc/p5-Template-Plugin-Data-Printer/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-Data-Printer/pkg-descr	Thu Jul  9 15:23:02 2020	(r541754)
@@ -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

Added: head/textproc/p5-Template-Plugin-Data-Printer/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/textproc/p5-Template-Plugin-Data-Printer/pkg-plist	Thu Jul  9 15:23:02 2020	(r541754)
@@ -0,0 +1,2 @@
+%%PERL5_MAN3%%/Template::Plugin::DataPrinter.3.gz
+%%SITE_PERL%%/Template/Plugin/DataPrinter.pm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007091523.069FN2gw036714>