Index: head/astro/Makefile =================================================================== --- head/astro/Makefile (revision 495355) +++ head/astro/Makefile (revision 495356) @@ -1,134 +1,135 @@ # $FreeBSD$ # COMMENT = Astronomical ports SUBDIR += R-cran-maptools SUBDIR += accrete SUBDIR += astrometry SUBDIR += boinc-astropulse SUBDIR += boinc-setiathome SUBDIR += celestia SUBDIR += celestia-gtk SUBDIR += cfitsio SUBDIR += fowsr SUBDIR += foxtrotgps SUBDIR += garmindev SUBDIR += geographiclib SUBDIR += gkrellmoon2 SUBDIR += google-earth SUBDIR += gpsbabel SUBDIR += gpsbabel14 SUBDIR += gpscorrelate SUBDIR += gpsd SUBDIR += gpsdrive SUBDIR += gpsman SUBDIR += gpsprune SUBDIR += gpstk SUBDIR += gpxloggerd SUBDIR += jday SUBDIR += josm SUBDIR += kstars SUBDIR += libgal SUBDIR += libkgeomap SUBDIR += libnova SUBDIR += libosmium SUBDIR += libosmpbf SUBDIR += luna SUBDIR += marble SUBDIR += match SUBDIR += merkaartor SUBDIR += mkgmap SUBDIR += mkgmap-splitter SUBDIR += mymoon SUBDIR += nightfall SUBDIR += opencpn SUBDIR += openuniverse SUBDIR += oskar SUBDIR += osmosis SUBDIR += p5-Astro SUBDIR += p5-Astro-ADS SUBDIR += p5-Astro-App-Satpass2 SUBDIR += p5-Astro-Catalog SUBDIR += p5-Astro-Constants SUBDIR += p5-Astro-Coords SUBDIR += p5-Astro-DSS SUBDIR += p5-Astro-FITS-CFITSIO SUBDIR += p5-Astro-FITS-Header SUBDIR += p5-Astro-Flux SUBDIR += p5-Astro-Hipparcos SUBDIR += p5-Astro-MoonPhase SUBDIR += p5-Astro-PAL SUBDIR += p5-Astro-SIMBAD SUBDIR += p5-Astro-SIMBAD-Client SUBDIR += p5-Astro-SpaceTrack SUBDIR += p5-Astro-SunTime SUBDIR += p5-Astro-Sunrise SUBDIR += p5-Astro-Telescope SUBDIR += p5-Astro-WaveBand SUBDIR += p5-Astro-satpass SUBDIR += p5-GPS SUBDIR += p5-GPS-Babel SUBDIR += p5-GPS-OID + SUBDIR += p5-GPS-Point SUBDIR += p5-Geo-METAR SUBDIR += p5-Misc-Quality SUBDIR += p5-Starlink-AST SUBDIR += p5-Weather-Underground SUBDIR += phoon SUBDIR += planets SUBDIR += pp3 SUBDIR += ptiger SUBDIR += py-RO SUBDIR += py-aipy SUBDIR += py-astLib SUBDIR += py-astropy SUBDIR += py-horoscopegenerator SUBDIR += py-metar SUBDIR += py-metpy SUBDIR += py-pymetar SUBDIR += py-pysofa SUBDIR += py-pywapi SUBDIR += py-spacetrack SUBDIR += pyephem SUBDIR += pyweather SUBDIR += qlandkartegt SUBDIR += qmapshack SUBDIR += readosm SUBDIR += rmap SUBDIR += roadmap SUBDIR += routino SUBDIR += saoimage SUBDIR += sextractor SUBDIR += siril SUBDIR += sofa SUBDIR += sscalc SUBDIR += stardates SUBDIR += starplot SUBDIR += stars SUBDIR += stellarium SUBDIR += stellarium-qt4 SUBDIR += sunclock SUBDIR += sunwait SUBDIR += swe SUBDIR += tclgeomap SUBDIR += tkgeomap SUBDIR += viking SUBDIR += wcslib SUBDIR += weather 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 += xtide SUBDIR += xworld .include Index: head/astro/p5-GPS-Point/Makefile =================================================================== --- head/astro/p5-GPS-Point/Makefile (nonexistent) +++ head/astro/p5-GPS-Point/Makefile (revision 495356) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= GPS-Point +PORTVERSION= 0.20 +CATEGORIES= astro perl5 geography +MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- + +MAINTAINER= bscott@bunyatech.com.au +COMMENT= Provides an object interface for a GPS point + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= ${RUN_DEPENDS} +RUN_DEPENDS= p5-Test-Number-Delta>0:devel/p5-Test-Number-Delta \ + p5-Test-Simple>=0.44:devel/p5-Test-Simple + +USES= perl5 +USE_PERL5= configure + +NO_ARCH= yes +PLIST_FILES= ${SITE_PERL_REL}/GPS/Point.pm \ + ${SITE_MAN3_REL}/GPS::Point.3.gz + +.include Property changes on: head/astro/p5-GPS-Point/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/p5-GPS-Point/distinfo =================================================================== --- head/astro/p5-GPS-Point/distinfo (nonexistent) +++ head/astro/p5-GPS-Point/distinfo (revision 495356) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552318618 +SHA256 (GPS-Point-0.20.tar.gz) = fee13168bdfc3e6b738ffce37cd1d187f00f24a29bd4d3ec2888e2c5a480a615 +SIZE (GPS-Point-0.20.tar.gz) = 10271 Property changes on: head/astro/p5-GPS-Point/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/astro/p5-GPS-Point/pkg-descr =================================================================== --- head/astro/p5-GPS-Point/pkg-descr (nonexistent) +++ head/astro/p5-GPS-Point/pkg-descr (revision 495356) @@ -0,0 +1,6 @@ +Provides an object interface for a GPS point (e.g. Position, Velocity and +Time). + +This is a re-write of Net::GPSD::Point with the goal of being more re-usable. + +WWW: https://metacpan.org/release/GPS-Point Property changes on: head/astro/p5-GPS-Point/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +on \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property