diff options
author | seb <seb@pkgsrc.org> | 2010-07-12 00:50:22 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-12 00:50:22 +0000 |
commit | e54bb6bcabdbe03c59ac64dd96be5c7f4c4878a3 (patch) | |
tree | cf9b8a5821bf739cac201ad030ce434a2852fc55 /devel | |
parent | 4964c5586d6ab9cb1f019d5778ed370d7ccaa69b (diff) | |
download | pkgsrc-e54bb6bcabdbe03c59ac64dd96be5c7f4c4878a3.tar.gz |
Update from version 4.00 to version 4.04.
Upstream changes:
Changes in Devel::NYTProf 4.04 (svn 1332) 9th July 2010
Profile now reports presence of the slow regex match vars ($& $' $`).
The (cumulative inclusive) recursion time measured for subs that are involved
in recursion is now reported as 'recursion: ... sum of overlapping time'.
Trace log messages are now flushed immediately.
Reduced risk of crashes in embedded applications that don't handle PL_endav
carefully, like current versions of mod_perl.
Changes in Devel::NYTProf 4.03 (svn 1316) 19th June 2010
Fixed another nytprofhtml performance problem for profiles with
many files/evals. Much faster merging of evals now.
For subs that recurse, show max depth and time in subroutine table.
Changes in Devel::NYTProf 4.02 (svn 1309) 17th June 2010
Fixed nytprofhtml performance problem for profiles with
many files/evals.
Added progress reporting to nytprofhtml.
Changes in Devel::NYTProf 4.01 (svn 1296) 10th June 2010
Fixed links from block/sub level report pages to string eval report
pages. RT#58284
Restored ordering of line - block - sub links on index page.
Clarified that saving the source code of string evals requires perl
version 5.8.9+, 5.10.1+, 5.12 or later. RT#58283
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-NYTProf/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Devel-NYTProf/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index 33845d6524b..38d8ce95dc5 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2010/06/12 05:29:17 seb Exp $ +# $NetBSD: Makefile,v 1.9 2010/07/12 00:50:22 seb Exp $ # -DISTNAME= Devel-NYTProf-4.00 +DISTNAME= Devel-NYTProf-4.04 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index b0061978273..3ba38cc898c 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/devel/p5-Devel-NYTProf/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2010/06/12 05:29:17 seb Exp $ +$NetBSD: distinfo,v 1.9 2010/07/12 00:50:22 seb Exp $ -SHA1 (Devel-NYTProf-4.00.tar.gz) = 40c171b492ca2e9d9ae7668843aeeee73dcd7f1e -RMD160 (Devel-NYTProf-4.00.tar.gz) = 6ddab349eb7404122adbf020114e3ce2c8972137 -Size (Devel-NYTProf-4.00.tar.gz) = 403808 bytes +SHA1 (Devel-NYTProf-4.04.tar.gz) = 93e0cd427d3b2a757b4d812648f6f5ba6d37305a +RMD160 (Devel-NYTProf-4.04.tar.gz) = 9ad150b7aed2ecaf41d7ce7f62beca2aa5870ab4 +Size (Devel-NYTProf-4.04.tar.gz) = 404764 bytes |