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:
parent
cf95aabd9d
commit
8aa7fb3c74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=79200
@ -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
|
||||
|
26
devel/p5-Devel-Profile/Makefile
Normal file
26
devel/p5-Devel-Profile/Makefile
Normal 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>
|
1
devel/p5-Devel-Profile/distinfo
Normal file
1
devel/p5-Devel-Profile/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c
|
6
devel/p5-Devel-Profile/pkg-descr
Normal file
6
devel/p5-Devel-Profile/pkg-descr
Normal 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
|
3
devel/p5-Devel-Profile/pkg-plist
Normal file
3
devel/p5-Devel-Profile/pkg-plist
Normal 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
|
Loading…
Reference in New Issue
Block a user