svn commit: r316936 - in head/devel: . p5-String-Dump

Philippe Audeoud jadawin at FreeBSD.org
Tue Apr 30 14:43:27 UTC 2013


Author: jadawin
Date: Tue Apr 30 14:43:25 2013
New Revision: 316936
URL: http://svnweb.freebsd.org/changeset/ports/316936

Log:
  This module dumps strings of characters (or bytes) for printing and debugging.
  
  WWW: http://search.cpan.org/dist/String-Dump/
  
  PR:		ports/176727
  Submitted by:	Kurt Jaeger <fbsd-ports at opsec.eu>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Apr 30 14:21:39 2013	(r316935)
+++ head/devel/Makefile	Tue Apr 30 14:43:25 2013	(r316936)
@@ -2637,6 +2637,7 @@
     SUBDIR += p5-String-CRC32
     SUBDIR += p5-String-Checker
     SUBDIR += p5-String-Diff
+    SUBDIR += p5-String-Dump
     SUBDIR += p5-String-Ediff
     SUBDIR += p5-String-Errf
     SUBDIR += p5-String-Formatter

Added: head/devel/p5-String-Dump/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-String-Dump/Makefile	Tue Apr 30 14:43:25 2013	(r316936)
@@ -0,0 +1,21 @@
+# Created by: Kurt Jaeger <fbsd-ports at opsec.eu>
+# $FreeBSD$
+
+PORTNAME=	String-Dump
+PORTVERSION=	0.09
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+MASTER_SITE_SUBDIR=	CPAN:PATCH
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	fbsd-ports at opsec.eu
+COMMENT=	Dump strings of characters or bytes for printing and debugging
+
+BUILD_DEPENDS=	p5-Getopt-Lucid>=0:${PORTSDIR}/textproc/p5-Getopt-Lucid
+
+PERL_MODBUILD=	yes
+
+MAN1=	dumpstr.1
+MAN3=	String::Dump.3 String::Dump::Debugging.3
+
+.include <bsd.port.mk>

Added: head/devel/p5-String-Dump/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-String-Dump/distinfo	Tue Apr 30 14:43:25 2013	(r316936)
@@ -0,0 +1,2 @@
+SHA256 (String-Dump-0.09.tar.gz) = 16199ca7cf377e12e6cfd59aa2ed68f8710eb818c862f8b53b5784e02291e22e
+SIZE (String-Dump-0.09.tar.gz) = 16166

Added: head/devel/p5-String-Dump/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-String-Dump/pkg-descr	Tue Apr 30 14:43:25 2013	(r316936)
@@ -0,0 +1,3 @@
+This module dumps strings of characters (or bytes) for printing and debugging.
+
+WWW: http://search.cpan.org/dist/String-Dump/

Added: head/devel/p5-String-Dump/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-String-Dump/pkg-plist	Tue Apr 30 14:43:25 2013	(r316936)
@@ -0,0 +1,5 @@
+bin/dumpstr
+%%SITE_PERL%%/String/Dump.pm
+%%SITE_PERL%%/String/Dump/Debugging.pod
+ at dirrm %%SITE_PERL%%/String/Dump
+ at dirrmtry %%SITE_PERL%%/String


More information about the svn-ports-head mailing list