From 7de32416a367e8b98b09fee7e5a7b036da462429 Mon Sep 17 00:00:00 2001 From: adrianp Date: Sun, 4 Jan 2009 00:29:26 +0000 Subject: NAME Data::HexDump - A Simple Hexadecial Dumper DESCRIPTION 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) --- textproc/p5-Data-HexDump/DESCR | 12 ++++++++++++ textproc/p5-Data-HexDump/Makefile | 17 +++++++++++++++++ textproc/p5-Data-HexDump/PLIST | 1 + textproc/p5-Data-HexDump/distinfo | 5 +++++ 4 files changed, 35 insertions(+) create mode 100644 textproc/p5-Data-HexDump/DESCR create mode 100644 textproc/p5-Data-HexDump/Makefile create mode 100644 textproc/p5-Data-HexDump/PLIST create mode 100644 textproc/p5-Data-HexDump/distinfo (limited to 'textproc') diff --git a/textproc/p5-Data-HexDump/DESCR b/textproc/p5-Data-HexDump/DESCR new file mode 100644 index 00000000000..23e25f453c8 --- /dev/null +++ b/textproc/p5-Data-HexDump/DESCR @@ -0,0 +1,12 @@ +NAME + + Data::HexDump - A Simple Hexadecial Dumper + +DESCRIPTION + + 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) diff --git a/textproc/p5-Data-HexDump/Makefile b/textproc/p5-Data-HexDump/Makefile new file mode 100644 index 00000000000..4d4a17dbb2c --- /dev/null +++ b/textproc/p5-Data-HexDump/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2009/01/04 00:29:26 adrianp Exp $ +# + +DISTNAME= Data-HexDump-0.02 +PKGNAME= p5-${DISTNAME} +CATEGORIES= textproc +MASTER_SITES= http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/ + +MAINTAINER= adrianp@NetBSD.org +HOMEPAGE= http://search.cpan.org/CPAN/authors/id/F/FT/FTASSIN/ +COMMENT= Hexadecial Dumper + +PERL5_PACKLIST= auto/Data/HexDump/.packlist +USE_LANGUAGES= # none + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/textproc/p5-Data-HexDump/PLIST b/textproc/p5-Data-HexDump/PLIST new file mode 100644 index 00000000000..27155fdef3e --- /dev/null +++ b/textproc/p5-Data-HexDump/PLIST @@ -0,0 +1 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:29:26 adrianp Exp $ diff --git a/textproc/p5-Data-HexDump/distinfo b/textproc/p5-Data-HexDump/distinfo new file mode 100644 index 00000000000..6b819240c58 --- /dev/null +++ b/textproc/p5-Data-HexDump/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2009/01/04 00:29:26 adrianp Exp $ + +SHA1 (Data-HexDump-0.02.tar.gz) = 183f2f4849ded585f4bfcc758b522090c3046a9c +RMD160 (Data-HexDump-0.02.tar.gz) = 2e5ea203eaca90c02b1975fa79f838b010a29c68 +Size (Data-HexDump-0.02.tar.gz) = 3525 bytes -- cgit v1.2.3