View | Details | Raw Unified | Return to bug 142227
Collapse All | Expand All

(-)gpsman/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	gpsman
8
PORTNAME=	gpsman
9
PORTVERSION=	6.4
9
PORTVERSION=	6.4.1
10
PORTREVISION=	1
11
CATEGORIES=	astro tk geography
10
CATEGORIES=	astro tk geography
12
MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/
11
MASTER_SITES=	http://www.ncc.up.pt/gpsman/gpsmanhtml/
13
MASTER_SITE_SUBDIR=	science/cartography
12
MASTER_SITE_SUBDIR=	science/cartography
(-)gpsman/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (gpsman-6.4.tgz) = 3a47f1953e0bad1ea3a79aba0a713f1a
1
MD5 (gpsman-6.4.1.tgz) = 54b6d638e28e12f2c392c1f83130e5f6
2
SHA256 (gpsman-6.4.tgz) = 3c563adc162447cb0b6d94926c6228399d964a98918d44ec2af03ae10efd77c0
2
SHA256 (gpsman-6.4.1.tgz) = 4efdcba523ff29ee9cfea5e27173e1414a0edcd4e12eef3991288ed1aa98c244
3
SIZE (gpsman-6.4.tgz) = 1231402
3
SIZE (gpsman-6.4.1.tgz) = 1382645
(-)gpsman/files/patch-garmin.tcl (-30 lines)
Lines 1-30 Link Here
1
diff -ruN gmsrc/garmin.tcl gmsrc/garmin.tcl
2
--- gmsrc/garmin.tcl	2008-10-28 10:19:48.000000000 -0700
3
+++ gmsrc/garmin.tcl	2008-11-10 04:39:44.000000000 -0800
4
@@ -17,7 +17,7 @@
5
 #      along with this program.
6
 #
7
 #  File: garmin.tcl
8
-#  Last change:  23 October 2008
9
+#  Last change:  2 November 2008
10
 #
11
 # Includes contributions by
12
 # - David Gardner (djgardner_AT_users.sourceforge.net) marked
13
@@ -2567,7 +2567,7 @@
14
 }
15
 
16
 proc ConvGarminDate {gd} {
17
-    # converts Garmin date (seconds since 1990.01.01 00:00:00) into list
18
+    # converts Garmin date (seconds since 1989.12.31 00:00:00) into list
19
     #  with date in current format and seconds since beginning of $YEAR0,
20
     #  not necessarily a leap year, but < 1990
21
     global YEAR0 TimeOffset
22
@@ -2579,7 +2579,7 @@
23
 	if { $yy%100!=0 || $yy%400==0 } { incr dd }
24
 	incr yy 4
25
     }
26
-    set secs [expr round((((1990-$YEAR0)*365+$dd)*24+$TimeOffset-12)*3600+$gd)]
27
+    set secs [expr round((((1990-$YEAR0)*365+$dd)*24+$TimeOffset)*3600+$gd)]
28
     return [list [DateFromSecs $secs] $secs]
29
 }
30
 
(-)gpsman/files/patch-wrtdials.tcl (-22 lines)
Lines 1-22 Link Here
1
diff -ruN gmsrc/wrtdials.tcl gmsrc/wrtdials.tcl
2
--- gmsrc/wrtdials.tcl	2008-10-28 10:19:48.000000000 -0700
3
+++ gmsrc/wrtdials.tcl	2008-11-10 04:39:44.000000000 -0800
4
@@ -17,7 +17,7 @@
5
 #      along with this program.
6
 #
7
 #  File: wrtdials.tcl
8
-#  Last change:  14 September 2008
9
+#  Last change:  8 November 2008
10
 #
11
 # Includes contributions by
12
 #  - Brian Baulch (baulchb _AT_ onthenet.com.au) marked "BSB contribution"
13
@@ -4099,8 +4099,8 @@
14
 				}
15
 				break
16
 			    }
17
+			    incr i
18
 			}
19
-			incr i
20
 		    }
21
 		}
22
 		if { $wh == "WP" } {
(-)gpsman/pkg-plist (+7 lines)
Lines 315-320 Link Here
315
%%DATADIR%%/gmsrc/metadata.tcl
315
%%DATADIR%%/gmsrc/metadata.tcl
316
%%DATADIR%%/gmsrc/navigate.tcl
316
%%DATADIR%%/gmsrc/navigate.tcl
317
%%DATADIR%%/gmsrc/options.tcl
317
%%DATADIR%%/gmsrc/options.tcl
318
%%DATADIR%%/gmsrc/plugins.tcl
318
%%DATADIR%%/gmsrc/posncomp.tcl
319
%%DATADIR%%/gmsrc/posncomp.tcl
319
%%DATADIR%%/gmsrc/projections.tcl
320
%%DATADIR%%/gmsrc/projections.tcl
320
%%DATADIR%%/gmsrc/projs_main.tcl
321
%%DATADIR%%/gmsrc/projs_main.tcl
Lines 324-329 Link Here
324
%%DATADIR%%/gmsrc/rgb.tcl
325
%%DATADIR%%/gmsrc/rgb.tcl
325
%%DATADIR%%/gmsrc/search.tcl
326
%%DATADIR%%/gmsrc/search.tcl
326
%%DATADIR%%/gmsrc/serial.tcl
327
%%DATADIR%%/gmsrc/serial.tcl
328
%%DATADIR%%/gmsrc/setup.tcl
327
%%DATADIR%%/gmsrc/symbols.tcl
329
%%DATADIR%%/gmsrc/symbols.tcl
328
%%DATADIR%%/gmsrc/trtort.tcl
330
%%DATADIR%%/gmsrc/trtort.tcl
329
%%DATADIR%%/gmsrc/util.tcl
331
%%DATADIR%%/gmsrc/util.tcl
Lines 407-412 Link Here
407
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_66.html
409
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_66.html
408
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_67.html
410
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_67.html
409
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_68.html
411
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_68.html
412
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_69.html
413
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_70.html
414
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_71.html
415
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_72.html
416
%%PORTDOCS%%%%DOCSDIR%%/html/GPSMandoc_73.html
410
%%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif
417
%%PORTDOCS%%%%DOCSDIR%%/html/backgr.gif
411
%%PORTDOCS%%%%DOCSDIR%%/html/blank.gif
418
%%PORTDOCS%%%%DOCSDIR%%/html/blank.gif
412
%%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif
419
%%PORTDOCS%%%%DOCSDIR%%/html/gpsman-logo-small.gif

Return to bug 142227