Bug 126056 - New port: astro/roadnav A GPS Mapping program
Summary: New port: astro/roadnav A GPS Mapping program
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 01:20 UTC by Steve Franks
Modified: 2008-08-11 20:40 UTC (History)
0 users

See Also:


Attachments
file.txt (3.14 KB, text/plain)
2008-07-29 01:20 UTC, Steve Franks
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Franks 2008-07-29 01:20:00 UTC
Add roadnav sourceforge project to ports

Fix: Patch attached with submission follows:
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2008-07-31 20:12:02 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2008-07-31 20:12:22 UTC
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
Comment 3 dfilter service freebsd_committer freebsd_triage 2008-08-11 02:34:17 UTC
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"
Comment 4 Dmitry Marakasov freebsd_committer freebsd_triage 2008-08-11 02:42:09 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-08-11 20:35:16 UTC
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"