Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Apr 2006 23:00:52 +0200
From:      "Laurent Courty" <lrntct@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/96490: [NEW PORT] astro/gpsbabel a GPS file convertion tool
Message-ID:  <20060428210048.08A24731AC@smtp2-g19.free.fr>
Resent-Message-ID: <200604282110.k3SLADX3078894@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         96490
>Category:       ports
>Synopsis:       [NEW PORT] astro/gpsbabel a GPS file convertion tool
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 28 21:10:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Laurent Courty
>Release:        FreeBSD 6.1-RC i386
>Organization:
>Environment:
System: FreeBSD boitalette 6.1-RC FreeBSD 6.1-RC #4: Sat Apr 15 10:38:16 CEST 2006 root@boitalette:/usr/obj/usr/src/sys/NOYAU i386


	
>Description:
GPSBabel converts waypoints, tracks, and routes from one GPS file format to
another.
>How-To-Repeat:
	
>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	gpsbabel
#	gpsbabel/Makefile
#	gpsbabel/distinfo
#	gpsbabel/pkg-descr
#	gpsbabel/files
#	gpsbabel/files/patch-Makefile
#
echo c - gpsbabel
mkdir -p gpsbabel > /dev/null 2>&1
echo x - gpsbabel/Makefile
sed 's/^X//' >gpsbabel/Makefile << 'END-of-gpsbabel/Makefile'
X# New ports collection makefile for:	gpsbabel
X# Date created:		Apr 2006
X# Whom:			Laurent Courty
X#
X# $FreeBSD$
X
XPORTNAME=	gpsbabel
XPORTVERSION=	1.2.7
XCATEGORIES=	astro
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED}
XMASTER_SITE_SUBDIR=${PORTNAME}
X
XMAINTAINER=	lrntct@gmail.com
XCOMMENT=	A gps file translating tool
X
XBUILD_DEPENDS=	xmlwf:${PORTSDIR}/textproc/expat2
X
XPLIST_FILES=	bin/gpsbabel
X
X.include <bsd.port.mk>
END-of-gpsbabel/Makefile
echo x - gpsbabel/distinfo
sed 's/^X//' >gpsbabel/distinfo << 'END-of-gpsbabel/distinfo'
XMD5 (gpsbabel-1.2.7.tar.gz) = 535da9798714e53a9584e22ac7d651d3
XSHA256 (gpsbabel-1.2.7.tar.gz) = 08a28e8fb6e04eab170c8983da1601a2636a2a27f4d9aca90e3048c3e15f9d02
XSIZE (gpsbabel-1.2.7.tar.gz) = 1643528
END-of-gpsbabel/distinfo
echo x - gpsbabel/pkg-descr
sed 's/^X//' >gpsbabel/pkg-descr << 'END-of-gpsbabel/pkg-descr'
XGPSBabel converts waypoints, tracks, and routes from one format to another,
Xwhether that format is a common mapping format like Delorme, Streets and Trips,
Xor even a serial upload or download to a GPS unit such as those from Garmin and
XMagellan. By flattening the Tower of Babel that the authors of various programs
X for manipulating GPS data have imposed upon us, it returns to us the ability
Xto freely move our own waypoint data between the programs and hardware we
Xchoose to use.
XIt contains extensive data manipulation abilities making it a convenient for
Xserver-side processing or as the backend for other tools.
X
XWWW: http://www.gpsbabel.org/
END-of-gpsbabel/pkg-descr
echo c - gpsbabel/files
mkdir -p gpsbabel/files > /dev/null 2>&1
echo x - gpsbabel/files/patch-Makefile
sed 's/^X//' >gpsbabel/files/patch-Makefile << 'END-of-gpsbabel/files/patch-Makefile'
X--- work/gpsbabel-1.2.7/Makefile	Fri Aug 26 19:59:24 2005
X+++ ../gpsbabel-1.2.7/Makefile	Fri Apr 28 20:41:30 2006
X@@ -27,8 +27,8 @@
X OPTIMIZATION=-O $(EXTRA_OPTIMIZATION)
X DEBUGGING=-g $(EXTRA_DEBUGGING)
X # add -DDEBUG_MEM to turn on memory allocation logging
X-CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION)
X-INSTALL_TARGETDIR=/usr/local/
X+CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) -I$(PREFIX)/include -L$(PREFIX)/lib
X+INSTALL_TARGETDIR=$(PREFIX)
X 
X FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin_tables.o \
X 	gpsutil.o pcx.o cetus.o copilot.o gpspilot.o magnav.o \
END-of-gpsbabel/files/patch-Makefile
exit
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060428210048.08A24731AC>