diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-12-23 10:34:44 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-12-23 10:34:44 +0000 |
commit | a23801c0bd51767437afb7917fbb5124e30a554f (patch) | |
tree | 89d1ff9578f7a86659b230c1f18ee8b1b223f8c8 /astro/gpsman | |
parent | af7e8bc3fb0139ad1db2c12fa0c19005b0f8d0c7 (diff) | |
download | FreeBSD-ports-a23801c0bd51767437afb7917fbb5124e30a554f.zip FreeBSD-ports-a23801c0bd51767437afb7917fbb5124e30a554f.tar.gz |
Initial import of gpsman-5.4.1
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>
Diffstat (limited to 'astro/gpsman')
-rw-r--r-- | astro/gpsman/Makefile | 58 | ||||
-rw-r--r-- | astro/gpsman/distinfo | 1 | ||||
-rw-r--r-- | astro/gpsman/files/patch-exerciser.tcl | 14 | ||||
-rw-r--r-- | astro/gpsman/files/patch-gpsman.tcl | 29 | ||||
-rw-r--r-- | astro/gpsman/pkg-comment | 1 | ||||
-rw-r--r-- | astro/gpsman/pkg-descr | 9 | ||||
-rw-r--r-- | astro/gpsman/pkg-message | 6 | ||||
-rw-r--r-- | astro/gpsman/pkg-plist | 273 |
8 files changed, 391 insertions, 0 deletions
diff --git a/astro/gpsman/Makefile b/astro/gpsman/Makefile new file mode 100644 index 0000000..9a49384 --- /dev/null +++ b/astro/gpsman/Makefile @@ -0,0 +1,58 @@ +# New ports collection makefile for: gpsman +# Date created: 26 November 2001 +# Whom: David Wolfskill +# +# $FreeBSD$ +# + +PORTNAME= gpsman +PORTVERSION= 5.4.1 +CATEGORIES= astro tk83 +MASTER_SITES= http://www.ncc.up.pt/~mig/gpsmanhtml/ \ + ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= science/cartography + +MAINTAINER= david@catwhisker.org + +RUN_DEPENDS= wish8.3:${PORTSDIR}/x11-toolkits/tk83 + +EXTRACT_SUFX= .tgz + +NO_BUILD= yes + +# MAN1= gpsman.1 +# MANCOMPRESSED= yes + +pre-install: + @${PERL} -pi -e "s:%%PREFIX%%:${PREFIX}:g" ${WRKSRC}/gpsman.tcl + +do-install: + @${MKDIR} ${PREFIX}/share/gpsman + @${MKDIR} ${PREFIX}/share/gpsman/gmsrc + ${INSTALL_DATA} ${WRKSRC}/gmsrc/*.tcl ${PREFIX}/share/gpsman/gmsrc + @${MKDIR} ${PREFIX}/share/gpsman/gmicons + ${INSTALL_DATA} ${WRKSRC}/gmsrc/gmicons/* ${PREFIX}/share/gpsman/gmicons + @${MKDIR} ${PREFIX}/share/gpsman/util + ${INSTALL_DATA} ${WRKSRC}/util/*.sh ${PREFIX}/share/gpsman/util + ${INSTALL_DATA} ${WRKSRC}/util/*.tcl ${PREFIX}/share/gpsman/util + ${INSTALL_SCRIPT} ${WRKSRC}/gpsman.tcl ${PREFIX}/share/gpsman + ${LN} -fs ${PREFIX}/share/gpsman/gpsman.tcl ${PREFIX}/bin/gpsman +# ${INSTALL_MAN} ${WRKSRC}/gpsman.1 ${PREFIX}/man/man1 +.if !defined(NOPORTDOCS) + @${MKDIR} ${PREFIX}/share/doc/gpsman + ${INSTALL_DATA} ${WRKSRC}/manual/*.pdf ${PREFIX}/share/doc/gpsman + ${INSTALL_DATA} ${WRKSRC}/manual/*.ps ${PREFIX}/share/doc/gpsman + @${MKDIR} ${PREFIX}/share/doc/gpsman/html + ${INSTALL_DATA} ${WRKSRC}/manual/html/*.html ${PREFIX}/share/doc/gpsman/html + ${RM} ${PREFIX}/share/doc/gpsman/html/index.html + ${LN} ${PREFIX}/share/doc/gpsman/html/GPSMandoc.html ${PREFIX}/share/doc/gpsman/html/index.html + ${INSTALL_DATA} ${WRKSRC}/manual/html/*.gif ${PREFIX}/share/doc/gpsman/html + @${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 + +.include <bsd.port.mk> diff --git a/astro/gpsman/distinfo b/astro/gpsman/distinfo new file mode 100644 index 0000000..7e5e9ef --- /dev/null +++ b/astro/gpsman/distinfo @@ -0,0 +1 @@ +MD5 (gpsman-5.4.1.tgz) = 1496631c90900a9419f257bacf4cdfd8 diff --git a/astro/gpsman/files/patch-exerciser.tcl b/astro/gpsman/files/patch-exerciser.tcl new file mode 100644 index 0000000..463abce --- /dev/null +++ b/astro/gpsman/files/patch-exerciser.tcl @@ -0,0 +1,14 @@ +diff -ruN util/exerciser.tcl util/exerciser.tcl +--- util/exerciser.tcl Mon Nov 26 03:34:12 2001 ++++ util/exerciser.tcl Mon Nov 26 16:48:56 2001 +@@ -1,8 +1,8 @@ + #!/bin/bash + #\ +-exec wish8.2 "$0" ${1+"$@"} ++exec wish8.3 "$0" ${1+"$@"} + +-set SRLPORT /dev/ttyS0 ++set SRLPORT /dev/cuaa0 + set BaudRate 4800 + set Hours "0" + set Minutes "0" diff --git a/astro/gpsman/files/patch-gpsman.tcl b/astro/gpsman/files/patch-gpsman.tcl new file mode 100644 index 0000000..5db6eba --- /dev/null +++ b/astro/gpsman/files/patch-gpsman.tcl @@ -0,0 +1,29 @@ +diff -ruN gpsman.tcl gpsman.tcl +--- gpsman.tcl Mon Nov 26 03:34:12 2001 ++++ gpsman.tcl Mon Nov 26 16:48:56 2001 +@@ -1,6 +1,6 @@ + #!/bin/sh + # This is a Tcl/Tk script to be interpreted by wish (Tk8.2 or better): \ +-exec wish "$0" "$@" ++exec wish8.3 "$0" "$@" + + # + # gpsman --- GPS Manager: a manager for GPS receiver data +@@ -103,7 +103,7 @@ + # on Unix systems the path may be passed as an argument + set SERIALPORT [lindex $argv 0] + # otherwise the default is +- set DEFSPORT /dev/ttyS0 ++ set DEFSPORT /dev/cuaa0 + # path to directory containing user data + set USERDIR ~/.gpsman-dir + # name of user preferences file +@@ -121,7 +121,7 @@ + } + + # path to directory containing program files +-set SRCDIR gmsrc ++set SRCDIR %%PREFIX%%/share/gpsman/gmsrc + + ## the following values can be set from the options dialog of the interface + diff --git a/astro/gpsman/pkg-comment b/astro/gpsman/pkg-comment new file mode 100644 index 0000000..89667cb --- /dev/null +++ b/astro/gpsman/pkg-comment @@ -0,0 +1 @@ +A Tcl/Tk-based GPS management utility diff --git a/astro/gpsman/pkg-descr b/astro/gpsman/pkg-descr new file mode 100644 index 0000000..612abc9 --- /dev/null +++ b/astro/gpsman/pkg-descr @@ -0,0 +1,9 @@ +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 from any GPS receiver. + +WWW: http://www.ncc.up.pt/~mig/gpsman.html +- by Miguel Filgueiras +- ported to FreeBSD by David Wolfskill <freebsd@catwhisker.org> diff --git a/astro/gpsman/pkg-message b/astro/gpsman/pkg-message new file mode 100644 index 0000000..ddc2e12 --- /dev/null +++ b/astro/gpsman/pkg-message @@ -0,0 +1,6 @@ + +Please see file:%%PREFIX%%/share/doc/gpsman/html/index.html and/or +file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.ps or +file:%%PREFIX%%/share/doc/gpsman/GPSMandoc.pdf for documentation on using GPS +Manager. + diff --git a/astro/gpsman/pkg-plist b/astro/gpsman/pkg-plist new file mode 100644 index 0000000..f49f3c8 --- /dev/null +++ b/astro/gpsman/pkg-plist @@ -0,0 +1,273 @@ +bin/gpsman +share/gpsman/gmicons/1st_aid15x15.gif +share/gpsman/gmicons/MOB15x15.gif +share/gpsman/gmicons/RV_park15x15.gif +share/gpsman/gmicons/WP_buoy_white15x15.gif +share/gpsman/gmicons/WP_dot15x15.gif +share/gpsman/gmicons/airport15x15.gif +share/gpsman/gmicons/amusement_park15x15.gif +share/gpsman/gmicons/anchor15x15.gif +share/gpsman/gmicons/avn_danger15x15.gif +share/gpsman/gmicons/avn_ndb15x15.gif +share/gpsman/gmicons/avn_tacan15x15.gif +share/gpsman/gmicons/avn_vor15x15.gif +share/gpsman/gmicons/avn_vordme15x15.gif +share/gpsman/gmicons/avn_vortac15x15.gif +share/gpsman/gmicons/ball15x15.gif +share/gpsman/gmicons/beach15x15.gif +share/gpsman/gmicons/bell15x15.gif +share/gpsman/gmicons/boat15x15.gif +share/gpsman/gmicons/boat_ramp15x15.gif +share/gpsman/gmicons/bowling15x15.gif +share/gpsman/gmicons/bridge15x15.gif +share/gpsman/gmicons/brokenline.bmp +share/gpsman/gmicons/building15x15.gif +share/gpsman/gmicons/buoy_amber15x15.gif +share/gpsman/gmicons/buoy_black15x15.gif +share/gpsman/gmicons/buoy_blue15x15.gif +share/gpsman/gmicons/buoy_green15x15.gif +share/gpsman/gmicons/buoy_green_red15x15.gif +share/gpsman/gmicons/buoy_green_white15x15.gif +share/gpsman/gmicons/buoy_orange15x15.gif +share/gpsman/gmicons/buoy_red15x15.gif +share/gpsman/gmicons/buoy_red_green15x15.gif +share/gpsman/gmicons/buoy_red_white15x15.gif +share/gpsman/gmicons/buoy_violet15x15.gif +share/gpsman/gmicons/buoy_white15x15.gif +share/gpsman/gmicons/buoy_white_green15x15.gif +share/gpsman/gmicons/buoy_white_red15x15.gif +share/gpsman/gmicons/camping15x15.gif +share/gpsman/gmicons/capitol_city15x15.gif +share/gpsman/gmicons/car15x15.gif +share/gpsman/gmicons/car_rental15x15.gif +share/gpsman/gmicons/car_repair15x15.gif +share/gpsman/gmicons/castle15x15.gif +share/gpsman/gmicons/cemetery15x15.gif +share/gpsman/gmicons/chapel15x15.gif +share/gpsman/gmicons/church15x15.gif +share/gpsman/gmicons/circle_x15x15.gif +share/gpsman/gmicons/controlled15x15.gif +share/gpsman/gmicons/crossing15x15.gif +share/gpsman/gmicons/dam15x15.gif +share/gpsman/gmicons/danger15x15.gif +share/gpsman/gmicons/danger_avn15x15.gif +share/gpsman/gmicons/deer15x15.gif +share/gpsman/gmicons/diamond_green15x15.gif +share/gpsman/gmicons/diamond_red15x15.gif +share/gpsman/gmicons/diver_down_115x15.gif +share/gpsman/gmicons/dollar15x15.gif +share/gpsman/gmicons/dot15x15.gif +share/gpsman/gmicons/drinking_water15x15.gif +share/gpsman/gmicons/duck15x15.gif +share/gpsman/gmicons/elevation15x15.gif +share/gpsman/gmicons/exit15x15.gif +share/gpsman/gmicons/exit_no_serv15x15.gif +share/gpsman/gmicons/factory15x15.gif +share/gpsman/gmicons/fastfood15x15.gif +share/gpsman/gmicons/fish15x15.gif +share/gpsman/gmicons/fitness15x15.gif +share/gpsman/gmicons/flag15x15.gif +share/gpsman/gmicons/freeway15x15.gif +share/gpsman/gmicons/fuel15x15.gif +share/gpsman/gmicons/fuel_store15x15.gif +share/gpsman/gmicons/geo_name_land15x15.gif +share/gpsman/gmicons/geo_name_man15x15.gif +share/gpsman/gmicons/geo_name_water15x15.gif +share/gpsman/gmicons/glider15x15.gif +share/gpsman/gmicons/golf15x15.gif +share/gpsman/gmicons/gpsman-logo-small.gif +share/gpsman/gmicons/gpsman-logo.gif +share/gpsman/gmicons/heliport15x15.gif +share/gpsman/gmicons/horn15x15.gif +share/gpsman/gmicons/house15x15.gif +share/gpsman/gmicons/info15x15.gif +share/gpsman/gmicons/intersection15x15.gif +share/gpsman/gmicons/is_highway15x15.gif +share/gpsman/gmicons/knife_fork15x15.gif +share/gpsman/gmicons/ladder15x15.gif +share/gpsman/gmicons/landing15x15.gif +share/gpsman/gmicons/large_city15x15.gif +share/gpsman/gmicons/large_exit_ns15x15.gif +share/gpsman/gmicons/large_ramp_int15x15.gif +share/gpsman/gmicons/levee15x15.gif +share/gpsman/gmicons/light15x15.gif +share/gpsman/gmicons/linestipple.bmp +share/gpsman/gmicons/lodging15x15.gif +share/gpsman/gmicons/many_fish15x15.gif +share/gpsman/gmicons/many_tracks15x15.gif +share/gpsman/gmicons/mark_x15x15.gif +share/gpsman/gmicons/medium_city15x15.gif +share/gpsman/gmicons/mile_marker15x15.gif +share/gpsman/gmicons/mine15x15.gif +share/gpsman/gmicons/monument15x15.gif +share/gpsman/gmicons/mountains15x15.gif +share/gpsman/gmicons/movie15x15.gif +share/gpsman/gmicons/mug15x15.gif +share/gpsman/gmicons/museum15x15.gif +share/gpsman/gmicons/ntl_highway15x15.gif +share/gpsman/gmicons/null15x15.gif +share/gpsman/gmicons/null_215x15.gif +share/gpsman/gmicons/oil_field15x15.gif +share/gpsman/gmicons/parachute15x15.gif +share/gpsman/gmicons/park15x15.gif +share/gpsman/gmicons/parking15x15.gif +share/gpsman/gmicons/pharmacy15x15.gif +share/gpsman/gmicons/phone15x15.gif +share/gpsman/gmicons/picnic15x15.gif +share/gpsman/gmicons/pizza15x15.gif +share/gpsman/gmicons/police15x15.gif +share/gpsman/gmicons/post_office15x15.gif +share/gpsman/gmicons/private15x15.gif +share/gpsman/gmicons/ramp_int15x15.gif +share/gpsman/gmicons/redframe17x17.gif +share/gpsman/gmicons/restricted15x15.gif +share/gpsman/gmicons/restrooms15x15.gif +share/gpsman/gmicons/scenic15x15.gif +share/gpsman/gmicons/school15x15.gif +share/gpsman/gmicons/seaplane15x15.gif +share/gpsman/gmicons/shopping_cart15x15.gif +share/gpsman/gmicons/short_tower15x15.gif +share/gpsman/gmicons/showers15x15.gif +share/gpsman/gmicons/skiing15x15.gif +share/gpsman/gmicons/skull15x15.gif +share/gpsman/gmicons/small_city15x15.gif +share/gpsman/gmicons/soft_field15x15.gif +share/gpsman/gmicons/square_green15x15.gif +share/gpsman/gmicons/square_red15x15.gif +share/gpsman/gmicons/st_highway15x15.gif +share/gpsman/gmicons/stadium15x15.gif +share/gpsman/gmicons/store15x15.gif +share/gpsman/gmicons/street_int15x15.gif +share/gpsman/gmicons/summit15x15.gif +share/gpsman/gmicons/swimming15x15.gif +share/gpsman/gmicons/take_off15x15.gif +share/gpsman/gmicons/tall_tower15x15.gif +share/gpsman/gmicons/theater15x15.gif +share/gpsman/gmicons/toll15x15.gif +share/gpsman/gmicons/traceback15x15.gif +share/gpsman/gmicons/tracks15x15.gif +share/gpsman/gmicons/trail_head15x15.gif +share/gpsman/gmicons/tree15x15.gif +share/gpsman/gmicons/truck_stop15x15.gif +share/gpsman/gmicons/tunnel15x15.gif +share/gpsman/gmicons/ultralight15x15.gif +share/gpsman/gmicons/us_highway15x15.gif +share/gpsman/gmicons/weight_station15x15.gif +share/gpsman/gmicons/wreck15x15.gif +share/gpsman/gmicons/zoo15x15.gif +share/gpsman/gmsrc/acccomp.tcl +share/gpsman/gmsrc/check.tcl +share/gpsman/gmsrc/cluster.tcl +share/gpsman/gmsrc/compute.tcl +share/gpsman/gmsrc/datumell.tcl +share/gpsman/gmsrc/files.tcl +share/gpsman/gmsrc/garmin.tcl +share/gpsman/gmsrc/garmin_nmea.tcl +share/gpsman/gmsrc/garmin_protocols.tcl +share/gpsman/gmsrc/garmin_symbols.tcl +share/gpsman/gmsrc/gdata.tcl +share/gpsman/gmsrc/gendials.tcl +share/gpsman/gmsrc/geod.tcl +share/gpsman/gmsrc/gpsinfo.tcl +share/gpsman/gmsrc/isolatin1.tcl +share/gpsman/gmsrc/know.tcl +share/gpsman/gmsrc/langdeutsch.tcl +share/gpsman/gmsrc/langengl.tcl +share/gpsman/gmsrc/langfr.tcl +share/gpsman/gmsrc/langit.tcl +share/gpsman/gmsrc/langport.tcl +share/gpsman/gmsrc/lists.tcl +share/gpsman/gmsrc/lowrance.tcl +share/gpsman/gmsrc/lowrance_nmea.tcl +share/gpsman/gmsrc/lowrance_symbols.tcl +share/gpsman/gmsrc/main.tcl +share/gpsman/gmsrc/map.tcl +share/gpsman/gmsrc/mapanim.tcl +share/gpsman/gmsrc/maptransf.tcl +share/gpsman/gmsrc/options.tcl +share/gpsman/gmsrc/posncomp.tcl +share/gpsman/gmsrc/projections.tcl +share/gpsman/gmsrc/realtime.tcl +share/gpsman/gmsrc/recdefs.tcl +share/gpsman/gmsrc/recmodels.tcl +share/gpsman/gmsrc/rgb.tcl +share/gpsman/gmsrc/search.tcl +share/gpsman/gmsrc/symbols.tcl +share/gpsman/gmsrc/trtort.tcl +share/gpsman/gmsrc/util.tcl +share/gpsman/gmsrc/wrtdials.tcl +share/gpsman/gpsman.tcl +share/gpsman/util/exerciser.tcl +share/gpsman/util/gpsman.sh +share/gpsman/util/mb2gmn.tcl +%%PORTDOCS%%share/doc/gpsman/GPSMandoc.pdf +%%PORTDOCS%%share/doc/gpsman/GPSMandoc.ps +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc.html +%%PORTDOCS%%share/doc/gpsman/html/index.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_1.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_2.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_3.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_4.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_5.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_6.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_7.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_8.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_9.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_10.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_11.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_12.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_13.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_14.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_15.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_16.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_17.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_18.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_19.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_20.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_21.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_22.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_23.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_24.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_25.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_26.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_27.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_28.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_29.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_30.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_31.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_32.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_33.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_34.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_35.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_36.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_37.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_38.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_39.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_40.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_41.html +%%PORTDOCS%%share/doc/gpsman/html/GPSMandoc_42.html +%%PORTDOCS%%share/doc/gpsman/html/backgr.gif +%%PORTDOCS%%share/doc/gpsman/html/blank.gif +%%PORTDOCS%%share/doc/gpsman/html/boxes.gif +%%PORTDOCS%%share/doc/gpsman/html/eqn1.gif +%%PORTDOCS%%share/doc/gpsman/html/gpsman-logo-small.gif +%%PORTDOCS%%share/doc/gpsman/html/gpsman-logo.gif +%%PORTDOCS%%share/doc/gpsman/html/info/WPs.txt +%%PORTDOCS%%share/doc/gpsman/html/info/coords.gif +%%PORTDOCS%%share/doc/gpsman/html/info/l_realtime.doc.txt +%%PORTDOCS%%share/doc/gpsman/html/info/lowrance.doc.txt +%%PORTDOCS%%share/doc/gpsman/html/info/sample.txt +%%PORTDOCS%%share/doc/gpsman/html/info/samplecpt.txt +%%PORTDOCS%%share/doc/gpsman/html/info/samplemap.gif +%%PORTDOCS%%share/doc/gpsman/html/info/samplemap.ps +%%PORTDOCS%%share/doc/gpsman/html/info/sampletrrt.gif +%%PORTDOCS%%share/doc/gpsman/html/next.gif +%%PORTDOCS%%share/doc/gpsman/html/previous.gif +%%PORTDOCS%%share/doc/gpsman/html/up.gif +@dirrm %%PORTDOCS%%share/doc/gpsman/html/info +@dirrm %%PORTDOCS%%share/doc/gpsman/html +@dirrm %%PORTDOCS%%share/doc/gpsman +@dirrm share/gpsman/util +@dirrm share/gpsman/gmsrc +@dirrm share/gpsman/gmicons +@dirrm share/gpsman |