aboutsummaryrefslogtreecommitdiff
path: root/astro/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-25 13:43:32 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2009-06-25 13:43:32 +0000
commit36adcf8c6b041841eadcd6a1cefa32754180331f (patch)
treec0aaa71fbb753d56d12e8726a0b28f21653f5f3a /astro/Makefile
parentee6434acd4e786bf90ea2fa649c677c98dd7905e (diff)
downloadports-36adcf8c6b041841eadcd6a1cefa32754180331f.tar.gz
ports-36adcf8c6b041841eadcd6a1cefa32754180331f.zip
Prune is an application for viewing, editing and converting coordinate
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/
Notes
Notes: svn path=/head/; revision=236619
Diffstat (limited to 'astro/Makefile')
-rw-r--r--astro/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/Makefile b/astro/Makefile
index 9d858636dff7..29435d1238ce 100644
--- a/astro/Makefile
+++ b/astro/Makefile
@@ -60,6 +60,7 @@
SUBDIR += planets
SUBDIR += position
SUBDIR += pp3
+ SUBDIR += prune
SUBDIR += ptiger
SUBDIR += py-aipy
SUBDIR += py-astLib