From a23801c0bd51767437afb7917fbb5124e30a554f Mon Sep 17 00:00:00 2001 From: kevlo Date: Sun, 23 Dec 2001 10:34:44 +0000 Subject: Initial import of gpsman-5.4.1 GPS Manager (GPSMan) is a graphical manager of GPS data that makes possible the preparation, inspection and edition of GPS data in a friendly environment. PR: 32376 Submitted by: David Wolfskill --- astro/gpsman/files/patch-exerciser.tcl | 14 ++++++++++++++ astro/gpsman/files/patch-gpsman.tcl | 29 +++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 astro/gpsman/files/patch-exerciser.tcl create mode 100644 astro/gpsman/files/patch-gpsman.tcl (limited to 'astro/gpsman/files') diff --git a/astro/gpsman/files/patch-exerciser.tcl b/astro/gpsman/files/patch-exerciser.tcl new file mode 100644 index 000000000000..463abce10fd9 --- /dev/null +++ b/astro/gpsman/files/patch-exerciser.tcl @@ -0,0 +1,14 @@ +diff -ruN util/exerciser.tcl util/exerciser.tcl +--- util/exerciser.tcl Mon Nov 26 03:34:12 2001 ++++ util/exerciser.tcl Mon Nov 26 16:48:56 2001 +@@ -1,8 +1,8 @@ + #!/bin/bash + #\ +-exec wish8.2 "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} + +-set SRLPORT /dev/ttyS0 ++set SRLPORT /dev/cuaa0 + set BaudRate 4800 + set Hours "0" + set Minutes "0" diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl new file mode 100644 index 000000000000..5db6eba6ceec --- /dev/null +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -0,0 +1,29 @@ +diff -ruN gpsman.tcl gpsman.tcl +--- gpsman.tcl Mon Nov 26 03:34:12 2001 ++++ gpsman.tcl Mon Nov 26 16:48:56 2001 +@@ -1,6 +1,6 @@ + #!/bin/sh + # This is a Tcl/Tk script to be interpreted by wish (Tk8.2 or better): \ +-exec wish "$0" "$@" ++exec wish8.3 "$0" "$@" + + # + # gpsman --- GPS Manager: a manager for GPS receiver data +@@ -103,7 +103,7 @@ + # on Unix systems the path may be passed as an argument + set SERIALPORT [lindex $argv 0] + # otherwise the default is +- set DEFSPORT /dev/ttyS0 ++ set DEFSPORT /dev/cuaa0 + # path to directory containing user data + set USERDIR ~/.gpsman-dir + # name of user preferences file +@@ -121,7 +121,7 @@ + } + + # path to directory containing program files +-set SRCDIR gmsrc ++set SRCDIR %%PREFIX%%/share/gpsman/gmsrc + + ## the following values can be set from the options dialog of the interface + -- cgit