Page MenuHomeFreeBSD

New port: astro/p5-Net-GPSD3: Interface to the gpsd server daemon protocol version 3 (JSON)
ClosedPublic

Authored by kai on Mar 11 2019, 4:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 7:29 PM
Unknown Object (File)
Mar 1 2024, 2:55 AM
Unknown Object (File)
Feb 19 2024, 10:26 PM
Unknown Object (File)
Feb 19 2024, 10:26 PM
Unknown Object (File)
Feb 19 2024, 10:26 PM
Unknown Object (File)
Feb 19 2024, 4:13 PM
Unknown Object (File)
Feb 11 2024, 12:56 PM
Unknown Object (File)
Jan 18 2024, 7:46 AM
Subscribers
None

Details

Summary

Net::GPSD3 provides an object client interface to the gpsd server daemon
utilizing the version 3 protocol.

WWW: https://metacpan.org/release/Net-GPSD3

PR: 235822
Submitted by: Brian Scott
Approved by: (one of the mentors)

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r344874 amd64 + i386) -> OK
  • portlint -> OK
  • "make test" yields

t/001_load.t ............... ok
t/002_ERROR.t .............. ok
t/003_TPV.t ................ ok
t/004_SKY.t ................ ok
t/005_Satellite.t .......... ok
t/006_DEVICES.t ............ ok
t/007_DEVICE.t ............. ok
t/008_VERSION.t ............ ok
t/009_POLL.t ............... ok
t/009_POLL_transitional.t .. ok
t/009_WATCH.t .............. ok
t/010_SUBFRAME.t ........... ok
All tests successful.
Files=12, Tests=255, 14 wallclock secs ( 0.08 usr 0.05 sys + 5.21 cusr 1.02 csys = 6.37 CPU)
Result: PASS

Minor fixes from the original patch:

  • Changed MAINTAINER address accordingly to Bugzilla address
  • Fixed COMMENT -> s/versions/version/
  • Fixed LICENSE and added LICENSE_FILE
  • Placed RUN_DEPENDS on separate lines
  • Changed pkg-descr and aligned it to the 80 chars field width
  • Added WWW entry
  • Added TIMESTAMP to distinfo

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Mar 13 2019, 4:30 AM
This revision was automatically updated to reflect the committed changes.