Subject: CVS commit: pkgsrc/math/graphopt
To: None <pkgsrc-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 03/20/2003 13:14:50
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 20 11:14:50 UTC 2003
Modified Files:
pkgsrc/math/graphopt: Makefile distinfo
Log Message:
Update to 0.3.
v0.3
* Changed default spring length to 0 and default spring constant to 1
* Made dot file import more robust:
* Reports if it doesn't seem to be a dot file rather than blindly
trying to open it
* Accounts for more dot syntax
* doesn't segfault on any of the graphviz examples
* Made graphopt file opening more robust:
* Reports if it doesn't seem to be a graphopt file rather than
blindly trying to open it
v0.2
* Changed references to vector to std::vector, making compliant with
latest c++ standards (a la gcc 3)
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/math/graphopt/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/graphopt/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.