1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +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:
Diane Bruce 2020-02-24 12:44:07 +00:00
parent 4ab2ebe9d0
commit c30ce26dd1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=526965
5 changed files with 44 additions and 0 deletions

View File

@ -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
View 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
View 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
View 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
View 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