| Summary: | New port: astro/roadnav A GPS Mapping program | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Steve Franks <stevefranks> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Steve Franks
2008-07-29 01:20:00 UTC
Responsible Changed From-To: freebsd-ports-bugs->amdmi3 I'll take it. State Changed From-To: open->feedback Could you please submit those ports in a standart way (described in http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/)? I.e., at least: - submit ports in a shell archive (man shar) (or you can send them as tar's directly to me if you want) - distinfo and pkg-plist are missing - I suppose roadnav should depend on libroadnav - does libroadnav really need to depend on WX? - also, from quick glance on makefiles, DISTNAME is unnecessary 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)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: feedback->closed Committed. Thanks! amdmi3 2008-08-11 19:35:08 UTC
FreeBSD ports repository
Modified files:
astro/libroadnav/files patch-src-Makefile.in
astro/libroadnav Makefile distinfo pkg-descr pkg-plist
astro/roadnav/files patch-src-SerialIO-POSIX.cpp
astro/roadnav Makefile distinfo pkg-descr pkg-plist
Log:
Forced commit to note that port description in the previous commit was taken from the wrong port (astro/roadmap). Here's the correct description:
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/
PR: ports/126056
Submitted by: Steve Franks <stevefranks at ieee dot org>
Approved by: miwi (mentor implicit)
Revision Changes Path
1.2 +0 -0 ports/astro/libroadnav/Makefile
1.2 +0 -0 ports/astro/libroadnav/distinfo
1.2 +0 -0 ports/astro/libroadnav/files/patch-src-Makefile.in
1.2 +0 -0 ports/astro/libroadnav/pkg-descr
1.2 +0 -0 ports/astro/libroadnav/pkg-plist
1.2 +0 -0 ports/astro/roadnav/Makefile
1.2 +0 -0 ports/astro/roadnav/distinfo
1.2 +0 -0 ports/astro/roadnav/files/patch-src-SerialIO-POSIX.cpp
1.2 +0 -0 ports/astro/roadnav/pkg-descr
1.2 +0 -0 ports/astro/roadnav/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
|