diff options
author | wiz <wiz> | 2003-03-20 11:14:50 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-03-20 11:14:50 +0000 |
commit | 749effbcdb3dc901a9b475c47bb4bf27f39e4eb5 (patch) | |
tree | c594ade717a048d9d86728b1f51e3611ee41f5fb /math/graphopt/Makefile | |
parent | 5a82cc4df5db16efc5a4e902b3ae2457df9fccbd (diff) | |
download | pkgsrc-749effbcdb3dc901a9b475c47bb4bf27f39e4eb5.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/Makefile')
-rw-r--r-- | math/graphopt/Makefile | 5 |
1 files changed, 2 insertions, 3 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 |