aboutsummaryrefslogtreecommitdiff
path: root/comms/mbelib
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-03-20 16:31:19 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-03-20 16:31:19 +0000
commit9133e66efa092f8c82dd5f87043df3df2a014b8f (patch)
tree8c2abe4531887d906daf1ec0a0859e33b587be72 /comms/mbelib
parentadd1d9c25cab21e09055ed3363d6702ea2e673d7 (diff)
downloadports-9133e66efa092f8c82dd5f87043df3df2a014b8f.tar.gz
ports-9133e66efa092f8c82dd5f87043df3df2a014b8f.zip
New port: comms/mbelib: P25 Phase 1 and ProVoice vocoder
PR: 236632 Submitted by: takefu@airport.fm
Notes
Notes: svn path=/head/; revision=496351
Diffstat (limited to 'comms/mbelib')
-rw-r--r--comms/mbelib/Makefile26
-rw-r--r--comms/mbelib/distinfo3
-rw-r--r--comms/mbelib/pkg-descr5
3 files changed, 34 insertions, 0 deletions
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