From owner-svn-ports-head@freebsd.org Thu Jul 9 15:23:03 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id BCAF236E5A7; Thu, 9 Jul 2020 15:23:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2g0l4gFlz49ys; Thu, 9 Jul 2020 15:23:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7EE9712E75; Thu, 9 Jul 2020 15:23:03 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 069FN3wW036718; Thu, 9 Jul 2020 15:23:03 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 069FN2gw036714; Thu, 9 Jul 2020 15:23:02 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <202007091523.069FN2gw036714@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Thu, 9 Jul 2020 15:23:02 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: danfe X-SVN-Commit-Paths: in head/textproc: . p5-Template-Plugin-Data-Printer X-SVN-Commit-Revision: 541754 X-SVN-Commit-Repository: ports 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.33 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: Thu, 09 Jul 2020 15:23:03 -0000 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 +# $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 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