diff options
author | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:29:26 +0000 |
---|---|---|
committer | adrianp <adrianp@pkgsrc.org> | 2009-01-04 00:29:26 +0000 |
commit | 8c5aa6799e16a91c071029c63a160eaf8adcf849 (patch) | |
tree | 58c769fb397f58a38e8bdef9db7acf0ea5aeb8a3 /textproc/p5-Data-HexDump | |
parent | 3046a1a264214d9ae6b92db1b9f837b2109f769f (diff) | |
download | pkgsrc-8c5aa6799e16a91c071029c63a160eaf8adcf849.tar.gz |
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)
Diffstat (limited to 'textproc/p5-Data-HexDump')
-rw-r--r-- | textproc/p5-Data-HexDump/DESCR | 12 | ||||
-rw-r--r-- | textproc/p5-Data-HexDump/Makefile | 17 | ||||
-rw-r--r-- | textproc/p5-Data-HexDump/PLIST | 1 | ||||
-rw-r--r-- | textproc/p5-Data-HexDump/distinfo | 5 |
4 files changed, 35 insertions, 0 deletions
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 |