1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Add p5-Devel-Profiler 0.04, a Perl profiler compatible with dprofpp.

This commit is contained in:
Sergey Skvortsov 2002-09-09 11:59:55 +00:00
parent adb827eb99
commit 3932f696cc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=65910
6 changed files with 48 additions and 0 deletions

View File

@ -448,6 +448,7 @@
SUBDIR += p5-Devel-DProf
SUBDIR += p5-Devel-Modlist
SUBDIR += p5-Devel-Peek
SUBDIR += p5-Devel-Profiler
SUBDIR += p5-Devel-StackTrace
SUBDIR += p5-Devel-Symdump
SUBDIR += p5-Devel-ptkdb

View File

@ -0,0 +1,26 @@
# New ports collection makefile for: Devel-Profiler
# Date created: 09 September 2002
# Whom: Sergey Skvortsov <skv@protey.ru>
#
# $FreeBSD$
#
PORTNAME= Devel-Profiler
PORTVERSION= 0.04
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Devel
PKGNAMEPREFIX= p5-
MAINTAINER= skv@FreeBSD.org
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::Profiler.3 Devel::Profiler::Apache.3 \
Devel::Profiler::Test.3
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (Devel-Profiler-0.04.tar.gz) = c52d615e3083defd2c71726f21b2127a

View File

@ -0,0 +1 @@
A Perl profiler compatible with dprofpp

View File

@ -0,0 +1,11 @@
This module implements a Perl profiler that outputs profiling data in a
format compatible with dprofpp, Devel::DProf's profile analysis tool.
It is meant to be a drop-in replacement for Devel::DProf.
NOTE: If Devel::DProf works for your application then there is no reason
to use this module.
WWW: http://search.cpan.org/search?dist=Devel-Profiler
-- Sergey Skvortsov
skv@FreeBSD.org

View File

@ -0,0 +1,8 @@
lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profiler/.packlist
lib/perl5/site_perl/%%PERL_VER%%/Devel/Profiler.pm
lib/perl5/site_perl/%%PERL_VER%%/Devel/Profiler/Apache.pm
lib/perl5/site_perl/%%PERL_VER%%/Devel/Profiler/Test.pm
@dirrm lib/perl5/site_perl/%%PERL_VER%%/Devel/Profiler
@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profiler
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Devel 2>/dev/null || true
@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel 2>/dev/null || true