diff options
author | tobez <tobez@FreeBSD.org> | 2001-08-16 04:37:48 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2001-08-16 04:37:48 +0800 |
commit | c60c8ff9da2a860290938237ef6fae835264e834 (patch) | |
tree | 89be1f78b162d3beb7c1c65ca2ead36e5f38c1ff /devel/p5-Data-HexDump | |
parent | 58124457c3a6dd7117d6d4f3f81c0205ff4c0695 (diff) | |
download | freebsd-ports-graphics-c60c8ff9da2a860290938237ef6fae835264e834.tar.gz freebsd-ports-graphics-c60c8ff9da2a860290938237ef6fae835264e834.tar.zst freebsd-ports-graphics-c60c8ff9da2a860290938237ef6fae835264e834.zip |
Add p5-Data-HexDump 0.02, a simple hexadecimal dumper.
PR: 29543
Submitted by: Sergey Skvortsov <skv@protey.ru>
Diffstat (limited to 'devel/p5-Data-HexDump')
-rw-r--r-- | devel/p5-Data-HexDump/Makefile | 22 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/distinfo | 1 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-comment | 1 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-descr | 9 | ||||
-rw-r--r-- | devel/p5-Data-HexDump/pkg-plist | 6 |
5 files changed, 39 insertions, 0 deletions
diff --git a/devel/p5-Data-HexDump/Makefile b/devel/p5-Data-HexDump/Makefile new file mode 100644 index 00000000000..e4f3c7c9182 --- /dev/null +++ b/devel/p5-Data-HexDump/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: Data::HexDump +# Date created: 8 Aug 2001 +# Whom: Sergey Skvortsov <skv@protey.ru> +# +# $FreeBSD$ +# + +PORTNAME= Data-HexDump +PORTVERSION= 0.02 +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Data +PKGNAMEPREFIX= p5- + +MAINTAINER= skv@protey.ru + +PERL_CONFIGURE= yes + +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Data::HexDump.3 + +.include <bsd.port.mk> diff --git a/devel/p5-Data-HexDump/distinfo b/devel/p5-Data-HexDump/distinfo new file mode 100644 index 00000000000..c606ed7d59a --- /dev/null +++ b/devel/p5-Data-HexDump/distinfo @@ -0,0 +1 @@ +MD5 (Data-HexDump-0.02.tar.gz) = 467b7183d1062ab4a502b50c34e7d67f diff --git a/devel/p5-Data-HexDump/pkg-comment b/devel/p5-Data-HexDump/pkg-comment new file mode 100644 index 00000000000..66668a52021 --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-comment @@ -0,0 +1 @@ +A simple hexadecimal dumper diff --git a/devel/p5-Data-HexDump/pkg-descr b/devel/p5-Data-HexDump/pkg-descr new file mode 100644 index 00000000000..46febfb28bc --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-descr @@ -0,0 +1,9 @@ +Dump in hexadecimal the content of a scalar. The result is +returned in a string. Each line of the result consists of +the offset in the source in the leftmost column of each +line, followed by one or more columns of data from the +source in hexadecimal. The rightmost column of each line +shows the printable characters (all others are shown as +single dots). + +WWW: http://search.cpan.org/search?dist=Data-HexDump diff --git a/devel/p5-Data-HexDump/pkg-plist b/devel/p5-Data-HexDump/pkg-plist new file mode 100644 index 00000000000..e4c95e98212 --- /dev/null +++ b/devel/p5-Data-HexDump/pkg-plist @@ -0,0 +1,6 @@ +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump/.packlist +bin/hexdump +lib/perl5/site_perl/%%PERL_VER%%/Data/HexDump.pm +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data/HexDump +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Data 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Data 2>/dev/null || true |