Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 160793) +++ head/astro/Makefile (revision 160794) @@ -1,76 +1,77 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += accrete SUBDIR += boinc-einsteinathome SUBDIR += boinc-setiathome SUBDIR += boinc-setiathome-enhanced SUBDIR += boinc-setiathome-naparst SUBDIR += celestia SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem SUBDIR += gdesklets-goodweather SUBDIR += gkrellmoon SUBDIR += gkrellmoon2 SUBDIR += gkrellsun SUBDIR += glunarclock + SUBDIR += gpsbabel SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += jday SUBDIR += libnova SUBDIR += luna SUBDIR += match SUBDIR += mymoon SUBDIR += nightfall SUBDIR += nova SUBDIR += openmap SUBDIR += openuniverse SUBDIR += orsa SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-GPS SUBDIR += p5-Geo-METAR SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += py-metar SUBDIR += pyweather SUBDIR += rmap SUBDIR += roadmap SUBDIR += saoimage SUBDIR += sattrack SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xephem SUBDIR += xglobe SUBDIR += xmoontool SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xtide SUBDIR += xrmap SUBDIR += xworld .include Property changes on: head/astro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.100 \ No newline at end of property +1.101 \ No newline at end of property Index: head/astro/gpsbabel/Makefile =================================================================== --- head/astro/gpsbabel/Makefile (nonexistent) +++ head/astro/gpsbabel/Makefile (revision 160794) @@ -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 Property changes on: head/astro/gpsbabel/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/astro/gpsbabel/distinfo =================================================================== --- head/astro/gpsbabel/distinfo (nonexistent) +++ head/astro/gpsbabel/distinfo (revision 160794) @@ -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 Property changes on: head/astro/gpsbabel/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gpsbabel/files/patch-Makefile =================================================================== --- head/astro/gpsbabel/files/patch-Makefile (nonexistent) +++ head/astro/gpsbabel/files/patch-Makefile (revision 160794) @@ -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 \ Property changes on: head/astro/gpsbabel/files/patch-Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/gpsbabel/pkg-descr =================================================================== --- head/astro/gpsbabel/pkg-descr (nonexistent) +++ head/astro/gpsbabel/pkg-descr (revision 160794) @@ -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/ Property changes on: head/astro/gpsbabel/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property