aboutsummaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-04-23 15:15:44 +0000
committerRene Ladan <rene@FreeBSD.org>2016-04-23 15:15:44 +0000
commit37ac791a5bbc8c529d7f02a957526d3772ff8a34 (patch)
tree9271065265636e2ba9b37dab584f5f29be74ef4a /comms
parente471497d971f53f95508b5eb6602223c51d0ccae (diff)
downloadports-37ac791a5bbc8c529d7f02a957526d3772ff8a34.tar.gz
ports-37ac791a5bbc8c529d7f02a957526d3772ff8a34.zip
Notes
Diffstat (limited to 'comms')
-rw-r--r--comms/Makefile2
-rw-r--r--comms/cdr_read/Makefile38
-rw-r--r--comms/cdr_read/distinfo2
-rw-r--r--comms/cdr_read/files/patch-cdr_read.c52
-rw-r--r--comms/cdr_read/pkg-descr10
-rw-r--r--comms/cdr_read/pkg-plist2
-rw-r--r--comms/libfec/Makefile52
-rw-r--r--comms/libfec/distinfo2
-rw-r--r--comms/libfec/files/patch-dotprod.c21
-rw-r--r--comms/libfec/files/patch-fec.c44
-rw-r--r--comms/libfec/files/patch-fec.h11
-rw-r--r--comms/libfec/pkg-descr20
12 files changed, 0 insertions, 256 deletions
diff --git a/comms/Makefile b/comms/Makefile
index 7b4ad678452a..f15fa8d7e728 100644
--- a/comms/Makefile
+++ b/comms/Makefile
@@ -15,7 +15,6 @@
SUBDIR += bluegps
SUBDIR += bluez-firmware
SUBDIR += bpl+
- SUBDIR += cdr_read
SUBDIR += chirp
SUBDIR += chu
SUBDIR += comserv
@@ -82,7 +81,6 @@
SUBDIR += libcodec2
SUBDIR += libconcord
SUBDIR += libfap
- SUBDIR += libfec
SUBDIR += libimobiledevice
SUBDIR += libirman
SUBDIR += libmodbus
diff --git a/comms/cdr_read/Makefile b/comms/cdr_read/Makefile
deleted file mode 100644
index b6f09608dc31..000000000000
--- a/comms/cdr_read/Makefile
+++ /dev/null
@@ -1,38 +0,0 @@
-# Created by: Konstantin Reznichenko <kot@premierbank.dp.ua>
-# $FreeBSD$
-
-PORTNAME= cdr_read
-PORTVERSION= 1.09
-CATEGORIES= comms
-MASTER_SITES= http://www.gamma.ru/~avk/
-DISTNAME= cdrr${PORTVERSION:S/.//}
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Utility for reading of the call detail records from PBX
-
-BROKEN= unfetchable
-DEPRECATED= unfetchable
-EXPIRATION_DATE=2016-04-14
-
-LICENSE= UNKNOWN
-LICENSE_NAME= unknown
-LICENSE_TEXT= This program can be freely distributed and used for\
- any legal purposes if the information about my authorship\
- is preserved.
-LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
-
-USES= dos2unix
-DOS2UNIX_FILES= readme_eng.txt
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
-NO_WRKSUBDIR= yes
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/readme_eng.txt ${STAGEDIR}${DOCSDIR}/readme.txt
-
-.include <bsd.port.mk>
diff --git a/comms/cdr_read/distinfo b/comms/cdr_read/distinfo
deleted file mode 100644
index 4d8730cae02e..000000000000
--- a/comms/cdr_read/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (cdrr109.tar.gz) = 4a723b6a5ceb8d577cd103128fb334cd1e4e5ab02ada57251fa82030f3bcd729
-SIZE (cdrr109.tar.gz) = 28288
diff --git a/comms/cdr_read/files/patch-cdr_read.c b/comms/cdr_read/files/patch-cdr_read.c
deleted file mode 100644
index 16ce18b651a2..000000000000
--- a/comms/cdr_read/files/patch-cdr_read.c
+++ /dev/null
@@ -1,52 +0,0 @@
---- cdr_read.c.orig Tue Oct 8 09:39:55 2002
-+++ cdr_read.c Mon Jul 5 11:14:12 2004
-@@ -696,28 +696,27 @@
- struct LogType *lt;
-
- fprintf( stderr,
--"
--CDR Reader for PBXs v.%s (C) Alexey V. Kuznetsov, avk@gamma.ru, 2001-2002
--cdr_read [-D dir] [-L logfile] [-s speed] [-c csize] [-p parity] [-f sbits]
-- [-t type] [-d] [-e] [-a] [-o] dev
---D dir directory where CDR files will be put, default is current dir
---L logfile file for error messages, default is stderr
---s speed speed of serial device, default 9600
---c char_size length of character; valid values from 5 to 8
---p parity parity of serial device:
-- e - even parity, o - odd parity, n - no parity,
-- m - mark parity (Win32 only), s - space parity (Win32 only)
---f stop_bits number of stop bits; valid values 1 or 2
---d output additional debug messages
---e copy error messages to stderr (in case if -L has value)
---a write date at the beginning of file (for Definity type only)
---o write CDR additionally to stdout
---m write log files on month-by-month instead of day-by-day basis
---n consider day in place of month and vice versa
---r x.x.x.x accept TCP connections from this IP address only
---w seconds timeout before I/O port will be opened next time after EOF
---t cdr_type type of CDR records, valid values (first is default)
--",CDRR_VER);
-+"\n" \
-+"CDR Reader for PBXs v.%s (C) Alexey V. Kuznetsov, avk@gamma.ru, 2001-2002\n" \
-+"cdr_read [-D dir] [-L logfile] [-s speed] [-c csize] [-p parity] [-f sbits]\n" \
-+" [-t type] [-d] [-e] [-a] [-o] dev\n" \
-+"-D dir directory where CDR files will be put, default is current dir\n" \
-+"-L logfile file for error messages, default is stderr\n" \
-+"-s speed speed of serial device, default 9600\n" \
-+"-c char_size length of character; valid values from 5 to 8\n" \
-+"-p parity parity of serial device:\n" \
-+" e - even parity, o - odd parity, n - no parity,\n" \
-+" m - mark parity (Win32 only), s - space parity (Win32 only)\n" \
-+"-f stop_bits number of stop bits; valid values 1 or 2\n" \
-+"-d output additional debug messages\n" \
-+"-e copy error messages to stderr (in case if -L has value)\n" \
-+"-a write date at the beginning of file (for Definity type only)\n" \
-+"-o write CDR additionally to stdout\n" \
-+"-m write log files on month-by-month instead of day-by-day basis\n" \
-+"-n consider day in place of month and vice versa\n" \
-+"-r x.x.x.x accept TCP connections from this IP address only\n" \
-+"-w seconds timeout before I/O port will be opened next time after EOF\n" \
-+"-t cdr_type type of CDR records, valid values (first is default)\n",CDRR_VER);
- for( lt=logtypes; lt->name!=NULL; lt++ ) {
- fprintf( stderr,"\t%s",lt->name );
- }
diff --git a/comms/cdr_read/pkg-descr b/comms/cdr_read/pkg-descr
deleted file mode 100644
index 86e146611875..000000000000
--- a/comms/cdr_read/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-This program is intended for reading of the call detail records from PBX
-and putting them in common text file or in different files on day-by-day
-or month-by-month basis. In case day-by-day or month-by-month basis the
-support of specific PBX is required.
-
-The following PBXs are supported: Definity, Merlin, Panasonic KX-TD816/
-TD1232/TA308/TA616/TA624 (and others with similar SMDR format), Meridian,
-GHX-616/36/46.
-
-WWW: http://www.gamma.ru/~avk/
diff --git a/comms/cdr_read/pkg-plist b/comms/cdr_read/pkg-plist
deleted file mode 100644
index 317d0315a47f..000000000000
--- a/comms/cdr_read/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-sbin/cdr_read
-%%PORTDOCS%%%%DOCSDIR%%/readme.txt
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
deleted file mode 100644
index a013d64c1dba..000000000000
--- a/comms/libfec/Makefile
+++ /dev/null
@@ -1,52 +0,0 @@
-# Created by: db
-# $FreeBSD$
-
-PORTNAME= libfec
-PORTVERSION= 3.0.1
-PORTREVISION= 1
-CATEGORIES= comms astro hamradio math
-MASTER_SITES= http://www.ka9q.net/code/fec/ \
- LOCAL/db
-DISTNAME= fec-${PORTVERSION}
-
-MAINTAINER= olgeni@FreeBSD.org
-COMMENT= Several forward error correction (FEC) decoders
-
-BROKEN= produces unusable library
-DEPRECATED= Broken for more than 6 months
-EXPIRATION_DATE= 2016-04-15
-
-MAKEFILE= makefile
-
-GNU_CONFIGURE= yes
-USES= gmake tar:bzip2
-USE_LDCONFIG= yes
-ONLY_FOR_ARCHS= i386 amd64
-PLIST_FILES= include/fec.h \
- lib/libfec.so \
- lib/libfec.a \
- man/man3/dsp.3.gz \
- man/man3/rs.3.gz \
- man/man3/simd-viterbi.3.gz
-
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's|gcc|${CC}|g' ${WRKSRC}/makefile.in
-
-do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/include
- @${MKDIR} ${STAGEDIR}${PREFIX}/lib
- @${MKDIR} ${STAGEDIR}${MAN3PREFIX}/man/man3
- ${INSTALL_DATA} ${WRKSRC}/fec.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/libfec.a ${STAGEDIR}${PREFIX}/lib
- ${INSTALL_LIB} ${WRKSRC}/libfec.so ${STAGEDIR}${PREFIX}/lib
-.for _man in dsp.3 simd-viterbi.3 rs.3
- ${INSTALL_MAN} ${WRKSRC}/${_man} ${STAGEDIR}${MAN3PREFIX}/man/man3
-.endfor
-
-.include <bsd.port.post.mk>
diff --git a/comms/libfec/distinfo b/comms/libfec/distinfo
deleted file mode 100644
index 215558c3575d..000000000000
--- a/comms/libfec/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fec-3.0.1.tar.bz2) = 4201f6c80fe3fb283806bf41a74ea3476d783081e7cd6d09f12406894e6f567c
-SIZE (fec-3.0.1.tar.bz2) = 101479
diff --git a/comms/libfec/files/patch-dotprod.c b/comms/libfec/files/patch-dotprod.c
deleted file mode 100644
index a308e7b07bb9..000000000000
--- a/comms/libfec/files/patch-dotprod.c
+++ /dev/null
@@ -1,21 +0,0 @@
---- dotprod.c.orig 2006-10-13 03:10:53.000000000 +0200
-+++ dotprod.c 2014-01-17 12:35:33.000000000 +0100
-@@ -54,12 +54,16 @@
- switch(Cpu_mode){
- case PORT:
- default:
-+ freedp_port(p);
-+ break;
- #ifdef __i386__
- case MMX:
- case SSE:
-- return freedp_mmx(p);
-+ freedp_mmx(p);
-+ break;
- case SSE2:
-- return freedp_sse2(p);
-+ freedp_sse2(p);
-+ break;
- #endif
- #ifdef __VEC__
- case ALTIVEC:
diff --git a/comms/libfec/files/patch-fec.c b/comms/libfec/files/patch-fec.c
deleted file mode 100644
index 47fd34954eb9..000000000000
--- a/comms/libfec/files/patch-fec.c
+++ /dev/null
@@ -1,44 +0,0 @@
---- fec.c.orig Sat Dec 9 22:04:49 2006
-+++ fec.c Sat Dec 9 22:01:43 2006
-@@ -3,6 +3,10 @@
- */
-
- #include <stdio.h>
-+#include <errno.h>
-+#include <stdlib.h>
-+#include <sys/param.h>
-+
- #include "fec.h"
-
- unsigned char Partab[256];
-@@ -64,3 +68,30 @@
- 5, 6, 6, 7, 6, 7, 7, 8,
- };
-
-+#if __FreeBSD_version <700000
-+
-+int
-+posix_memalign(void **memptr, size_t alignment, size_t size)
-+{
-+ int err;
-+ void *result;
-+
-+ /* Make sure that alignment is a large enough power of 2. */
-+ if (((alignment - 1) & alignment) != 0 || alignment < sizeof(void *))
-+ return (EINVAL);
-+
-+ /*
-+ * (size | alignment) is enough to assure the requested alignment, since
-+ * the allocator always allocates power-of-two blocks.
-+ */
-+ err = errno; /* Protect errno against changes in pubrealloc(). */
-+ result = malloc(size | alignment);
-+ errno = err;
-+
-+ if (result == NULL)
-+ return (ENOMEM);
-+
-+ *memptr = result;
-+ return (0);
-+}
-+#endif
diff --git a/comms/libfec/files/patch-fec.h b/comms/libfec/files/patch-fec.h
deleted file mode 100644
index 831d3ca1ff3b..000000000000
--- a/comms/libfec/files/patch-fec.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- fec.h.orig 2007-07-02 13:26:12.000000000 -0400
-+++ fec.h 2007-07-02 13:38:26.000000000 -0400
-@@ -262,7 +262,7 @@
- void find_cpu_mode(void); /* Call this once at startup to set Cpu_mode */
-
- /* Determine parity of argument: 1 = odd, 0 = even */
--#ifdef __i386__
-+#ifdef notyet__i386__
- static inline int parityb(unsigned char x){
- __asm__ __volatile__ ("test %1,%1;setpo %0" : "=g"(x) : "r" (x));
- return x;
diff --git a/comms/libfec/pkg-descr b/comms/libfec/pkg-descr
deleted file mode 100644
index a6442bcadb6a..000000000000
--- a/comms/libfec/pkg-descr
+++ /dev/null
@@ -1,20 +0,0 @@
-This library package provides several forward error correction (FEC) decoders
-and accelerated primitives useful in digital signal processing (DSP).
-Except for the Reed-Solomon codecs, these functions take full advantage of
-the MMX, SSE and SSE2 SIMD instruction sets on Intel/AMD IA-32 processors
-and the Altivec/VMX/Velocity Engine SIMD instruction set on the
-G4 and G5 PowerPC.
-The library includes Viterbi decoders for the following convolutional codes:
-rate 1/2 k=7
-rate 1/2 k=9
-rate 1/6 k=15 ("Cassini")
-plus two Reed-Solomon encoder-decoders:
-one optimized for the (255,223) CCSDS standard code
-a general purpose encoder/decoder for arbitrary RS codes
-and three low-level 16-bit DSP support routines:
-signed dot product
-peak detection
-sum-of-squares (energy) computation
-This library is licensed under the "lesser" GNU General Public License.
-
-WWW: http://www.ka9q.net/code/fec/