pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Data-HexDump NAME



details:   https://anonhg.NetBSD.org/pkgsrc/rev/837b0d58e245
branches:  trunk
changeset: 552411:837b0d58e245
user:      adrianp <adrianp%pkgsrc.org@localhost>
date:      Sun Jan 04 00:29:26 2009 +0000

description:
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:

 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(+), 0 deletions(-)

diffs (51 lines):

diff -r 74c3fb1a26f5 -r 837b0d58e245 textproc/p5-Data-HexDump/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-HexDump/DESCR    Sun Jan 04 00:29:26 2009 +0000
@@ -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 -r 74c3fb1a26f5 -r 837b0d58e245 textproc/p5-Data-HexDump/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-HexDump/Makefile Sun Jan 04 00:29:26 2009 +0000
@@ -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@localhost
+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 -r 74c3fb1a26f5 -r 837b0d58e245 textproc/p5-Data-HexDump/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-HexDump/PLIST    Sun Jan 04 00:29:26 2009 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:29:26 adrianp Exp $
diff -r 74c3fb1a26f5 -r 837b0d58e245 textproc/p5-Data-HexDump/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/p5-Data-HexDump/distinfo Sun Jan 04 00:29:26 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index