Fri Apr 23 03:04:33 2010 UTC ()
Update from version 3.02 to version 3.11.

Pkgsrc changes:
- Change HOMEPAGE

Upstream changes:
Changes in Devel::NYTProf 3.11 (svn 1171) 12th March 2010

  Fixed assorted issues on Windows thanks to Jan Dubois.
  Fixed assorted issues 64bit systems thanks to Jan Dubois.

  Refactored I/O to create an API that encapsulates the data
    file format, thanks to Nicholas Clark.
  Updated and optimized nytprofmerge to use the new API
    yielding a significant speed boost, thanks to Nicholas Clark.


(seb)
diff -r1.6 -r1.7 pkgsrc/devel/p5-Devel-NYTProf/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Devel-NYTProf/distinfo

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

--- pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/03/08 14:38:52 1.6
+++ pkgsrc/devel/p5-Devel-NYTProf/Makefile 2010/04/23 03:04:33 1.7
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.6 2010/03/08 14:38:52 sno Exp $ 1# $NetBSD: Makefile,v 1.7 2010/04/23 03:04:33 seb Exp $
2# 2#
3 3
4DISTNAME= Devel-NYTProf-3.02 4DISTNAME= Devel-NYTProf-3.11
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://perl-devel-nytprof.googlecode.com/
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+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any 18DEPENDS+= p5-JSON-Any-[0-9]*:../../converters/p5-JSON-Any
19DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS 19DEPENDS+= p5-JSON-XS-[0-9]*:../../converters/p5-JSON-XS
20 20
21BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple 21BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.84}:../../devel/p5-Test-Simple
22 22
23.include "options.mk" 23.include "options.mk"

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

--- pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/03/08 14:38:52 1.6
+++ pkgsrc/devel/p5-Devel-NYTProf/distinfo 2010/04/23 03:04:33 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2010/03/08 14:38:52 sno Exp $ 1$NetBSD: distinfo,v 1.7 2010/04/23 03:04:33 seb Exp $
2 2
3SHA1 (Devel-NYTProf-3.02.tar.gz) = 9beea70425190dd974ca6dfa9156f73b32667576 3SHA1 (Devel-NYTProf-3.11.tar.gz) = 3a2abf9969b674eabcdee4020a66f8176c40898d
4RMD160 (Devel-NYTProf-3.02.tar.gz) = b05bb72527b2cf7036d7a9f2276fef7743ad4ff7 4RMD160 (Devel-NYTProf-3.11.tar.gz) = 0f308f23f4289008c6f117339869822a16ab1255
5Size (Devel-NYTProf-3.02.tar.gz) = 389267 bytes 5Size (Devel-NYTProf-3.11.tar.gz) = 392833 bytes