From 8123aa36741c3819ab59e68964da2cb1a19f9c4f Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Thu, 18 Dec 2003 07:07:37 +0000 Subject: Update to 0.98I of 12/05/2003. The old version had not been fetchable for over a year. Adds priority queues, reworks menus, better integration with TK. Since the current maintainer is temporarily away from FreeBSD, anyone interested in this port should consider volunteering to be its maintainer. It appears to still be under active development. --- math/py-gato/files/patch-Gred.py | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) (limited to 'math/py-gato/files/patch-Gred.py') diff --git a/math/py-gato/files/patch-Gred.py b/math/py-gato/files/patch-Gred.py index cc10c754f8cd..0eb1005f69ca 100644 --- a/math/py-gato/files/patch-Gred.py +++ b/math/py-gato/files/patch-Gred.py @@ -1,32 +1,33 @@ ---- Gred.py.orig Wed May 16 13:16:58 2001 -+++ Gred.py Mon Sep 3 12:01:13 2001 -@@ -31,16 +31,16 @@ +--- Gred.py.orig Fri Dec 5 13:08:46 2003 ++++ Gred.py Thu Dec 18 00:43:24 2003 +@@ -34,17 +34,17 @@ # last change by $Author: schliep $. # ################################################################################ +-from GatoGlobals import * +-import GatoGlobals # Needed for help viewer.XXX -from Graph import Graph -from DataStructures import EdgeWeight, VertexWeight -from GraphUtil import OpenCATBoxGraph, OpenGMLGraph, SaveCATBoxGraph, WeightedGraphInformer -from GraphEditor import GraphEditor ++from Gato.GatoGlobals import * ++import Gato.GatoGlobals # Needed for help viewer.XXX +from Gato.Graph import Graph +from Gato.DataStructures import EdgeWeight, VertexWeight +from Gato.GraphUtil import OpenCATBoxGraph, OpenGMLGraph, SaveCATBoxGraph, WeightedGraphInformer +from Gato.GraphEditor import GraphEditor from Tkinter import * + import tkFont -from GatoUtil import stripPath, extension, gatoPath --from GatoGlobals import * -import GatoDialogs --import GatoGlobals -import GatoIcons +from Gato.GatoUtil import stripPath, extension, gatoPath -+from Gato.GatoGlobals import * +from Gato import GatoDialogs -+from Gato import GatoGlobals +from Gato import GatoIcons from ScrolledText import * from tkFileDialog import askopenfilename, asksaveasfilename -@@ -51,7 +51,8 @@ +@@ -55,7 +55,8 @@ import sys import os -- cgit v1.2.3