From owner-svn-ports-head@freebsd.org Wed Mar 20 16:31:20 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CA849155881A; Wed, 20 Mar 2019 16:31:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 70C636E52B; Wed, 20 Mar 2019 16:31:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 496232343E; Wed, 20 Mar 2019 16:31:20 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x2KGVKQp087346; Wed, 20 Mar 2019 16:31:20 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x2KGVJha087343; Wed, 20 Mar 2019 16:31:19 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201903201631.x2KGVJha087343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 20 Mar 2019 16:31:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496351 - in head/comms: . mbelib X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/comms: . mbelib X-SVN-Commit-Revision: 496351 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 70C636E52B X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.95)[-0.948,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 20 Mar 2019 16:31:21 -0000 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 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