Sat Jul 18 21:40:49 2009 UTC ()
pkgsrc changes:
  - Updating package for p5 module Devel::NYTProf from 2.09 to 2.10
  - Adding perl5 license as license

Upstream changes:
Changes in Devel::NYTProf 2.10 (svn r774) 18th June 2009
  Fixed call count for XSubs that was one too high.
  Fixed enable_profile() after fork thanks to delamonpansie
    http://code.google.com/p/perl-devel-nytprof/issues/detail?id=15
  Fixed to use correct scripts during test and so avoid permissions
    issues, thanks to David Golden.
  Fixed suprious "Unable to determine line number" warnings
    when using options like -p, -n, -Mfoo.

  Changed enable_profile() to discard the time spent since
    profile was disabled.
  Changed NYTPROF env var parsing to allow backslash to escape
    colons, for Windows, thanks to Joshua ben Jore.

  Added license, homepage, bugtracker, repository and MailingList
    resources to META.yml thanks to Michael G Schwern.
  Added nytprofcg utility to generate callgrind data for
    viewing via Kcachegrind, thanks to Chia-liang Kao.


(sno)
diff -r1.3 -r1.4 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.3 -r1.4 pkgsrc/devel/p5-Devel-NYTProf/distinfo

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

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2009/04/22 06:38:47 1.3
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2009/07/18 21:40:49 1.4
@@ -1,19 +1,20 @@ @@ -1,19 +1,20 @@
1# $NetBSD: Makefile,v 1.3 2009/04/22 06:38:47 seb Exp $ 1# $NetBSD: Makefile,v 1.4 2009/07/18 21:40:49 sno Exp $
2# 2#
3 3
4DISTNAME= Devel-NYTProf-2.09 4DISTNAME= Devel-NYTProf-2.10
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}
12 13
13PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
14 15
15PERL5_PACKLIST= auto/Devel/NYTProf/.packlist 16PERL5_PACKLIST= auto/Devel/NYTProf/.packlist
16 17
17.include "../../devel/zlib/buildlink3.mk" 18.include "../../devel/zlib/buildlink3.mk"
18.include "../../lang/perl5/module.mk" 19.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 20.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2009/04/22 06:38:47 1.3
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2009/07/18 21:40:49 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2009/04/22 06:38:47 seb Exp $ 1$NetBSD: distinfo,v 1.4 2009/07/18 21:40:49 sno Exp $
2 2
3SHA1 (Devel-NYTProf-2.09.tar.gz) = 687d1ef048412a69c1a278a0774798cddd1419b7 3SHA1 (Devel-NYTProf-2.10.tar.gz) = 32ca76211aa5ca977e79bfb87ec7277d827b1b60
4RMD160 (Devel-NYTProf-2.09.tar.gz) = 5145b03042e38e67bf82d0b360510f09ac399344 4RMD160 (Devel-NYTProf-2.10.tar.gz) = 2c5ea3d3eff239db3b592dc90baadadcc615141f
5Size (Devel-NYTProf-2.09.tar.gz) = 189278 bytes 5Size (Devel-NYTProf-2.10.tar.gz) = 197754 bytes