Commit graph

3 commits

Author SHA1 Message Date
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Kai Knoblich
25e26359f1 comms/redsea: Improve description text for the TMC option
Suggested by:	mat
Approved by:	tcberner (mentor)
2019-02-21 18:33:06 +00:00
Kai Knoblich
a943e48a11 New port: comms/redsea
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/

PR:		234726
Submitted by:	Andrew <morrand276@gmail.com>
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D19164
2019-02-20 21:49:09 +00:00