Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 236618) +++ head/astro/Makefile (revision 236619) @@ -1,109 +1,110 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += aa SUBDIR += accrete SUBDIR += boinc-einsteinathome SUBDIR += boinc-milkyway SUBDIR += boinc-setiathome-enhanced SUBDIR += celestia SUBDIR += celestia-gnome SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += dgpsip SUBDIR += ephem SUBDIR += gaia SUBDIR += gkrellmoon SUBDIR += gkrellmoon2 SUBDIR += gkrellsun SUBDIR += glunarclock SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpstk SUBDIR += jday SUBDIR += josm SUBDIR += libgal SUBDIR += libnova SUBDIR += libroadnav SUBDIR += luna SUBDIR += match SUBDIR += merkaartor SUBDIR += mymoon SUBDIR += nightfall SUBDIR += nova SUBDIR += openmap SUBDIR += openuniverse SUBDIR += orsa SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel SUBDIR += p5-Geo-METAR SUBDIR += p5-Weather-Underground SUBDIR += phoon SUBDIR += planets SUBDIR += position SUBDIR += pp3 + SUBDIR += prune SUBDIR += ptiger SUBDIR += py-aipy SUBDIR += py-astLib SUBDIR += py-metar SUBDIR += py-pyfits SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qlandkartegt SUBDIR += rmap SUBDIR += roadmap SUBDIR += roadnav SUBDIR += saoimage SUBDIR += sattrack SUBDIR += sextractor SUBDIR += sky2000 SUBDIR += spacechart SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += sunclock SUBDIR += swe SUBDIR += tangogps SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += weatherget SUBDIR += weatherspect SUBDIR += wmglobe SUBDIR += wmjupiter SUBDIR += wmmoonclock SUBDIR += wmsolar SUBDIR += wmspaceweather SUBDIR += wmsun SUBDIR += xearth SUBDIR += xeartk SUBDIR += xephem SUBDIR += xglobe SUBDIR += xmoontool SUBDIR += xphoon SUBDIR += xplanet SUBDIR += xrmap SUBDIR += xtide SUBDIR += xworld .include Property changes on: head/astro/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.136 \ No newline at end of property +1.137 \ No newline at end of property Index: head/astro/prune/Makefile =================================================================== --- head/astro/prune/Makefile (nonexistent) +++ head/astro/prune/Makefile (revision 236619) @@ -0,0 +1,36 @@ +# New ports collection makefile for: prune +# Date created: 25 Jun 2009 +# Whom: Dmitry Marakasov +# +# $FreeBSD$ +# + +PORTNAME= prune +PORTVERSION= 7 +CATEGORIES= astro java +MASTER_SITES= http://activityworkshop.net/software/prune/ \ + http://mirror.amdmi3.ru/distfiles/ +DISTNAME= ${PORTNAME}_0${PORTVERSION} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= # empty + +MAINTAINER= amdmi3@FreeBSD.org +COMMENT= Application for viewing, editing and converting GPS coordinate data + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +USE_JAVA= yes +JAVA_VERSION= 1.5+ + +SUB_FILES= prune.sh +SUB_LIST= JARNAME=${DISTNAME} + +PLIST_FILES= bin/prune ${JAVAJARDIR:C,${PREFIX}/?,,}/${DISTNAME} + +do-install: + ${MKDIR} ${JAVAJARDIR}/ + ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${JAVAJARDIR}/ + ${INSTALL_SCRIPT} ${WRKDIR}/prune.sh ${PREFIX}/bin/prune + +.include Property changes on: head/astro/prune/Makefile ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/astro/prune/distinfo =================================================================== --- head/astro/prune/distinfo (nonexistent) +++ head/astro/prune/distinfo (revision 236619) @@ -0,0 +1,3 @@ +MD5 (prune_07.jar) = 4e49ec5854946de73a7045fadafadd88 +SHA256 (prune_07.jar) = 064d93369c2a512eda7674358f384a56b676da6b856e19eb92367b5cd31ab633 +SIZE (prune_07.jar) = 403911 Property changes on: head/astro/prune/distinfo ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/astro/prune/files/prune.sh.in =================================================================== --- head/astro/prune/files/prune.sh.in (nonexistent) +++ head/astro/prune/files/prune.sh.in (revision 236619) @@ -0,0 +1,9 @@ +#!/bin/sh +# +# $FreeBSD$ + +JAVA="%%LOCALBASE%%/bin/java" +JARPATH="%%JAVALIBDIR%%" +export JAVA_VERSION="%%JAVA_VERSION%%" + +exec "${JAVA}" -jar "${JARPATH}/%%JARNAME%%" "$@" Property changes on: head/astro/prune/files/prune.sh.in ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: head/astro/prune/pkg-descr =================================================================== --- head/astro/prune/pkg-descr (nonexistent) +++ head/astro/prune/pkg-descr (revision 236619) @@ -0,0 +1,14 @@ +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/ Property changes on: head/astro/prune/pkg-descr ___________________________________________________________________ Added: cvs2svn:cvs-rev ## -0,0 +1 ## +1.1 \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property