From mat@aragorn.reaumur.absolight.net  Wed Apr 16 02:42:18 2003
Return-Path: <mat@aragorn.reaumur.absolight.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 5C2AC37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Apr 2003 02:42:18 -0700 (PDT)
Received: from mx3.absolight.com (mx3.absolight.net [212.43.217.9])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 6B97043FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Apr 2003 02:42:17 -0700 (PDT)
	(envelope-from mat@aragorn.reaumur.absolight.net)
Received: by mx3.absolight.com (Postfix, from userid 1007)
	id 66C672A49; Wed, 16 Apr 2003 11:42:16 +0200 (CEST)
Received: from aragorn.reaumur.absolight.net (aragorn.reaumur.absolight.net [212.43.217.58])
	by mx3.absolight.com (Postfix) with ESMTP id 1BD462A13
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 16 Apr 2003 11:42:16 +0200 (CEST)
Received: by aragorn.reaumur.absolight.net (Postfix, from userid 1000)
	id D87E07E6E; Wed, 16 Apr 2003 11:42:14 +0200 (CEST)
Message-Id: <20030416094214.D87E07E6E@aragorn.reaumur.absolight.net>
Date: Wed, 16 Apr 2003 11:42:14 +0200 (CEST)
From: Mathieu Arnold <m@absolight.net>
Reply-To: Mathieu Arnold <m@absolight.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: New Port p5-Devel-Profile
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         51022
>Category:       ports
>Synopsis:       New Port p5-Devel-Profile
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 16 02:50:12 PDT 2003
>Closed-Date:    Wed Apr 16 14:32:33 CEST 2003
>Last-Modified:  Wed Apr 16 14:32:33 CEST 2003
>Originator:     Mathieu Arnold
>Release:        FreeBSD 4.8-RELEASE i386
>Organization:
Absolight
>Environment:
System: FreeBSD aragorn.reaumur.absolight.net 4.8-RELEASE FreeBSD 4.8-RELEASE #0: Thu Apr 10 13:45:07 CEST 2003 root@aragorn.reaumur.absolight.net:/usr/obj/usr/src/sys/ARAGORN i386

>Description:
Tell me why my perl program runs so slowly

>How-To-Repeat:
>Fix:


# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	p5-Devel-Profile
#	p5-Devel-Profile/Makefile
#	p5-Devel-Profile/distinfo
#	p5-Devel-Profile/pkg-descr
#	p5-Devel-Profile/pkg-plist
#
echo c - p5-Devel-Profile
mkdir -p p5-Devel-Profile > /dev/null 2>&1
echo x - p5-Devel-Profile/Makefile
sed 's/^X//' >p5-Devel-Profile/Makefile << 'END-of-p5-Devel-Profile/Makefile'
X# New ports collection makefile for:	Devel-Profile
X# Date created:	   16 march 2003
X# Whom:		   Mathieu Arnold <m@absolight.ne>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	Devel-Profile
XPORTVERSION=	1.01
XCATEGORIES=	devel perl5
XMASTER_SITES=	${MASTER_SITE_PERL_CPAN}
XMASTER_SITE_SUBDIR=	Devel
XPKGNAMEPREFIX=	p5-
X
XMAINTAINER=	m@absolight.net
XCOMMENT=	Tell me why my perl program runs so slowly
X
XBUILD_DEPENDS=	${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Time/HiRes.pm:${PORTSDIR}/devel/p5-Time-HiRes
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XPERL_CONFIGURE=	yes
X
XMANPREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
XMAN3=		Devel::Profile.3
X
X.include <bsd.port.mk>
END-of-p5-Devel-Profile/Makefile
echo x - p5-Devel-Profile/distinfo
sed 's/^X//' >p5-Devel-Profile/distinfo << 'END-of-p5-Devel-Profile/distinfo'
XMD5 (Devel-Profile-1.01.tar.gz) = 08561aceb83895e0862e663205dcc19c
END-of-p5-Devel-Profile/distinfo
echo x - p5-Devel-Profile/pkg-descr
sed 's/^X//' >p5-Devel-Profile/pkg-descr << 'END-of-p5-Devel-Profile/pkg-descr'
XThe Devel::Profile package is a Perl code profiler. This will collect
Xinformation on the execution time of a Perl script and of the subs in that
Xscript. This information can be used to determine which subroutines are using
Xthe most time and which subroutines are being called most often. 
X
XWWW: http://search.cpan.org/author/JAW/Devel-Profile
END-of-p5-Devel-Profile/pkg-descr
echo x - p5-Devel-Profile/pkg-plist
sed 's/^X//' >p5-Devel-Profile/pkg-plist << 'END-of-p5-Devel-Profile/pkg-plist'
Xlib/perl5/site_perl/%%PERL_VER%%/Devel/Profile.pm
Xlib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile/.packlist
X@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Devel/Profile
END-of-p5-Devel-Profile/pkg-plist
exit

>Release-Note:
>Audit-Trail:

From: Mathieu Arnold <m@absolight.fr>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/51022: New Port p5-Devel-Profile
Date: Wed, 16 Apr 2003 14:24:45 +0200

 Could you please kill this one, it contained many errors and was incomplete.
 
 -- 
 Mathieu Arnold

From: Mathieu Arnold <mat@mat.cc>
To: FreeBSD-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/51022: New Port p5-Devel-Profile
Date: Wed, 16 Apr 2003 14:27:52 +0200

 and it's superceded by ports/51031
 
 -- 
 Mathieu Arnold
State-Changed-From-To: open->closed 
State-Changed-By: tobez 
State-Changed-When: Wed Apr 16 14:32:13 CEST 2003 
State-Changed-Why:  
Superceeded by 51031. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=51022 
>Unformatted:
