From c5f52e86501c3ffef0b38967c72577cc8cd2235a Mon Sep 17 00:00:00 2001 From: he Date: Sat, 20 Dec 2008 22:21:30 +0000 Subject: Update from version 0.84nb1 to 0.86. Pkgsrc changes: o Add HOMEPAGE using search.cpana.org o Remove apparently not-needed dependency on p5-Heap Upstream changes: 2008-11-27 Jarkko Hietaniemi * Addressed a performance problem in connected_components() for 1000+ vertex graphs, reported by David Grobe. Should in general speed up graph traversal. * Release as 0.86. 2008-11-27 Jarkko Hietaniemi * Address rt.cpan.org #31608 "Graph::Undirected, unionfind and connected_component" * Address rt.cpan.org #34377 "recursive successors and predecessors" (added all_successors/all_predecessors/all_neighbours/all_reachable) * Address rt.cpan.org #39444 "inconsistent return value" (make add_edges and add_vertices to always return the graph) * Address rt.cpan.org #39614 "copy should retain more attributes" (now copies also refvertexed/hypervertexed/countvertexed/ multivertexed/hyperedged/countedged/multiedged/omniedged) * Address rt.cpan.org #39805 "UnionFind: Repeated adds clobbers graph component information" * Address rt.cpan.org #41190 "add_edge_by_id on multigraph malfunctioning" * Added betweenness(), clustering_coefficient(), and subgraph_by_radius(), contributed by Matt Spear. * Release as 0.85. --- devel/p5-Graph/Makefile | 10 ++++------ devel/p5-Graph/distinfo | 8 ++++---- 2 files changed, 8 insertions(+), 10 deletions(-) (limited to 'devel') diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index d979fffb4a2..e1587103b3d 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,20 +1,18 @@ -# $NetBSD: Makefile,v 1.14 2008/10/19 19:17:55 he Exp $ +# $NetBSD: Makefile,v 1.15 2008/12/20 22:21:30 he Exp $ -DISTNAME= Graph-0.84 +DISTNAME= Graph-0.86 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Graph/ COMMENT= Perl module for graph operations PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Heap>=0.50:../../devel/p5-Heap - -PERL5_PACKLIST= auto/Graph/.packlist +PERL5_PACKLIST= auto/Graph/.packlist .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo index c0daea1ded1..7254af21b1d 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2008/07/22 19:00:37 rhaen Exp $ +$NetBSD: distinfo,v 1.5 2008/12/20 22:21:30 he Exp $ -SHA1 (Graph-0.84.tar.gz) = 4c6a3bbf79759071db3c4df12712d448a07b4522 -RMD160 (Graph-0.84.tar.gz) = 9e41878aaa36d09f9754a60cb4e9257951c3488e -Size (Graph-0.84.tar.gz) = 137841 bytes +SHA1 (Graph-0.86.tar.gz) = e14bb4c083ea1253b1b0544684efe2cf5dc7be15 +RMD160 (Graph-0.86.tar.gz) = c41eb84a012cd9a3da2376a5e02c82dcf93b3dbc +Size (Graph-0.86.tar.gz) = 143101 bytes -- cgit v1.2.3