1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

It's easy to create memory leaks in Catalyst applications and often they're

hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.

WWW:	http://search.cpan.org/dist/CatalystX-LeakChecker
This commit is contained in:
Steve Wills 2011-05-08 22:22:26 +00:00
parent 5e1687fb17
commit f32d96b82e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273825
5 changed files with 43 additions and 0 deletions

View File

@ -900,6 +900,7 @@
SUBDIR += p5-Catalyst-View-XML-Simple SUBDIR += p5-Catalyst-View-XML-Simple
SUBDIR += p5-Catalyst-View-XSLT SUBDIR += p5-Catalyst-View-XSLT
SUBDIR += p5-CatalystX-Component-Traits SUBDIR += p5-CatalystX-Component-Traits
SUBDIR += p5-CatalystX-LeakChecker
SUBDIR += p5-CatalystX-RoleApplicator SUBDIR += p5-CatalystX-RoleApplicator
SUBDIR += p5-Class-DBI-FromForm SUBDIR += p5-Class-DBI-FromForm
SUBDIR += p5-ClearSilver SUBDIR += p5-ClearSilver

View File

@ -0,0 +1,30 @@
# New ports collection makefile for: p5-CatalystX-LeakChecker
# Date created: 2011-05-08
# Whom: Steve Wills <swills@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= CatalystX-LeakChecker
PORTVERSION= 0.06
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:FLORA
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Debug memory leaks in Catalyst applications
BUILD_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Devel-Cycle>0:${PORTSDIR}/devel/p5-Devel-Cycle \
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
RUN_DEPENDS= p5-Catalyst-Runtime>=0:${PORTSDIR}/www/p5-Catalyst-Runtime \
p5-Devel-Cycle>0:${PORTSDIR}/devel/p5-Devel-Cycle \
p5-PadWalker>0:${PORTSDIR}/devel/p5-PadWalker
USE_PERL= yes
PERL_CONFIGURE= yes
MAN3= CatalystX::LeakChecker.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (CatalystX-LeakChecker-0.06.tar.gz) = 0e3aa438025adf775a631edaf7e2beb0a617f3894b40afbd875c2a57ed5bdbc0
SIZE (CatalystX-LeakChecker-0.06.tar.gz) = 10835

View File

@ -0,0 +1,5 @@
It's easy to create memory leaks in Catalyst applications and often they're
hard to find. This module tries to help you finding them by automatically
checking for common causes of leaks.
WWW: http://search.cpan.org/dist/CatalystX-LeakChecker

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/CatalystX/LeakChecker.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CatalystX/LeakChecker/.packlist
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CatalystX/LeakChecker
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CatalystX
@dirrmtry %%SITE_PERL%%/CatalystX