1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Add p5-Devel-TraceCalls 0.04, track calls to subs, classes and object

instances.
This commit is contained in:
Lars Thegler 2005-12-09 18:43:56 +00:00
parent ebb646b533
commit ecf3acdd70
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=150741
5 changed files with 40 additions and 0 deletions

View File

@ -882,6 +882,7 @@
SUBDIR += p5-Devel-StealthDebug
SUBDIR += p5-Devel-Symdump
SUBDIR += p5-Devel-Trace
SUBDIR += p5-Devel-TraceCalls
SUBDIR += p5-Devel-ptkdb
SUBDIR += p5-Dialog
SUBDIR += p5-Encode

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: devel/p5-Devel-TraceCalls
# Date created: Fri Dec 9 18:46:07 CET 2005
# Whom: Lars Thegler <lth@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= Devel-TraceCalls
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= lth@FreeBSD.org
COMMENT= Track calls to subs, classes and object instances
PERL_CONFIGURE= yes
MAN3= Devel::TraceCalls.3
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
IGNORE= requires Perl 5.6 or newer. Install lang/perl5 or lang/perl5.8, and try again.
.endif
.include <bsd.port.post.mk>

View File

@ -0,0 +1,3 @@
MD5 (Devel-TraceCalls-0.04.tar.gz) = 3dee3faeb51722f0554278231008f476
SHA256 (Devel-TraceCalls-0.04.tar.gz) = 9caf07a48f166ad983190ac2507ca53c06dcdfcb817cd7c66d710955b96d8a0b
SIZE (Devel-TraceCalls-0.04.tar.gz) = 20847

View File

@ -0,0 +1,5 @@
Devel::TraceCalls allows subroutine calls to be tracked on a
per-subroutine, per-package, per-class, or per object instance
basis.
WWW: http://search.cpan.org/dist/Devel-TraceCalls/

View File

@ -0,0 +1,5 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/TraceCalls/.packlist
%%SITE_PERL%%/Devel/TraceCalls.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel/TraceCalls
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true
@unexec rmdir %D/%%SITE_PERL%%/Devel 2>/dev/null || true