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  <jhi@iki.fi>

	* 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  <jhi@iki.fi>

	* 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.
This commit is contained in:
he 2008-12-20 22:21:30 +00:00
parent 89e508e0ee
commit d0dfc5ba88
2 changed files with 8 additions and 10 deletions

View file

@ -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"

View file

@ -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