From owner-cvs-ports@FreeBSD.ORG Thu Jun 25 13:43:32 2009 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8604C10656C4; Thu, 25 Jun 2009 13:43:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 743128FC12; Thu, 25 Jun 2009 13:43:32 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n5PDhW7f000366; Thu, 25 Jun 2009 13:43:32 GMT (envelope-from amdmi3@repoman.freebsd.org) Received: (from amdmi3@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n5PDhWdI000365; Thu, 25 Jun 2009 13:43:32 GMT (envelope-from amdmi3) Message-Id: <200906251343.n5PDhWdI000365@repoman.freebsd.org> From: Dmitry Marakasov Date: Thu, 25 Jun 2009 13:43:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/astro Makefile ports/astro/prune Makefile distinfo pkg-descr ports/astro/prune/files prune.sh.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Jun 2009 13:43:33 -0000 amdmi3 2009-06-25 13:43:32 UTC FreeBSD ports repository Modified files: astro Makefile Added files: astro/prune Makefile distinfo pkg-descr astro/prune/files prune.sh.in Log: 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/ Revision Changes Path 1.137 +1 -0 ports/astro/Makefile 1.1 +36 -0 ports/astro/prune/Makefile (new) 1.1 +3 -0 ports/astro/prune/distinfo (new) 1.1 +9 -0 ports/astro/prune/files/prune.sh.in (new) 1.1 +14 -0 ports/astro/prune/pkg-descr (new)