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)
Wed, Dec 25, 7:44 PM
Unknown Object (File)
Wed, Dec 11, 5:46 AM
Unknown Object (File)
Nov 22 2024, 4:37 PM
Unknown Object (File)
Oct 16 2024, 7:13 PM
Unknown Object (File)
Oct 7 2024, 4:33 PM
Unknown Object (File)
Oct 7 2024, 10:38 AM
Unknown Object (File)
Oct 6 2024, 8:01 PM
Unknown Object (File)
Oct 4 2024, 8:45 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

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

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.