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:
parent
61e305f991
commit
8ff04a6770
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=316936
@ -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
|
||||
|
21
devel/p5-String-Dump/Makefile
Normal file
21
devel/p5-String-Dump/Makefile
Normal 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>
|
2
devel/p5-String-Dump/distinfo
Normal file
2
devel/p5-String-Dump/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (String-Dump-0.09.tar.gz) = 16199ca7cf377e12e6cfd59aa2ed68f8710eb818c862f8b53b5784e02291e22e
|
||||
SIZE (String-Dump-0.09.tar.gz) = 16166
|
3
devel/p5-String-Dump/pkg-descr
Normal file
3
devel/p5-String-Dump/pkg-descr
Normal 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/
|
5
devel/p5-String-Dump/pkg-plist
Normal file
5
devel/p5-String-Dump/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user