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 to 0.80. Main changes since 0.20:
details: https://anonhg.NetBSD.org/pkgsrc/rev/9f2cc7a3f8ac
branches: trunk
changeset: 522658:9f2cc7a3f8ac
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Sat Dec 16 15:17:48 2006 +0000
description:
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).
diffstat:
devel/p5-Graph/Makefile | 5 ++---
devel/p5-Graph/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 50061a7cffd4 -r 9f2cc7a3f8ac devel/p5-Graph/Makefile
--- a/devel/p5-Graph/Makefile Sat Dec 16 14:07:24 2006 +0000
+++ b/devel/p5-Graph/Makefile Sat Dec 16 15:17:48 2006 +0000
@@ -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 -r 50061a7cffd4 -r 9f2cc7a3f8ac devel/p5-Graph/distinfo
--- a/devel/p5-Graph/distinfo Sat Dec 16 14:07:24 2006 +0000
+++ b/devel/p5-Graph/distinfo Sat Dec 16 15:17:48 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index