mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
This a simple set of command-line tools that is intended to
be used to decode digital modulations used by ham radio operators. The main focus is on digital voice modes. Right now this project enables you to decode DMR and YSF. PR: ports/244357 Submitted by: vvelox@vvelox.net
This commit is contained in:
parent
4ab2ebe9d0
commit
c30ce26dd1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526965
@ -34,6 +34,7 @@
|
||||
SUBDIR += deforaos-phone
|
||||
SUBDIR += dfu-programmer
|
||||
SUBDIR += dfu-util
|
||||
SUBDIR += digiham
|
||||
SUBDIR += direwolf
|
||||
SUBDIR += dsd
|
||||
SUBDIR += dump1090
|
||||
|
23
comms/digiham/Makefile
Normal file
23
comms/digiham/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= digiham
|
||||
DISTVERSION= 0.3.0
|
||||
CATEGORIES= comms hamradio
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Tools for decoding digital ham communication
|
||||
|
||||
LICENSE= GPLv3
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
LIB_DEPENDS= libmbe.so:comms/mbelib
|
||||
|
||||
USES= cmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= jketterl
|
||||
GH_PROJECT= digiham
|
||||
|
||||
post-install:
|
||||
cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
3
comms/digiham/distinfo
Normal file
3
comms/digiham/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1582527683
|
||||
SHA256 (jketterl-digiham-0.3.0_GH0.tar.gz) = 81242bca840a78c7aca0ba3a96fd3cb442ad41373085b4ddd0cfaac04fea7375
|
||||
SIZE (jketterl-digiham-0.3.0_GH0.tar.gz) = 68345
|
7
comms/digiham/pkg-descr
Normal file
7
comms/digiham/pkg-descr
Normal file
@ -0,0 +1,7 @@
|
||||
This a simple set of command-line tools that is intended to
|
||||
be used to decode digital modulations used by ham radio
|
||||
operators. The main focus is on digital voice modes.
|
||||
|
||||
Right now this project enables you to decode DMR and YSF.
|
||||
|
||||
WWW: https://github.com/jketterl/digiham
|
10
comms/digiham/pkg-plist
Normal file
10
comms/digiham/pkg-plist
Normal file
@ -0,0 +1,10 @@
|
||||
bin/rrc_filter
|
||||
bin/dc_block
|
||||
bin/gfsk_demodulator
|
||||
bin/dmr_decoder
|
||||
bin/ysf_decoder
|
||||
bin/mbe_synthesizer
|
||||
bin/digitalvoice_filter
|
||||
bin/fsk_demodulator
|
||||
bin/pocsag_decoder
|
||||
%%EXAMPLESDIR%%/dmr-decoder.sh
|
Loading…
Reference in New Issue
Block a user