update to gpsbabel 1.3.6

This commit is contained in:
ckuethe 2009-08-31 22:48:17 +00:00
parent fb39a844c8
commit c57a9475d3
6 changed files with 73 additions and 317 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.15 2009/07/18 19:23:55 naddy Exp $
# $OpenBSD: Makefile,v 1.16 2009/08/31 22:48:17 ckuethe Exp $
COMMENT-main= GPS waypoint, track, and route conversion tool
COMMENT-gui= Tk front-end to gpsbabel
VERSION= 1.3.5
VERSION= 1.3.6
DISTNAME= gpsbabel-${VERSION}
PKGNAME-main= gpsbabel-${VERSION}
PKGNAME-gui= gpsbabel-gui-${VERSION}p0
PKGNAME-gui= gpsbabel-gui-${VERSION}
CATEGORIES= geo
HOMEPAGE= http://www.gpsbabel.org/
@ -36,7 +36,6 @@ CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
WEB=${WRKSRC}
USE_GMAKE= Yes
NO_REGRESS= Yes # expects FP conversion to be exact and invertible
MULTI_PACKAGES= -main -gui
MODULES= x11/tk
@ -62,7 +61,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gpsbabel ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/guibabel ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/gpsbabel
${INSTALL_DATA} ${WRKSRC}/babelweb/htmldoc-${VERSION}/*.html \
${INSTALL_DATA} ${WRKSRC}/babelweb/htmldoc-*/*.html \
${PREFIX}/share/doc/gpsbabel
${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/gpsbabel

View File

@ -1,5 +1,5 @@
MD5 (gpsbabel-1.3.5.tar.gz) = G+qM0iwk7pwMx2l3DIajQA==
RMD160 (gpsbabel-1.3.5.tar.gz) = M44zoiOUGdwJlYrpt0QKxzFGuN0=
SHA1 (gpsbabel-1.3.5.tar.gz) = u0r7Ud4X196IApn9tdCm8xFxa5A=
SHA256 (gpsbabel-1.3.5.tar.gz) = /Un4dDK3B8SHgFpCkWier0o3nc63HAI1YO+Kw08Y52w=
SIZE (gpsbabel-1.3.5.tar.gz) = 4621180
MD5 (gpsbabel-1.3.6.tar.gz) = FXGzH48G9yKZVEnb/wHKSQ==
RMD160 (gpsbabel-1.3.6.tar.gz) = 20BeAg+0NA2n9ArPJm4nqJMwrZQ=
SHA1 (gpsbabel-1.3.6.tar.gz) = j/huNWU5ykk7M1J7kQMq2ztFKng=
SHA256 (gpsbabel-1.3.6.tar.gz) = CL1dBPyT/hjMxYDyI8xVG94dWBcj/Z+S+RtI3dilqbY=
SIZE (gpsbabel-1.3.6.tar.gz) = 6637505

View File

@ -1,29 +1,29 @@
$OpenBSD: patch-Makefile_in,v 1.4 2008/08/21 05:20:53 ckuethe Exp $
--- Makefile.in.orig Sat Apr 26 03:49:34 2008
+++ Makefile.in Wed Jul 2 22:04:22 2008
@@ -91,7 +91,7 @@ LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o
$OpenBSD: patch-Makefile_in,v 1.5 2009/08/31 22:48:17 ckuethe Exp $
--- Makefile.in.orig Tue Nov 4 16:23:11 2008
+++ Makefile.in Tue Aug 4 20:24:40 2009
@@ -94,7 +94,7 @@ LIBOBJS = queue.o route.o waypt.o filter_vecs.o util.o
uuid.o formspec.o xmltag.o cet.o cet_util.o fatal.o rgbcolors.o \
inifile.o garmin_fs.o gbsleep.o units.o @GBSER@ gbser.o \
gbfile.o parse.o avltree.o \
gbfile.o parse.o avltree.o session.o \
- $(PALM_DB) $(GARMIN) $(JEEPS) $(SHAPE) @ZLIB@ $(FMTS) $(FILTERS)
+ $(PALM_DB) $(GARMIN) $(JEEPS) @SHAPE@ @ZLIB@ $(FMTS) $(FILTERS)
OBJS = main.o globals.o $(LIBOBJS) @FILEINFO@
.c.o:
@@ -185,7 +185,6 @@ dep:
$(WEB)/htmldoc-$(DOCVERSION)/readme.html: FORCE
@@ -188,7 +188,6 @@ dep:
$(WEB)/htmldoc-$(DOCVERSION)/index.html: FORCE
mkdir -p $(WEB)/htmldoc-$(DOCVERSION)
perl xmldoc/makedoc
- xmlwf xmldoc/readme.xml #check for well-formedness
xmllint --noout --valid xmldoc/readme.xml #validate
xsltproc \
--stringparam base.dir "$(WEB)/htmldoc-$(DOCVERSION)/" \
@@ -232,7 +231,7 @@ gpsbabel.html: FORCE
readme.txt: gpsbabel.html
lynx -nolist -dump gpsbabel.html > $@
@@ -241,7 +240,7 @@ changes.html: FORCE
wget -O $(WEB)/changes.html http://www.gpsbabel.org/changes.html || exit 1
rm -f $(WEB)/changes.html.1 > /dev/null
-doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html gpsbabel.pdf # readme.txt
+doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/readme.html # readme.txt
-doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/index.html gpsbabel.pdf # readme.txt
+doc: gpsbabel $(WEB)/htmldoc-$(DOCVERSION)/index.html # readme.txt
FORCE:

View File

@ -1,255 +0,0 @@
$OpenBSD: patch-alan_c,v 1.1 2008/08/21 05:20:53 ckuethe Exp $
--- alan.c.orig Wed Jul 2 22:08:13 2008
+++ alan.c Wed Jul 2 22:23:01 2008
@@ -228,68 +228,68 @@ static void rev_bytes(void *dword) {
}
static void swap_wpthdr(struct wpthdr *wpthdr,
- void (*swap16)(void *), void (*swap32)(void *)) {
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
int i;
- if ( swap32 != NULL ) {
- swap32( &wpthdr->id );
+ if ( swap32_func != NULL ) {
+ swap32_func( &wpthdr->id );
}
- if ( swap16 != NULL ) {
- swap16( &wpthdr->num );
- swap16( &wpthdr->next );
+ if ( swap16_func != NULL ) {
+ swap16_func( &wpthdr->num );
+ swap16_func( &wpthdr->next );
for (i=0; i<MAXWPT; i++)
- swap16( &wpthdr->idx[i] );
+ swap16_func( &wpthdr->idx[i] );
}
}
static void swap_wpt(struct wpt *wpt,
- void (*swap16)(void *), void (*swap32)(void *)) {
- if ( swap16 != NULL ) {
- swap16( &wpt->usecount );
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
+ if ( swap16_func != NULL ) {
+ swap16_func( &wpt->usecount );
}
- if ( swap32 != NULL ) {
- swap32( &wpt->pt.x );
- swap32( &wpt->pt.y );
- swap32( &wpt->date );
- swap32( &wpt->time );
+ if ( swap32_func != NULL ) {
+ swap32_func( &wpt->pt.x );
+ swap32_func( &wpt->pt.y );
+ swap32_func( &wpt->date );
+ swap32_func( &wpt->time );
}
}
static void swap_rtehdr(struct rtehdr *rtehdr,
- void (*swap16)(void *), void (*swap32)(void *)) {
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
int i;
- if ( swap16 != NULL) {
- swap16( &rtehdr->num );
- swap16( &rtehdr->next );
+ if ( swap16_func != NULL) {
+ swap16_func( &rtehdr->num );
+ swap16_func( &rtehdr->next );
for (i=0; i<MAXRTE; i++)
- swap16( &rtehdr->idx[i] );
- swap16( &rtehdr->rteno );
+ swap16_func( &rtehdr->idx[i] );
+ swap16_func( &rtehdr->rteno );
}
- if ( swap32 != NULL ) {
- swap32( &rtehdr->id );
+ if ( swap32_func != NULL ) {
+ swap32_func( &rtehdr->id );
}
}
static void swap_rte(struct rte *rte,
- void (*swap16)(void *), void (*swap32)(void *)) {
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
int i;
- if (swap16 != NULL) {
- swap16( &rte->wptnum );
+ if (swap16_func != NULL) {
+ swap16_func( &rte->wptnum );
for (i=0; i<MAXWPTINRTE; i++)
- swap16( &rte->wptidx[i] );
- swap16( &rte->reserved );
+ swap16_func( &rte->wptidx[i] );
+ swap16_func( &rte->reserved );
}
- if ( swap32 != NULL ) {
- swap32( &rte->date );
- swap32( &rte->time );
+ if ( swap32_func != NULL ) {
+ swap32_func( &rte->date );
+ swap32_func( &rte->time );
}
}
static void wpr_swap(struct wprdata *wprdata) {
- void (*swap16)(void *);
- void (*swap32)(void *);
+ void (*swap16_func)(void *);
+ void (*swap32_func)(void *);
int i;
switch( byte_order() ) {
@@ -297,80 +297,80 @@ static void wpr_swap(struct wprdata *wprdata) {
return;
break;
case SWAP_BOTH: /* swap words and bytes, BIG_ENDIAN */
- swap16 = sw_bytes;
- swap32 = rev_bytes;
+ swap16_func = sw_bytes;
+ swap32_func = rev_bytes;
break;
case SWAP_WORDS: /* swap words, PDP_ENDIAN */
- swap16 = NULL;
- swap32 = sw_words;
+ swap16_func = NULL;
+ swap32_func = sw_words;
break;
case SWAP_BYTES: /* swap bytes */
- swap16 = sw_bytes;
- swap32 = NULL;
+ swap16_func = sw_bytes;
+ swap32_func = NULL;
break;
default:
return; /* never reached */
}
- swap_wpthdr( &(wprdata->wpthdr), swap16, swap32 );
+ swap_wpthdr( &(wprdata->wpthdr), swap16_func, swap32_func );
for (i=0; i< MAXWPT; i++)
- swap_wpt( &(wprdata->wpt[i]), swap16, swap32 );
- swap_rtehdr( &(wprdata->rtehdr), swap16, swap32 );
+ swap_wpt( &(wprdata->wpt[i]), swap16_func, swap32_func );
+ swap_rtehdr( &(wprdata->rtehdr), swap16_func, swap32_func );
for (i=0; i<MAXRTE; i++)
- swap_rte( &(wprdata->rte[i]), swap16, swap32 );
+ swap_rte( &(wprdata->rte[i]), swap16_func, swap32_func );
}
static void swap_trkhdr(struct trkhdr *trkhdr,
- void (*swap16)(void *), void (*swap32)(void *)) {
- if ( swap16 != NULL ) {
- swap16( &(trkhdr->totalpt) );
- swap16( &(trkhdr->next) );
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
+ if ( swap16_func != NULL ) {
+ swap16_func( &(trkhdr->totalpt) );
+ swap16_func( &(trkhdr->next) );
}
- if ( swap32 != NULL ) {
- swap32( &(trkhdr->occupied) );
- swap32( &(trkhdr->show) );
- swap32( &(trkhdr->fill) );
+ if ( swap32_func != NULL ) {
+ swap32_func( &(trkhdr->occupied) );
+ swap32_func( &(trkhdr->show) );
+ swap32_func( &(trkhdr->fill) );
}
}
static void swap_loghdr(struct loghdr *loghdr,
- void (*swap16)(void *), void (*swap32)(void *)) {
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
int i;
- if ( swap16 != NULL ) {
- swap16( &(loghdr->num) );
- swap16( &(loghdr->next) );
+ if ( swap16_func != NULL ) {
+ swap16_func( &(loghdr->num) );
+ swap16_func( &(loghdr->next) );
}
- if ( swap32 != NULL ) {
- swap32( &(loghdr->id) );
- swap32( &(loghdr->date) );
- swap32( &(loghdr->time) );
+ if ( swap32_func != NULL ) {
+ swap32_func( &(loghdr->id) );
+ swap32_func( &(loghdr->date) );
+ swap32_func( &(loghdr->time) );
}
for (i=0; i<MAXTRK; i++)
- swap_trkhdr( &(loghdr->trkhdr[i]), swap16, swap32 );
+ swap_trkhdr( &(loghdr->trkhdr[i]), swap16_func, swap32_func );
}
static void swap_trklog(struct trklog *trklog,
- void (*swap16)(void *), void (*swap32)(void *)) {
+ void (*swap16_func)(void *), void (*swap32_func)(void *)) {
int i;
- if ( swap16 != NULL ) {
+ if ( swap16_func != NULL ) {
for (i=0; i<MAXPTINTRK; i++) {
- swap16( &(trklog->sh[i].speed) );
- swap16( &(trklog->sh[i].height) );
+ swap16_func( &(trklog->sh[i].speed) );
+ swap16_func( &(trklog->sh[i].height) );
}
}
- if ( swap32 != NULL ) {
+ if ( swap32_func != NULL ) {
for (i=0; i<MAXPTINTRK; i++) {
- swap32( &(trklog->pt[i].x) );
- swap32( &(trklog->pt[i].y) );
+ swap32_func( &(trklog->pt[i].x) );
+ swap32_func( &(trklog->pt[i].y) );
}
}
}
static void trl_swap(struct trldata *trldata) {
- void (*swap16)(void *);
- void (*swap32)(void *);
+ void (*swap16_func)(void *);
+ void (*swap32_func)(void *);
int i;
switch( byte_order() ) {
@@ -378,24 +378,24 @@ static void trl_swap(struct trldata *trldata) {
return;
break;
case SWAP_BOTH: /* swap words and bytes, BIG_ENDIAN */
- swap16 = sw_bytes;
- swap32 = rev_bytes;
+ swap16_func = sw_bytes;
+ swap32_func = rev_bytes;
break;
case SWAP_WORDS: /* swap words, PDP_ENDIAN */
- swap16 = NULL;
- swap32 = sw_words;
+ swap16_func = NULL;
+ swap32_func = sw_words;
break;
case SWAP_BYTES: /* swap bytes */
- swap16 = sw_bytes;
- swap32 = NULL;
+ swap16_func = sw_bytes;
+ swap32_func = NULL;
break;
default:
return; /* never reached */
}
- swap_loghdr( &(trldata->loghdr), swap16, swap32);
+ swap_loghdr( &(trldata->loghdr), swap16_func, swap32_func);
for (i=0; i<MAXTRK; i++)
- swap_trklog( &(trldata->trklog[i]), swap16, swap32);
+ swap_trklog( &(trldata->trklog[i]), swap16_func, swap32_func);
}

View File

@ -1,37 +0,0 @@
$OpenBSD: patch-lmx_c,v 1.1 2008/08/21 05:20:53 ckuethe Exp $
--- lmx.c.orig Wed Jul 2 22:06:06 2008
+++ lmx.c Wed Jul 2 22:07:55 2008
@@ -31,7 +31,7 @@
static gbfile *ofd;
static waypoint *wpt_tmp;
-char *link, *linkt;
+char *linkx, *linkt;
#define MYNAME "lmx"
@@ -205,13 +205,13 @@ lmx_lm_desc(const char *args, const char **unused)
static void
lmx_lm_mlink_s(const char *args, const char **unused)
{
- link = linkt = NULL;
+ linkx = linkt = NULL;
}
static void
lmx_lm_link(const char *args, const char **unused)
{
- link = xstrdup(args);
+ linkx = xstrdup(args);
}
static void
@@ -223,7 +223,7 @@ lmx_lm_linkt(const char *args, const char **unused)
static void
lmx_lm_mlink_e(const char *args, const char **unused)
{
- waypt_add_url(wpt_tmp, link, linkt);
+ waypt_add_url(wpt_tmp, linkx, linkt);
}

View File

@ -1,12 +1,14 @@
@comment $OpenBSD: PLIST-main,v 1.1 2006/11/23 19:49:23 ckuethe Exp $
@comment $OpenBSD: PLIST-main,v 1.2 2009/08/31 22:48:17 ckuethe Exp $
@pkgpath geo/gpsbabel
bin/gpsbabel
@bin bin/gpsbabel
share/doc/gpsbabel/
share/doc/gpsbabel/Advanced_Usage.html
share/doc/gpsbabel/Data_Filters.html
share/doc/gpsbabel/Datums.html
share/doc/gpsbabel/Download.html
share/doc/gpsbabel/GarminIcons.html
share/doc/gpsbabel/Getting_and_Building.html
share/doc/gpsbabel/Glossary.html
share/doc/gpsbabel/Introduction.html
share/doc/gpsbabel/Invocation.html
share/doc/gpsbabel/README.contrib
@ -16,15 +18,19 @@ share/doc/gpsbabel/README.mapconverter
share/doc/gpsbabel/README.psp
share/doc/gpsbabel/README.xmapwpt
share/doc/gpsbabel/Route_And_Track_Modes.html
share/doc/gpsbabel/Source.html
share/doc/gpsbabel/Styles.html
share/doc/gpsbabel/Suboptions.html
share/doc/gpsbabel/The_Formats.html
share/doc/gpsbabel/The_Problem.html
share/doc/gpsbabel/The_Solution.html
share/doc/gpsbabel/Usage.html
share/doc/gpsbabel/all_options.html
share/doc/gpsbabel/batchfile.html
share/doc/gpsbabel/filter_arc.html
share/doc/gpsbabel/filter_discard.html
share/doc/gpsbabel/filter_duplicate.html
share/doc/gpsbabel/filter_height.html
share/doc/gpsbabel/filter_interpolate.html
share/doc/gpsbabel/filter_nuketypes.html
share/doc/gpsbabel/filter_polygon.html
@ -34,8 +40,11 @@ share/doc/gpsbabel/filter_reverse.html
share/doc/gpsbabel/filter_simplify.html
share/doc/gpsbabel/filter_sort.html
share/doc/gpsbabel/filter_stack.html
share/doc/gpsbabel/filter_swap.html
share/doc/gpsbabel/filter_track.html
share/doc/gpsbabel/filter_transform.html
share/doc/gpsbabel/fmt_alantrl.html
share/doc/gpsbabel/fmt_alanwpr.html
share/doc/gpsbabel/fmt_an1.html
share/doc/gpsbabel/fmt_arc.html
share/doc/gpsbabel/fmt_axim_gpb.html
@ -51,12 +60,19 @@ share/doc/gpsbabel/fmt_cst.html
share/doc/gpsbabel/fmt_csv.html
share/doc/gpsbabel/fmt_cup.html
share/doc/gpsbabel/fmt_custom.html
share/doc/gpsbabel/fmt_destinator_itn.html
share/doc/gpsbabel/fmt_destinator_poi.html
share/doc/gpsbabel/fmt_destinator_trl.html
share/doc/gpsbabel/fmt_dg-100.html
share/doc/gpsbabel/fmt_dmtlog.html
share/doc/gpsbabel/fmt_dna.html
share/doc/gpsbabel/fmt_easygps.html
share/doc/gpsbabel/fmt_exif.html
share/doc/gpsbabel/fmt_fugawi.html
share/doc/gpsbabel/fmt_g7towin.html
share/doc/gpsbabel/fmt_garmin.html
share/doc/gpsbabel/fmt_garmin301.html
share/doc/gpsbabel/fmt_garmin_gpi.html
share/doc/gpsbabel/fmt_garmin_poi.html
share/doc/gpsbabel/fmt_garmin_txt.html
share/doc/gpsbabel/fmt_gcdb.html
@ -64,8 +80,12 @@ share/doc/gpsbabel/fmt_gdb.html
share/doc/gpsbabel/fmt_geo.html
share/doc/gpsbabel/fmt_geonet.html
share/doc/gpsbabel/fmt_geoniche.html
share/doc/gpsbabel/fmt_ggv_log.html
share/doc/gpsbabel/fmt_ggv_ovl.html
share/doc/gpsbabel/fmt_glogbook.html
share/doc/gpsbabel/fmt_gnav_trl.html
share/doc/gpsbabel/fmt_google.html
share/doc/gpsbabel/fmt_gopal.html
share/doc/gpsbabel/fmt_gpilots.html
share/doc/gpsbabel/fmt_gpl.html
share/doc/gpsbabel/fmt_gpsdrive.html
@ -81,30 +101,50 @@ share/doc/gpsbabel/fmt_hiketech.html
share/doc/gpsbabel/fmt_holux.html
share/doc/gpsbabel/fmt_hsandv.html
share/doc/gpsbabel/fmt_html.html
share/doc/gpsbabel/fmt_humminbird.html
share/doc/gpsbabel/fmt_humminbird_ht.html
share/doc/gpsbabel/fmt_iblue747.html
share/doc/gpsbabel/fmt_igc.html
share/doc/gpsbabel/fmt_ignrando.html
share/doc/gpsbabel/fmt_igo2008_poi.html
share/doc/gpsbabel/fmt_igo8.html
share/doc/gpsbabel/fmt_ik3d.html
share/doc/gpsbabel/fmt_jtr.html
share/doc/gpsbabel/fmt_kml.html
share/doc/gpsbabel/fmt_kompass_tk.html
share/doc/gpsbabel/fmt_kompass_wp.html
share/doc/gpsbabel/fmt_ktf2.html
share/doc/gpsbabel/fmt_kwf2.html
share/doc/gpsbabel/fmt_lmx.html
share/doc/gpsbabel/fmt_lowranceusr.html
share/doc/gpsbabel/fmt_m241-bin.html
share/doc/gpsbabel/fmt_m241.html
share/doc/gpsbabel/fmt_mag_pdb.html
share/doc/gpsbabel/fmt_magellan.html
share/doc/gpsbabel/fmt_magellan1.html
share/doc/gpsbabel/fmt_magellanx.html
share/doc/gpsbabel/fmt_maggeo.html
share/doc/gpsbabel/fmt_magnav.html
share/doc/gpsbabel/fmt_mapasia_tr7.html
share/doc/gpsbabel/fmt_mapconverter.html
share/doc/gpsbabel/fmt_mapsend.html
share/doc/gpsbabel/fmt_mapsource.html
share/doc/gpsbabel/fmt_mmo.html
share/doc/gpsbabel/fmt_msroute.html
share/doc/gpsbabel/fmt_msroute1.html
share/doc/gpsbabel/fmt_mtk-bin.html
share/doc/gpsbabel/fmt_mtk.html
share/doc/gpsbabel/fmt_mxf.html
share/doc/gpsbabel/fmt_navicache.html
share/doc/gpsbabel/fmt_navigonwpt.html
share/doc/gpsbabel/fmt_navilink.html
share/doc/gpsbabel/fmt_navitel_trk.html
share/doc/gpsbabel/fmt_netstumbler.html
share/doc/gpsbabel/fmt_nima.html
share/doc/gpsbabel/fmt_nmea.html
share/doc/gpsbabel/fmt_nmn4.html
share/doc/gpsbabel/fmt_openoffice.html
share/doc/gpsbabel/fmt_osm.html
share/doc/gpsbabel/fmt_ozi.html
share/doc/gpsbabel/fmt_palmdoc.html
share/doc/gpsbabel/fmt_pathaway.html
@ -112,9 +152,12 @@ share/doc/gpsbabel/fmt_pcx.html
share/doc/gpsbabel/fmt_psitrex.html
share/doc/gpsbabel/fmt_psp.html
share/doc/gpsbabel/fmt_quovadis.html
share/doc/gpsbabel/fmt_raymarine.html
share/doc/gpsbabel/fmt_s_and_t.html
share/doc/gpsbabel/fmt_saplus.html
share/doc/gpsbabel/fmt_saroute.html
share/doc/gpsbabel/fmt_sbp.html
share/doc/gpsbabel/fmt_skyforce.html
share/doc/gpsbabel/fmt_sportsim.html
share/doc/gpsbabel/fmt_stmsdf.html
share/doc/gpsbabel/fmt_stmwpp.html
@ -124,22 +167,28 @@ share/doc/gpsbabel/fmt_text.html
share/doc/gpsbabel/fmt_tiger.html
share/doc/gpsbabel/fmt_tmpro.html
share/doc/gpsbabel/fmt_tomtom.html
share/doc/gpsbabel/fmt_tomtom_asc.html
share/doc/gpsbabel/fmt_tomtom_itn.html
share/doc/gpsbabel/fmt_tpg.html
share/doc/gpsbabel/fmt_tpo2.html
share/doc/gpsbabel/fmt_tpo3.html
share/doc/gpsbabel/fmt_unicsv.html
share/doc/gpsbabel/fmt_vcard.html
share/doc/gpsbabel/fmt_vidaone.html
share/doc/gpsbabel/fmt_vitosmt.html
share/doc/gpsbabel/fmt_vitovtt.html
share/doc/gpsbabel/fmt_wbt-bin.html
share/doc/gpsbabel/fmt_wbt-tk1.html
share/doc/gpsbabel/fmt_wbt.html
share/doc/gpsbabel/fmt_wfff.html
share/doc/gpsbabel/fmt_xcsv.html
share/doc/gpsbabel/fmt_xmap.html
share/doc/gpsbabel/fmt_xmap2006.html
share/doc/gpsbabel/fmt_xmapwpt.html
share/doc/gpsbabel/fmt_xol.html
share/doc/gpsbabel/fmt_yahoo.html
share/doc/gpsbabel/index.html
share/doc/gpsbabel/inifile.html
share/doc/gpsbabel/readme.html
share/doc/gpsbabel/style_behavior.html
share/doc/gpsbabel/style_define.html
share/doc/gpsbabel/style_examples.html