aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authoryuri <yuri@FreeBSD.org>2019-03-21 00:31:19 +0800
committeryuri <yuri@FreeBSD.org>2019-03-21 00:31:19 +0800
commit9e38973cbafd4721e5a02649a6aea893dde192f8 (patch)
tree8c2abe4531887d906daf1ec0a0859e33b587be72 /comms
parent645f61933540f81704bf65fcc72f9597aedb4213 (diff)
downloadfreebsd-ports-gnome-9e38973cbafd4721e5a02649a6aea893dde192f8.tar.gz
freebsd-ports-gnome-9e38973cbafd4721e5a02649a6aea893dde192f8.tar.zst
freebsd-ports-gnome-9e38973cbafd4721e5a02649a6aea893dde192f8.zip
New port: comms/mbelib: P25 Phase 1 and ProVoice vocoder
PR: 236632 Submitted by: takefu@airport.fm
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile1
-rw-r--r--comms/mbelib/Makefile26
-rw-r--r--comms/mbelib/distinfo3
-rw-r--r--comms/mbelib/pkg-descr5
4 files changed, 35 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 225d928f84b0..72e84c69305a 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -93,6 +93,7 @@
SUBDIR += locator
SUBDIR += lrzsz
SUBDIR += lysdr
+ SUBDIR += mbelib
SUBDIR += mgetty+sendfax
SUBDIR += minicom
SUBDIR += mlan3
diff --git a/comms/mbelib/Makefile b/comms/mbelib/Makefile
new file mode 100644
index 000000000000..3af4c91231fa
--- /dev/null
+++ b/comms/mbelib/Makefile
@@ -0,0 +1,26 @@
+# $FreeBSD$
+
+PORTNAME= mbelib
+DISTVERSIONPREFIX= v
+DISTVERSION= 1.3.0
+CATEGORIES= comms hamradio
+
+MAINTAINER= takefu@airport.fm
+COMMENT= P25 Phase 1 and ProVoice vocoder
+
+LICENSE= ISCL
+LICENSE_FILE= ${WRKSRC}/COPYRIGHT
+
+USES= cmake
+USE_GITHUB= yes
+GH_ACCOUNT= szechyjs
+USE_LDCONFIG= yes
+
+CMAKE_ON= DISABLE_TEST
+
+RESTRICTED= Provided for educational purposes only
+
+PLIST_FILES= include/mbelib.h lib/libmbe.a lib/libmbe.so.1.0 \
+ lib/libmbe.so.1 lib/libmbe.so
+
+.include <bsd.port.mk>
diff --git a/comms/mbelib/distinfo b/comms/mbelib/distinfo
new file mode 100644
index 000000000000..521828750238
--- /dev/null
+++ b/comms/mbelib/distinfo
@@ -0,0 +1,3 @@
+TIMESTAMP = 1553099117
+SHA256 (szechyjs-mbelib-v1.3.0_GH0.tar.gz) = 5a2d5ca37cef3b6deddd5ce8c73918f27936c50eb0e63b27e4b4fc493310518d
+SIZE (szechyjs-mbelib-v1.3.0_GH0.tar.gz) = 398902
diff --git a/comms/mbelib/pkg-descr b/comms/mbelib/pkg-descr
new file mode 100644
index 000000000000..4cc3e5bf80b7
--- /dev/null
+++ b/comms/mbelib/pkg-descr
@@ -0,0 +1,5 @@
+mbelib supports the 7200x4400 bit/s codec used in P25 Phase 1,
+the 7100x4400 bit/s codec used in ProVoice and the "Half Rate"
+3600x2250 bit/s vocoder used in various radio systems.
+
+WWW: https://github.com/szechyjs/mbelib