On Fri, Oct 12, 2012 at 5:20 PM, Kirill Bychkov <ya...@linklevel.net> wrote: > On Fri, October 12, 2012 18:49, David Coppa wrote: >> On Fri, Oct 12, 2012 at 4:22 PM, David Coppa <dco...@gmail.com> wrote: >>> On Fri, Oct 12, 2012 at 4:08 PM, Kirill Bychkov <ya...@linklevel.net> wrote: >>>> Hi. >>>> TangoGPS is dead upstream. But let's keep on dancing! >>>> FoxtrotGPS is a fork of TangoGPS introducing new features and bugfixes. >>>> Currently port includes a patch from David Coppa, which prevents abort() on >>>> startup. >>>> >>>> DESCR: >>>> FoxtrotGPS is an offshoot of Marcus Bauer's excellent Free & Open Source >>>> tangoGPS application, with a focus on cooperation and fostering >>>> community innovation. By default maps tiles are downloaded from the >>>> Openstreetmap project. Map tiles are automatically downloaded and cached >>>> for offline use. To get real-time positioning from a GPS receiver you >>>> need to run gpsd. >>> >>> The aforementioned patch and pkg/PLIST have wrong RCS IDs, please fix >>> them so they're good for the import. >>> >>> Apart from this, the port is well done. Ok dcoppa@ >> >> And when this will be imported, you should garbage collect tangogps >> and add a quirk so the users can safely update from tangogps to >> FoxtrotGPS... >> > Index: Makefile > =================================================================== > RCS file: /cvs/ports/devel/quirks/Makefile,v > retrieving revision 1.77 > diff -u -r1.77 Makefile > --- Makefile 1 Sep 2012 18:17:21 -0000 1.77 > +++ Makefile 12 Oct 2012 15:16:27 -0000 > @@ -5,7 +5,7 @@ > DISTFILES = > > # API.rev > -PKGNAME = quirks-1.75 > +PKGNAME = quirks-1.76 > PKG_ARCH = * > MAINTAINER = Marc Espie <es...@openbsd.org> > > Index: files/Quirks.pm > =================================================================== > RCS file: /cvs/ports/devel/quirks/files/Quirks.pm,v > retrieving revision 1.82 > diff -u -r1.82 Quirks.pm > --- files/Quirks.pm 1 Sep 2012 18:17:21 -0000 1.82 > +++ files/Quirks.pm 12 Oct 2012 15:16:27 -0000 > @@ -304,6 +304,7 @@ > 'XML-Sablotron' => 'p5-XML-Sablotron', > # 5.3 > 'postler' => 'geary' > + 'tangogps' => 'foxtrotgps' > }; > > # ->is_base_system($handle, $state): > Index: Makefile > =================================================================== > RCS file: /cvs/ports/geo/foxtrotgps/Makefile,v > retrieving revision 1.2 > diff -u -r1.2 Makefile > --- Makefile 12 Oct 2012 14:54:34 -0000 1.2 > +++ Makefile 12 Oct 2012 15:17:44 -0000 > @@ -3,7 +3,7 @@ > COMMENT = lightweight mapping application for use with or > without GPS > > DISTNAME = foxtrotgps-1.1.1 > -REVISION = 0 > +REVISION = 1 > > CATEGORIES = geo x11 > > Index: pkg/PLIST > =================================================================== > RCS file: /cvs/ports/geo/foxtrotgps/pkg/PLIST,v > retrieving revision 1.2 > diff -u -r1.2 PLIST > --- pkg/PLIST 12 Oct 2012 14:54:34 -0000 1.2 > +++ pkg/PLIST 12 Oct 2012 15:17:44 -0000 > @@ -1,4 +1,5 @@ > @comment $OpenBSD: PLIST,v 1.2 2012/10/12 14:54:34 jasper Exp $ > +@pkgpath geo/tangogps > bin/convert2gpx > bin/convert2osm > @bin bin/foxtrotgps > > and cvs rm of tangogps, of course. > > ok?
yeah, looks good to me.