summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2008-07-20 21:53:32 +0000
committerhe <he@pkgsrc.org>2008-07-20 21:53:32 +0000
commit05745dd062eb712a7a6beb8dadd8543e8c064b42 (patch)
treed10ae8907f5496bdc324627bffd2f11e12887b18
parentad660c76e2d0a5ad14330f3353b5c15c0174542d (diff)
downloadpkgsrc-05745dd062eb712a7a6beb8dadd8543e8c064b42.tar.gz
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
-rw-r--r--devel/p5-Heap/Makefile5
-rw-r--r--devel/p5-Heap/distinfo8
2 files changed, 7 insertions, 6 deletions
diff --git a/devel/p5-Heap/Makefile b/devel/p5-Heap/Makefile
index f3198d48980..102e75c0e29 100644
--- a/devel/p5-Heap/Makefile
+++ b/devel/p5-Heap/Makefile
@@ -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
+HOMEPAGE= http://search.cpan.org/dist/Heap/
COMMENT= Perl collection of routines for managing a heap data structure
PKG_INSTALLATION_TYPES= overwrite pkgviews
diff --git a/devel/p5-Heap/distinfo b/devel/p5-Heap/distinfo
index 18c1dfd5069..9cc0bf43175 100644
--- a/devel/p5-Heap/distinfo
+++ b/devel/p5-Heap/distinfo
@@ -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