From owner-cvs-ports@FreeBSD.ORG Wed Jan 11 13:02:38 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4711316A41F; Wed, 11 Jan 2006 13:02:38 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC1E643D4C; Wed, 11 Jan 2006 13:02:37 +0000 (GMT) (envelope-from novel@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k0BD2b2S084239; Wed, 11 Jan 2006 13:02:37 GMT (envelope-from novel@repoman.freebsd.org) Received: (from novel@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k0BD2b5H084238; Wed, 11 Jan 2006 13:02:37 GMT (envelope-from novel) Message-Id: <200601111302.k0BD2b5H084238@repoman.freebsd.org> From: Roman Bogorodskiy Date: Wed, 11 Jan 2006 13:02:37 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/gpsd Makefile distinfo pkg-descr pkg-plist ports/astro/gpsd/files pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2006 13:02:38 -0000 novel 2006-01-11 13:02:37 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/gpsd Makefile distinfo pkg-descr pkg-plist astro/gpsd/files pkg-message.in Log: gpsd is a service daemon that monitors one or more GPSes attached to a host computer through serial or USB ports, making all data on the location/course/velocity of the sensors available to be queried on TCP port 2947 of the host computer. With gpsd, multiple GPS client applications (such as navigational and wardriving software) can share access to GPSes without contention or loss of data. Also, gpsd responds to queries with a format that is substantially easier to parse than the NMEA 0183 emitted by most GPSes. WWW: http://gpsd.berlios.de/ PR: ports/91630 Submitted by: Anton Karpov Revision Changes Path 1.96 +1 -0 ports/astro/Makefile 1.1 +114 -0 ports/astro/gpsd/Makefile (new) 1.1 +3 -0 ports/astro/gpsd/distinfo (new) 1.1 +9 -0 ports/astro/gpsd/files/pkg-message.in (new) 1.1 +11 -0 ports/astro/gpsd/pkg-descr (new) 1.1 +17 -0 ports/astro/gpsd/pkg-plist (new)