New port devel/p5-Devel-Profile

Tell me why my perl program runs so slowly

PR:		ports/51031
Submitted by:	Mathieu Arnold <m@absolight.net>
This commit is contained in:
Edwin Groothuis 2003-04-18 06:17:39 +00:00
parent cf95aabd9d
commit 8aa7fb3c74
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79200
5 changed files with 37 additions and 0 deletions

View File

@ -513,6 +513,7 @@
SUBDIR += p5-Devel-Modlist
SUBDIR += p5-Devel-ObjectTracker
SUBDIR += p5-Devel-Peek
SUBDIR += p5-Devel-Profile
SUBDIR += p5-Devel-Profiler
SUBDIR += p5-Devel-StackTrace
SUBDIR += p5-Devel-Symdump

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: Devel-Profile
# Date created: 16 march 2003
# Whom: Mathieu Arnold <m@absolight.net>
#
# $FreeBSD$
#
PORTNAME= Devel-Profile
PORTVERSION= 1.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= m@absolight.net
COMMENT= Tell me why my perl program runs so slowly
BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Devel::Profile.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c

View File

@ -0,0 +1,6 @@
The Devel::Profile package is a Perl code profiler. This will collect
information on the execution time of a Perl script and of the subs in that
script. This information can be used to determine which subroutines are using
the most time and which subroutines are being called most often.
WWW: http://search.cpan.org/author/JAW/Devel-Profile

View File

@ -0,0 +1,3 @@
lib/perl5/site_perl/%%PERL_VER%%/Devel/Profile.pm
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile