pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-Profile Initial import of p5-Devel-Prof...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5dfe7b05b58
branches:  trunk
changeset: 465431:c5dfe7b05b58
user:      grant <grant%pkgsrc.org@localhost>
date:      Tue Dec 30 04:30:20 2003 +0000

description:
Initial import of p5-Devel-Profile-1.03 into the NetBSD packages
collection.

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.

diffstat:

 devel/p5-Devel-Profile/DESCR    |   5 +++++
 devel/p5-Devel-Profile/Makefile |  18 ++++++++++++++++++
 devel/p5-Devel-Profile/PLIST    |   1 +
 devel/p5-Devel-Profile/distinfo |   4 ++++
 4 files changed, 28 insertions(+), 0 deletions(-)

diffs (44 lines):

diff -r c1738133c6d1 -r c5dfe7b05b58 devel/p5-Devel-Profile/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Profile/DESCR      Tue Dec 30 04:30:20 2003 +0000
@@ -0,0 +1,5 @@
+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.
diff -r c1738133c6d1 -r c5dfe7b05b58 devel/p5-Devel-Profile/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Profile/Makefile   Tue Dec 30 04:30:20 2003 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/12/30 04:30:20 grant Exp $
+
+DISTNAME=      Devel-Profile-1.03
+PKGNAME=       p5-${DISTNAME}
+CATEGORIES=    devel perl5
+MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
+
+MAINTAINER=    tech-pkg%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/~jaw/Devel-Profile-1.03/Profile.pm
+COMMENT=       Perl5 module for profiling perl programs
+
+USE_BUILDLINK2=        YES
+PERL5_PACKLIST=        ${PERL5_SITEARCH}/auto/Devel/Profile/.packlist
+
+DEPENDS+=      p5-Time-HiRes>=1.20:../../time/p5-Time-HiRes
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c1738133c6d1 -r c5dfe7b05b58 devel/p5-Devel-Profile/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Profile/PLIST      Tue Dec 30 04:30:20 2003 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/30 04:30:20 grant Exp $
diff -r c1738133c6d1 -r c5dfe7b05b58 devel/p5-Devel-Profile/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Devel-Profile/distinfo   Tue Dec 30 04:30:20 2003 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2003/12/30 04:30:20 grant Exp $
+
+SHA1 (Devel-Profile-1.03.tar.gz) = d8b7dcea6638eb2dcc923546fd17477ca65098d9
+Size (Devel-Profile-1.03.tar.gz) = 6713 bytes



Home | Main Index | Thread Index | Old Index