From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jul 29 00:20:01 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F143D1065670 for ; Tue, 29 Jul 2008 00:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C5F1E8FC1B for ; Tue, 29 Jul 2008 00:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m6T0K1lM054580 for ; Tue, 29 Jul 2008 00:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m6T0K1Rg054579; Tue, 29 Jul 2008 00:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 29 Jul 2008 00:20:01 GMT Resent-Message-Id: <200807290020.m6T0K1Rg054579@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Franks Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E49AB106567F for ; Tue, 29 Jul 2008 00:11:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id CB21D8FC1C for ; Tue, 29 Jul 2008 00:11:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m6T0Bvje080478 for ; Tue, 29 Jul 2008 00:11:57 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m6T0Bvgg080477; Tue, 29 Jul 2008 00:11:57 GMT (envelope-from nobody) Message-Id: <200807290011.m6T0Bvgg080477@www.freebsd.org> Date: Tue, 29 Jul 2008 00:11:57 GMT From: Steve Franks To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/126056: New port: astro/roadnav A GPS Mapping program X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2008 00:20:02 -0000 >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@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@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 #################################/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@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 #################################/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: