Page MenuHomeFreeBSD

D19420.id54931.diff
No OneTemporary

D19420.id54931.diff

Index: head/astro/Makefile
===================================================================
--- head/astro/Makefile
+++ head/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: head/astro/p5-GPS-Point/Makefile
===================================================================
--- head/astro/p5-GPS-Point/Makefile
+++ head/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 <bsd.port.mk>
Index: head/astro/p5-GPS-Point/distinfo
===================================================================
--- head/astro/p5-GPS-Point/distinfo
+++ head/astro/p5-GPS-Point/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552318618
+SHA256 (GPS-Point-0.20.tar.gz) = fee13168bdfc3e6b738ffce37cd1d187f00f24a29bd4d3ec2888e2c5a480a615
+SIZE (GPS-Point-0.20.tar.gz) = 10271
Index: head/astro/p5-GPS-Point/pkg-descr
===================================================================
--- head/astro/p5-GPS-Point/pkg-descr
+++ head/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

File Metadata

Mime Type
text/plain
Expires
Tue, Nov 18, 9:35 AM (1 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25496884
Default Alt Text
D19420.id54931.diff (1 KB)

Event Timeline