diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-06 05:02:52 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-06 05:02:52 +0800 |
commit | 8ef7ab84a7eab90525e0c7b2286478730f38da21 (patch) | |
tree | 6ac25c9ce3dc68c60b0c445c37fceacc65eaa071 /comms | |
parent | 8941de097b2f69b5da595c054c8741087f598eaa (diff) | |
download | freebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.tar.gz freebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.tar.zst freebsd-ports-gnome-8ef7ab84a7eab90525e0c7b2286478730f38da21.zip |
2006-12-27 comms/ecu: is unfetchable and project homepage disappeared
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/ecu/Makefile | 38 | ||||
-rw-r--r-- | comms/ecu/distinfo | 3 | ||||
-rw-r--r-- | comms/ecu/files/patch-aa | 109 | ||||
-rw-r--r-- | comms/ecu/files/patch-ab | 11 | ||||
-rw-r--r-- | comms/ecu/files/patch-ac | 41 | ||||
-rw-r--r-- | comms/ecu/files/patch-ad | 11 | ||||
-rw-r--r-- | comms/ecu/files/patch-ae | 31 | ||||
-rw-r--r-- | comms/ecu/files/patch-af | 32 | ||||
-rw-r--r-- | comms/ecu/pkg-descr | 22 | ||||
-rw-r--r-- | comms/ecu/pkg-plist | 11 |
11 files changed, 0 insertions, 310 deletions
diff --git a/comms/Makefile b/comms/Makefile index bf5cc2da5405..508088b83617 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -20,7 +20,6 @@ SUBDIR += cutecom SUBDIR += cwdaemon SUBDIR += echolinux - SUBDIR += ecu SUBDIR += efax SUBDIR += efax-gtk SUBDIR += fldigi diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile deleted file mode 100644 index d0214e349e09..000000000000 --- a/comms/ecu/Makefile +++ /dev/null @@ -1,38 +0,0 @@ -# New ports collection makefile for: ecu -# Date created: Feb 18, 1995 -# Whom: ache -# -# $FreeBSD$ -# - -PORTNAME= ecu -PORTVERSION= 4.30 -PORTREVISION= 1 -CATEGORIES= comms -MASTER_SITES= ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/Communications/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Extended Call Utility - -DEPRECATED= is unfetchable and project homepage disappeared -EXPIRATION_DATE= 2006-12-27 - -MAN1= ecu.1 - -do-configure: - cd ${WRKSRC}; yes "" | ./Configure - -pre-patch: - @${REINPLACE_CMD} -e "s|#include *<malloc.h>||g" \ - ${WRKSRC}/ecu.h ${WRKSRC}/ecunumrev.c ${WRKSRC}/ptyfork.c \ - ${WRKSRC}/qmake.c ${WRKSRC}/unsupported/tts/tts.c - -post-install: - cd ${WRKSRC}; \ - ${INSTALL_MAN} ecu.1 ${PREFIX}/man/man1/ecu.1; \ - cd ${WRKSRC}/doc; \ - ${MKDIR} ${PREFIX}/share/doc/ecu; \ - ${INSTALL_MAN} ecu.man ${PREFIX}/share/doc/ecu/ecu.txt; \ - ${INSTALL_MAN} proc.man ${PREFIX}/share/doc/ecu/proc.txt - -.include <bsd.port.mk> diff --git a/comms/ecu/distinfo b/comms/ecu/distinfo deleted file mode 100644 index ac4fdb02e5d2..000000000000 --- a/comms/ecu/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (ecu-4.30.tar.gz) = 282330717ed7f224bd0defbf3ad08444 -SHA256 (ecu-4.30.tar.gz) = 467f3f1c39fa21b721d6c2b8ae4de2828f4d3437d3fec1f45436b0c74627b527 -SIZE (ecu-4.30.tar.gz) = 896871 diff --git a/comms/ecu/files/patch-aa b/comms/ecu/files/patch-aa deleted file mode 100644 index b77cf16f4c48..000000000000 --- a/comms/ecu/files/patch-aa +++ /dev/null @@ -1,109 +0,0 @@ ---- z/zcurses.c.orig Mon Mar 17 11:24:09 1997 -+++ z/zcurses.c Tue Jan 5 18:49:09 1999 -@@ -116,6 +116,10 @@ - #include <ctype.h> - #include <signal.h> - -+#if (defined(__unix__) || defined(unix)) && !defined(USG) -+#include <sys/param.h> -+#endif -+ - #if defined(__FreeBSD__) - #include <sys/ioctl.h> - #endif -@@ -124,10 +128,13 @@ - #include <local/fas.h> - #endif /* FASI */ - -+#if !(defined(BSD) && (BSD >= 199306)) - long time(); --void report_error_count(); - extern char *tzname[]; - struct tm *localtime(); -+#endif -+ -+void report_error_count(); - - #undef uchar - #define uchar unsigned char -@@ -266,7 +273,7 @@ - char *tod; - { - static char tod_str[32]; -- long cur_time = time((long *)0); -+ time_t cur_time = time((time_t *)0); - struct tm *lt = localtime(&cur_time); - - switch (type) -@@ -564,7 +571,7 @@ - if (++dumbtty_pos > 75) - { - dumbtty_newline(); -- current_epoch = time((long *)0); -+ current_epoch = time((time_t *)0); - elapsed_seconds = current_epoch - this_file_start_epoch; - cptr = get_elapsed_time(elapsed_seconds); - dumbtty_pos = printf("%s elapsed ", cptr + -@@ -598,7 +605,7 @@ - { - dumbtty_newline(); - dumbtty_newline(); -- current_epoch = time((long *)0); -+ current_epoch = time((time_t *)0); - elapsed_seconds = current_epoch - this_file_start_epoch; - cptr = get_elapsed_time(elapsed_seconds); - dumbtty_pos = printf("%s elapsed ", cptr + -@@ -708,7 +715,7 @@ - wmove(win, 9, 3); - cptr = timeofday_text(1, (char *)0); - waddstr(win, cptr); -- current_epoch = time((long *)0); -+ current_epoch = time((time_t *)0); - elapsed_seconds = current_epoch - start_seconds; - cptr = get_elapsed_time(elapsed_seconds); - wmove(win, 9, 21); -@@ -970,7 +977,7 @@ - { - report_tx_ind(0); - report_rx_ind(0); -- current_epoch = time((long *)0); -+ current_epoch = time((time_t *)0); - elapsed_seconds = current_epoch - start_seconds; - if (elapsed_seconds && (zcurses_bitrate > 50)) - { -@@ -1088,7 +1095,7 @@ - if (report_init_complete) - return; - -- start_seconds = time((long *)0); -+ start_seconds = time((time_t *)0); - current_epoch = start_seconds; - - if (dumbtty) -@@ -1338,7 +1345,7 @@ - float efficiency = 0.0; - static long xfer_rate_report_epoch = 0L; - -- current_epoch = time((long *)0); -+ current_epoch = time((time_t *)0); - - if (!final && (current_epoch < (xfer_rate_report_epoch + 5L))) - return; -@@ -1674,7 +1681,7 @@ - write(log_packets, "\n", 1); - } - -- this_file_start_epoch = time((long *)0); -+ this_file_start_epoch = time((time_t *)0); - this_file_xfer_count = 0; - - if (dumbtty) -@@ -1736,7 +1743,7 @@ - write(log_packets, "\n", 1); - } - -- this_file_start_epoch = time((long *)0); -+ this_file_start_epoch = time((time_t *)0); - this_file_xfer_count = 0; - - if (dumbtty) diff --git a/comms/ecu/files/patch-ab b/comms/ecu/files/patch-ab deleted file mode 100644 index 35541418e2a8..000000000000 --- a/comms/ecu/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- ecumachdep.h.bak Thu Aug 27 23:50:46 1998 -+++ ecumachdep.h Sun Mar 11 09:47:48 2001 -@@ -28,7 +28,7 @@ - #endif - - #ifdef __FreeBSD__ --#include <machine/console.h> -+#include <sys/consio.h> - #endif - - #ifdef LINUX diff --git a/comms/ecu/files/patch-ac b/comms/ecu/files/patch-ac deleted file mode 100644 index 048a8c1a0353..000000000000 --- a/comms/ecu/files/patch-ac +++ /dev/null @@ -1,41 +0,0 @@ ---- config.c.orig Wed Sep 2 10:55:04 1998 -+++ config.c Fri Jan 25 23:36:18 2002 -@@ -311,9 +311,9 @@ - char *gcc_opts[] = - { - #ifdef PEDANTIC -- "\t-pedantic -ansi -O2 -fno-builtin\\\n", /* UH OH: see ecu README */ -+ "\t-pedantic -ansi -fno-builtin\\\n", /* UH OH: see ecu README */ - #else -- "\t-O2 -fno-builtin\\\n", -+ "\t-fno-builtin\\\n", - #endif - "\t-fpcc-struct-return -fwritable-strings -finline-functions\\\n", - "\t-W -Wuninitialized -Wunused -Wshadow -Wcomment -Wswitch\\\n", -@@ -447,7 +447,7 @@ - - char *bsd_libs = "-lcurses -ltermcap"; - --char *freebsd_libs = "-lncurses -lmytinfo -lcompat"; -+char *freebsd_libs = "-lcurses -lcompat"; - - char *sco_system[] = - { -@@ -729,7 +729,7 @@ - { - char **strs; - -- fputs("CFLAGS = \\\n", fpmake); -+ fputs("CFLAGS += \\\n", fpmake); - strs = gcc_opts; - while (*strs) - fputs(*strs++, fpmake); -@@ -1235,7 +1235,7 @@ - break; - case C_GCC: - if (sys == S_FREEBSD) -- fputs("CC = cc\n", fpmake); -+ fputs("CC ?= cc\n", fpmake); - else - fputs("CC = gcc\n", fpmake); - gen_gcc_cflags(); diff --git a/comms/ecu/files/patch-ad b/comms/ecu/files/patch-ad deleted file mode 100644 index cb619ea92f8f..000000000000 --- a/comms/ecu/files/patch-ad +++ /dev/null @@ -1,11 +0,0 @@ ---- ecushm.c.orig Fri Jan 25 23:15:09 2002 -+++ ecushm.c Fri Jan 25 23:15:19 2002 -@@ -124,7 +124,7 @@ - - #if defined(CFG_MmapSHM) - shm = (ECU_SDS *) mmap(0, sizeof(ECU_SDS), PROT_READ | PROT_WRITE, -- MAP_ANON | MAP_INHERIT | MAP_SHARED, -1, 0); -+ MAP_ANON | MAP_SHARED, -1, 0); - if (shm == (ECU_SDS *) - 1) - { - perror("mmap"); diff --git a/comms/ecu/files/patch-ae b/comms/ecu/files/patch-ae deleted file mode 100644 index 472ba07e48d2..000000000000 --- a/comms/ecu/files/patch-ae +++ /dev/null @@ -1,31 +0,0 @@ ---- pprintf.c.orig Fri Jul 18 00:04:43 2003 -+++ pprintf.c Fri Jul 18 00:06:19 2003 -@@ -40,7 +40,7 @@ - #if !defined(BUILDING_PROTOTYPES) - - #include <stdio.h> --#include <varargs.h> -+#include <stdarg.h> - - /* This must be a typedef not a #define! */ - typedef char *pointer; -@@ -50,9 +50,7 @@ - pprintf(format,va_alist) - --------------------------------------------------------------------------*/ - void --pprintf(format, va_alist) --char *format; --va_dcl -+pprintf(char *format, ...) - { - va_list args; - char c; -@@ -62,7 +60,7 @@ - char accum_string[ACCUM_MAX_ALLOWABLE + 1024]; /* fairly fail-safe */ - char *dp = accum_string; - -- va_start(args); -+ va_start(args, format); - - tempfmt[0] = '%'; - while (c = *format++) diff --git a/comms/ecu/files/patch-af b/comms/ecu/files/patch-af deleted file mode 100644 index fd91bb604e58..000000000000 --- a/comms/ecu/files/patch-af +++ /dev/null @@ -1,32 +0,0 @@ ---- logevent.c.orig Thu Aug 27 15:50:54 1998 -+++ logevent.c Fri Jul 18 00:04:31 2003 -@@ -28,7 +28,7 @@ - #include <sys/locking.h> - #endif - --#include <varargs.h> -+#include <stdarg.h> - - /* This must be a typedef not a #define! */ - typedef char *pointer; -@@ -74,10 +74,7 @@ - vlogevent(pid,format,va_alist) - --------------------------------------------------------------------------*/ - void --vlogevent(pid, format, va_alist) --int pid; --char *format; --va_dcl -+vlogevent(int pid, char *format, ...) - { - va_list args; - char c; -@@ -86,7 +83,7 @@ - char accum_string[256]; - char *dp = accum_string; - -- va_start(args); -+ va_start(args, format); - - tempfmt[0] = '%'; - while (c = *format++) diff --git a/comms/ecu/pkg-descr b/comms/ecu/pkg-descr deleted file mode 100644 index 2a0ed5a22667..000000000000 --- a/comms/ecu/pkg-descr +++ /dev/null @@ -1,22 +0,0 @@ - ECU (Extended Call Utility) is a personal and research communications - program originally written for users of SCO UNIX V.3.2/386 and XENIX V - on 80286 and 80386 systems. Support for other systems has been added - and further porting is possible with "minor" effort to other systems - based on or similar to UNIX System V. - - ECU provides the classic terminal communications facility of passing - keyboard data to a serial line and incoming data to the computer video - display. In addition, a dialing directory, a function key mapping - feature, and session logging are available. - - A very flexible procedure (script) language is also incorporated to - automate many communications tasks. In addition to augmenting - interactive tasks, by using shell scripts and ECU procedures, ECU can - perform batch-style communications sessions in an entirely "unattended" - fashion. - - ECU presents to the host a flexible "ANSI" terminal type, accepting any - valid video control sequences from MS-DOS or SCO documentation as of - late 1990. It also fares well, though imperfectly, with Sun and VT-100 - in-band video control sequences. Standards are great: everybody should - have one, especially if they call it "ANSI." diff --git a/comms/ecu/pkg-plist b/comms/ecu/pkg-plist deleted file mode 100644 index becfb0f28e7e..000000000000 --- a/comms/ecu/pkg-plist +++ /dev/null @@ -1,11 +0,0 @@ -bin/ecu -lib/ecu/funckeymap -lib/ecu/ecuhelp.data -lib/ecu/ecusz -lib/ecu/ecurz -lib/ecu/tty1a.mi -lib/ecu/tty2d.mi -share/doc/ecu/ecu.txt -share/doc/ecu/proc.txt -@dirrm share/doc/ecu -@dirrm lib/ecu |