1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00

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>
This commit is contained in:
Philippe Audeoud 2013-04-30 14:43:25 +00:00
parent 61e305f991
commit 8ff04a6770
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316936
5 changed files with 32 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,2 @@
SHA256 (String-Dump-0.09.tar.gz) = 16199ca7cf377e12e6cfd59aa2ed68f8710eb818c862f8b53b5784e02291e22e
SIZE (String-Dump-0.09.tar.gz) = 16166

View File

@ -0,0 +1,3 @@
This module dumps strings of characters (or bytes) for printing and debugging.
WWW: http://search.cpan.org/dist/String-Dump/

View File

@ -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