ports/113688: GPSMan 6.3.1 -> 6.3.2
David Wolfskill
david at catwhisker.org
Thu Jun 14 19:20:09 UTC 2007
>Number: 113688
>Category: ports
>Synopsis: GPSMan 6.3.1 -> 6.3.2
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: maintainer-update
>Submitter-Id: current-users
>Arrival-Date: Thu Jun 14 19:20:09 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: David Wolfskill
>Release: FreeBSD 6.2-STABLE i386
>Organization:
Wolfskill & Dowling Residence
>Environment:
System: FreeBSD g1-18.catwhisker.org. 6.2-STABLE FreeBSD 6.2-STABLE #424: Thu Jun 14 06:12:10 PDT 2007 root at g1-18.catwhisker.org.:/common/S1/obj/usr/src/sys/CANARY i386
>Description:
The author of the code has released an update for GPSMan.
The appended patch brings the astro/gpsman port up-to-date
so that it builds GPSMan-6.3.2, which fixes some bugs and
adds some new features (with respect to 6.3.1).
Here are the documented changes from 6.3.1 to 6.3.2:
- Least Squares fit for geo-referencing images either by placing
control points on the image, or by giving a file of coordinates of
control points; asked by James B. Mehl who kindly provided the formulas.
- the track computation window now displays for each track point
its date and position; there was a change in the order of the fields
both in the window and in saved results; asked by Victor Yip.
- enhanced support for GPX files; contributed by Valère Robin.
- dealing with track segments in GPX files; asked by Tomi Ollila.
- importing and exporting tracks using a file format similar to
the Garmin Simple Text Output protocol.
- the "getfix" command now also produces the altitude if in a 3D
fix; asked by Marc van der Sluys.
- new "geopicts" command geo-references files (e.g., picture
files from a digital camera) either based on their time-stamps and a
given track, or by using the sequence of waypoints in a group. The
result is a file with waypoints (at present in GPX format) that can
be suitable for use with Web applications. Implemented using as
model a Python script kindly contributed by Valère Robin.
- new "show symbols" command prints for each waypoint symbol
its internal name followed by the name in the user-selected
language; symbol internal names may be needed in the "geopicts"
command.
- the "read" command that was only to be used in GPSMan scripts
can now be used from the command-line in which case it reads a data
file and launches the graphical interface; suggested by Valère Robin.
- names of file formats in commands can now be given all in lower
case letters.
- for MS-Windows users, the manual now explains how to set the
user directory under the user's ``Application Data'' directory;
contributed by Harald Stauss.
- explicit support for some more Garmin receivers or their new
firmware versions, including: the GPSMap 60, the StreetPilot i2, the
eTrex Venture and the Forerunner 305; with thanks to all those who
sent protocol lists: Philip Hands, Rolf Werum, Patrick Kik, Waldemar
de Laurent, Jon Niehof, Harry Jensen, Alberto Ham, Hans-Peter
Nilsson, Jorge Sanchez, Jeremiah Horner.
>How-To-Repeat:
n/a
>Fix:
Apply the following patch, then
portupgrade gpsman-6.3.1
Index: Makefile
===================================================================
RCS file: /cvs/freebsd/ports/astro/gpsman/Makefile,v
retrieving revision 1.19
diff -u -r1.19 Makefile
--- Makefile 19 May 2007 19:57:49 -0000 1.19
+++ Makefile 14 Jun 2007 17:54:20 -0000
@@ -6,8 +6,7 @@
#
PORTNAME= gpsman
-PORTVERSION= 6.3.1
-PORTREVISION= 1
+PORTVERSION= 6.3.2
CATEGORIES= astro tk84
MASTER_SITES= http://www.ncc.up.pt/gpsman/gpsmanhtml/
MASTER_SITE_SUBDIR= science/cartography
Index: distinfo
===================================================================
RCS file: /cvs/freebsd/ports/astro/gpsman/distinfo,v
retrieving revision 1.13
diff -u -r1.13 distinfo
--- distinfo 26 Jul 2006 08:32:31 -0000 1.13
+++ distinfo 14 Jun 2007 17:57:03 -0000
@@ -1,3 +1,3 @@
-MD5 (gpsman-6.3.1.tgz) = 88a04a39feccddd3693f15ca8457e89d
-SHA256 (gpsman-6.3.1.tgz) = 297aaf2c423c9c7f169648024360b2c4ac9dd8101eecec491fe1983619067b8e
-SIZE (gpsman-6.3.1.tgz) = 1158452
+MD5 (gpsman-6.3.2.tgz) = dcc72b7a2a1b61f98f8432f8eb367213
+SHA256 (gpsman-6.3.2.tgz) = 91664e3b963181f140ea39f35dc06d9a06ac74d3938acd171d13482e1f12022e
+SIZE (gpsman-6.3.2.tgz) = 1191586
Index: pkg-plist
===================================================================
RCS file: /cvs/freebsd/ports/astro/gpsman/pkg-plist,v
retrieving revision 1.10
diff -u -r1.10 pkg-plist
--- pkg-plist 26 Jul 2006 08:32:31 -0000 1.10
+++ pkg-plist 14 Jun 2007 18:28:03 -0000
@@ -398,6 +398,10 @@
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_62.html
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_63.html
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_64.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_65.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_66.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_67.html
+%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_68.html
%%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif
%%PORTDOCS%%%%DOCSDIR%%/html/blank.gif
%%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif
@@ -417,9 +421,9 @@
%%PORTDOCS%%%%DOCSDIR%%/html/next.gif
%%PORTDOCS%%%%DOCSDIR%%/html/previous.gif
%%PORTDOCS%%%%DOCSDIR%%/html/up.gif
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html/info
-%%PORTDOCS%%@dirrm %%DOCSDIR%%/html
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
+ at dirrm %%PORTDOCS%%%%DOCSDIR%%/html/info
+ at dirrm %%PORTDOCS%%%%DOCSDIR%%/html
+ at dirrm %%PORTDOCS%%%%DOCSDIR%%
@dirrm %%DATADIR%%/util
@dirrm %%DATADIR%%/gmsrc/gmicons
@dirrm %%DATADIR%%/gmsrc
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list