Initial import of p5-Test-LeakTrace-0.10
Test::LeakTrace module provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks. ok sthen@
This commit is contained in:
parent
2e85a36e08
commit
bc3ab35a60
21
devel/p5-Test-LeakTrace/Makefile
Normal file
21
devel/p5-Test-LeakTrace/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2009/09/29 09:04:13 kevlo Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= module for tracing memory leaks
|
||||
|
||||
DISTNAME= Test-LeakTrace-0.10
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MODULES= cpan
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Test-LeakTrace/distinfo
Normal file
5
devel/p5-Test-LeakTrace/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Test-LeakTrace-0.10.tar.gz) = /HMv8FCftUdfDMsHEOYoeA==
|
||||
RMD160 (Test-LeakTrace-0.10.tar.gz) = QKAGygLze9EdDhuIN6O12VlL/VI=
|
||||
SHA1 (Test-LeakTrace-0.10.tar.gz) = /iyvMMngOsYm8ijqMJucUlQg8ho=
|
||||
SHA256 (Test-LeakTrace-0.10.tar.gz) = 0BHigpkhldexwTDc69o11r8azsy7k0pZUUctPBkXG6U=
|
||||
SIZE (Test-LeakTrace-0.10.tar.gz) = 44362
|
3
devel/p5-Test-LeakTrace/pkg/DESCR
Normal file
3
devel/p5-Test-LeakTrace/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Test::LeakTrace module provides several functions that trace
|
||||
memory leaks. This module scans arenas, the memory allocation
|
||||
system, so it can detect any leaked SVs in given blocks.
|
15
devel/p5-Test-LeakTrace/pkg/PLIST
Normal file
15
devel/p5-Test-LeakTrace/pkg/PLIST
Normal file
@ -0,0 +1,15 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2009/09/29 09:04:13 kevlo Exp $
|
||||
${P5ARCH}/
|
||||
${P5ARCH}/Test/
|
||||
${P5ARCH}/Test/LeakTrace/
|
||||
${P5ARCH}/Test/LeakTrace.pm
|
||||
${P5ARCH}/Test/LeakTrace/JA.pod
|
||||
${P5ARCH}/Test/LeakTrace/Script.pm
|
||||
${P5ARCH}/auto/
|
||||
${P5ARCH}/auto/Test/
|
||||
${P5ARCH}/auto/Test/LeakTrace/
|
||||
${P5ARCH}/auto/Test/LeakTrace/LeakTrace.bs
|
||||
${P5ARCH}/auto/Test/LeakTrace/LeakTrace.so
|
||||
@man man/man3p/Test::LeakTrace.3p
|
||||
@man man/man3p/Test::LeakTrace::JA.3p
|
||||
@man man/man3p/Test::LeakTrace::Script.3p
|
Loading…
Reference in New Issue
Block a user