Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
It decodes the following digital transmission modes:
POCSAG512 POCSAG1200 POCSAG2400
FLEX
EAS
UFSK1200 CLIPFSK AFSK1200 AFSK2400 AFSK2400_2 AFSK2400_3
HAPN4800
FSK9600
DTMF
ZVEI1 ZVEI2 ZVEI3 DZVEI PZVEI
EEA EIA CCIR
MORSE CW
As an example it can be used with rtl_sdr to decode radio amateurs packets:
rtl_fm -f 144.390M -s 22050 | multimon-ng -v 10 -t raw -A -
WWW: https://github.com/EliasOenal/multimon-ng/
PR: 206158
Submitted by: bsdports@kyle-evans.net