diff options
author | jadawin <jadawin@FreeBSD.org> | 2013-04-30 22:43:25 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2013-04-30 22:43:25 +0800 |
commit | 81b9b49f6cc4dad6cb296ab018c2ac28ddf36d4e (patch) | |
tree | 25fdaf2905f6980306194e2abe2f336fe311c7ba /devel | |
parent | aed7e7229719779a65f87f7e0de7c49037419b59 (diff) | |
download | freebsd-ports-gnome-81b9b49f6cc4dad6cb296ab018c2ac28ddf36d4e.tar.gz freebsd-ports-gnome-81b9b49f6cc4dad6cb296ab018c2ac28ddf36d4e.tar.zst freebsd-ports-gnome-81b9b49f6cc4dad6cb296ab018c2ac28ddf36d4e.zip |
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>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | devel/p5-String-Dump/Makefile | 21 | ||||
-rw-r--r-- | devel/p5-String-Dump/distinfo | 2 | ||||
-rw-r--r-- | devel/p5-String-Dump/pkg-descr | 3 | ||||
-rw-r--r-- | devel/p5-String-Dump/pkg-plist | 5 |
5 files changed, 32 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index acaf7cceff19..a6e808a4277f 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -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 diff --git a/devel/p5-String-Dump/Makefile b/devel/p5-String-Dump/Makefile new file mode 100644 index 000000000000..06e28defb472 --- /dev/null +++ b/devel/p5-String-Dump/Makefile @@ -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> diff --git a/devel/p5-String-Dump/distinfo b/devel/p5-String-Dump/distinfo new file mode 100644 index 000000000000..7c89f0892933 --- /dev/null +++ b/devel/p5-String-Dump/distinfo @@ -0,0 +1,2 @@ +SHA256 (String-Dump-0.09.tar.gz) = 16199ca7cf377e12e6cfd59aa2ed68f8710eb818c862f8b53b5784e02291e22e +SIZE (String-Dump-0.09.tar.gz) = 16166 diff --git a/devel/p5-String-Dump/pkg-descr b/devel/p5-String-Dump/pkg-descr new file mode 100644 index 000000000000..e4a9da2b2797 --- /dev/null +++ b/devel/p5-String-Dump/pkg-descr @@ -0,0 +1,3 @@ +This module dumps strings of characters (or bytes) for printing and debugging. + +WWW: http://search.cpan.org/dist/String-Dump/ diff --git a/devel/p5-String-Dump/pkg-plist b/devel/p5-String-Dump/pkg-plist new file mode 100644 index 000000000000..143de60eb84c --- /dev/null +++ b/devel/p5-String-Dump/pkg-plist @@ -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 |