Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 19:58:20 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486534 - in head/devel: . p5-Data-Dump-Color
Message-ID:  <201812031958.wB3JwK0t078133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec  3 19:58:19 2018
New Revision: 486534
URL: https://svnweb.freebsd.org/changeset/ports/486534

Log:
  Add p5-Data-Dump-Color 0.241
  
  Data::Dump::Color aims to be a drop-in replacement for Data::Dump. It adds
  colors to dumps. It also adds various visual aids in the comments, e.g.
  array/hash index, depth indicator, and so on.
  
  WWW: https://metacpan.org/release/Data-Dump-Color

Added:
  head/devel/p5-Data-Dump-Color/
  head/devel/p5-Data-Dump-Color/Makefile   (contents, props changed)
  head/devel/p5-Data-Dump-Color/distinfo   (contents, props changed)
  head/devel/p5-Data-Dump-Color/pkg-descr   (contents, props changed)
  head/devel/p5-Data-Dump-Color/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Dec  3 19:57:44 2018	(r486533)
+++ head/devel/Makefile	Mon Dec  3 19:58:19 2018	(r486534)
@@ -2271,6 +2271,7 @@
     SUBDIR += p5-Data-Diver
     SUBDIR += p5-Data-Domain
     SUBDIR += p5-Data-Dump
+    SUBDIR += p5-Data-Dump-Color
     SUBDIR += p5-Data-Dump-Streamer
     SUBDIR += p5-Data-DumpXML
     SUBDIR += p5-Data-Dumper

Added: head/devel/p5-Data-Dump-Color/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Dump-Color/Makefile	Mon Dec  3 19:58:19 2018	(r486534)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	Data-Dump-Color
+PORTVERSION=	0.241
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	sunpoet@FreeBSD.org
+COMMENT=	Like Data::Dump, but with color
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0.06:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Data-Dump>=0:devel/p5-Data-Dump \
+		p5-Scalar-Util-LooksLikeNumber>=0:devel/p5-Scalar-Util-LooksLikeNumber
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Data-Dump-Color/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Dump-Color/distinfo	Mon Dec  3 19:58:19 2018	(r486534)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1543776237
+SHA256 (Data-Dump-Color-0.241.tar.gz) = 3e149c5b52a44db0f4007c5441e2b8dad49ab1756c5e2333e87bcc4e8437b8ad
+SIZE (Data-Dump-Color-0.241.tar.gz) = 26261

Added: head/devel/p5-Data-Dump-Color/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Dump-Color/pkg-descr	Mon Dec  3 19:58:19 2018	(r486534)
@@ -0,0 +1,5 @@
+Data::Dump::Color aims to be a drop-in replacement for Data::Dump. It adds
+colors to dumps. It also adds various visual aids in the comments, e.g.
+array/hash index, depth indicator, and so on.
+
+WWW: https://metacpan.org/release/Data-Dump-Color

Added: head/devel/p5-Data-Dump-Color/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Data-Dump-Color/pkg-plist	Mon Dec  3 19:58:19 2018	(r486534)
@@ -0,0 +1,4 @@
+%%SITE_PERL%%/Data/Dump/Color.pm
+%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example.pl
+%%SITE_PERL%%/auto/share/dist/Data-Dump-Color/examples/example2.pl
+%%PERL5_MAN3%%/Data::Dump::Color.3.gz



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