aboutsummaryrefslogtreecommitdiffstats
path: root/astro/gpsman
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-271-6/+5
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Remove useless WRKSRC definitions.mat2016-05-251-1/+0
| | | | | | While there, correct DEV_WARNINGS when they occur. Sponsored by: Absolight
* Fixup some whitespace at the beginning of lines problems.mat2016-04-011-1/+1
| | | | | With hat: portmgr Sponsored by: Absolight
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-191-8/+2
| | | | | Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-2/+0
| | | | | With hat: portmgr Sponsored by: Absolight
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-4/+0
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* Remove Authors from pkg-descrbapt2015-03-031-1/+0
|
* Cleanup plistbapt2014-10-201-4/+0
|
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-301-2/+1
| | | | Approved by: portmgr (not really, but touches unstaged ports)
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-06-091-1/+1
| | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories A-C. CR: D196 Approved by: portmgr (bapt)
* - Update to 6.4.4.2 [1]gahr2013-10-075-38/+380
| | | | | | | - While at it, make it STAGE-clean PR: 182775 Submitted by: maintainer
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-5/+2
| | | | astro)
* Update to 6.4.4crees2013-04-252-5/+4
| | | | | | | | | | | | | | | | | | | * new option in file config.tcl indicating whether GPSMan data can be appended to an existing file when saving; to be used with care as a file with conflicting time offsets can result that will not be loaded by GPSMan; asked by Zvi Grauer. * explicit support for the Garmin Street Pilot I, with thanks to Martin Espinoza who sent the protocols list. In addition, I tried to clean up the port a wee bit: * I removed a line in the Makefile that had been commented-out Wed Jul 26 08:32:31 2006 UTC (r168793). * I changed the USE_TK_RUN specification to permit the use of Tcl/Tk 8.5 (and tested that it brings in 8.5 if that's available, and that gpsman works with it). PR: ports/178112 Submitted by: dhw (maintainer)
* - Update to 6.4.3 [1]jgh2012-05-014-459/+14
| | | | | | | | | - while here, drop pkg-plist and use PORT{DOCS,DATA} [2] - substitute on pkg-message, and actually show it [2] - tighten Makefile instructions, and reduce number of MKDIRS [2] PR: ports/167432 Submitted by: maintainer, david@catwhisker.org [1], jgh@[2]
* Update WWWcs2011-10-261-1/+1
| | | | | | PR: ports/161930 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer) Approved by: glarkin@ (mentor)
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
| | | | | | | | | | | | | | | | had both lines: Author: ... WWW: .... So standardize on that, and move them to the end of the file when necessary. Also fix some more whitespace, and remove more "signature tags" of varying forms, like -- name, etc. s/AUTHOR/Author/ A few other various formatting issues
* - remove maintainer tags from pkg-descreadler2011-10-231-2/+1
| | | | | Approved by: portmgr Approved by: bapt (mentor)
* Update to 6.4.2:crees2011-10-224-7/+10
| | | | | | | | | | | | | | | | | | | | | | | | | * elevation graphs for tracks using gnuplot; implemented by plug-ins contributed by Rudolf Martin (rudolf.martin_at_gmx.de). * for tracks, improved computation of total (or cumulative) ascent/descent, computation of rest periods, total resting time and average speed in motion, estimated time for a hiking trail; contributed by Rudolf Martin. * new configuration parameter: user temporary files directory; must be set correctly for GPSMan to work; it defaults to .tmp under the user GPSMan directory. * new user options: altitude threshold when computing cumulative ascent/descent, operating system commands to display an image file and open a terminal (command-line) window; default of altitude threshold is appropriate for GPS receivers with non-barometric altimeter. * change in default for user option (was a configuration parameter): the print command starts now by being empty (meaning unavailable). * new projections: Mercator spherical case, Equidistant Cylindrical, and their particular cases EPSG:3857 (also known as EPSG:900913, EPSG:102113) and EPSG:32663 (Plate Carree with WGS 84 datum); asked by Rudolf Martin. * in order to avoid ill formed or inconsistent data files, appending to a file is no longer an option when writing to an existing file except in the case of results of computations, real-time logs and contents of information windows. * windows presenting results that depend on the definition of a route or track, such as computations or graphs, may be closed when the item changes after being edited or being replaced when data is read-in; based on a change suggested by Rudolf Martin. * unavailable expression of plug-ins are now evaluated at top level so that global variables can be used. * explicit support for the Garmin GPS 72H receiver; with thanks to Justin Arundell and Julian Barragan who sent protocol lists. PR: ports/161902 Submitted by: dhw (maintainer)
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 6.4.1wen2010-01-025-57/+11
| | | | | | | - Remove unneeded patch PR: ports/142227 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* - Remove conditional checks relevant only on FreeBSD 5.x and olderpav2009-01-061-3/+1
|
* Apply two patches which were going to appear at future 6.4.1 release.bsam2008-11-113-0/+53
| | | | | PR: 128751 Submitted by: David Wolfskill <david at catwhisker.org> (maintainer)
* - Update to 6.4amdmi32008-10-293-5/+12
| | | | | PR: 128454 Submitted by: David Wolfskill <david at catwhisker dot org> (maintainer)
* - Move from versioned tcl/tk CATEGORIES to simple tcl and tk categoriespav2008-04-091-1/+1
| | | | With hat: portmgr
* - Add ports to "geography" virtual categorylaszlof2007-07-231-1/+1
| | | | Approved by: Pav (wearing portmgr hat)
* - Update to 6.3.2pav2007-06-153-5/+8
| | | | | PR: ports/113687 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* - Convert existing ports to a new bsd.tcl.mk orderpav2007-04-031-1/+1
| | | | | | PR: ports/109097 Submitted by: Martin Matuska <martin@matuska.org> Tested on: pointyhat exp-run
* Update to GPSMan-6.3.1, which is a bugfix for 6.3.itetcu2006-07-263-351/+356
| | | | | | | | | | | | | | | | | | | | | | | | | | Here are the documented changes from 6.3 to 6.31: - importation of waypoints from Kismet .network files with location information, asked by Bernd Stuht; some new options on this should be configured by editing config.tcl. - map window can now be resized. - WARNING: Garmin USB support for some recent Garmin receivers will need at least version 0.28 of the garmin_gps Linux kernel driver. - updates to Garmin support following the specifications made available in May 2006, but not (yet) covering some new protocols for fitness-oriented receivers. - explicit support for several Garmin receivers or their new firmware versions, including: GPSMAP 60CSX and 76CSX, EDGE 205 and 305, GPS 18USB, eTrex Legend Cx, Forerunner 205, and GPS 60; with thanks for all those who sent protocol lists: Doug Larrick, Thomas Zumbrunn, Jiri Dvorak, Daniel Dorau, Nenad, Elric Milon Beltran, Michel Equeter, Dominic Hargreaves, Sébastien Roy, Nicolas Brouard, Reinhold Pschierer, Sven Anders, Jon Stockill. Some portlinting [1] PR: ports/100848 Submitted by: David Wolfskill (maintainer), me (itetcu) [1]
* Remove leftover file from recent update to 6.3vs2006-05-121-14/+0
| | | | PR: ports/97120
* Update to 6.3vs2006-05-124-21/+19
| | | | | PR: ports/97120 Submitted by: maintainer
* Remove USE_REINPLACE from ports in categories starting with A.edwin2006-05-031-1/+0
|
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* Fix MASTER_SITES pointed by distfile surveymnag2005-10-071-3/+1
| | | | | PR: 87068 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* Update to 6.2.1vs2004-12-133-11/+13
| | | | | PR: ports/74925 Submitted by: maintainer
* Add additional MASTER_SITES.krion2004-11-171-0/+1
|
* Update to version 6.2krion2004-10-274-15/+107
| | | | | PR: ports/73012 Submitted by: maintainer
* Update to 6.1.2krion2004-07-184-7/+32
| | | | | PR: ports/69214 Submitted by: maintainer
* Fix WWW: linekrion2004-07-081-1/+1
| | | | | PR: ports/68784 Submitted by: maintainer
* Update to version 6.1.1krion2004-06-164-14/+8
| | | | | PR: ports/67990 Submitted by: maintainer
* - Refresh MASTER_SITESpav2004-05-232-7/+5
| | | | | PR: ports/67067 Submitted by: Roman Neuhauser <neuhauser@chello.cz>
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Make reliance on tk 8.4 more consistent (missed in the big upgrade).linimon2003-11-212-3/+3
| | | | | PR: ports/58172 Submitted by: David Wolfskill <david@catwhisker.org> (maintainer)
* portlint (variable ordering, trim trailing blank lines)kris2003-10-272-2/+1
|
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-211-89/+89
| | | | | | | No functionally changes. Submitted by: Oleg Karachevtsev <ok@etrust.ru> A part of PR: 57992
* Convert to tk84 and bump PORTREVISION.kris2003-10-121-2/+3
| | | | Reviewed by: maintainer (eyeballed)
* Maintainer update: gpsman 5.4.2 -> 6.0.1edwin2003-03-304-11/+48
| | | | | PR: ports/50179 Submitted by: David Wolfskill <david@catwhisker.org>
* De-pkg-comment.knu2003-02-212-1/+1
|
* Remove a hidden dependency on Perl: PERL->REINPLACE_CMD.petef2003-01-221-1/+2
| | | | | PR: 47272 Submitted by: maintainer
* Fix MD5 checksum.cy2002-03-201-1/+1
| | | | | PR: 36135 Submitted by: MAINTAINER: David Wolfskill <david@catwhisker.org>
* - update to 5.4.2petef2002-02-103-163/+166
| | | | | | | | | | | | PR: 34647 Submitted by: maintainer - install icons to the directory gpsman looks for them in PR: 34060 Submitted by: maintainer, Slaven Rezic <slaven.rezic@berlin.de> Move EXTRACT_SUFX up in the Makefile (portlint).
* Initial import of gpsman-5.4.1kevlo2001-12-238-0/+391
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>