diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-12-23 18:34:44 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-12-23 18:34:44 +0800 |
commit | a23801c0bd51767437afb7917fbb5124e30a554f (patch) | |
tree | 89d1ff9578f7a86659b230c1f18ee8b1b223f8c8 /astro/gpsman/files | |
parent | af7e8bc3fb0139ad1db2c12fa0c19005b0f8d0c7 (diff) | |
download | freebsd-ports-gnome-a23801c0bd51767437afb7917fbb5124e30a554f.tar.gz freebsd-ports-gnome-a23801c0bd51767437afb7917fbb5124e30a554f.tar.zst freebsd-ports-gnome-a23801c0bd51767437afb7917fbb5124e30a554f.zip |
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 <david@catwhisker.org>
Diffstat (limited to 'astro/gpsman/files')
-rw-r--r-- | astro/gpsman/files/patch-exerciser.tcl | 14 | ||||
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 29 |
2 files changed, 43 insertions, 0 deletions
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 + |