diff options
author | mef <mef@pkgsrc.org> | 2015-03-01 09:11:23 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-03-01 09:11:23 +0000 |
commit | bac3fd6e9cb14a99056d589bad5b1d5fc6f35f37 (patch) | |
tree | a425c1eccf4ae35bdde815b890ebf0e1400fcf96 /devel | |
parent | 29bc967225ea6d6c12a20cd229905aba44b00d1b (diff) | |
download | pkgsrc-bac3fd6e9cb14a99056d589bad5b1d5fc6f35f37.tar.gz |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Devel-NYTProf/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Devel-NYTProf/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Devel-NYTProf/Makefile b/devel/p5-Devel-NYTProf/Makefile index f65154860df..a519f377cbf 100644 --- a/devel/p5-Devel-NYTProf/Makefile +++ b/devel/p5-Devel-NYTProf/Makefile @@ -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/} @@ -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" diff --git a/devel/p5-Devel-NYTProf/distinfo b/devel/p5-Devel-NYTProf/distinfo index dff3b94c5d3..94da0789b05 100644 --- a/devel/p5-Devel-NYTProf/distinfo +++ b/devel/p5-Devel-NYTProf/distinfo @@ -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 |