Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2019 16:31:19 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496351 - in head/comms: . mbelib
Message-ID:  <201903201631.x2KGVJha087343@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Wed Mar 20 16:31:19 2019
New Revision: 496351
URL: https://svnweb.freebsd.org/changeset/ports/496351

Log:
  New port: comms/mbelib: P25 Phase 1 and ProVoice vocoder
  
  PR:		236632
  Submitted by:	takefu@airport.fm

Added:
  head/comms/mbelib/
  head/comms/mbelib/Makefile   (contents, props changed)
  head/comms/mbelib/distinfo   (contents, props changed)
  head/comms/mbelib/pkg-descr   (contents, props changed)
Modified:
  head/comms/Makefile

Modified: head/comms/Makefile
==============================================================================
--- head/comms/Makefile	Wed Mar 20 16:13:14 2019	(r496350)
+++ head/comms/Makefile	Wed Mar 20 16:31:19 2019	(r496351)
@@ -93,6 +93,7 @@
     SUBDIR += locator
     SUBDIR += lrzsz
     SUBDIR += lysdr
+    SUBDIR += mbelib
     SUBDIR += mgetty+sendfax
     SUBDIR += minicom
     SUBDIR += mlan3

Added: head/comms/mbelib/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/mbelib/Makefile	Wed Mar 20 16:31:19 2019	(r496351)
@@ -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>

Added: head/comms/mbelib/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/mbelib/distinfo	Wed Mar 20 16:31:19 2019	(r496351)
@@ -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

Added: head/comms/mbelib/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/comms/mbelib/pkg-descr	Wed Mar 20 16:31:19 2019	(r496351)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903201631.x2KGVJha087343>