Commit graph

5 commits

Author SHA1 Message Date
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
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
2018-12-25 20:25:39 +00:00
Richard Gallamore
6b38c75dd9 * Updated maintainer email address
PR:		220395
Submitted by:	kevans
Reviewed by:	lifanov (mentor)
Approved by:	lifanov (mentor)
Differential Revision:	https://reviews.freebsd.org/D11497
2017-07-06 01:39:08 +00:00
Sunpoet Po-Chuan Hsieh
8e55ef601f Fix WWW
Approved by:	portmgr (blanket)
2017-06-25 15:03:18 +00:00
Alexey Dokuchaev
c285e43283 Fix numerous style issues, sort the knobs, kill EOL whitespace.
PR:	217803 (modified)
2017-03-15 14:22:46 +00:00
Diane Bruce
5dd084cc92 multimon-ng a fork of multimon.
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
2017-03-15 13:13:09 +00:00