Date: Mon, 11 Aug 2008 01:34:03 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/astro Makefile ports/astro/roadnav Makefile distinfo pkg-descr pkg-plist ports/astro/roadnav/files patch-src-SerialIO-POSIX.cpp ports/astro/libroadnav Makefile distinfo pkg-descr pkg-plist ports/astro/libroadnav/files ... Message-ID: <200808110134.m7B1Y3V2014354@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
amdmi3 2008-08-11 01:34:03 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/roadnav Makefile distinfo pkg-descr pkg-plist astro/roadnav/files patch-src-SerialIO-POSIX.cpp astro/libroadnav Makefile distinfo pkg-descr pkg-plist astro/libroadnav/files patch-src-Makefile.in Log: RoadMap is a program for Linux that displays street maps. The maps are provided by the US Census Bureau, and thus only cover the US. RoadMap is at an early stage of development. At this time there are no routing features implemented yet. RoadMap can only display the map around a specified street address or follow a GPS device (using gpsd). The plan for the future is to implement some navigation features similar to those found in commercial street navigation systems. RoadMap uses a binary file format for representing the maps that is compact enough to allow the storage of many maps on a Compact Flash or MultiMedia card. The map of Los Angeles county takes about 10 Mbytes of flash space. RoadMap comes with a set of tools to convert the US Census bureau data into its own map format. WWW: http://roadmap.digitalomaha.net/ PR: ports/126056 Submitted by: Steve Franks <stevefranks at ieee dot org> Approved by: miwi (mentor implicit) Revision Changes Path 1.124 +2 -0 ports/astro/Makefile 1.1 +34 -0 ports/astro/libroadnav/Makefile (new) 1.1 +3 -0 ports/astro/libroadnav/distinfo (new) 1.1 +11 -0 ports/astro/libroadnav/files/patch-src-Makefile.in (new) 1.1 +13 -0 ports/astro/libroadnav/pkg-descr (new) 1.1 +50 -0 ports/astro/libroadnav/pkg-plist (new) 1.1 +40 -0 ports/astro/roadnav/Makefile (new) 1.1 +3 -0 ports/astro/roadnav/distinfo (new) 1.1 +20 -0 ports/astro/roadnav/files/patch-src-SerialIO-POSIX.cpp (new) 1.1 +13 -0 ports/astro/roadnav/pkg-descr (new) 1.1 +149 -0 ports/astro/roadnav/pkg-plist (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808110134.m7B1Y3V2014354>