From 37ac791a5bbc8c529d7f02a957526d3772ff8a34 Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Sat, 23 Apr 2016 15:15:44 +0000 Subject: Remove expired ports: 2016-04-11 deskutils/qlabels: Does not fetch, unmaintained 2016-04-14 french/tvdownloader: Many channels have modified their protocols and cannot be DL anymore 2016-04-14 comms/cdr_read: unfetchable 2016-04-14 russian/rubygem-rutils: Deprecated by upstream 2016-04-14 devel/rubygem-dotenv-deployment: Deprecated by upstream in latest version (0.3.0) 2016-04-15 www/p5-LWP-ConsoleLogger: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-WWW-Mechanize-Cached: Depends on expiring www/p5-HTTP-CookieMonster 2016-04-15 www/p5-HTTP-CookieMonster: Broken for more than 6 months 2016-04-15 misc/diary-hercules: Broken for more than 6 months 2016-04-15 graphics/ffff: Broken for more than 6 months 2016-04-15 net-im/sigram: Broken for more than 6 months 2016-04-15 games/annelid: Broken for more than 6 months 2016-04-15 science/py-pydap: Broken for more than 6 months 2016-04-15 sysutils/su2: Broken for more than 6 months 2016-04-15 www/download-gemist: Broken for more than 6 months 2016-04-15 databases/p5-qdbm: Broken for more than 6 months 2016-04-15 comms/libfec: Broken for more than 6 months 2016-04-15 deskutils/ladon: Broken for more than 6 months Sponsored by: Essen Linuxhotel Hackathon 2016 --- comms/Makefile | 2 -- comms/cdr_read/Makefile | 38 ------------------------- comms/cdr_read/distinfo | 2 -- comms/cdr_read/files/patch-cdr_read.c | 52 ----------------------------------- comms/cdr_read/pkg-descr | 10 ------- comms/cdr_read/pkg-plist | 2 -- comms/libfec/Makefile | 52 ----------------------------------- comms/libfec/distinfo | 2 -- comms/libfec/files/patch-dotprod.c | 21 -------------- comms/libfec/files/patch-fec.c | 44 ----------------------------- comms/libfec/files/patch-fec.h | 11 -------- comms/libfec/pkg-descr | 20 -------------- 12 files changed, 256 deletions(-) delete mode 100644 comms/cdr_read/Makefile delete mode 100644 comms/cdr_read/distinfo delete mode 100644 comms/cdr_read/files/patch-cdr_read.c delete mode 100644 comms/cdr_read/pkg-descr delete mode 100644 comms/cdr_read/pkg-plist delete mode 100644 comms/libfec/Makefile delete mode 100644 comms/libfec/distinfo delete mode 100644 comms/libfec/files/patch-dotprod.c delete mode 100644 comms/libfec/files/patch-fec.c delete mode 100644 comms/libfec/files/patch-fec.h delete mode 100644 comms/libfec/pkg-descr (limited to 'comms') 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 -# $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 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 - -.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 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 -+#include -+#include -+#include -+ - #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/ -- cgit v1.2.3