Subject: CVS commit: pkgsrc/devel/p5-Graph
To: None <pkgsrc-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: pkgsrc-changes
Date: 12/16/2006 15:17:48
Module Name: pkgsrc
Committed By: bouyer
Date: Sat Dec 16 15:17:48 UTC 2006
Modified Files:
pkgsrc/devel/p5-Graph: Makefile distinfo
Log Message:
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).
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/devel/p5-Graph/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Graph/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.