new port devel/p5-String-Dump 0.09 Fix: #!/bin/sh How-To-Repeat: n/a
Class Changed From-To: maintainer-update->change-request Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool)
Responsible Changed From-To: freebsd-ports-bugs->perl perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Responsible Changed From-To: perl->jadawin I'll take it.
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@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@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@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 +@dirrm %%SITE_PERL%%/String/Dump +@dirrmtry %%SITE_PERL%%/String _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed New port added, with minor changes. Thanks!