FreshPorts -- The Place For Ports notbug Sun, 12 Feb 2012 10:02 AM GMT
Port details
gpsd 3.4 astro on this many watch lists=8 search for ports that depend on this port
Daemon that monitors one or more GPSes attached to a host computer
Maintained by: glebius@FreeBSD.org search for ports maintained by this maintainer
Port Added: 11 Jan 2006 13:06:36
Also Listed In: geography
License: not specified in port
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://catb.org/gpsd/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: textproc/docbook-xsl, textproc/libxslt, devel/chrpath, lang/python27, devel/scons, devel/pkg-config
Required To Run: lang/python27, devel/pkg-config
There are no ports dependent upon this port

To install the port: cd /usr/ports/astro/gpsd/ && make install clean
To add the package: pkg_add -r gpsd


Configuration Options
===> The following configuration options are available for gpsd-3.4:
     AIVDM=on (default) "Aivdm support"
     ASHTECH=on (default) "Ashtech support"
     CPPBIND=on (default) "Build C++ bindings"
     DBUS=off (default) "DBUS support"
     EARTHMATE=on (default) "DeLorme EarthMate Zodiac support"
     EVERMORE=on (default) "Evermore binary support"
     FV18=on (default) "San Jose Navigation FV-18 support"
     GARMIN=on (default) "Garmin kernel driver support"
     GARMINTXT=on (default) "Garmin Simple Text support"
     GEOSTAR=on (default) "Geostar Protocol support"
     GPSCLOCK=on (default) "GPSclock support"
     GTK2=off (default) "Install py-gtk2 (required for xgps & xgpsspeed)"
     IP6=on (default) "IPv6 support"
     ITRAX=on (default) "iTrax support"
     MTK=on (default) "MTK-3301 support"
     NAVCOM=on (default) "Navcom support"
     NETFEED=on (default) "Build support for handling TCP/IP data sources"
     NCURSES=off (default) "Build with ncurses(3)"
     NMEA=on (default) "NMEA support"
     NTPSHM=on (default) "NTP time hinting support"
     NTRIP=on (default) "NTRIP support"
     OCEANSERVER=on (default) "Oceanserver support"
     OLDPROTO=on (default) "Old (pre-JSON) protocol support in client lib"
     ONCORE=on (default) "Motorola OnCore chipset support"
     PASSTHROUGH=on (default) "Build support for passing through JSON"
     PPS=on (default) "PPS time syncing support"
     PPSONCTS=off (default) "PPS pulse on CTS rather than DCD"
     PROFILING=off (default) "Profiling support"
     RECONFIGURE=on (default) "Allow gpsd to change device settings"
     RTCM104V2=on (default) "rtcm104v2 support"
     RTCM104V3=on (default) "rtcm104v3 support"
     SHMEXPORT=on (default) "Enable export via shared memory"
     SIRF=on (default) "SiRF chipset support"
     SOCKEXPORT=on (default) "Enable export over sockets"
     SUPERSTARII=on (default) "SuperStarII support"
     TIMING=on (default) "Build latency timing support"
     TNT=on (default) "True North Technologies support"
     TRIPMATE=on (default) "DeLorme TripMate support"
     TSIP=on (default) "Trimble TSIP support"
     QTBIND=off (default) "build QT bindings"
     UBX=on (default) "UBX protocol support"
     USB=on (default) "libusb support for USB devices"
===> Use 'make config' to modify these settings

Master Sites:
http://nongnu.askapache.com/gpsd/
http://mirror.lihnidos.org/GNU/savannah/gpsd/
http://ftp.twaren.net/Unix/NonGNU/gpsd/
ftp://ftp.twaren.net/Unix/NonGNU/gpsd/
http://gnu.mirrors.pair.com/savannah/savannah/gpsd/
ftp://gnu.mirrors.pair.com/savannah/gpsd/
http://download-mirror.savannah.gnu.org/releases/gpsd/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 39

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
15 Jan 2012 16:20:02
Original commit files touched by this commit  3.4
amdmi3 search for other commits by this committer
- Update to 3.4

Submitted by:   glebius (maintainer)
14 Jan 2012 08:57:23
Original commit files touched by this commit  3.3
dougb search for other commits by this committer
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().

In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
30 Oct 2011 18:27:32
Original commit files touched by this commit  3.3
amdmi3 search for other commits by this committer
- Update to 3.3

Submitted by:   glebius (maintainer)
27 Oct 2011 10:54:44
Original commit files touched by this commit  3.2
amdmi3 search for other commits by this committer
- Update to 3.2

Submitted by:   glebius (maintainer)
05 Oct 2011 17:33:30
Original commit files touched by this commit  3.1
amdmi3 search for other commits by this committer
- Project moved from berlios to savannah, change MASTER_SITES and WWW
- Distfile was rerolled along the way, changes are some defines
  (HAVE_DAEMON, HAVE_LIBRT, HAVE_DBUS, REVISION) in generated files,
  which are rewritten in the build process anyway

Approved by:    glebius (maintainer)
02 Sep 2011 22:14:44
Original commit files touched by this commit  3.1
amdmi3 search for other commits by this committer
- Fix parallel build

Reported by:    marck
Approved by:    glebius (maintainer, implicit)
30 Aug 2011 11:58:59
Original commit files touched by this commit  3.1
amdmi3 search for other commits by this committer
- Update to 3.1
- Unbreak build on 7.0
- Unbreak some options

Approved by:    glebius (maintainer implicit)
24 Aug 2011 13:00:43
Original commit files touched by this commit  3.0
amdmi3 search for other commits by this committer
- Update to 3.0

Submitted by:   glebius@ (maintainer via private email)
Reworked by:    myself
15 May 2011 02:49:17
Original commit files touched by this commit  2.96
dougb search for other commits by this committer
Remove painful examples of foo="", with particular prejudice against
constructions that parse out to [ -z "$foo" ] && foo=""

These are bad examples that get copied and pasted into new code, so the
hope is that with less bad examples there will be less need for me to
bring this up in review.

In a few of these files all that were changed were comments so that next
time I search for these patterns I won't trip on the file for no reason.

In a few places, add $FreeBSD$

No functional changes, so no PORTREVISION bumps
25 Mar 2011 19:41:45
Original commit files touched by this commit  2.96
amdmi3 search for other commits by this committer
- Update to 2.96

Submitted by:   glebius (maintainer)
19 Mar 2011 12:38:54
Original commit files touched by this commit  2.95
miwi search for other commits by this committer
- Get Rid MD5 support
04 Dec 2010 07:34:27
Original commit files touched by this commit  2.95
ade search for other commits by this committer
Sync to new bsd.autotools.mk
15 Oct 2010 15:07:07
Original commit files touched by this commit  2.95
glebius search for other commits by this committer
Fix typo in option comment.

Approved by:    az
29 Jul 2010 19:45:01
Original commit files touched by this commit  2.95
makc search for other commits by this committer
Fix and sort plist
Fix distinfo
Explicitly disable QT bindings

Approved by:    glebius@ (maintainer)
29 Jul 2010 09:38:26
Original commit files touched by this commit  2.95
glebius search for other commits by this committer
Fix last commit.

Pointy hat to:  me
Approved by:    az
28 Jul 2010 11:05:41
Original commit files touched by this commit  2.95
tobez search for other commits by this committer
Assign maintainer to glebius:

- he has provided several updates in the past
- the previous maintainer suggested glebius to
  take over the port in the past (see followup to ports/148589)
28 Jul 2010 09:57:14
Original commit files touched by this commit  2.95
tobez search for other commits by this committer
Update to 2.95.

PR:             148589
Submitted by:   glebius
Approved by:    maintainer timeout (2 weeks)
10 Jun 2010 02:02:40
Original commit files touched by this commit  2.94_2
wen search for other commits by this committer
- Fix installation of gpsfake, gpscat, gpsprof and their manual pages. [1]
- Remove MKT3301 [1]
- Add AIVDM option. [1]
- gpsdecode and its manual page are installed only and only if three
  options are on: RTCM104V2 && RTCM104V3 && AIVDM. [1]
- Fix PLIST

PR:             ports/147722 [1]
Submitted by:   Gleb Smirnoff <glebius@freebsd.org> [1]
28 May 2010 00:52:25
Original commit files touched by this commit  2.94_1
wen search for other commits by this committer
- Improve rc scipts

Submitted by:   glebius@freebsd.org (via email)
20 May 2010 06:20:08
Original commit files touched by this commit  2.94
wen search for other commits by this committer
- Update to 2.94

PR:             ports/146739
Submitted by:   Gleb Smirnoff <glebius@cell.glebius.int.ru>
03 May 2010 04:09:15
Original commit files touched by this commit  2.90_1
wen search for other commits by this committer
- Fix the build about xgps and xgpsspeed

PR:             ports/146065
Submitted by:   Thomas Rasmussen <thomas@gibfest.dk>
27 Mar 2010 00:15:24
Original commit files touched by this commit  2.90
dougb search for other commits by this committer
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr#
28 Dec 2009 06:46:31
Original commit files touched by this commit  2.90
wen search for other commits by this committer
- Update to 2.90
17 Aug 2009 06:25:26
Original commit files touched by this commit  2.39
linimon search for other commits by this committer
Over to new volunteer.
17 Aug 2009 05:44:51
Original commit files touched by this commit  2.39
linimon search for other commits by this committer
Reset toxa@toxahost.ru due to maintainer-timeouts and no response to
email.

Hat:            portmgr
02 Aug 2009 19:36:34
Original commit files touched by this commit  2.39
mezz search for other commits by this committer
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:      marcus and kwm
Pointyhat-exp:  a few times by pav
Tested by:      pgollucci, "Romain Tartière" <romain@blogreen.org>, and
                a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:    marcus
Approved by:    portmgr
30 May 2009 19:45:18
Original commit files touched by this commit  2.39
miwi search for other commits by this committer
- Update to 2.39

PR:             134353
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout
28 Feb 2009 19:56:03
Original commit files touched by this commit  2.38
miwi search for other commits by this committer
- Update to 2.38

PR:             131599
Submitted by:   Wen Heping <wenheping@gmail.com>
Approved by:    maintainer timeout
19 Jul 2008 17:47:10
Original commit files touched by this commit  2.37
miwi search for other commits by this committer
- Update to 2.37

PR:             124816
Submitted by:   Wen heping <wenheping@gmail.com>
Approved by:    maintainer timeout
22 Mar 2008 14:48:03
Original commit files touched by this commit  2.36
miwi search for other commits by this committer
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:    portmgr (xorg cleanup)
20 Jan 2008 13:21:41
Original commit files touched by this commit  2.36
rafan search for other commits by this committer
- Update to 2.36

PR:             ports/119687
Submitted by:   Anton Karpov <toxa at toxahost.ru> (maintainer)
01 Sep 2007 20:59:37
Original commit files touched by this commit  2.32_2
araujo search for other commits by this committer
- Fix wrong PORTREVISION number in previous commit.

Approved by:    stas (mentor)
01 Sep 2007 20:48:37
Original commit files touched by this commit  2.32_3
araujo search for other commits by this committer
- Add rc script.

PR:             ports/115592
Submitted by:   Douglas William Thrift <douglas@dougalshthrift.net>
Approved by:    stas (mentor), maintainer timeout (2 weeks)
06 Aug 2007 20:40:11
Original commit files touched by this commit  2.32_1
araujo search for other commits by this committer
- Pet portlint.
- Bump portrevision.

PR:             ports/115155
Submitted by:   David Yeske <dyeske@gmail.com>
Approved by:    pav (portmgr, in mentor's absence), Toxa <toxa@toxahost.ru>
(maintainer)
22 Jul 2007 19:53:52
Original commit files touched by this commit  2.32
laszlof search for other commits by this committer
- Add even more ports to the new "geography" category

Approved by:    Pav (wearing portmgr hat)
01 Feb 2007 02:42:06
Original commit files touched by this commit  2.32
kris search for other commits by this committer
Use libtool port instead of included version to avoid objformat a.out botch
30 Mar 2006 16:45:32
Original commit files touched by this commit  2.32
garga search for other commits by this committer
- Update to 2.32

PR:             ports/95038
Submitted by:   maintainer
30 Jan 2006 16:28:43
Original commit files touched by this commit  2.30
novel search for other commits by this committer
Fix build on 4.x.

Reported by:    pointyhat via kris
11 Jan 2006 13:02:37
Original commit files touched by this commit  2.30
novel search for other commits by this committer
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 <toxa@toxahost.ru>

Number of commits found: 39

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
webcalendarFeb 12
webcalendar-develFeb 12
bipFeb 11
firefoxFeb 11
linux-firefoxFeb 11
linux-seamonkeyFeb 11
linux-thunderbirdFeb 11
seamonkeyFeb 11
surfFeb 11
thunderbirdFeb 11
chromiumFeb 09
chromiumFeb 09
drupal6Feb 07
drupal7Feb 07
bugzillaFeb 06

15 vulnerabilities affecting 34 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds

Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23151
Broken 192
Deprecated 96
Ignore 728
Forbidden 2
Restricted 329
No CDROM 109
Vulnerable 0
Expired 7
Set to expire 93
Interactive 59
new 24 hours 2
new 48 hours7
new 7 days44
new fortnight70
new month141

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.394 seconds.