ports/126056: New port: astro/roadnav A GPS Mapping program
Steve Franks
stevefranks at ieee.org
Tue Jul 29 00:20:02 UTC 2008
>Number: 126056
>Category: ports
>Synopsis: New port: astro/roadnav A GPS Mapping program
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue Jul 29 00:20:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Steve Franks
>Release: 7-stable
>Organization:
>Environment:
FreeBSD dystant.franks-development.dyndns.biz 7.0-STABLE FreeBSD 7.0-STABLE #1: Mon May 12 14:09:43 MST 2008 root at dystant.franks-development.dyndns.biz:/usr/obj/usr/src/sys/DYSTANT amd64
>Description:
Add roadnav sourceforge project to ports
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
#################################/usr/ports/astro/roadnav/Makefile#################################
# ex:ts=8
# Ports collection makefile for: roadnav
# Date created: 28 July 2008
# Whom: stevef
#
# $FreeBSD$
#
PORTNAME= roadnav
PORTVERSION= 0.19
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=roadnav
DISTNAME= roadnav-${PORTVERSION}
MAINTAINER= stevefranks at ieee.org
COMMENT= A 3D GPS Mapping program
USE_WX= yes
WX_COMPS= wx contrib
USE_GMAKE= yes
MAN1= roadnav.1
CFLAGS+=-I${LOCALBASE}/include
GNU_CONFIGURE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
CONFIGURE_ENV= CFLAGS+=-I${LOCALBASE}/include LDFLAGS+=-L${LOCALBASE}/lib
.include <bsd.port.mk>
#################################/usr/ports/astro/roadnav/pkg-descr#################################
Roadnav is an open source street navigation solution capable of running on a
variety of operating systems. It can obtain your position from a GPS unit,
plot a map of your area, and provide directions to locations in the USA. It
can also verbalize directions using Microsoft SAPI 5.1, Festival, flite, and
OS X's built in text to speech engine.
Roadnav uses the free TIGER/Line (Topologically Integrated Geographic
Encoding and Referencing) files from the US Census Bureau to build the maps,
along with the GNIS state and topical gazetteer data from the USGS to identify
locations. It has experimental support for scripting, LCDproc, importing
OpenStreetMap data, and importing GPX waypoints and tracks.
WWW: http://roadnav.sourceforge.net/
#################################/usr/ports/astro/libroadnav/Makefile#################################
# ex:ts=8
# Ports collection makefile for: roadnav
# Date created: 28 July 2008
# Whom: stevef
#
# $FreeBSD$
#
PORTNAME= libroadnav
PORTVERSION= 0.19
CATEGORIES= astro
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=roadnav
DISTNAME= libroadnav-${PORTVERSION}
MAINTAINER= stevefranks at ieee.org
COMMENT= Helper library for Roadnav: A 3D GPS Mapping program
USE_WX= yes
WX_COMPS= wx contrib
USE_GMAKE= yes
GNU_CONFIGURE= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-wx-prefix=${LOCALBASE} --with-wx-config=${WX_CONFIG}
CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
.include <bsd.port.mk>
#################################/usr/ports/astro/libroadnav/pkg-descr###########################################
Roadnav is an open source street navigation solution capable of running on a
variety of operating systems. It can obtain your position from a GPS unit,
plot a map of your area, and provide directions to locations in the USA. It
can also verbalize directions using Microsoft SAPI 5.1, Festival, flite, and
OS X's built in text to speech engine.
Roadnav uses the free TIGER/Line (Topologically Integrated Geographic
Encoding and Referencing) files from the US Census Bureau to build the maps,
along with the GNIS state and topical gazetteer data from the USGS to identify
locations. It has experimental support for scripting, LCDproc, importing
OpenStreetMap data, and importing GPX waypoints and tracks.
WWW: http://roadnav.sourceforge.net/
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list