aboutsummaryrefslogtreecommitdiff
path: root/astro/gpsman
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-10-22 15:05:52 +0000
committerChris Rees <crees@FreeBSD.org>2011-10-22 15:05:52 +0000
commit9179d6314ca47bb22ac7bd94b33d48562dbad7cb (patch)
tree7dcd0c0cdc07b894d60dd51f2eddce8ec024cd4b /astro/gpsman
parentf64034bff31f122d40785fb567e139493c00e049 (diff)
downloadports-9179d6314ca47bb22ac7bd94b33d48562dbad7cb.tar.gz
ports-9179d6314ca47bb22ac7bd94b33d48562dbad7cb.zip
Update to 6.4.2:
* 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)
Notes
Notes: svn path=/head/; revision=284108
Diffstat (limited to 'astro/gpsman')
-rw-r--r--astro/gpsman/Makefile6
-rw-r--r--astro/gpsman/distinfo4
-rw-r--r--astro/gpsman/files/patch-gpsman.tcl4
-rw-r--r--astro/gpsman/pkg-plist3
4 files changed, 10 insertions, 7 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile
index dd68f68462c5..2469c7dca7f0 100644
--- a/astro/gpsman/Makefile
+++ b/astro/gpsman/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= gpsman
-PORTVERSION= 6.4.1
+PORTVERSION= 6.4.2
CATEGORIES= astro tk geography
-MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/
-MASTER_SITE_SUBDIR= science/cartography
+MASTER_SITES= SF/${PORTNAME}/distrib
EXTRACT_SUFX= .tgz
MAINTAINER= david@catwhisker.org
@@ -62,7 +61,6 @@ do-install:
@${MKDIR} ${PREFIX}/share/doc/gpsman/html/info
${INSTALL_DATA} ${WRKSRC}/manual/html/info/*.gif ${PREFIX}/share/doc/gpsman/html/info
${INSTALL_DATA} ${WRKSRC}/manual/html/info/*.txt ${PREFIX}/share/doc/gpsman/html/info
- ${RM} ${PREFIX}/share/doc/gpsman/html/info/GPL.txt
${INSTALL_DATA} ${WRKSRC}/manual/html/info/*.ps ${PREFIX}/share/doc/gpsman/html/info
@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message
.endif
diff --git a/astro/gpsman/distinfo b/astro/gpsman/distinfo
index 02dcfc845ecc..4119a8baf1ae 100644
--- a/astro/gpsman/distinfo
+++ b/astro/gpsman/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gpsman-6.4.1.tgz) = 4efdcba523ff29ee9cfea5e27173e1414a0edcd4e12eef3991288ed1aa98c244
-SIZE (gpsman-6.4.1.tgz) = 1382645
+SHA256 (gpsman-6.4.2.tgz) = b1970a7a254fc25578bd0e3477a5dfb4d3e86604d95b895dfe9ed482c1d994b5
+SIZE (gpsman-6.4.2.tgz) = 1395248
diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl
index 56b35afc9b26..0891af3a54bd 100644
--- a/astro/gpsman/files/patch-gpsman.tcl
+++ b/astro/gpsman/files/patch-gpsman.tcl
@@ -1,3 +1,5 @@
+$FreeBSD$
+
diff -ruN gpsman.tcl gpsman.tcl
--- gpsman.tcl Tue May 9 02:37:24 2006
+++ gpsman.tcl Wed May 10 17:56:02 2006
@@ -9,7 +11,7 @@ diff -ruN gpsman.tcl gpsman.tcl
#
# gpsman --- GPS Manager: a manager for GPS receiver data
-@@ -216,7 +216,7 @@
+@@ -247,7 +247,7 @@
}
# path to directory containing program files
diff --git a/astro/gpsman/pkg-plist b/astro/gpsman/pkg-plist
index 855f2111b2ae..5dedd6b80158 100644
--- a/astro/gpsman/pkg-plist
+++ b/astro/gpsman/pkg-plist
@@ -414,6 +414,8 @@ bin/gpsman
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_71.html
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_72.html
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_73.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_74.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_75.html
%%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif
%%PORTDOCS%%%%DOCSDIR%%/html/blank.gif
%%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif
@@ -421,6 +423,7 @@ bin/gpsman
%%PORTDOCS%%%%DOCSDIR%%/html/index.html
%%PORTDOCS%%%%DOCSDIR%%/html/info/WPs.txt
%%PORTDOCS%%%%DOCSDIR%%/html/info/coords.gif
+%%PORTDOCS%%%%DOCSDIR%%/html/info/gpl-3_0.txt
%%PORTDOCS%%%%DOCSDIR%%/html/info/l_realtime.doc.txt
%%PORTDOCS%%%%DOCSDIR%%/html/info/lowrance.doc.txt
%%PORTDOCS%%%%DOCSDIR%%/html/info/sample.txt