aboutsummaryrefslogtreecommitdiff
path: root/astro/libroadnav
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup plistBaptiste Daroussin2014-10-191-1/+0
| | | | Notes: svn path=/head/; revision=371223
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Change INSTALL_DATA to install with mode 644Antoine Brodin2014-09-041-11/+0
| | | | | | | | | | | | | Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr Notes: svn path=/head/; revision=367307
* Use wx 2.8 (unicode version)Baptiste Daroussin2014-03-241-2/+3
| | | | | | | | | Fix build with modern c++ compilers [1] Obtained from: Gentoo Notes: svn path=/head/; revision=348938
* Support stageBaptiste Daroussin2014-03-021-11/+3
| | | | Notes: svn path=/head/; revision=346731
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | astro) Notes: svn path=/head/; revision=327701
* Convert astro to USES=gmakeBaptiste Daroussin2013-08-301-1/+1
| | | | | | | | | | While here: - Trim headers - Use shebangfix when needed - Convert to new perl5 world Notes: svn path=/head/; revision=325648
* - Use `pre-su-install' target to unbreak non-root installationAlexey Dokuchaev2012-09-292-6/+11
| | | | | | | | | | - Switch from checking NOPORTDOCS to PORT_OPTIONS:MDOCS - Cleanup Makefile header, fix COMMENT text, wrap overly long lines - Synchronize descriptions and add a note about one port being a helper library for another Notes: svn path=/head/; revision=305023
* Reformat description text and kill EOL whitespace.Alexey Dokuchaev2012-09-291-9/+9
| | | | Notes: svn path=/head/; revision=305022
* - Reassign to the heap at maintainer's requestThomas Abthorpe2012-09-241-7/+2
| | | | Notes: svn path=/head/; revision=304786
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-1/+2
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+1
| | | | | | | starting with A Notes: svn path=/head/; revision=240066
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Change maintainer emailBeech Rintoul2009-01-151-1/+1
| | | | | | | | PR: ports/130570 Submitted by: bahamasfranks@gmail.com (maintainer) Notes: svn path=/head/; revision=226146
* RoadMap is a program for Linux that displays street maps. The maps areDmitry Marakasov2008-08-115-0/+111
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) Notes: svn path=/head/; revision=218388