aboutsummaryrefslogtreecommitdiffstats
path: root/astro/prune
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos in COMMENTcs2012-07-251-1/+1
|
* - Get Rid MD5 supportmiwi2011-03-191-1/+0
|
* - Update to 11amdmi32010-08-112-4/+4
|
* - Update to 10amdmi32010-07-032-5/+13
| | | | | | - Add optional java3d dependency Feature safe: yes
* - Update to 9amdmi32010-04-242-7/+6
| | | | - Change script name to not contain version number and still not conflict with graphviz' bin/prune
* - Install script from astro/prune as bin/prune${PORTVERSION} (currently ↵amdmi32009-09-161-5/+3
| | | | | | | | | | bin/prune7) instead of bin/prune to avoid conflict with graphviz - Bump portrevision - Drop CONFLICTS Suggested by: Oliver Brandmueller <ob at e-Gitt dot NET> Feature safe: yes
* - Add CONFLICTS for graphics/graphviz: both ports install bin/pruneamdmi32009-08-041-0/+3
|
* - Fix installationamdmi32009-06-261-2/+2
| | | | Reported by: QAT, Vladimir Grebenschikov
* Prune is an application for viewing, editing and converting coordinateamdmi32009-06-254-0/+62
data from GPS systems. Basically it's a tool to let you play with your GPS data after you get home from your trip. It can load data from arbitrary text-based formats (for example, any tab-separated or comma-separated file) or Xml, or directly from a GPS receiver. It can display the data (as map view using openstreetmap images and as altitude profile), edit this data (for example delete points and ranges, sort waypoints, compress tracks), and save the data (in various text-based formats). It can also export data as a Gpx file, or as Kml/Kmz for import into Google Earth, or send it to a GPS receiver. WWW: http://activityworkshop.net/software/prune/