diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 15:27:05 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-29 15:27:05 +0000 |
commit | 7b20174a8ba7a2c94e2f6e2bff11e03c5b6a6421 (patch) | |
tree | be0b53ecc5be9245c3e1cf8d0df1f4548c49bc7c /astro/gpsbabel | |
parent | d8fe1f96c9a061b0d14614871ab700369d3def16 (diff) |
Notes
Diffstat (limited to 'astro/gpsbabel')
-rw-r--r-- | astro/gpsbabel/Makefile | 21 | ||||
-rw-r--r-- | astro/gpsbabel/distinfo | 3 | ||||
-rw-r--r-- | astro/gpsbabel/files/patch-Makefile | 13 | ||||
-rw-r--r-- | astro/gpsbabel/pkg-descr | 11 |
4 files changed, 48 insertions, 0 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile new file mode 100644 index 000000000000..0fee5a3b7944 --- /dev/null +++ b/astro/gpsbabel/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: gpsbabel +# Date created: Apr 2006 +# Whom: Laurent Courty +# +# $FreeBSD$ + +PORTNAME= gpsbabel +PORTVERSION= 1.2.7 +CATEGORIES= astro +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} +MASTER_SITE_SUBDIR=${PORTNAME} + +MAINTAINER= lrntct@gmail.com +COMMENT= A gps file translating tool + +LIB_DEPENDS= usb:${PORTSDIR}/devel/libusb \ + expat:${PORTSDIR}/textproc/expat2 + +PLIST_FILES= bin/gpsbabel + +.include <bsd.port.mk> diff --git a/astro/gpsbabel/distinfo b/astro/gpsbabel/distinfo new file mode 100644 index 000000000000..847486cd44be --- /dev/null +++ b/astro/gpsbabel/distinfo @@ -0,0 +1,3 @@ +MD5 (gpsbabel-1.2.7.tar.gz) = 535da9798714e53a9584e22ac7d651d3 +SHA256 (gpsbabel-1.2.7.tar.gz) = 08a28e8fb6e04eab170c8983da1601a2636a2a27f4d9aca90e3048c3e15f9d02 +SIZE (gpsbabel-1.2.7.tar.gz) = 1643528 diff --git a/astro/gpsbabel/files/patch-Makefile b/astro/gpsbabel/files/patch-Makefile new file mode 100644 index 000000000000..d50c2dc41a44 --- /dev/null +++ b/astro/gpsbabel/files/patch-Makefile @@ -0,0 +1,13 @@ +--- work/gpsbabel-1.2.7/Makefile Fri Aug 26 19:59:24 2005 ++++ ../gpsbabel-1.2.7/Makefile Fri Apr 28 20:41:30 2006 +@@ -27,8 +27,8 @@ + OPTIMIZATION=-O $(EXTRA_OPTIMIZATION) + DEBUGGING=-g $(EXTRA_DEBUGGING) + # add -DDEBUG_MEM to turn on memory allocation logging +-CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) +-INSTALL_TARGETDIR=/usr/local/ ++CFLAGS=$(EXTRA_CFLAGS) $(DEBUGGING) -Icoldsync $(INHIBIT_EXPAT) $(INHIBIT_USB) $(OPTIMIZATION) -I$(PREFIX)/include -L$(PREFIX)/lib ++INSTALL_TARGETDIR=$(PREFIX) + + FMTS=magproto.o gpx.o geo.o mapsend.o mapsource.o garmin_tables.o \ + gpsutil.o pcx.o cetus.o copilot.o gpspilot.o magnav.o \ diff --git a/astro/gpsbabel/pkg-descr b/astro/gpsbabel/pkg-descr new file mode 100644 index 000000000000..8e6d12435228 --- /dev/null +++ b/astro/gpsbabel/pkg-descr @@ -0,0 +1,11 @@ +GPSBabel converts waypoints, tracks, and routes from one format to another, +whether that format is a common mapping format like Delorme, Streets and Trips, +or even a serial upload or download to a GPS unit such as those from Garmin and +Magellan. By flattening the Tower of Babel that the authors of various programs +for manipulating GPS data have imposed upon us, it returns to us the ability +to freely move our own waypoint data between the programs and hardware we +choose to use. +It contains extensive data manipulation abilities making it a convenient for +server-side processing or as the backend for other tools. + +WWW: http://www.gpsbabel.org/ |