Date: Mon, 11 Mar 2019 15:40:53 +0000 (UTC) From: Kai Knoblich <kai@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495356 - in head/astro: . p5-GPS-Point Message-ID: <201903111540.x2BFerbI042718@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kai Date: Mon Mar 11 15:40:53 2019 New Revision: 495356 URL: https://svnweb.freebsd.org/changeset/ports/495356 Log: New port: astro/p5-GPS-Point: Provides an object interface for a GPS point 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 PR: 235820 Submitted by: Brian Scott <bscott@bunyatech.com.au> Reviewed by: tcberner (mentor) Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D19420 Added: head/astro/p5-GPS-Point/ head/astro/p5-GPS-Point/Makefile (contents, props changed) head/astro/p5-GPS-Point/distinfo (contents, props changed) head/astro/p5-GPS-Point/pkg-descr (contents, props changed) Modified: head/astro/Makefile Modified: head/astro/Makefile ============================================================================== --- head/astro/Makefile Mon Mar 11 15:10:12 2019 (r495355) +++ head/astro/Makefile Mon Mar 11 15:40:53 2019 (r495356) @@ -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 Added: head/astro/p5-GPS-Point/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/p5-GPS-Point/Makefile Mon Mar 11 15:40:53 2019 (r495356) @@ -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 <bsd.port.mk> Added: head/astro/p5-GPS-Point/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/p5-GPS-Point/distinfo Mon Mar 11 15:40:53 2019 (r495356) @@ -0,0 +1,3 @@ +TIMESTAMP = 1552318618 +SHA256 (GPS-Point-0.20.tar.gz) = fee13168bdfc3e6b738ffce37cd1d187f00f24a29bd4d3ec2888e2c5a480a615 +SIZE (GPS-Point-0.20.tar.gz) = 10271 Added: head/astro/p5-GPS-Point/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/astro/p5-GPS-Point/pkg-descr Mon Mar 11 15:40:53 2019 (r495356) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903111540.x2BFerbI042718>