Mon Mar 8 14:38:52 2010 UTC ()
Updating devel/p5-Devel-NYTProf from 3.01 to 3.02

pkgsrc changes:
- Adjust dependencies

Upstream changes:
Changes in Devel::NYTProf 3.01_96 (svn 1087) 27th Feb 2010

  Fixed handling of usecputime=1 option and updated
    docs to note the significant limitations.
  Fixed association of XS subs to source files
    in some edge cases thanks to Nicholas Clark.
  Fixed nytprofmerge edge cases thanks to Nicholas Clark.

  Added high-resolution (100ns) timer for Mac OS X
    many thanks to Markus Peter.
  Added assorted optimizations thanks to Nicholas Clark.

  Changed subroutine profiler to be slightly more efficient.
  Changed some tests to be more informative on failure.
  Changed nytprofhtml to be smarter when source isn't available.
  Changed nytprofhtml to show sort arrow on sortable tables.

  Removed Devel::NYTProf::PgPLPerl module. That's now a separate
    PostgreSQL::PLPerl::NYTProf distribution.

  Updated docs to include a note about timing on Windows.
  Updated docs to include a section about making NYTProf faster.


(sno)
diff -r1.5 -r1.6 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-Devel-NYTProf/distinfo

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

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/01/16 16:45:18 1.5
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/03/08 14:38:52 1.6
@@ -1,26 +1,29 @@ @@ -1,26 +1,29 @@
1# $NetBSD: Makefile,v 1.5 2010/01/16 16:45:18 sno Exp $ 1# $NetBSD: Makefile,v 1.6 2010/03/08 14:38:52 sno Exp $
2# 2#
3 3
4DISTNAME= Devel-NYTProf-3.01 4DISTNAME= Devel-NYTProf-3.02
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://search.cpan.org/dist/Devel-NYTProf/ 10HOMEPAGE= http://search.cpan.org/dist/Devel-NYTProf/
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
18DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple 18DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
 19DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
 20
 21BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
19 22
20.include "options.mk" 23.include "options.mk"
21 24
22PERL5_PACKLIST= auto/Devel/NYTProf/.packlist 25PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
23 26
24.include "../../devel/zlib/buildlink3.mk" 27.include "../../devel/zlib/buildlink3.mk"
25.include "../../lang/perl5/module.mk" 28.include "../../lang/perl5/module.mk"
26.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/01/16 16:45:18 1.5
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/03/08 14:38:52 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2010/01/16 16:45:18 sno Exp $ 1$NetBSD: distinfo,v 1.6 2010/03/08 14:38:52 sno Exp $
2 2
3SHA1 (Devel-NYTProf-3.01.tar.gz) = 071e41fb2a3c0f027e5a4d9fb13a6a6e4d197b02 3SHA1 (Devel-NYTProf-3.02.tar.gz) = 9beea70425190dd974ca6dfa9156f73b32667576
4RMD160 (Devel-NYTProf-3.01.tar.gz) = 41dcad7157615164410eeac4b3fe2d01871b212c 4RMD160 (Devel-NYTProf-3.02.tar.gz) = b05bb72527b2cf7036d7a9f2276fef7743ad4ff7
5Size (Devel-NYTProf-3.01.tar.gz) = 383195 bytes 5Size (Devel-NYTProf-3.02.tar.gz) = 389267 bytes