From owner-svn-ports-head@freebsd.org Sun Feb 28 23:32:48 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AAAA9AB8CB6; Sun, 28 Feb 2016 23:32:48 +0000 (UTC) (envelope-from rakuco@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 mx1.freebsd.org (Postfix) with ESMTPS id 87FD27F3; Sun, 28 Feb 2016 23:32:48 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u1SNWlGP012553; Sun, 28 Feb 2016 23:32:47 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1SNWl7T012548; Sun, 28 Feb 2016 23:32:47 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602282332.u1SNWl7T012548@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 28 Feb 2016 23:32:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r409782 - in head/comms: . libcodec2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 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: Sun, 28 Feb 2016 23:32:48 -0000 Author: rakuco Date: Sun Feb 28 23:32:46 2016 New Revision: 409782 URL: https://svnweb.freebsd.org/changeset/ports/409782 Log: New port: comms/libcodec2. Codec 2 is an open source (LGPL licensed) speech codec for 3200 bit/s and below. WWW: http://www.rowetel.com/codec2.html PR: 203145 Submitted by: takefu@airport.fm Added: head/comms/libcodec2/ head/comms/libcodec2/Makefile (contents, props changed) head/comms/libcodec2/distinfo (contents, props changed) head/comms/libcodec2/pkg-descr (contents, props changed) head/comms/libcodec2/pkg-plist (contents, props changed) Modified: head/comms/Makefile Modified: head/comms/Makefile ============================================================================== --- head/comms/Makefile Sun Feb 28 22:50:53 2016 (r409781) +++ head/comms/Makefile Sun Feb 28 23:32:46 2016 (r409782) @@ -79,6 +79,7 @@ SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += kvasd + SUBDIR += libcodec2 SUBDIR += libconcord SUBDIR += libfap SUBDIR += libfec Added: head/comms/libcodec2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/libcodec2/Makefile Sun Feb 28 23:32:46 2016 (r409782) @@ -0,0 +1,20 @@ +# Created by: Takefu +# $FreeBSD$ + +PORTNAME= libcodec2 +PORTVERSION= 0.4.1 +CATEGORIES= comms hamradio +MASTER_SITES= http://files.freedv.org/codec2/ +DISTNAME= codec2-${PORTVERSION} + +MAINTAINER= takefu@airport.fm +COMMENT= Codec 2 speech codec + +LICENSE= LGPL21 + +LIB_DEPENDS= libspeexdsp.so:${PORTSDIR}/audio/speexdsp + +USE_LDCONFIG= yes +USES= cmake:outsource + +.include Added: head/comms/libcodec2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/libcodec2/distinfo Sun Feb 28 23:32:46 2016 (r409782) @@ -0,0 +1,2 @@ +SHA256 (codec2-0.4.1.tar.gz) = 2fe3b9410a98c72b1420eeda8bb3656c176a6e6a2813e55476a7779a216990bb +SIZE (codec2-0.4.1.tar.gz) = 11100891 Added: head/comms/libcodec2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/libcodec2/pkg-descr Sun Feb 28 23:32:46 2016 (r409782) @@ -0,0 +1,4 @@ +Codec 2 is an open source (LGPL licensed) speech codec for 3200 bit/s +and below. + +WWW: http://www.rowetel.com/codec2.html Added: head/comms/libcodec2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/comms/libcodec2/pkg-plist Sun Feb 28 23:32:46 2016 (r409782) @@ -0,0 +1,28 @@ +bin/c2dec +bin/c2demo +bin/c2enc +bin/c2sim +bin/fdmdv_demod +bin/fdmdv_get_test_bits +bin/fdmdv_interleave +bin/fdmdv_mod +bin/fdmdv_put_test_bits +bin/fec_dec +bin/fec_enc +bin/fm_demod +bin/insert_errors +include/codec2/codec2.h +include/codec2/codec2_cohpsk.h +include/codec2/codec2_fdmdv.h +include/codec2/codec2_fifo.h +include/codec2/codec2_fm.h +include/codec2/comp.h +include/codec2/comp_prim.h +include/codec2/freedv_api.h +include/codec2/freedv_api_internal.h +include/codec2/golay23.h +include/codec2/kiss_fft.h +include/codec2/modem_stats.h +include/codec2/varicode.h +lib/libcodec2.so +lib/libcodec2.so.0.4