Mon Jul 12 00:50:23 2010 UTC ()
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


(seb)
diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-NYTProf/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-NYTProf/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/06/12 05:29:17 1.8
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/07/12 00:50:22 1.9
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.8 2010/06/12 05:29:17 seb Exp $ 1# $NetBSD: Makefile,v 1.9 2010/07/12 00:50:22 seb Exp $
2# 2#
3 3
4DISTNAME= Devel-NYTProf-4.00 4DISTNAME= Devel-NYTProf-4.04
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6CATEGORIES= devel perl5 6CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://perl-devel-nytprof.googlecode.com/ 10HOMEPAGE= http://perl-devel-nytprof.googlecode.com/
11COMMENT= Powerful feature-rich Perl 5 source code profiler 11COMMENT= Powerful feature-rich Perl 5 source code profiler
12LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16REPLACE_PERL+= perftest.pl lib/Devel/NYTProf/FileHandle.pm 16REPLACE_PERL+= perftest.pl lib/Devel/NYTProf/FileHandle.pm
17 17

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Devel-NYTProf/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/06/12 05:29:17 1.8
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/07/12 00:50:22 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2010/06/12 05:29:17 seb Exp $ 1$NetBSD: distinfo,v 1.9 2010/07/12 00:50:22 seb Exp $
2 2
3SHA1 (Devel-NYTProf-4.00.tar.gz) = 40c171b492ca2e9d9ae7668843aeeee73dcd7f1e 3SHA1 (Devel-NYTProf-4.04.tar.gz) = 93e0cd427d3b2a757b4d812648f6f5ba6d37305a
4RMD160 (Devel-NYTProf-4.00.tar.gz) = 6ddab349eb7404122adbf020114e3ce2c8972137 4RMD160 (Devel-NYTProf-4.04.tar.gz) = 9ad150b7aed2ecaf41d7ce7f62beca2aa5870ab4
5Size (Devel-NYTProf-4.00.tar.gz) = 403808 bytes 5Size (Devel-NYTProf-4.04.tar.gz) = 404764 bytes