summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-03-20 11:14:50 +0000
committerwiz <wiz@pkgsrc.org>2003-03-20 11:14:50 +0000
commit4a394a0df88281021179cf8a9aef442d88481ce3 (patch)
treec594ade717a048d9d86728b1f51e3611ee41f5fb /math
parent833b23fe28b0e3ece6a5551dec281583b132ac03 (diff)
downloadpkgsrc-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')
-rw-r--r--math/graphopt/Makefile5
-rw-r--r--math/graphopt/distinfo6
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