Sat Jul 25 21:11:53 2009 UTC ()
Initial import of p5-Test-LeakTrace version 0.10 in the NetBSD
Packages Collection.

The Perl 5 module Test::LeakTrace provides several functions that
trace memory leaks. It scans arenas, the memory allocation system,
so it can detect any leaked SVs in given blocks.

Status:

Vendor Tag:	TNF
Release Tags:	pkgsrc-base


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

File Added: pkgsrc/devel/p5-Test-LeakTrace/DESCR
The Perl 5 module Test::LeakTrace provides several functions that
trace memory leaks. It scans arenas, the memory allocation system,
so it can detect any leaked SVs in given blocks.

File Added: pkgsrc/devel/p5-Test-LeakTrace/distinfo
$NetBSD: distinfo,v 1.1.1.1 2009/07/25 21:11:53 seb Exp $

SHA1 (Test-LeakTrace-0.10.tar.gz) = fe2caf30c9e03ac626f228ea309b9c525420f21a
RMD160 (Test-LeakTrace-0.10.tar.gz) = 40a006ca02f37bd11d0e1b8837a3b5d9594bfd52
Size (Test-LeakTrace-0.10.tar.gz) = 44362 bytes

File Added: pkgsrc/devel/p5-Test-LeakTrace/Makefile
# $NetBSD: Makefile,v 1.1.1.1 2009/07/25 21:11:53 seb Exp $

DISTNAME=	Test-LeakTrace-0.10
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-LeakTrace/
COMMENT=	Perl 5 module to trace memory leaks
LICENSE=	${PERL5_LICENSE}

PKG_DESTDIR_SUPPORT=	user-destdir

PERL5_PACKLIST=		auto/Test/LeakTrace/.packlist

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