pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Finish move of misc/gpsd and misc/gpsdrive to geography/.
details: https://anonhg.NetBSD.org/pkgsrc/rev/f99ee2d020e0
branches: trunk
changeset: 478598:f99ee2d020e0
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jul 26 23:40:07 2004 +0000
description:
Finish move of misc/gpsd and misc/gpsdrive to geography/.
Closes PR 26422 by Iain Hibbert.
diffstat:
geography/Makefile | 4 +-
misc/Makefile | 4 +-
misc/gpsd/DESCR | 10 -
misc/gpsd/Makefile | 16 --
misc/gpsd/PLIST | 2 -
misc/gpsd/distinfo | 5 -
misc/gpsd/patches/patch-aa | 13 -
misc/gpsdrive/DESCR | 9 -
misc/gpsdrive/Makefile | 28 ---
misc/gpsdrive/PLIST | 55 -------
misc/gpsdrive/distinfo | 10 -
misc/gpsdrive/patches/patch-aa | 29 ---
misc/gpsdrive/patches/patch-ab | 56 -------
misc/gpsdrive/patches/patch-ac | 313 -----------------------------------------
misc/gpsdrive/patches/patch-ad | 12 -
misc/gpsdrive/patches/patch-ae | 12 -
misc/gpsdrive/patches/patch-af | 12 -
17 files changed, 4 insertions(+), 586 deletions(-)
diffs (truncated from 675 to 300 lines):
diff -r 6a96ae1d672d -r f99ee2d020e0 geography/Makefile
--- a/geography/Makefile Mon Jul 26 23:38:19 2004 +0000
+++ b/geography/Makefile Mon Jul 26 23:40:07 2004 +0000
@@ -1,8 +1,10 @@
-# $NetBSD: Makefile,v 1.5 2003/10/05 17:42:22 jschauma Exp $
+# $NetBSD: Makefile,v 1.6 2004/07/26 23:40:07 wiz Exp $
#
COMMENT= Software for geographical-related uses
+SUBDIR+= gpsd
+SUBDIR+= gpsdrive
SUBDIR+= gpspoint
SUBDIR+= gpsutils
SUBDIR+= mapserver
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/Makefile
--- a/misc/Makefile Mon Jul 26 23:38:19 2004 +0000
+++ b/misc/Makefile Mon Jul 26 23:40:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.205 2004/07/08 11:06:14 xtraeme Exp $
+# $NetBSD: Makefile,v 1.206 2004/07/26 23:40:07 wiz Exp $
#
COMMENT= Miscellaneous utilities
@@ -67,8 +67,6 @@
SUBDIR+= gok
SUBDIR+= gone
SUBDIR+= gperiodic
-SUBDIR+= gpsd
-SUBDIR+= gpsdrive
SUBDIR+= granulate
SUBDIR+= gxmame
SUBDIR+= heyu
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsd/DESCR
--- a/misc/gpsd/DESCR Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-Gpsd is a user land daemon acting as a liason between a gps or
-Loran-C receiver and clients. The receiver is expected to generate
-position information as NMEA-0183 sentences, or Rockwell binary format,
-although that can be changed.
-
-Gpsd listens on port 2947 for clients requesting position, time,
-velocity or altitude information.
-
-Gpsd can take information from the gps and translate it into
-something easier to understand for clients.
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsd/Makefile
--- a/misc/gpsd/Makefile Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:49:06 grant Exp $
-
-DISTNAME= gpsd-1.07
-CATEGORIES= misc
-MASTER_SITES= http://www.pygps.org/gpsd/
-
-MAINTAINER= tsarna%NetBSD.org@localhost
-HOMEPAGE= http://www.pygps.org/gpsd/
-COMMENT= GPS information daemon
-
-GNU_CONFIGURE= YES
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/gpsd ${PREFIX}/sbin
-
-.include "../../mk/bsd.pkg.mk"
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsd/PLIST
--- a/misc/gpsd/PLIST Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/01/05 16:52:45 tsarna Exp $
-sbin/gpsd
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsd/distinfo
--- a/misc/gpsd/distinfo Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.2 2004/06/03 22:56:41 recht Exp $
-
-SHA1 (gpsd-1.07.tar.gz) = 00650bec2f516bee671cd21f8f2fdc6c2aea0902
-Size (gpsd-1.07.tar.gz) = 70930 bytes
-SHA1 (patch-aa) = dfe7bbdddb9298f7ea2ac196c121b56233a951d2
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsd/patches/patch-aa
--- a/misc/gpsd/patches/patch-aa Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2004/06/03 22:56:41 recht Exp $
-
---- netlib.c.orig 2004-06-04 00:49:02.000000000 +0200
-+++ netlib.c
-@@ -9,7 +9,7 @@
- #include <sys/types.h>
- #include <sys/socket.h>
- #include <netinet/in.h>
--#include <varargs.h>
-+#include <stdarg.h>
- #include <netdb.h>
- #include <stdio.h>
- #include <arpa/inet.h>
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/DESCR
--- a/misc/gpsdrive/DESCR Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,9 +0,0 @@
-GpsDrive is a car (bike, ship, plane) navigation system. GpsDrive
-displays your position provided from your NMEA capable GPS receiver on a
-zoomable map, the map file is autoselected depending of the position and
-prefered scale. Speech output is supported if the "festival" software
-is running. The maps are autoselected for best resolution depending of
-your position and can be downloaded from Internet. All Garmin GPS
-reveiver with a serial output should be usable, also other GPS receiver
-which supports NMEA protocol. GpsDrive is written in C with use of the
-GTK+ graphic toolkit.
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/Makefile
--- a/misc/gpsdrive/Makefile Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.10 2004/07/22 11:36:00 agc Exp $
-
-DISTNAME= gpsdrive-1.31
-PKGREVISION= 5
-CATEGORIES= misc
-MASTER_SITES= http://gpsdrive.kraftvoll.at/
-
-MAINTAINER= tsarna%NetBSD.org@localhost
-HOMEPAGE= http://gpsdrive.kraftvoll.at/
-COMMENT= GPS Navigation system
-
-DEPENDS+= gpsd>=1.07:../../misc/gpsd
-
-GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
-USE_PKGLOCALEDIR= YES
-
-USE_LANGUAGE= c c++
-
-# XXX make this an option
-CONFIGURE_ARGS+= --disable-mysql
-
-.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/glib/buildlink3.mk"
-.include "../../x11/gtk/buildlink3.mk"
-.include "../../graphics/gdk-pixbuf/buildlink3.mk"
-.include "../../converters/libiconv/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/PLIST
--- a/misc/gpsdrive/PLIST Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,55 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2003/01/10 15:53:02 tsarna Exp $
-bin/garble
-bin/gpsdrive
-bin/gpsfetchmap
-bin/gpsfetchmap.pl
-bin/gpspoint2gpsdrive.pl
-bin/wpcvt
-bin/wpget
-lib/libfly.a
-lib/libfly.la
-lib/libfly.so
-lib/libfly.so.2
-lib/libfly.so.2.0
-lib/libnautic.a
-lib/libnautic.la
-lib/libnautic.so
-lib/libnautic.so.2
-lib/libnautic.so.2.0
-man/de/man1/gpsdrive.1
-man/es/man1/gpsdrive.1
-man/man1/gpsdrive.1
-share/gpsdrive/friendsicon.png
-share/gpsdrive/gpsdrive/AUTHORS
-share/gpsdrive/gpsdrive/FAQ.gpsdrive
-share/gpsdrive/gpsdrive/FAQ.gpsdrive.fr
-share/gpsdrive/gpsdrive/GPS-receivers
-share/gpsdrive/gpsdrive/LEEME
-share/gpsdrive/gpsdrive/LISEZMOI
-share/gpsdrive/gpsdrive/NMEA.txt
-share/gpsdrive/gpsdrive/README
-share/gpsdrive/gpsdrive/README.FreeBSD
-share/gpsdrive/gpsdrive/README.SQL
-share/gpsdrive/gpsdrive/README.gpspoint2gspdrive
-share/gpsdrive/gpsdrive/README.kismet
-share/gpsdrive/gpsdrive/TODO
-share/gpsdrive/gpsdrive/create.sql
-share/gpsdrive/gpsdrive/wp2sql
-share/gpsdrive/gpsdrivesplash.png
-${PKGLOCALEDIR}/locale/da/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/de/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/de_AT/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/es/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/it/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/no/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/gpsdrive.mo
-${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/gpsdrive.mo
-@dirrm share/gpsdrive/gpsdrive
-@dirrm share/gpsdrive
-@dirrm gpsdrive/locale
-@dirrm gpsdrive
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/distinfo
--- a/misc/gpsdrive/distinfo Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,10 +0,0 @@
-$NetBSD: distinfo,v 1.4 2004/07/22 11:36:00 agc Exp $
-
-SHA1 (gpsdrive-1.31.tar.gz) = 296a06d264c5fbb077c91f3529b4e6f122423f05
-Size (gpsdrive-1.31.tar.gz) = 784379 bytes
-SHA1 (patch-aa) = cc5dd44020ffc5f22dc958c938b9f98ff6e01810
-SHA1 (patch-ab) = 240901fe52e41db1a41299f66ac61c06898f1881
-SHA1 (patch-ac) = 86f67ad04378f14a95e5b9fc806b2054ef4be127
-SHA1 (patch-ad) = 05d6be6ba7bd37b4b0599092ace2d5db7825c01d
-SHA1 (patch-ae) = 5ab12f3f1f94a84acac0bc47fb4ad5a3bb75b7b6
-SHA1 (patch-af) = ba047381fcf07b3797c73199f85536b2a7efb61e
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/patches/patch-aa
--- a/misc/gpsdrive/patches/patch-aa Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,29 +0,0 @@
-$NetBSD: patch-aa,v 1.2 2003/01/05 17:26:01 tsarna Exp $
-
-- We depend on the gpsd package instead of using the bundled one
-- friendsd is broken and I don't care enough to fix it
-
---- src/Makefile.in.orig Sun Dec 8 13:30:56 2002
-+++ src/Makefile.in Sun Jan 5 12:15:01 2003
-@@ -122,7 +122,7 @@
-
- @DISABLEGARMIN_TRUE@PRG1 =
- @DISABLEGARMIN_FALSE@PRG1 = garble
--bin_PROGRAMS = $(PRG1) gpsdrive gpsd friendsd
-+bin_PROGRAMS = $(PRG1) gpsdrive
- LIBS =
-
- # gpsdrive_LDADD= $(GLIB_LIBS) $(GTK_LIBS) $(PIXLIBS)
-@@ -175,10 +175,8 @@
- libnautic_la_LIBADD =
- am_libnautic_la_OBJECTS = nautic.lo
- libnautic_la_OBJECTS = $(am_libnautic_la_OBJECTS)
--@DISABLEGARMIN_TRUE@bin_PROGRAMS = gpsdrive$(EXEEXT) gpsd$(EXEEXT) \
--@DISABLEGARMIN_TRUE@ friendsd$(EXEEXT)
--@DISABLEGARMIN_FALSE@bin_PROGRAMS = garble$(EXEEXT) gpsdrive$(EXEEXT) \
--@DISABLEGARMIN_FALSE@ gpsd$(EXEEXT) friendsd$(EXEEXT)
-+@DISABLEGARMIN_TRUE@bin_PROGRAMS = gpsdrive$(EXEEXT)
-+@DISABLEGARMIN_FALSE@bin_PROGRAMS = garble$(EXEEXT) gpsdrive$(EXEEXT)
- PROGRAMS = $(bin_PROGRAMS)
-
- am_friendsd_OBJECTS = friendsd.$(OBJEXT)
diff -r 6a96ae1d672d -r f99ee2d020e0 misc/gpsdrive/patches/patch-ab
--- a/misc/gpsdrive/patches/patch-ab Mon Jul 26 23:38:19 2004 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,56 +0,0 @@
-$NetBSD: patch-ab,v 1.1 2003/01/08 17:29:06 tsarna Exp $
-
-Drew Einhorn's gpsfetchmap.pl enhancements from:
-
-http://s2.selwerd.nl/~dirk-jan/gpsdrive/archive/msg01772.html
-
-also require this patch to support tree'd rather than flap map
-driectories.
-
---- src/gpsdrive.c.orig Sun Dec 8 09:43:33 2002
-+++ src/gpsdrive.c Wed Jan 8 12:20:48 2003
-@@ -2926,12 +2926,22 @@
- }
- for (i = 0; i < nrmaps; i++)
- {
-+ /* strip off the path, we just want to check the filename */
-+ char *fullname;
-+ char *rslash;
-+ char *filename;
-+
- skip = TRUE;
-+
-+ fullname = (maps + i)->filename;
-+ rslash = strrchr(fullname, '/');
-+ filename = rslash == NULL ? fullname : rslash + 1;
-+
- if (displaymap_map)
-- if (!(strncmp ((maps + i)->filename, "map_", 4)))
-+ if (!(strncmp (filename, "map_", 4)))
- skip = FALSE;
- if (displaymap_top)
-- if (!(strncmp ((maps + i)->filename, "top_", 4)))
-+ if (!(strncmp (filename, "top_", 4)))
- skip = FALSE;
-
- if (skip)
-@@ -3101,8 +3111,17 @@
-
- for (i = 0; i < nrmaps; i++)
- {
-- if ((strncmp ((maps + i)->filename, "map_", 4)))
-- if ((strncmp ((maps + i)->filename, "top_", 4)))
-+ /* strip off the path, we just want to check the filename */
-+ char *fullname;
-+ char *rslash;
-+ char *filename;
Home |
Main Index |
Thread Index |
Old Index