From 1f767796324e11231eb7496db3270ab69ad9908c Mon Sep 17 00:00:00 2001 From: bouyer Date: Sat, 16 Dec 2006 15:17:48 +0000 Subject: Update to 0.80. Main changes since 0.20: * THIS IS NOT COMPATIBLE with the old 0.2xxx series of the Graph module. Your scripts are likely to break. I did try to fashion a nice compatibility mode but there was no way to do that cleanly and to cover all the old oddities. You can try the compatibility mode but I suggest changing your code instead because the compat mode is not going to be carried over to the next releases of the module. * The main reason for introducing the incompatibilities was that the new Graph supports graphs of 'higher dimensions', and the assumptions made by the old module (most importantly that edges could only span two vertices) in effect made it impossible to extend the interfaces. * The next version of Graph (most likely 0.90) is going to aim for speed. The backward compatibility for the 0.2xxx series will be dropped (because that, too, slows down this release). --- devel/p5-Graph/Makefile | 5 ++--- devel/p5-Graph/distinfo | 8 ++++---- 2 files changed, 6 insertions(+), 7 deletions(-) (limited to 'devel') diff --git a/devel/p5-Graph/Makefile b/devel/p5-Graph/Makefile index 5e0f2a7043b..3e13fb3d239 100644 --- a/devel/p5-Graph/Makefile +++ b/devel/p5-Graph/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:21 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2006/12/16 15:17:48 bouyer Exp $ -DISTNAME= Graph-0.201 +DISTNAME= Graph-0.80 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Graph/} diff --git a/devel/p5-Graph/distinfo b/devel/p5-Graph/distinfo index ca6ab2a7574..abc0d0f770e 100644 --- a/devel/p5-Graph/distinfo +++ b/devel/p5-Graph/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2005/02/23 22:24:25 agc Exp $ +$NetBSD: distinfo,v 1.3 2006/12/16 15:17:48 bouyer Exp $ -SHA1 (Graph-0.201.tar.gz) = 20a481e78b854f9671a3dec3b4d6985526a90b7d -RMD160 (Graph-0.201.tar.gz) = 3b0b9b62dc1d2bd44da4577c2fc824174e76fd73 -Size (Graph-0.201.tar.gz) = 18199 bytes +SHA1 (Graph-0.80.tar.gz) = b069af1b9f3249f06d6b50da9f4b3eb23536a270 +RMD160 (Graph-0.80.tar.gz) = 54309c94f38b01b3bb21a3227292883d76dd1fa9 +Size (Graph-0.80.tar.gz) = 131331 bytes -- cgit v1.2.3