localhost) were merged upstream. * Tue Feb 10 Eric S. Raymond <esr@snark.thyrsus.com> - 2.38 Regression test load for RoyalTek RGM3800 and Blumax GPS-009 added. Scaling on E error-estimate fields fixed to match O. Listen on localhost only by default to avoid security problems; this can be overridden with the -G command-line option. The packet-state machine can now recognize RTCM3 packets, though support is not yet complete. Added support for ublox5 and mkt-3301 devices. Add a wrapper around gpsd_hexdump to save CPU. Lots of little fixes to various packet parsers. Always keep the device open: "-n" is not optional any more. xgpsspeed no longer depends on Motif. gpsctl can now ship arbitrary payloads to a device. It's possible to send binary through the control channel with the new "&" command. Experimental new driver for Novatel SuperStarII. The 'g' mode switch command now requires, and returns, 'rtcm104v2' rather than 'rtcm104'; this is design forward for when RTCM104v2 is fully working.
28 lines
649 B
Makefile
28 lines
649 B
Makefile
# $NetBSD: Makefile,v 1.14 2009/02/11 01:05:25 gdt Exp $
|
|
|
|
DISTNAME= gpsd-2.38
|
|
CATEGORIES= geography
|
|
MASTER_SITES= http://download.berlios.de/gpsd/
|
|
|
|
MAINTAINER= tsarna@NetBSD.org
|
|
# MAINTAINER+= gdt@NetBSD.org
|
|
HOMEPAGE= http://gpsd.berlios.de/
|
|
COMMENT= GPS information daemon
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS+= --disable-python
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_NCURSES= yes
|
|
|
|
INSTALLATION_DIRS= sbin
|
|
|
|
# XXX This package should have an option for python to install gpsfake
|
|
# and gpsctl.
|
|
|
|
.include "../../devel/ncurses/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|