pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-LeakTrace Initial import of p5-Test-Leak...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/399a206bce0a
branches:  trunk
changeset: 396489:399a206bce0a
user:      seb <seb%pkgsrc.org@localhost>
date:      Sat Jul 25 21:11:53 2009 +0000

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

diffstat:

 devel/p5-Test-LeakTrace/DESCR    |   3 +++
 devel/p5-Test-LeakTrace/Makefile |  18 ++++++++++++++++++
 devel/p5-Test-LeakTrace/distinfo |   5 +++++
 3 files changed, 26 insertions(+), 0 deletions(-)

diffs (38 lines):

diff -r 65b37f83381f -r 399a206bce0a devel/p5-Test-LeakTrace/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-LeakTrace/DESCR     Sat Jul 25 21:11:53 2009 +0000
@@ -0,0 +1,3 @@
+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.
diff -r 65b37f83381f -r 399a206bce0a devel/p5-Test-LeakTrace/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-LeakTrace/Makefile  Sat Jul 25 21:11:53 2009 +0000
@@ -0,0 +1,18 @@
+# $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@localhost
+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"
diff -r 65b37f83381f -r 399a206bce0a devel/p5-Test-LeakTrace/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Test-LeakTrace/distinfo  Sat Jul 25 21:11:53 2009 +0000
@@ -0,0 +1,5 @@
+$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



Home | Main Index | Thread Index | Old Index