pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Graph Update from version 0.84nb1 to 0.86.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6719d9b49089
branches:  trunk
changeset: 551879:6719d9b49089
user:      he <he%pkgsrc.org@localhost>
date:      Sat Dec 20 22:21:30 2008 +0000

description:
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@localhost>

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

        * 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.

diffstat:

 devel/p5-Graph/Makefile |  10 ++++------
 devel/p5-Graph/distinfo |   8 ++++----
 2 files changed, 8 insertions(+), 10 deletions(-)

diffs (41 lines):

diff -r 147e6f1e5a2e -r 6719d9b49089 devel/p5-Graph/Makefile
--- a/devel/p5-Graph/Makefile   Sat Dec 20 22:11:20 2008 +0000
+++ b/devel/p5-Graph/Makefile   Sat Dec 20 22:21:30 2008 +0000
@@ -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@localhost
+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 -r 147e6f1e5a2e -r 6719d9b49089 devel/p5-Graph/distinfo
--- a/devel/p5-Graph/distinfo   Sat Dec 20 22:11:20 2008 +0000
+++ b/devel/p5-Graph/distinfo   Sat Dec 20 22:21:30 2008 +0000
@@ -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



Home | Main Index | Thread Index | Old Index