--- gpsman-6.1.1.orig/util/exerciser.tcl +++ gpsman-6.1.1/util/exerciser.tcl @@ -1,6 +1,6 @@ #!/bin/bash #\ -exec wish8.2 "$0" ${1+"$@"} +exec wish8.4 "$0" ${1+"$@"} set SRLPORT /dev/ttyS0 set BaudRate 4800 --- gpsman-6.1.1.orig/util/mb2gmn.tcl +++ gpsman-6.1.1/util/mb2gmn.tcl @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.0 or better): \ -exec wish "$0" "$@" +exec wish8.4 "$0" "$@" # mb2gmn --- convert MapBlast files into GPSManager files # --- gpsman-6.1.1.orig/util/mou2gmn.tcl +++ gpsman-6.1.1/util/mou2gmn.tcl @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.0 or better): \ -exec wish "$0" "$@" +exec wish8.4 "$0" "$@" # mou2gmn --- convert MapsOnUS files into GPSManager files # --- gpsman-6.1.1.orig/gpsman.tcl +++ gpsman-6.1.1/gpsman.tcl @@ -1,6 +1,6 @@ #!/bin/sh # This is a Tcl/Tk script to be interpreted by wish (Tk8.3 or better): \ -exec wish "$0" -- "$@" +exec wish8.4 "$0" -- "$@" # # gpsman --- GPS Manager: a manager for GPS receiver data @@ -203,7 +203,7 @@ } # path to directory containing program files -set SRCDIR gmsrc +set SRCDIR /usr/lib/gpsman ## the following values can be set from the options dialog of the interface --- gpsman-6.1.1.orig/debian/changelog +++ gpsman-6.1.1/debian/changelog @@ -0,0 +1,135 @@ +gpsman (6.1.1-1) unstable; urgency=low + + * New upstream release + + -- Rogerio Reis Tue, 8 Jun 2004 10:32:57 +0100 + +gpsman (6.1-2) unstable; urgency=low + + * Uses a explicit version of wish (8.4), so that if the default version + is other gpsman (and the other utils) do not fai to run. + + -- Rogerio Reis Mon, 7 Jun 2004 16:45:51 +0100 + +gpsman (6.1-1) unstable; urgency=low + + * New upstream release + + -- Rogerio Reis Sat, 5 Jun 2004 01:43:46 +0100 + +gpsman (6.0.1-4) unstable; urgency=low + + * bug correction update of 2004.01.31 + + -- Rogerio Reis Mon, 2 Feb 2004 11:02:24 +0000 + +gpsman (6.0.1-3) unstable; urgency=low + + * debian/control back to ASCII (no 8-bit characters there anymore!) + + -- Rogerio Reis Fri, 12 Sep 2003 09:14:10 +0100 + +gpsman (6.0.1-2) unstable; urgency=low + + * debian/control now UTF-8 coded + + -- Rogerio Reis Sat, 6 Sep 2003 09:30:28 +0100 + +gpsman (6.0.1-1) unstable; urgency=low + + * New upstream release + + -- Rogerio Reis Mon, 24 Mar 2003 01:23:41 +0000 + +gpsman (5.4.2-11) unstable; urgency=low + + * Code to cope with bug tk8.4 #169240 + + -- Rogerio Reis Wed, 20 Nov 2002 11:32:22 +0000 + +gpsman (5.4.2-10) unstable; urgency=low + + * Standards updated to 3.5.7. + * mb2gmn and mou2gmn utilities now available trough link in /usr/X11R6/bin. + + -- Rogerio Reis Fri, 4 Oct 2002 12:40:29 +0100 + +gpsman (5.4.2-9) unstable; urgency=low + + * Now copes with illbehavied env vars ($HOME) (closes: #151516) + + -- Rogerio Reis Mon, 1 Jul 2002 10:39:55 +0000 + +gpsman (5.4.2-8) unstable; urgency=low + + * corrects bug in initializing particular cases of projections + * uses mark_x symbol to waypoints created during geo-referencing + * files.tcl now copes with the possible inconsistency of saved states + from previous versions. (closes: #150200) + + -- Rogerio Reis Mon, 17 Jun 2002 20:48:27 +0000 + +gpsman (5.4.2-7) unstable; urgency=medium + + * false easting/northing for LV03 grid exchanged (closes: #147672) + * new "skip to next TP" button in TR animation + * bug corrected: changing to non-existing directory when restoring saved + state + * correction to elevation graph. + * new way of adding images to the map. + + -- Rogerio Reis Tue, 21 May 2002 19:44:40 +0000 + +gpsman (5.4.2-6) unstable; urgency=low + + * new ChooseItems routine (closes: #147298) + + -- Rogerio Reis Mon, 20 May 2002 10:24:06 +0000 + +gpsman (5.4.2-5) unstable; urgency=low + + * rgb.tcl was changed because of a stupid diff bug: dpkg-buildpackage + generates a diff from the original that the patch invoked by + dpkg-source doesn't accept. Problem may be related with the fact that + the original file terminates with a line without CR (!!??) + * (closes: #146596) + + -- Rogerio Reis Fri, 17 May 2002 16:52:09 +0000 + +gpsman (5.4.2-4) unstable; urgency=low + + * Garmin D109 protocol and explicit support of eMap version >2.7 + * Indonesian language support + * Bugs corrected, Garmin D109 protocol + * Defining waypoints when geo-referencing an image + * Interface support for more than one export format + + -- Rogerio Reis Sat, 4 May 2002 12:09:36 +0000 + +gpsman (5.4.2-3) unstable; urgency=low + + * Lots of added features and modifications from the author (see log). + * Img package support (closes: #143493) + + -- Rogerio Reis Tue, 23 Apr 2002 13:57:21 +0000 + +gpsman (5.4.2-2) unstable; urgency=low + + * Options can be given when printing. + * For security reasons, GPSMan cannot be executed by root in Unix/Linux + systems. + * Bug corrected, fields of grid positions read from file. + * Titles of top-level windows with GPSMan name at the end. + * Locate previous centre of map. + * When editing a projection a new one can be created. + * New option to disable checking characters in names and comments. + * Printing map and elevation graphs, (new option!) + + -- Rogerio Reis Fri, 8 Mar 2002 12:18:41 +0000 + +gpsman (5.4.2-1) unstable; urgency=low + + * Initial release. (closes: #133365) + + -- Rogerio Reis Mon, 11 Feb 2002 15:32:46 +0000 + --- gpsman-6.1.1.orig/debian/compat +++ gpsman-6.1.1/debian/compat @@ -0,0 +1 @@ +4 --- gpsman-6.1.1.orig/debian/dirs +++ gpsman-6.1.1/debian/dirs @@ -0,0 +1,3 @@ +usr/bin +usr/lib/gpsman +usr/share/doc/gpsman --- gpsman-6.1.1.orig/debian/control +++ gpsman-6.1.1/debian/control @@ -0,0 +1,17 @@ +Source: gpsman +Section: misc +Priority: optional +Maintainer: Rogerio Reis +Build-Depends-Indep: debhelper (>> 4.0.0) +Standards-Version: 3.6.1 + +Package: gpsman +Architecture: all +Depends: tk8.4 +Suggests: libtk-img, gpsmanshp (>= 1.1) +Description: A GPS manager + 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. GPSMan supports communication and real-time + logging with both Garmin and Lowrance receivers and accepts real-time + logging information in NMEA 0183 from any GPS receiver. --- gpsman-6.1.1.orig/debian/rules +++ gpsman-6.1.1/debian/rules @@ -0,0 +1,48 @@ +#!/usr/bin/make -f + +DESTDIR = debian/gpsman + +build: + dh_testdir + +clean: + dh_testdir + dh_testroot + dh_clean + +install: + dh_testdir + dh_testroot + dh_clean -k + dh_installdirs + cp -R manual/* $(DESTDIR)/usr/share/doc/gpsman + cp -R gmsrc/* $(DESTDIR)/usr/lib/gpsman + cp -R util/*.tcl $(DESTDIR)/usr/lib/gpsman + install gpsman.tcl $(DESTDIR)/usr/lib/gpsman + ln -s ../lib/gpsman/gpsman.tcl $(DESTDIR)/usr/bin/gpsman + ln -s ../lib/gpsman/mb2gmn.tcl $(DESTDIR)/usr/bin/mb2gmn + ln -s ../lib/gpsman/mou2gmn.tcl $(DESTDIR)/usr/bin/mou2gmn + dh_installman -i debian/gpsman.1 debian/mb2gmn.1 debian/mou2gmn.1 + +binary-indep: install + dh_testdir -i + dh_testroot -i + dh_installdocs -i + dh_installexamples -i + dh_installmenu -i + dh_installchangelogs -i + dh_link -i + dh_strip -i + dh_compress -i + dh_fixperms -i + dh_installdeb -i + dh_shlibdeps -i + dh_gencontrol -i + dh_md5sums -i + dh_builddeb -i + +binary-arch: build install + +binary: binary-indep +.PHONY: build clean binary-indep binary-arch binary install + --- gpsman-6.1.1.orig/debian/menu +++ gpsman-6.1.1/debian/menu @@ -0,0 +1,2 @@ +?package(gpsman):needs="X11" section="Apps/Technical"\ + title="GPSMan" command="/usr/bin/gpsman" --- gpsman-6.1.1.orig/debian/README.Debian +++ gpsman-6.1.1/debian/README.Debian @@ -0,0 +1,11 @@ +gpsman for Debian +----------------- + + To permit gpsman communicate with GPS device through the serial port, +each user must belong to "dialout" group. + + The utility programs (exerciser.tcl, mb2gmn.tcl and +mou2gmn.tcl) refered in the documentation are in /usr/lib/gpsman +directory. + + -- Rogerio Reis , Sun, 8 Jul 2001 15:07:57 +0000 --- gpsman-6.1.1.orig/debian/copyright +++ gpsman-6.1.1/debian/copyright @@ -0,0 +1,14 @@ +This package was debianized by Rogerio Reis on +Mon, 11 Feb 2002 15:32:46 +0000. + +It was downloaded from http://www.ncc.up.pt/~mig/gpsman.html + +Upstream Author(s): Miguel Filgueiras + +This software is copyright (c) 2001 Miguel Filgueiras +and Universidade do Porto. + +You are free to distribute this software under the terms of +the GNU General Public License. +On Debian systems, the complete text of the GNU General Public +License can be found in /usr/share/common-licenses/GPL file. --- gpsman-6.1.1.orig/debian/gpsman.postinst +++ gpsman-6.1.1/debian/gpsman.postinst @@ -0,0 +1,2 @@ +#! /bin/sh +#DEBHELPER# --- gpsman-6.1.1.orig/debian/mou2gmn.1 +++ gpsman-6.1.1/debian/mou2gmn.1 @@ -0,0 +1,29 @@ +.TH MOU2GMN "1" +.SH NAME +mou2gmn \- convert MapsOnUS files into GPSManager files +.SH SYNOPSIS +.B mou2gmn +.I "[port]" + +.SH DESCRIPTION +This manual page documents briefly the +.BR mou2gmn +command. + +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +Instead, it has documentation in /usr/share/doc/gpsman. +.PP +.B gpsman +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. GPSMan supports communication and real-time +logging with both Garmin and Lowrance receivers and accepts real-time +logging information in NMEA 0183 from any GPS receiver. + +To comunicate with the GPS device the user must have granted +read/write permissions for the respective port. + +.SH AUTHOR +This manual page was written by Rogerio Reis , +for the Debian GNU/Linux system (but may be used by others). --- gpsman-6.1.1.orig/debian/gpsman.1 +++ gpsman-6.1.1/debian/gpsman.1 @@ -0,0 +1,329 @@ +.TH GPSMAN "1" "March 2003" "gpsman 6.0" "User Commands" +.SH NAME +gpsman \- a (graphical) manager of GPS data +.SH SYNOPSIS +.B gpsman +[\fB\-dev\fR \fIDEVICE\fR] +.br +.BI gpsman +[\fIOPTIONS\fR] \fICOMMAND\fR [\fICOMMAND_ARGS\fR] +.SH DESCRIPTION +.PP +\fBgpsman\fR 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. GPSMan supports communication and real-time +logging with Garmin, Lowrance and Magellan receivers and accepts +real-time logging information in NMEA 0183 from any GPS receiver. +.PP +GPSMan can also be used in command mode (with no graphical +interface), in which case it must be invoked as in the second form +above. +.PP +The use in graphical mode is not described here and a full description +can be found in the User Manual available along with the GPSMan +distribution. The sections below address the command line mode. +.PP +To comunicate with the GPS port the user must have been granted +read/write permissions for the respective device. +.SH EXIT STATUS +.PP +In non-graphical mode GPSMan exits with either a 0 if \fICOMMAND\fR was +successfully executed, or a 1 if not. Some commands will write +information to the standard output channel. Error messages can +possibly be written to the standard error channel, but most of the +errors will not be explained. In case of doubt the graphical mode +should be used to see if there are problems with files or the receiver. +.SH OPTIONS +.PP +Apart from the \fB\-dev\fR option all other options are only for +use in non-graphical mode. +.TP +\fB\-dev\fR \fIDEVICE\fR gives the device path. +.TP +\fB\-log\fR creates a log file of the serial communication +under the name \fBlogfile\fR in the GPSMan user directory. +.TP +\fB\-rec Garmin | Lowrance | Magellan\fR +changes the brand of the receiver (NOTE: at present will only work +with \fBGarmin\fR); this option can be useful to override the options +in the preferences file; cannot be used with the \fBreadput\fR +command, nor with the \fB\-prefs\fR option, and cannot occur after the +\fB\-prot\fR option. +.TP +\fB\-prefs\fR \fIPREFSFILE\fR +gives the path for an alternative preferences file (read after the +user preferences file); cannot be used with the \fB\-rec\fR option. +.TP +\fB\-prot\fR \fIPROTOCOL\fR +selects the protocol +to be used for capturing the real-time log; cannot occur before the +\fB\-rec\fR option; the \fBshow protocols\fR +command can be used to find out which protocols are available. +.PP +Options not related with \fICOMMAND\fR will be silently ignored. +.SH GPSMAN COMMAND SUMMARY +.PP +Available commands are: +.TP +\fBis available\fR exits with 0. +.TP +\fBis connected\fR +exits with 0 if a connection check with the receiver succeeds. +.TP +\fBshow version\fR writes the GPSMan version to the standard output. +.TP +\fBshow formats\fR writes a table of file formats to the standard +output. +.TP +\fBshow protocols\fR writes a list of protocols to the standard +output. +.TP +\fBhaslib\fR \fILIBRARY\fR checks availability of library +.TP +\fBgetwrite\fR \fIINTYPES\fR \fIFORMAT\fR [\fIOUTTYPES\fR] \fIPATH\fR +transfers data from the receiver to a file. +.TP +\fBreadput\fR \fIFORMAT\fR [\fIINTYPES\fR] \fIPATH\fR [\fIOUTTYPES\fR] +transfers data from a file to the receiver. +.TP +\fBgetrtimelog\fR \fIPATH\fR [\fIINTERVAL\fR] +gets the real-time log from the receiver and saves it to a file. +.TP +\fBtranslate\fR \fIFORMAT\fR [\fIINTYPES\fR] \fIPATH\fR \fIFORMAT\fR [\fIOUTTYPES\fR] \fIPATH\fR +translates from a file format to another. +.SH GPSMAN COMMANDS +Each command is now described in detail. +.TP +\fBis available\fR +.br +This commands exits with 0 and is intended for a quick check on the +availability of GPSMan in command line mode. +.TP +\fBis connected\fR +.br +The connection with the receiver is checked and the command exits with +0 if it succeeds. Only works with Garmin receivers. +.TP +\fBshow version\fR +.br +The GPSMan version is written to the standard output channel. +.TP +\fBshow formats\fR +.br +This commands writes to the standard output a table of the data file +formats known to GPSMan and that can be used in other commands. An +example is +.br +.B GD2: Read, WP RT TR +.br +.B gpsman: Read/Write, WP RT TR, Data +.br +.B GPStrans: Read/Write, WP RT TR +.br +.B MapGuide: Read, RT +.br +.B Meridian: File type invalid +.br +.B Shapefile_3D: Read/Write, WP RT TR +.br +For each known format either there is an indication that the format is +invalid (because, for instance, a library as missing or there is +incompatibility with the receiver brand), or there is information on +the possible read/write operations and item types which will be +followed by \fBData\fR if a file may contain items of different types. +.TP +\fBshow protocols\fR +.br +A list of known protocols that can be used with the \fB\-prot\fR +option is written to the standard output. A possible list is +.br +.B Garmin (Garmin) +.br +.B NMEA (Garmin) +.br +.B simul (Garmin) +.br +.B SText (Garmin) +.br +showing at the end the receiver brand with which they must be used. +.TP +\fBhaslib\fR \fILIBRARY\fR +.br +The \fBhaslib\fR command checks whether a certain library is +available exiting with 0 if it could be loaded. +.br +.TP 1i +\ \ \ \ \fILIBRARY\fR can be \fBgpsmanshp\fR or \fBImg\fR. +.TP +\fBgetwrite\fR \fIINTYPES\fR \fIFORMAT\fR [\fIOUTTYPES\fR] \fIPATH\fR +.br +The \fBgetwrite\fR command gets information from the receiver and +writes it to a file. +.br +.TP 1i +\ \ \ \ \fIINTYPES\fR data types to get +.br +the possible types are \fBWP\fR, \fBRT\fR +and \fBTR\fR; \fBall\fR can be used as an abbreviation of \fBWP RT +TR\fR. +.br +.TP 1i +\ \ \ \ \fIFORMAT\fR output file format +.br +use \fBshow formats\fR for a list of the currently accepted formats. +.br +.TP 1i +\ \ \ \ \fIOUTTYPES\fR data types to write +.br +they may be absent in which case they are taken to be \fIINTYPES\fR; +if \fBRT\fR occurs in \fIINTYPES\fR then \fBWP\fR can appear +in \fIOUTTYPES\fR but no other type "conversions" are allowed; some +file formats impose that there is a single data type per file; +\fBall\fR can be used as an abbreviation of \fBWP RT TR\fR. +.br +.TP 1i +\ \ \ \ \fIPATH\fR path to the output file +.br +in the case of the \fBShapefile\fR formats it is the path to the Shapefiles +basename (file extensions will be discarded). If the \fIPATH\fR +is \fBstdout\fR output will be to the standard output unless the +format is one of the \fBShapefile\fR formats (in which case the +command fails). Existing files will be silently overwritten. +.TP +\ \ \ \ This command only works with Garmin receivers. +.TP +\fBreadput\fR \fIFORMAT\fR [\fIINTYPES\fR] \fIPATH\fR [\fIOUTTYPES\fR] +.br +The \fBreadput\fR command reads information from a file and sends it +to the receiver. +.br +.TP 1i +\ \ \ \ \fIFORMAT\fR input file format +.br +use \fBshow formats\fR for a list of the currently accepted formats. +.br +.TP 1i +\ \ \ \ \fIINTYPES\fR data types to read +.br +the possible types +depend on the format and some formats impose that there is a +single data type per file; they may be absent if the format +requires a unique data type or if the files can have items of +different types; \fBall\fR can be used as an abbreviation of +\fBWP RT TR\fR. +.br +.TP 1i +\ \ \ \ \fIPATH\fR path to the input file +.br +in the +case of the \fBShapefile\fR formats it is the path to the Shapefiles +basename (file extensions will be discarded). If the \fIPATH\fR +is \fBstdin\fR input will be from the standard input unless the +format is one of the \fBShapefile\fR formats (in which case the +command fails). +.br +.TP 1i +\ \ \ \ \fIOUTTYPES\fR data types to put +.br +the possible types +are \fBWP\fR, \fBRT\fR and \fBTR\fR and may be absent in which +case they are taken to be \fIINTYPES\fR; if \fBRT\fR occurs in +\fIINTYPES\fR then \fBWP\fR can appear in \fIOUTTYPES\fR but +no other type "conversions" are allowed; \fBall\fR can be used +as an abbreviation of \fBWP RT TR\fR. +.TP +\ \ \ \ This command only works with Garmin receivers. +.TP +\fBgetrtimelog\fR \fIPATH\fR [\fIINTERVAL\fR] +.br +The \fBgetrtimelog\fR command gets the real-time log from the receiver +and saves it to a file, until the process is killed. +.br +.TP 1i +\ \ \ \ \fIPATH\fR path to the output file +.br +if it is \fBstdout\fR output will be to the standard output. +Existing files will be silently overwritten. +.br +.TP 1i +\ \ \ \ \fIINTERVAL\fR log interval +.br +this is the number of seconds between two +consecutive entries in the log and defaults to 2. +.TP +\ \ \ \ This command only works with Garmin receivers. +.TP +\fBtranslate\fR \fIFORMAT\fR [\fIINTYPES\fR] \fIPATH\fR \fIFORMAT\fR [\fIOUTTYPES\fR] \fIPATH\fR +.br +The \fBtranslate\fR command reads information from a file in a given +format and writes it to another file in another given format. +.br +.TP 1i +\ \ \ \ \fIINFORMAT\fR, \fIOUTFORMAT\fR input and ouput file formats +.br +use \fBshow formats\fR for a list of the currently accepted formats. +.br +.TP 1i +\ \ \ \ \fIINTYPES\fR data types to read +.br +the possible types +depend on the input format and some formats impose that there is a +single data type per file; they may be absent if the format +requires a unique data type or if the files can have items of +different types; \fBall\fR can be used as an abbreviation of +\fBWP RT TR\fR. +.br +.TP 1i +\ \ \ \ \fIINPATH\fR path to the input file +.br +in the +case of the \fBShapefile\fR formats it is the path to the Shapefiles +basename (file extensions will be discarded). If the \fIINPATH\fR +is \fBstdin\fR input will be from the standard input unless the +format is one of the \fBShapefile\fR formats (in which case the +command fails). +.br +.TP 1i +\ \ \ \ \fIOUTTYPES\fR data types to write +.br +they may be absent in which case they are taken to +be \fIINTYPES\fR; if \fBRT\fR occurs in \fIINTYPES\fR then +\fBWP\fR can appear in \fIOUTTYPES\fR but no other type +"conversions" are allowed; some file formats impose that there is a +single data type per file; \fBall\fR can be used as an abbreviation +of \fBWP RT TR\fR. +.br +.TP 1i +\ \ \ \ \fIOUTPATH\fR path to the output file +.br +in the +case of the \fBShapefile\fR formats it is the path to the Shapefiles +basename (file extensions will be discarded). If the \fIOUTPATH\fR +is \fBstdout\fR output will be to the standard output unless the +format is one of the \fBShapefile\fR formats (in which case the +command fails). Existing files will be silently overwritten. +.SH AUTHORS +.PP +This manual page was written by Miguel Filgueiras +using a previous version by Rogerio Reis . +.SH REPORTING BUGS +.PP +Report bugs to . +.SH COPYRIGHT +.PP +Copyright © 2003 Miguel Filgueiras and Rogerio Reis +.br +DCC-FC & LIACC / University of Porto +.PP +This is free software; see the source for copying conditions. There is +NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR +PURPOSE. +.SH SEE ALSO +.PP +Miguel Filgueiras, \fBGPSMan User Manual\fR, Version 6.0, March 2003 +.br +This manual, in both PDF and HTML, is part of the distribution of +GPSMan. + + + --- gpsman-6.1.1.orig/debian/mb2gmn.1 +++ gpsman-6.1.1/debian/mb2gmn.1 @@ -0,0 +1,29 @@ +.TH MB2GMN "1" +.SH NAME +mb2gmn \- convert MapBlast files into GPSManager files +.SH SYNOPSIS +.B mb2gmn +.I "[port]" + +.SH DESCRIPTION +This manual page documents briefly the +.BR mb2gmn +command. + +This manual page was written for the Debian GNU/Linux distribution +because the original program does not have a manual page. +Instead, it has documentation in /usr/share/doc/gpsman. +.PP +.B gpsman +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. GPSMan supports communication and real-time +logging with both Garmin and Lowrance receivers and accepts real-time +logging information in NMEA 0183 from any GPS receiver. + +To comunicate with the GPS device the user must have granted +read/write permissions for the respective port. + +.SH AUTHOR +This manual page was written by Rogerio Reis , +for the Debian GNU/Linux system (but may be used by others).