Sat Apr 10 13:38:56 2010 UTC ()
Initial import of p5-Test-HexString version 0.02 in the NetBSD
Packages Collection.

The Perl 5 module Test::HexString provides a single function,
is_hexstr(), which asserts that the given string matches what was
expected. When the strings match (i.e. compare equal using the eq
operator), the behaviour is identical to the usual is() function
provided by Test::More. When the strings are different, a hex dump
is produced as diagnostic, rather than the string values being
printed raw

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


(seb)
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Test-HexString/DESCR
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Test-HexString/Makefile
diff -r0 -r1.1.1.1 pkgsrc/devel/p5-Test-HexString/distinfo

File Added: pkgsrc/devel/p5-Test-HexString/DESCR
The Perl 5 module Test::HexString provides a single function,
is_hexstr(), which asserts that the given string matches what was
expected. When the strings match (i.e. compare equal using the eq
operator), the behaviour is identical to the usual is() function
provided by Test::More. When the strings are different, a hex dump
is produced as diagnostic, rather than the string values being
printed raw

File Added: pkgsrc/devel/p5-Test-HexString/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/04/10 13:38:56 seb Exp $
#

DISTNAME=		Test-HexString-0.02
PKGNAME=		p5-${DISTNAME}
CATEGORIES=		devel perl5
MASTER_SITES=		${MASTER_SITE_PERL_CPAN:=Test/}

MAINTAINER=		pkgsrc-users@NetBSD.org
HOMEPAGE=		http://search.cpan.org/dist/Test-HexString/
COMMENT=		Perl5 module to test binary strings with hex dump diagnostics
LICENSE=		${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=		auto/Test/HexString/.packlist

.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/p5-Test-HexString/distinfo
$NetBSD: distinfo,v 1.1.1.1 2010/04/10 13:38:56 seb Exp $

SHA1 (Test-HexString-0.02.tar.gz) = f7dbf0446cb7f20ae8f336069c2d77472f4f51a0
RMD160 (Test-HexString-0.02.tar.gz) = 84863787bc1a49671b87b74a8494204c2a52aa37
Size (Test-HexString-0.02.tar.gz) = 11847 bytes