Page MenuHomeFreeBSD

New port: astro/p5-GPS-Point: Provides an object interface for a GPS point
ClosedPublic

Authored by kai on Mar 1 2019, 2:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 12, 2:14 PM
Unknown Object (File)
Sat, Mar 2, 5:31 AM
Unknown Object (File)
Sat, Mar 2, 5:30 AM
Unknown Object (File)
Sat, Mar 2, 5:30 AM
Unknown Object (File)
Sat, Mar 2, 5:30 AM
Unknown Object (File)
Sat, Mar 2, 1:18 AM
Unknown Object (File)
Feb 14 2024, 5:45 PM
Unknown Object (File)
Jan 21 2024, 3:42 AM
Subscribers
None

Details

Summary

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
Approved by: (one of the mentors)

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

    t/001_load.t ...... ok t/002_newcopy.t ... ok t/003_newGPSD.t ... ok t/004_newMulti.t .. ok t/005_value.t ..... ok t/007_buffer.t .... ok All tests successful. Files=6, Tests=113, 0 wallclock secs ( 0.04 usr 0.01 sys + 0.35 cusr 0.12 csys = 0.52 CPU) Result: PASS

Minor fixes from the original patch:

  • Change MAINTAINER to match address at Bugzilla
  • Fix licensing information
  • Placed RUN_DEPENDS on single lines
  • Merged pkg-plist into PLIST_FILES
  • Reformatted pkg-descr a bit and added WWW entry

Diff Detail

Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 22835
Build 21923: arc lint + arc unit

Event Timeline

tcberner requested changes to this revision.Mar 1 2019, 8:44 PM

This is a new port, so it needs to be hooked into the tree.

This revision now requires changes to proceed.Mar 1 2019, 8:44 PM

Hooking the new port into the tree.

This is a new port, so it needs to be hooked into the tree.

Indeed, I was getting used to Tools/scrips/addport ... :-)

This revision was not accepted when it landed; it landed in state Needs Review.Mar 11 2019, 3:41 PM
This revision was automatically updated to reflect the committed changes.