pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Heap Update from version 0.71 to 0.80.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a404397ab9d
branches:  trunk
changeset: 544808:9a404397ab9d
user:      he <he%pkgsrc.org@localhost>
date:      Sun Jul 20 21:53:32 2008 +0000

description:
Update from version 0.71 to 0.80.

Pkgsrc change: add HOMEPAGE pointing into search.cpan.org.

Upstream changes:

0.80  Sat Apr 28 12:25:51 EDT 2007
        - accepted (finally) all of the changes submitted by Tels++
        - Heap::Elem gets proper new() method too, others all inherit it
        - made cmp, val and heap methods use @_ for speed (as suggested
          by Tels++)

0.72  Fri Jul  8 09:05:04 CET 2005 (Tels)
        - moved file to lib/ and t/ to remove clutter and simplify build
        - rewrite most test files to use Test::More
        - change test files to load this version, not currently installed one
        - added tests for the various other .pm files
        - removed unnec. require Autoloader and comments about autoloading
        - remove "perl extension" from ABSTRACTs
        - Heap::Elem gets proper heap() and val() routines, the
          other subclasses (Heap::Elem::Num etc) now simple inherit them

diffstat:

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

diffs (31 lines):

diff -r d14398749400 -r 9a404397ab9d devel/p5-Heap/Makefile
--- a/devel/p5-Heap/Makefile    Sun Jul 20 21:47:40 2008 +0000
+++ b/devel/p5-Heap/Makefile    Sun Jul 20 21:53:32 2008 +0000
@@ -1,11 +1,12 @@
-# $NetBSD: Makefile,v 1.12 2008/06/20 01:09:16 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/20 21:53:32 he Exp $
 
-DISTNAME=      Heap-0.71
+DISTNAME=      Heap-0.80
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Heap/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://search.cpan.org/dist/Heap/
 COMMENT=       Perl collection of routines for managing a heap data structure
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
diff -r d14398749400 -r 9a404397ab9d devel/p5-Heap/distinfo
--- a/devel/p5-Heap/distinfo    Sun Jul 20 21:47:40 2008 +0000
+++ b/devel/p5-Heap/distinfo    Sun Jul 20 21:53:32 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2007/02/06 18:43:27 abs Exp $
+$NetBSD: distinfo,v 1.4 2008/07/20 21:53:32 he Exp $
 
-SHA1 (Heap-0.71.tar.gz) = 3d514a25d83f51169e0ef4feda95e45d8cba4df8
-RMD160 (Heap-0.71.tar.gz) = 86f74a7610eef3dd491f01ebfba845176136b7fc
-Size (Heap-0.71.tar.gz) = 16618 bytes
+SHA1 (Heap-0.80.tar.gz) = 32f86fc3c557e42734f35281b7ed647eb2c7fcfb
+RMD160 (Heap-0.80.tar.gz) = 873da6e20cd490e851912bba3f8a08069b376715
+Size (Heap-0.80.tar.gz) = 15673 bytes



Home | Main Index | Thread Index | Old Index