diff options
author | rene <rene@FreeBSD.org> | 2016-12-26 20:08:41 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-12-26 20:08:41 +0000 |
commit | 83c0b3fc3fa47e0c097c905116c17b9f3c411704 (patch) | |
tree | 3387658305d5c0c481d03d1e8e1d2843fa3d18e8 /comms | |
parent | 54d3af1cfd15e74c826da2064332ad4aaa6d1f3e (diff) | |
download | FreeBSD-ports-83c0b3fc3fa47e0c097c905116c17b9f3c411704.zip FreeBSD-ports-83c0b3fc3fa47e0c097c905116c17b9f3c411704.tar.gz |
Remove expired port:
comms/libcodec2: Duplicate port use `audio/codec2` instead
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/libcodec2/Makefile | 25 | ||||
-rw-r--r-- | comms/libcodec2/distinfo | 3 | ||||
-rw-r--r-- | comms/libcodec2/pkg-descr | 4 | ||||
-rw-r--r-- | comms/libcodec2/pkg-plist | 28 |
5 files changed, 0 insertions, 61 deletions
diff --git a/comms/Makefile b/comms/Makefile index 4fd3564..e1f308c 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -78,7 +78,6 @@ SUBDIR += klog SUBDIR += kremotecontrol SUBDIR += kvasd - SUBDIR += libcodec2 SUBDIR += libconcord SUBDIR += libfap SUBDIR += libfec diff --git a/comms/libcodec2/Makefile b/comms/libcodec2/Makefile deleted file mode 100644 index d0e6752..0000000 --- a/comms/libcodec2/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Takefu <takefu@airport.fm> -# $FreeBSD$ - -PORTNAME= libcodec2 -PORTVERSION= 0.5 -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:audio/speexdsp - -DEPRECATED= Duplicate port use `audio/codec2` instead -EXPIRATION_DATE= 2016-12-03 -CONFLICTS= codec2-* -BROKEN_powerpc64= Does not build - -USE_LDCONFIG= yes -USES= cmake:outsource tar:xz - -.include <bsd.port.mk> diff --git a/comms/libcodec2/distinfo b/comms/libcodec2/distinfo deleted file mode 100644 index f5f5de5..0000000 --- a/comms/libcodec2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1475500496 -SHA256 (codec2-0.5.tar.xz) = 1ffda04ec6629f5ad5a38349c6d9d38d29bfbc1c677c12014ff20d480a343f17 -SIZE (codec2-0.5.tar.xz) = 7845164 diff --git a/comms/libcodec2/pkg-descr b/comms/libcodec2/pkg-descr deleted file mode 100644 index ef6eeec..0000000 --- a/comms/libcodec2/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Codec 2 is an open source (LGPL licensed) speech codec for 3200 bit/s -and below. - -WWW: http://www.rowetel.com/codec2.html diff --git a/comms/libcodec2/pkg-plist b/comms/libcodec2/pkg-plist deleted file mode 100644 index 7e26509..0000000 --- a/comms/libcodec2/pkg-plist +++ /dev/null @@ -1,28 +0,0 @@ -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.5 |