Page MenuHomeFreeBSD

New port: comms/redsea: Lightweight CLI FM-RDS decoder
ClosedPublic

Authored by kai on Feb 12 2019, 4:05 PM.
Tags
None
Referenced Files
F81628307: D19164.diff
Fri, Apr 19, 5:40 AM
Unknown Object (File)
Mar 17 2024, 4:47 PM
Unknown Object (File)
Dec 28 2023, 5:18 AM
Unknown Object (File)
Dec 28 2023, 5:14 AM
Unknown Object (File)
Dec 28 2023, 5:14 AM
Unknown Object (File)
Dec 28 2023, 5:14 AM
Unknown Object (File)
Dec 26 2023, 6:18 AM
Unknown Object (File)
Dec 25 2023, 10:54 AM
Subscribers

Details

Summary

PR 234726

Description:

redsea is a lightweight command-line decoder for broadcast FM-RDS data,
such as that provided from a software-defined radio (SDR). It can also
decode raw ASCII bitstreams, the hex format provided by RDS Spy, and audio
files containing multiplex signals. Decoded RDS groups are printed to the
terminal as line-delimited JSON objects; optionally, undecoded hex blocks
can be output instead.

This program is intended to be used in combination with a separate source
of demodulated FM multiplex signals, such as rtl-sdr.

WWW: https://github.com/windytan/redsea/

Test Plan
  • poudriere (11.2-, 12.0-RELEASE, 13.0-CURRENT@r342772 amd64 + i386) -> OK
  • portlint -> OK
  • Runtime tests: so far OK (but I'm not able to test it thoroughly due the lack of a R

ealtek 2832U card/stick).

I did some minor changes:

  • fix whitespaces
  • convert "autoreconf --install ${WRKSRC}" to "@cd ${WRKSRC} && ${AUTORECONF} -i"
  • merged pkg-plist into PLIST_FILES
  • sorted USES and OPTIONS alphabetically
  • removed GH_PROJECT

Notes/Questions from my side:

  • Submmitter's email address is different from the Makefile. AFAIK the maintainer addr

ess must be the same as the Bugzilla address?

Diff Detail

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

Event Timeline

Please check with the submitter about the mail address and adjust as pre respond.

Changed maintainer address to match with the one of submitter's Bugzilla account.

This revision is now accepted and ready to land.Feb 19 2019, 1:46 PM
This revision was automatically updated to reflect the committed changes.
mat added inline comments.
head/comms/redsea/Makefile
27

As TMC is already the name of the option, I think the description would be better as:

​TMC_DESC= traffic messages support (may slow building)

(It would even be better if the description actually described what it does, because unless one already knows what traffic message is, it does not mean much.)

head/comms/redsea/Makefile
27

Thank you for the suggestion. I did some research to improve the description. Would this one be apt?

TMC_DESC= Decoding support for Traffic Message Channel (traffic and travel info, may slow building)

Do I need to create a new review with that change or would it be sufficient if one of my mentors approve the change here?

head/comms/redsea/Makefile
27

I'd say we'll manage without anothe review :)

head/comms/redsea/Makefile
27

Thanks, done in rP493521.