pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Devel-NYTProf pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29d6b7ec2281
branches:  trunk
changeset: 396117:29d6b7ec2281
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jul 18 21:40:49 2009 +0000

description:
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.

diffstat:

 devel/p5-Devel-NYTProf/Makefile |  5 +++--
 devel/p5-Devel-NYTProf/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 1cc6692bd5b3 -r 29d6b7ec2281 devel/p5-Devel-NYTProf/Makefile
--- a/devel/p5-Devel-NYTProf/Makefile   Sat Jul 18 21:27:33 2009 +0000
+++ b/devel/p5-Devel-NYTProf/Makefile   Sat Jul 18 21:40:49 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2009/04/22 06:38:47 seb Exp $
+# $NetBSD: Makefile,v 1.4 2009/07/18 21:40:49 sno Exp $
 #
 
-DISTNAME=      Devel-NYTProf-2.09
+DISTNAME=      Devel-NYTProf-2.10
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Devel/}
@@ -9,6 +9,7 @@
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Devel-NYTProf/
 COMMENT=       Powerful feature-rich Perl 5 source code profiler
+LICENSE=       ${PERL5_LICENSE}
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 1cc6692bd5b3 -r 29d6b7ec2281 devel/p5-Devel-NYTProf/distinfo
--- a/devel/p5-Devel-NYTProf/distinfo   Sat Jul 18 21:27:33 2009 +0000
+++ b/devel/p5-Devel-NYTProf/distinfo   Sat Jul 18 21:40:49 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2009/04/22 06:38:47 seb Exp $
+$NetBSD: distinfo,v 1.4 2009/07/18 21:40:49 sno Exp $
 
-SHA1 (Devel-NYTProf-2.09.tar.gz) = 687d1ef048412a69c1a278a0774798cddd1419b7
-RMD160 (Devel-NYTProf-2.09.tar.gz) = 5145b03042e38e67bf82d0b360510f09ac399344
-Size (Devel-NYTProf-2.09.tar.gz) = 189278 bytes
+SHA1 (Devel-NYTProf-2.10.tar.gz) = 32ca76211aa5ca977e79bfb87ec7277d827b1b60
+RMD160 (Devel-NYTProf-2.10.tar.gz) = 2c5ea3d3eff239db3b592dc90baadadcc615141f
+Size (Devel-NYTProf-2.10.tar.gz) = 197754 bytes



Home | Main Index | Thread Index | Old Index