Wed Jul 14 16:53:04 2010 UTC ()
Update to 2.95.

* Tue Jul 13 2010 Eric S. Raymond <esr@snark.thyrsus.com> - 2.95
  The autonomous robot submarine total world domination release!
  Rationalize clearing and generation of DOPs, this makes epx/epy much
  more generally available. Fixed the test productions for the udev
  magic and added a troubleshooting note in INSTALL. cgps now displays
  epx/epy rather than eph. Speed is now always reported if our last
  two fixes were good, even if the GPS didn't compute it.  Reading
  packets from UDP datagrams by specifying a listening address and
  port is now supported, and the regression-test driver cam now be
  told to force this with -u; this enables regression testing in
  chroot jails where access to ptys is locked out. AIS code now
  interprets message type 6 and 8 application IDs correctly as a
  Designated Area Code and Functional ID pair. gpspipe has a new -T
  option for setting the timestamp format.  xgpsspeed is completely
  rewritten in Python, eliminating some dependencies on ancient X
  libraries.  We now ship a Qt binding for the client library. Note
  a GCC 4.2.1 optimizer bug.  gpsdcode now uses | as a field separator
  in -c mode, as string fields can contain commas.  Corrected error
  or reporting of AIS rate-of-turn fields.


(gdt)
diff -r1.18 -r1.19 pkgsrc/geography/gpsd/Makefile
diff -r1.18 -r1.19 pkgsrc/geography/gpsd/distinfo
diff -r1.8 -r1.9 pkgsrc/geography/gpsd/PLIST
diff -r1.6 -r0 pkgsrc/geography/gpsd/patches/patch-ab

cvs diff -r1.18 -r1.19 pkgsrc/geography/gpsd/Makefile (expand / switch to unified diff)

--- pkgsrc/geography/gpsd/Makefile 2010/05/25 00:50:15 1.18
+++ pkgsrc/geography/gpsd/Makefile 2010/07/14 16:53:04 1.19
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.18 2010/05/25 00:50:15 gdt Exp $ 1# $NetBSD: Makefile,v 1.19 2010/07/14 16:53:04 gdt Exp $
2 2
3DISTNAME= gpsd-2.94 3DISTNAME= gpsd-2.95
4CATEGORIES= geography 4CATEGORIES= geography
5MASTER_SITES= http://download.berlios.de/gpsd/ 5MASTER_SITES= http://download.berlios.de/gpsd/
6 6
7MAINTAINER= tsarna@NetBSD.org 7MAINTAINER= tsarna@NetBSD.org
8# MAINTAINER+= gdt@NetBSD.org 8# MAINTAINER+= gdt@NetBSD.org
9HOMEPAGE= http://gpsd.berlios.de/ 9HOMEPAGE= http://gpsd.berlios.de/
10COMMENT= GPS information daemon 10COMMENT= GPS information daemon
11 11
12PKG_DESTDIR_SUPPORT= user-destdir 12PKG_DESTDIR_SUPPORT= user-destdir
13 13
14BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto 14BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
15 15
16GNU_CONFIGURE= YES 16GNU_CONFIGURE= YES

cvs diff -r1.18 -r1.19 pkgsrc/geography/gpsd/distinfo (expand / switch to unified diff)

--- pkgsrc/geography/gpsd/distinfo 2010/06/16 22:16:31 1.18
+++ pkgsrc/geography/gpsd/distinfo 2010/07/14 16:53:04 1.19
@@ -1,7 +1,6 @@ @@ -1,7 +1,6 @@
1$NetBSD: distinfo,v 1.18 2010/06/16 22:16:31 gdt Exp $ 1$NetBSD: distinfo,v 1.19 2010/07/14 16:53:04 gdt Exp $
2 2
3SHA1 (gpsd-2.94.tar.gz) = d1c0661ebd6b41d019249b6588b7478927b7eba6 3SHA1 (gpsd-2.95.tar.gz) = af1f575c8ec3a2db7a71c35f2296fd339a4a1ff3
4RMD160 (gpsd-2.94.tar.gz) = 7c3a2d36eefb1ee533c138d6b77da8e1ece8fd2f 4RMD160 (gpsd-2.95.tar.gz) = c9e8d3b7ff73c655d65f0f6e329ca7ff241b10f6
5Size (gpsd-2.94.tar.gz) = 1209893 bytes 5Size (gpsd-2.95.tar.gz) = 1385681 bytes
6SHA1 (patch-aa) = b77bd7491ee890fc66f807cbfe4c6d62423d67d5 6SHA1 (patch-aa) = b77bd7491ee890fc66f807cbfe4c6d62423d67d5
7SHA1 (patch-ab) = 20d8311e3a71e2569e4a12a5775a3b0d29be8f30 

cvs diff -r1.8 -r1.9 pkgsrc/geography/gpsd/PLIST (expand / switch to unified diff)

--- pkgsrc/geography/gpsd/PLIST 2010/05/25 00:50:15 1.8
+++ pkgsrc/geography/gpsd/PLIST 2010/07/14 16:53:04 1.9
@@ -1,34 +1,37 @@ @@ -1,34 +1,37 @@
1@comment $NetBSD: PLIST,v 1.8 2010/05/25 00:50:15 gdt Exp $ 1@comment $NetBSD: PLIST,v 1.9 2010/07/14 16:53:04 gdt Exp $
2bin/cgps 2bin/cgps
3bin/gpscat 3bin/gpscat
4bin/gpsctl 4bin/gpsctl
5bin/gpsdecode 5bin/gpsdecode
6bin/gpsfake 6bin/gpsfake
7bin/gpsmon 7bin/gpsmon
8bin/gpspipe 8bin/gpspipe
9bin/gpsprof 9bin/gpsprof
10bin/gpxlogger 10bin/gpxlogger
11bin/lcdgps 11bin/lcdgps
12bin/xgps 12bin/xgps
 13bin/xgpsspeed
13include/gps.h 14include/gps.h
14include/gpsd.h 15include/gpsd.h
15include/libgpsmm.h 16include/libgpsmm.h
16lib/libgps.la 17lib/libgps.la
17lib/libgpsd.la 18lib/libgpsd.la
18lib/pkgconfig/libgps.pc 19lib/pkgconfig/libgps.pc
19lib/pkgconfig/libgpsd.pc 20lib/pkgconfig/libgpsd.pc
20${PYSITELIB}/gps/__init__.py 21${PYSITELIB}/gps/__init__.py
21${PYSITELIB}/gps/__init__.pyc 22${PYSITELIB}/gps/__init__.pyc
 23${PYSITELIB}/gps/client.py
 24${PYSITELIB}/gps/client.pyc
22${PYSITELIB}/gps/clienthelpers.so 25${PYSITELIB}/gps/clienthelpers.so
23${PYSITELIB}/gps/fake.py 26${PYSITELIB}/gps/fake.py
24${PYSITELIB}/gps/fake.pyc 27${PYSITELIB}/gps/fake.pyc
25${PYSITELIB}/gps/gps.py 28${PYSITELIB}/gps/gps.py
26${PYSITELIB}/gps/gps.pyc 29${PYSITELIB}/gps/gps.pyc
27${PYSITELIB}/gps/misc.py 30${PYSITELIB}/gps/misc.py
28${PYSITELIB}/gps/misc.pyc 31${PYSITELIB}/gps/misc.pyc
29${PYSITELIB}/gps/packet.so 32${PYSITELIB}/gps/packet.so
30${PYSITELIB}/gpscap.py 33${PYSITELIB}/gpscap.py
31${PYSITELIB}/gpscap.pyc 34${PYSITELIB}/gpscap.pyc
32${PYSITELIB}/gpscap.pyo 35${PYSITELIB}/gpscap.pyo
33man/man1/cgps.1 36man/man1/cgps.1
34man/man1/gps.1 37man/man1/gps.1

File Deleted: pkgsrc/geography/gpsd/patches/Attic/patch-ab