Skip to content

Commit

Permalink
Update to 5.07
Browse files Browse the repository at this point in the history
--------------
  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
  • Loading branch information
mef committed Mar 1, 2015
1 parent 5535b8a commit d3f79ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Devel-NYTProf/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.18 2014/07/28 02:10:34 wen Exp $
# $NetBSD: Makefile,v 1.19 2015/03/01 09:11:23 mef Exp $

DISTNAME= Devel-NYTProf-5.06
DISTNAME= Devel-NYTProf-5.07
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}
Expand All @@ -16,7 +16,6 @@ DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS

PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
REPLACE_PERL+= lib/Devel/NYTProf/FileHandle.pm
REPLACE_PERL+= perftest.pl

.include "options.mk"

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Devel-NYTProf/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.13 2014/07/28 02:10:34 wen Exp $
$NetBSD: distinfo,v 1.14 2015/03/01 09:11:23 mef Exp $

SHA1 (Devel-NYTProf-5.06.tar.gz) = 288a662aee26c37560126d1a8b83210891125f83
RMD160 (Devel-NYTProf-5.06.tar.gz) = 4d5891ea8b07952f96c3f9d050a1990dc50edc0c
Size (Devel-NYTProf-5.06.tar.gz) = 427853 bytes
SHA1 (Devel-NYTProf-5.07.tar.gz) = a6608e7ba2814960efeb8f364bd0f6894fd1b6b9
RMD160 (Devel-NYTProf-5.07.tar.gz) = 45808757580ee73050dd2b13f85c2e52a07b5f33
Size (Devel-NYTProf-5.07.tar.gz) = 429983 bytes

0 comments on commit d3f79ed

Please sign in to comment.