The FreeBSD Ports Archive
FreeBSD astro : gpsdrive4>
A GPS navigation system
GpsDrive is a car (bike, ship, plane) GPS navigation system.
GpsDrive displays the position provided from a NMEA-capable GPS receiver on
a zoomable map. The map file is autoselected depending on the position and
prefered scale. Speech output is supported if the "festival" software is
running. Waypoint database is supported via mySQL (optional).
http://www.gpsdrive.de/
|
gpsdrive history
v. 1.40
date: 2007/07/22 19:33:49; author: laszlof; state: Exp; lines: +1 -1
- Add ports to "geography" virtual category
Approved by: Pav (wearing portmgr hat)
v. 1.39
date: 2007/06/18 19:32:09; author: beech; state: Exp; lines: +2 -4
- Make fetchable
- Add mirror
PR: ports/113735
Submitted by: Thomas Abthorpe (maintainer)
Approved by: sat (mentor)
v. 1.38
date: 2007/05/19 19:57:48; author: flz; state: Exp; lines: +1 -1
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
v. 1.37
date: 2007/04/26 07:55:58; author: miwi; state: Exp; lines: +2 -2
- Update MASTER_SITES
PR: 112040
Submitted by: Craig Butler
v. 1.36
date: 2006/08/14 10:08:21; author: clsung; state: Exp; lines: +1 -1
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin
v. 1.35
date: 2006/05/03 05:14:05; author: edwin; state: Exp; lines: +0 -1
Remove USE_REINPLACE from ports in categories starting with A.
v. 1.34
date: 2006/02/23 10:34:22; author: ade; state: Exp; lines: +2 -2
Conversion to a single libtool environment.
Approved by: portmgr (kris)
v. 1.33
date: 2005/11/15 06:47:49; author: ade; state: Exp; lines: +1 -1
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
v. 1.32
date: 2005/11/05 05:21:21; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared library update.
v. 1.31
date: 2005/09/30 11:31:44; author: garga; state: Exp; lines: +1 -1
I'm not using it anymore, so, reset maintainership
v. 1.30
date: 2005/07/11 16:47:13; author: garga; state: Exp; lines: +1 -1
Change MAINTAINER to my @FreeBSD.org account
Approved by: flz (mentor)
v. 1.29
date: 2005/05/03 15:16:30; author: novel; state: Exp; lines: +1 -3
Remove unresolveable MASTER_SITES
PR: 80578
Submitted by: Renato Botelho (maintainer)
v. 1.28
date: 2005/04/27 15:00:49; author: novel; state: Exp; lines: +15 -2
- add WITHOUT_NLS support
- use %%DATADIR%% macro
- use libtool 1.5
PR: 80334
Submitted by: Renato Botelho (maintainer)
v. 1.27
date: 2005/04/19 18:08:35; author: sergei; state: Exp; lines: +1 -3
- Fix pkg-plist to unbreak the port
- Transfer maintainership to the submitter
PR: ports/79643
Submitted by: Renato Botelho
Approved by: Marco Molteni (maintainer)
v. 1.26
date: 2005/03/26 19:48:12; author: kris; state: Exp; lines: +2 -0
BROKEN: Incomplete pkg-plist
Approved by: portmgr (self)
v. 1.25
date: 2005/03/12 10:52:00; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISION to chase the glib20 shared lib version change.
v. 1.24
date: 2004/11/07 22:35:49; author: marcus; state: Exp; lines: +1 -1
Bump PORTREVISIONS for all ports that depend on atk or pango to ease in the
big upgrade.
v. 1.23
date: 2004/09/07 10:38:46; author: des; state: Exp; lines: +1 -0
Add a hackaround to allow gpsdrive to use serial devices on FreeBSD. The
original code is a non-portable Linuxism; this patch changes it to a non-
portable FreeBSDism. A more elaborate and portable patch will be submitted
to the author.
Approved by: portmgr (krion), maintainer
v. 1.22
date: 2004/07/09 17:41:50; author: marcus; state: Exp; lines: +1 -1
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
v. 1.21
date: 2004/06/09 12:40:20; author: vs; state: Exp; lines: +5 -18
Update to latest version:
- enable experimental mysql support
- drop gcc3x dependency
PR: ports/67638
Submitted by: maintainer
v. 1.20
date: 2004/04/11 14:39:25; author: krion; state: Exp; lines: +10 -2
- Use gcc33 for OSVERSION > 501103
- SIZE'ify
PR: ports/65421
Submitted by: michael johnson
v. 1.19
date: 2004/04/05 03:29:52; author: marcus; state: Exp; lines: +1 -1
Chase the glib20 update, and bump all affected ports' PORTREVISIONs.
v. 1.18
date: 2004/03/14 06:15:55; author: ade; state: Exp; lines: +1 -1
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
v. 1.17
date: 2004/02/04 04:35:43; author: marcus; state: Exp; lines: +2 -1
Add USE_GETTEXT and bump PORTREVISION.
Submitted by: trevor
Tested by: bento
v. 1.16
date: 2004/01/23 18:11:42; author: trevor; state: Exp; lines: +1 -1
Now gettext 0.12.1 is gettext-old.
v. 1.15
date: 2004/01/13 16:22:02; author: ale; state: Exp; lines: +11 -8
- Update to 2.07-pre7.
- Use gtk2 instead of gtk1.
PR: ports/61299
Submitted by: Marco Molteni (maintainer)
Approved by: nork (mentor/implicitly)
v. 1.14
date: 2003/08/26 20:25:35; author: marcus; state: Exp; lines: +1 -0
Bump the PORTREVISION for the ports directly affected by the gettext upgrade.
Prodded by: kris
v. 1.13
date: 2003/08/25 05:41:18; author: marcus; state: Exp; lines: +1 -1
Chase the libintl.so shared lib version.
v. 1.12
date: 2003/08/08 23:16:29; author: leeym; state: Exp; lines: +1 -2
Update of astro/gpsdrive to latest version (1.33)
PR: 54759
Submitted by: Marco Molteni
v. 1.11
date: 2003/07/14 02:35:55; author: sf; state: Exp; lines: +3 -1
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
add missing dependency to gettext.
v. 1.10
date: 2003/04/07 20:29:09; author: marcus; state: Exp; lines: +0 -1
Remove USE_GNOMENG macro.
v. 1.9
date: 2003/02/21 10:44:56; author: knu; state: Exp; lines: +1 -0
De-pkg-comment.
v. 1.8
date: 2003/01/03 18:28:17; author: ijliao; state: Exp; lines: +2 -2
upgrade to 1.31
PR: 46273
Submitted by: maintainer
v. 1.7
date: 2002/10/24 06:51:44; author: kevlo; state: Exp; lines: +8 -6
Update to version 1.28
PR: 44420
Submitted by: MAINTAINER
v. 1.6
date: 2002/08/30 03:20:22; author: lioux; state: Exp; lines: +2 -2
Deploy USE_GNOMENG infrastructure
PR: 42180
Submitted by: Edwin Groothuis
v. 1.5
date: 2002/08/12 17:30:48; author: naddy; state: Exp; lines: +1 -2
Honor CFLAGS.
v. 1.4
date: 2002/08/09 17:50:35; author: pat; state: Exp; lines: +1 -1
Update to 1.26.r4
PR: ports/41469
Submitted by: maintainer
v. 1.3
date: 2002/07/15 16:54:08; author: sobomax; state: Exp; lines: +0 -1
USE_GTK implies USE_GLIB, so that remove the latter when the former is present.
v. 1.2
date: 2002/07/02 01:03:28; author: pat; state: Exp; lines: +14 -7
Update to 1.23.r9
PR: ports/39950
Submitted by: maintainer
v. 1.1
date: 2002/05/20 01:01:16; author: petef; state: Exp;
Add gpsdrive 1.20.r1, a GPS navigation system.
PR: 37645
Submitted by: Marco Molteni
=============================================================================
|
| |

|