diff options
author | wiz <wiz@pkgsrc.org> | 2003-03-20 11:14:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-03-20 11:14:50 +0000 |
commit | 4a394a0df88281021179cf8a9aef442d88481ce3 (patch) | |
tree | c594ade717a048d9d86728b1f51e3611ee41f5fb /math/graphopt | |
parent | 833b23fe28b0e3ece6a5551dec281583b132ac03 (diff) | |
download | pkgsrc-4a394a0df88281021179cf8a9aef442d88481ce3.tar.gz |
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)
Diffstat (limited to 'math/graphopt')
-rw-r--r-- | math/graphopt/Makefile | 5 | ||||
-rw-r--r-- | math/graphopt/distinfo | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/math/graphopt/Makefile b/math/graphopt/Makefile index 8929e5e4c38..ff5152f44db 100644 --- a/math/graphopt/Makefile +++ b/math/graphopt/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2003/01/27 17:24:08 atatat Exp $ +# $NetBSD: Makefile,v 1.3 2003/03/20 11:14:50 wiz Exp $ # -DISTNAME= graphopt-0.1 -PKGREVISION= 1 +DISTNAME= graphopt-0.3 CATEGORIES= math graphics MASTER_SITES= http://switch.dl.sourceforge.net/sourceforge/graphopt/ EXTRACT_SUFX= .tgz diff --git a/math/graphopt/distinfo b/math/graphopt/distinfo index 9e67b364550..f360adbbbf7 100644 --- a/math/graphopt/distinfo +++ b/math/graphopt/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.1.1.1 2003/01/23 19:27:12 wiz Exp $ +$NetBSD: distinfo,v 1.2 2003/03/20 11:14:50 wiz Exp $ -SHA1 (graphopt-0.1.tgz) = 8d75ba3edf34c01474201aee8586af9a4f243d5c -Size (graphopt-0.1.tgz) = 75083 bytes +SHA1 (graphopt-0.3.tgz) = 845173a3397e0164b092f6024b3094a07fdf5f87 +Size (graphopt-0.3.tgz) = 76323 bytes |