pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/geography/gpsd Re-import misc/gpsd as geography/gpsd.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9f6fef7a863f
branches:  trunk
changeset: 478594:9f6fef7a863f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jul 26 23:31:56 2004 +0000

description:
Re-import misc/gpsd as geography/gpsd.

diffstat:

 geography/gpsd/DESCR            |  10 ++++++++++
 geography/gpsd/Makefile         |  16 ++++++++++++++++
 geography/gpsd/PLIST            |   2 ++
 geography/gpsd/distinfo         |   5 +++++
 geography/gpsd/patches/patch-aa |  13 +++++++++++++
 5 files changed, 46 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r 4bd078c47fdc -r 9f6fef7a863f geography/gpsd/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/DESCR      Mon Jul 26 23:31:56 2004 +0000
@@ -0,0 +1,10 @@
+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 4bd078c47fdc -r 9f6fef7a863f geography/gpsd/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/Makefile   Mon Jul 26 23:31:56 2004 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $
+
+DISTNAME=      gpsd-1.07
+CATEGORIES=    geography
+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 4bd078c47fdc -r 9f6fef7a863f geography/gpsd/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/PLIST      Mon Jul 26 23:31:56 2004 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $
+sbin/gpsd
diff -r 4bd078c47fdc -r 9f6fef7a863f geography/gpsd/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/distinfo   Mon Jul 26 23:31:56 2004 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/07/26 23:31:56 wiz Exp $
+
+SHA1 (gpsd-1.07.tar.gz) = 00650bec2f516bee671cd21f8f2fdc6c2aea0902
+Size (gpsd-1.07.tar.gz) = 70930 bytes
+SHA1 (patch-aa) = dfe7bbdddb9298f7ea2ac196c121b56233a951d2
diff -r 4bd078c47fdc -r 9f6fef7a863f geography/gpsd/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/geography/gpsd/patches/patch-aa   Mon Jul 26 23:31:56 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/07/26 23:31:56 wiz 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>



Home | Main Index | Thread Index | Old Index