summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authoradrianp <adrianp>2009-01-04 00:29:26 +0000
committeradrianp <adrianp>2009-01-04 00:29:26 +0000
commit7de32416a367e8b98b09fee7e5a7b036da462429 (patch)
tree58c769fb397f58a38e8bdef9db7acf0ea5aeb8a3 /textproc
parent0cdf8d75fb6b5ec78bfc47c78b26072ecaa00ab4 (diff)
downloadpkgsrc-7de32416a367e8b98b09fee7e5a7b036da462429.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')
-rw-r--r--textproc/p5-Data-HexDump/DESCR12
-rw-r--r--textproc/p5-Data-HexDump/Makefile17
-rw-r--r--textproc/p5-Data-HexDump/PLIST1
-rw-r--r--textproc/p5-Data-HexDump/distinfo5
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