Port details |
- redsea Lightweight command-line FM-RDS decoder
- 0.21 comms
=2 0.21Version of this port present on the latest quarterly branch. - Maintainer: morrand276@gmail.com
 - Port Added: 2019-02-20 21:49:28
- Last Update: 2024-03-02 13:53:25
- Commit Hash: df8d428
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/windytan/redsea/
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/comms/redsea/ && make install clean
- To add the package, run one of these commands:
- pkg install comms/redsea
- pkg install redsea
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: redsea
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1706370704
SHA256 (windytan-redsea-v0.21_GH0.tar.gz) = c0e72457b54b37b7a1a7dce71abb076b963f8510c1e6066610963283beac536e
SIZE (windytan-redsea-v0.21_GH0.tar.gz) = 132027
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- Library dependencies:
-
- libsndfile.so : audio/libsndfile
- libliquid.so : comms/liquid-dsp
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for redsea-0.21:
DEMOD=on: Demodulation support via comms/liquid-dsp
TMC=on: Decoding support for TMC traffic messages (may slow building)
===> Use 'make config' to modify these settings
- Options name:
- comms_redsea
- USES:
- autoreconf:build compiler:c++14-lang iconv localbase:ldflags
- pkg-message:
- For install:
- Don't forget to give redsea something to decode! For output from a USB
software-defined radio stick, you may want to consider installing
comms/rtl-sdr or another SDR tool of your choice that can feed raw I/Q
data on stdout.
You can also provide redsea with hex data from RDS Spy, raw ASCII
bitstream, or an audio file containing a multiplexed FM signal.
Fuller details are contained in the redsea wiki:
https://github.com/windytan/redsea/wiki/Input-formats
- Master Sites:
|
Number of commits found: 11
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.21 02 Mar 2024 13:53:25
    |
Muhammad Moinur Rahman (bofh)  Author: Andrew Morris |
comms/redsea: Update version 0.20=>0.21
Changelog: https://github.com/windytan/redsea/releases/tag/v0.21
PR: 276665
Approved by: submitter is maintainer |
0.20_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.20 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.20 06 Dec 2021 10:39:33
    |
Hiroki Tagato (tagattie)  Author: Gian-Simon Purkert |
comms/redsea: update to 0.20
Changelog: https://github.com/windytan/redsea/releases/tag/v0.20
PR: 259327
Reported by: Gian-Simon Purkert <gspurki@gmail.com>
Approved by: Andrew <morrand276@gmail.com> (maintainer) |
0.17.1_2 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.17.1_2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.17.1_1 13 Aug 2019 16:00:39
  |
mat  |
Convert to UCL & cleanup pkg-message (categories a-c) |
0.17.1_1 26 Jul 2019 20:46:57
  |
gerald  |
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 |
0.17.1 21 Feb 2019 18:33:06
  |
kai  |
comms/redsea: Improve description text for the TMC option
Suggested by: mat
Approved by: tcberner (mentor) |
0.17.1 20 Feb 2019 21:49:09
  |
kai  |
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 |
Number of commits found: 11
|