Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Feb 2016 23:32:47 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r409782 - in head/comms: . libcodec2
Message-ID:  <201602282332.u1SNWl7T012548@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <takefu@airport.fm>
+# $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 <bsd.port.mk>

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



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