Import of a perl5 debugger/profiler

This commit is contained in:
James FitzGibbon 1997-06-16 02:45:08 +00:00
parent fdc577a8e3
commit 52c2152b55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6945
5 changed files with 46 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# New ports collection makefile for: p5-Devel-DProf
# Version required: 19970606
# Date created: June 15th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id$
#
DISTNAME= DProf-19970606
PKGNAME= p5-Devel-DProf-19970606
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
MAN1PREFIX= ${PREFIX}
MAN1= dprofpp.1
MAN3PREFIX= ${PREFIX}/lib/perl5
MAN3= Devel::DProf.3
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (DProf-19970606.tar.gz) = 4587c60c03b73d0a2a5960c44cd03d61

View File

@ -0,0 +1 @@
a Perl code profiler

View File

@ -0,0 +1,8 @@
The Devel::DProf 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. This information can also be used to create an
execution graph of the script, showing subroutine
relationships.

View File

@ -0,0 +1,8 @@
bin/dprofpp
man/man1/dprofpp.1.gz
lib/perl5/man/man3/Devel::DProf.3.gz
lib/perl5/site_perl/Devel/DProf.pm
lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/DProf.bs
lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/DProf.so
lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf/.packlist
@dirrm lib/perl5/site_perl/i386-freebsd/auto/Devel/DProf