Sun Jan 4 00:29:26 2009 UTC ()
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)

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(adrianp)
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Data-HexDump/Makefile
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Data-HexDump/PLIST
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Data-HexDump/distinfo
diff -r0 -r1.1.1.1 pkgsrc/textproc/p5-Data-HexDump/DESCR

File Added: pkgsrc/textproc/p5-Data-HexDump/Makefile
# $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"

File Added: pkgsrc/textproc/p5-Data-HexDump/Attic/PLIST
@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/04 00:29:26 adrianp Exp $

File Added: pkgsrc/textproc/p5-Data-HexDump/distinfo
$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

File Added: pkgsrc/textproc/p5-Data-HexDump/DESCR
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)