Bug 176727 - [new port] new port devel/p5-String-Dump 0.09
Summary: [new port] new port devel/p5-String-Dump 0.09
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philippe Audeoud
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-03-07 13:10 UTC by Kurt Jaeger
Modified: 2013-04-30 15:50 UTC (History)
0 users

See Also:


Attachments
file.shar (1.51 KB, text/plain)
2013-03-07 13:10 UTC, Kurt Jaeger
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kurt Jaeger 2013-03-07 13:10:00 UTC
	new port devel/p5-String-Dump 0.09

Fix: #!/bin/sh
How-To-Repeat: 	n/a
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-07 13:10:08 UTC
Class Changed
From-To: maintainer-update->change-request

Fix category (new ports should be change-requests) (via the GNATS Auto 
Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2013-03-07 13:10:10 UTC
Responsible Changed
From-To: freebsd-ports-bugs->perl

perl@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 3 Philippe Audeoud freebsd_committer freebsd_triage 2013-03-07 13:13:52 UTC
Responsible Changed
From-To: perl->jadawin

I'll take it.
Comment 4 dfilter service freebsd_committer freebsd_triage 2013-04-30 15:43:33 UTC
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"
Comment 5 Philippe Audeoud freebsd_committer freebsd_triage 2013-04-30 15:43:59 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!