Index: astro/Makefile =================================================================== --- astro/Makefile +++ astro/Makefile @@ -70,6 +70,7 @@ 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 Index: astro/p5-GPS-Point/Makefile =================================================================== --- /dev/null +++ astro/p5-GPS-Point/Makefile @@ -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 Index: astro/p5-GPS-Point/distinfo =================================================================== --- /dev/null +++ astro/p5-GPS-Point/distinfo @@ -0,0 +1,2 @@ +SHA256 (GPS-Point-0.20.tar.gz) = fee13168bdfc3e6b738ffce37cd1d187f00f24a29bd4d3ec2888e2c5a480a615 +SIZE (GPS-Point-0.20.tar.gz) = 10271 Index: astro/p5-GPS-Point/pkg-descr =================================================================== --- /dev/null +++ astro/p5-GPS-Point/pkg-descr @@ -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