Sun Mar 1 09:11:23 2015 UTC ()
Update to 5.07
--------------
  Changes in Devel::NYTProf 5.07
      Fixed use of nytprofcalls and flamegraph scripts to not require PATH #21
      Fixed nytprofhtml --open for KDE4 thanks to HMBRAND RT#99080
      Fixed for installs into directory path with spaces, mohawk2 #40
      Fixed printf NV conversion compiler warnings thanks to zefram RT#91986
      Disabled optimize in t/test25-strevalb.t if -DDEBUGGING and perl >= 5.20
        as workaround for perl RT#70211, #38

      Added 'addtimestamp' option to add a timestamp to the output filename
        (similar to addpid option), PR#17 thanks to Naosuke Yokoe (zentooo)
      Added nytprofpf script to generate reports in the plat_forms format
        http://www.plat-forms.org PR#11 thanks to Holger Schmeisky.
      Added ability to increase the maximum length of a subroutine name #44

      Optimized output performance on threaded perl, thanks to bulk88. PR#27

      Add docs re FCGI::Engine and open('-|') #20
      Corrected typo in nytprofhtml thanks to wollmers #41
      Fixed link to screencast, thanks to Herwin. #19
      Added hint to use --no-flame for big reports. #28


(mef)
diff -r1.18 -r1.19 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.13 -r1.14 pkgsrc/devel/p5-Devel-NYTProf/distinfo

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

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2014/07/28 02:10:34 1.18
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2015/03/01 09:11:23 1.19
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.18 2014/07/28 02:10:34 wen Exp $ 1# $NetBSD: Makefile,v 1.19 2015/03/01 09:11:23 mef Exp $
2 2
3DISTNAME= Devel-NYTProf-5.06 3DISTNAME= Devel-NYTProf-5.07
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://code.google.com/p/perl-devel-nytprof/ 9HOMEPAGE= http://code.google.com/p/perl-devel-nytprof/
10COMMENT= Powerful feature-rich Perl 5 source code profiler 10COMMENT= Powerful feature-rich Perl 5 source code profiler
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple 13BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
14DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any 14DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
15DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS 15DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
16 16
17PERL5_PACKLIST= auto/Devel/NYTProf/.packlist 17PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
18REPLACE_PERL+= lib/Devel/NYTProf/FileHandle.pm 18REPLACE_PERL+= lib/Devel/NYTProf/FileHandle.pm
19REPLACE_PERL+= perftest.pl 
20 19
21.include "options.mk" 20.include "options.mk"
22 21
23.include "../../devel/zlib/buildlink3.mk" 22.include "../../devel/zlib/buildlink3.mk"
24.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2014/07/28 02:10:34 1.13
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2015/03/01 09:11:23 1.14
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.13 2014/07/28 02:10:34 wen Exp $ 1$NetBSD: distinfo,v 1.14 2015/03/01 09:11:23 mef Exp $
2 2
3SHA1 (Devel-NYTProf-5.06.tar.gz) = 288a662aee26c37560126d1a8b83210891125f83 3SHA1 (Devel-NYTProf-5.07.tar.gz) = a6608e7ba2814960efeb8f364bd0f6894fd1b6b9
4RMD160 (Devel-NYTProf-5.06.tar.gz) = 4d5891ea8b07952f96c3f9d050a1990dc50edc0c 4RMD160 (Devel-NYTProf-5.07.tar.gz) = 45808757580ee73050dd2b13f85c2e52a07b5f33
5Size (Devel-NYTProf-5.06.tar.gz) = 427853 bytes 5Size (Devel-NYTProf-5.07.tar.gz) = 429983 bytes