debian/0000755000000000000000000000000012224567673007204 5ustar debian/compat0000644000000000000000000000000212224502321010355 0ustar 8 debian/README.Debian0000640000000000000000000000070412224502321011215 0ustar gpsman for Debian ----------------- To permit gpsman communicate with GPS device through the serial port, each user must belong to "dialout" group. Because of security issues, gpsman does not allow to be run by root. Use a normal user instead. The utility programs (exerciser.tcl, mb2gmn.tcl and mou2gmn.tcl) refered in the documentation are in /usr/lib/gpsman directory. -- Rogerio Reis , Mon, 21 May 2007 10:26:29 +0100 debian/mou2gmn.10000640000000000000000000000170012224502321010617 0ustar .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 NMEA0183 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). debian/rules0000755000000000000000000000217012224567662010262 0ustar #!/usr/bin/make -f DESTDIR = debian/gpsman build-indep: build build-arch: build build: dh_testdir clean: dh_testdir dh_testroot dh_clean install: dh_testdir dh_testroot dh_clean dh_installdirs cp -R manual/* $(DESTDIR)/usr/share/doc/gpsman cp gmsrc/*.tcl $(DESTDIR)/usr/lib/gpsman cp -R util/*.tcl $(DESTDIR)/usr/lib/gpsman cp gmsrc/gmicons/* $(DESTDIR)/usr/share/gpsman/gmicons 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 ln -s ../../share/gpsman/gmicons $(DESTDIR)/usr/lib/gpsman dh_installman -i man/man1/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 debian/menu0000640000000000000000000000016312224502321010042 0ustar ?package(gpsman):needs="X11" section="Applications/Science/Geoscience"\ title="GPSMan" command="/usr/bin/gpsman" debian/copyright0000640000000000000000000000076212224502321011113 0ustar This package was debianized by Rogerio Reis on Mon, 11 Feb 2002 15:32:46 +0000. It was downloaded from https://sourceforge.net/projects/gpsman/files/distrib/ Miguel Filgueiras This software is copyright (c) (1998-2013) Miguel Filgueiras. 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. debian/docs0000644000000000000000000000000012224502321010020 0ustar debian/mb2gmn.10000640000000000000000000000167412224502321010427 0ustar .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 NMEA0183 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). debian/patches/0000755000000000000000000000000012224564573010627 5ustar debian/patches/configuring-to-run-in-debian-dir-tree0000644000000000000000000000226712224502752017641 0ustar Description: Configuration of source placement for debian Sources for the program reside in /isr/lib/gpsman . gpsman (6.4.4.2-1) unstable; urgency=low . * New upstream release * Now deppends on the current Tcl/Tk version not on a fixed on (Closes: 532901). Author: Rogerio Reis Bug-Debian: http://bugs.debian.org/532901 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- gpsman-6.4.4.2.orig/gpsman.tcl +++ gpsman-6.4.4.2/gpsman.tcl @@ -247,7 +247,7 @@ switch $tcl_platform(platform) { } # path to directory containing program files -set SRCDIR gmsrc +set SRCDIR /usr/lib/gpsman # all other default configuration is now done in file $SRCDIR/config.tcl debian/patches/series0000644000000000000000000000006712224564550012042 0ustar configuring-to-run-in-debian-dir-tree man-src man-src2 debian/patches/man-src20000644000000000000000000000266012224564570012175 0ustar Description: error in man page . gpsman (6.4.4.2-2) unstable; urgency=low . * Does not depend of Tk8.5 anymore (Closes: #725693) Author: Rogerio Reis Bug-Debian: http://bugs.debian.org/725693 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- gpsman-6.4.4.2.orig/man/man1/gpsman.1 +++ gpsman-6.4.4.2/man/man1/gpsman.1 @@ -25,10 +25,10 @@ described here, a full description being available along with the GPSMan distribution. .PP GPSMan can also be used in command line mode (with no graphical -interface except with the \fBread\R and \fBstart travel\fR commands), +interface except with the \fBread\R and \fBstart travel \fRcommands), in which case it must be invoked in the second form above. The sections below address this mode. -.SH EXIT_STATUS +.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 debian/patches/man-src0000644000000000000000000000242212224564347012111 0ustar Description: solving a probem in man page Man page error solved . gpsman (6.4.4.2-2) unstable; urgency=low . * Does not depend of Tk8.5 anymore (Closes: #725693) Author: Rogerio Reis Bug-Debian: http://bugs.debian.org/725693 --- The information above should follow the Patch Tagging Guidelines, please checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here are templates for supplementary fields that you might want to add: Origin: , Bug: Bug-Debian: http://bugs.debian.org/ Bug-Ubuntu: https://launchpad.net/bugs/ Forwarded: Reviewed-By: Last-Update: --- gpsman-6.4.4.2.orig/man/man1/gpsman.1 +++ gpsman-6.4.4.2/man/man1/gpsman.1 @@ -28,7 +28,7 @@ GPSMan can also be used in command line interface except with the \fBread\R and \fBstart travel\fR commands), in which case it must be invoked in the second form above. The sections below address this mode. -.SH EXIT STATUS +.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 debian/control0000644000000000000000000000116412224567121010575 0ustar Source: gpsman Section: misc Priority: optional Maintainer: Rogerio Reis Build-Depends: debhelper (>= 8.0.0) Standards-Version: 3.9.4 Package: gpsman Architecture: all Depends: tk, ${misc:Depends} Suggests: libtk-img, gpsmanshp (>= 1.1) Description: GPS data graphical 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. debian/changelog0000640000000000000000000001573112224563644011053 0ustar gpsman (6.4.4.2-2) unstable; urgency=low * Does not depend of Tk8.5 anymore (Closes: #725693) -- Rogerio Reis Mon, 07 Oct 2013 17:56:04 +0100 gpsman (6.4.4.2-1) unstable; urgency=low * New upstream release * Uses the current Tcl instead of a fixed version (Closes: #532801) -- Rogerio Reis Mon, 07 Oct 2013 11:05:58 +0100 gpsman (6.4.1-1) unstable; urgency=low * New upstream release -- Rogerio Reis Mon, 07 Jun 2010 08:24:21 +0100 gpsman (6.4-2) unstable; urgency=low * Two patches added: changes in item names lead to wrong contents of groups containing them; bad conversion of time-stamps from Garmin receivers -- Rogerio Reis Mon, 05 Jan 2009 13:50:31 +0000 gpsman (6.4-1) unstable; urgency=low * New upstream release * New short description (Closes: #493611). * (Closes: #478185) it was a dummy bug!. * Bug fix: watch support removed because no suitable source repositoty is available. (Closes: #449951). -- Rogerio Reis Sun, 04 Jan 2009 18:43:48 +0000 gpsman (6.3.2-1) unstable; urgency=low * New upstream release -- Rogerio Reis Mon, 18 Jun 2007 15:31:30 +0100 gpsman (6.3.1-2) unstable; urgency=low * Bug fix: "gpsman: doe not start and exit immediately, without letting read the message.". The program cannot be run as root, and that is now clearly stated in the README file. (Closes: #425308). -- Rogerio Reis Mon, 21 May 2007 10:29:53 +0100 gpsman (6.3.1-1) unstable; urgency=low * New upstream release -- Rogerio Reis Tue, 25 Jul 2006 23:42:39 +0100 gpsman (6.3-2) unstable; urgency=low * Bug upgrading from early versions corrected -- Rogerio Reis Sun, 14 May 2006 22:21:27 +0100 gpsman (6.3-1) unstable; urgency=low * New upstream release * Several changes including support for the Garmin USB protocol using the Garmin GPS Linux kernel driver. -- Rogerio Reis Tue, 9 May 2006 12:09:05 +0100 gpsman (6.2.1-1) unstable; urgency=low * New upstream release -- Rogerio Reis Fri, 21 Jan 2005 18:14:45 +0000 gpsman (6.2-1) unstable; urgency=low * New upstream release -- Rogerio Reis Sat, 23 Oct 2004 19:15:23 +0100 gpsman (6.1.2-3) unstable; urgency=low * Bug fix: error exporting data to a GPX file, thanks to Christian Mauduit (Closes: #275138). -- Rogerio Reis Thu, 7 Oct 2004 13:43:33 +0100 gpsman (6.1.2-2) unstable; urgency=low * Again an error about the versions of wish corrected. -- Rogerio Reis Sun, 18 Jul 2004 19:06:40 +0100 gpsman (6.1.2-1) unstable; urgency=low * New upstream release -- Rogerio Reis Sun, 18 Jul 2004 12:34:30 +0100 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 debian/gpsman.preinst0000640000000000000000000000142112224502321012044 0ustar #! /bin/sh # preinst script for libdivsufsort # # see: dh_installdeb(1) set -e # summary of how this script can be called: # * `install' # * `install' # * `upgrade' # * `abort-upgrade' # # for details, see http://www.debian.org/doc/debian-policy/ or # the debian-policy package case "$1" in install|upgrade) if [ -d /usr/lib/gpsman/gmicons ]; then rm -rf /usr/lib/gpsman/gmicons; fi ;; abort-upgrade) ;; *) echo "preinst called with unknown argument \`$1'" >&2 exit 1 ;; esac # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0 debian/dirs0000640000000000000000000000012612224502321010036 0ustar usr/bin usr/lib/gpsman usr/share/doc/gpsman usr/share/gpsman usr/share/gpsman/gmicons debian/watch0000644000000000000000000000042612224567410010224 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 http://sf.net/gpsman/gpsman-(.+)\.tar\.gz debian/gpsman.postinst0000640000000000000000000000003612224502321012244 0ustar #! /bin/sh set -e #DEBHELPER# debian/source/0000755000000000000000000000000012224502321010457 5ustar debian/source/format0000644000000000000000000000001412224502321011665 0ustar 3.0 (quilt)