1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

Extened Call Utility, most powerful dialout pgm

This commit is contained in:
Andrey A. Chernov 1995-02-17 23:32:34 +00:00
parent 5b50924596
commit 41f718a384
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=999
5 changed files with 64 additions and 0 deletions

20
comms/ecu/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: ecy
# Version required: 3.33
# Date created: Feb 18, 1995
# Whom: ache
#
DISTNAME= ecu-3.33
EXTRACT_SUFX= .cpio.Z
MASTER_SITES= ftp://ftp.kiae.su/unix/comm/
EXTRACT_CMD= (zcat | cpio -idm)
EXTRACT_ARGS= <
HAS_CONFIGURE= YES
CONFIGURE_SCRIPT= Configure
IS_INTERACTIVE= YES
pre-install:
cd ${WRKSRC}/doc; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 ecu.man ${PREFIX}/man/cat1/ecu.1; \
${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 644 proc.man ${PREFIX}/man/cat1/proc.1
.include <bsd.port.mk>

1
comms/ecu/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (ecu-3.33.cpio.Z) = 4535ea95f9c2ecd8dc12b0a11026a854

1
comms/ecu/pkg-comment Normal file
View File

@ -0,0 +1 @@
Extended Call Utility version 3.33

31
comms/ecu/pkg-descr Normal file
View File

@ -0,0 +1,31 @@
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."
The program supports almost any local terminal (console) which can be
described in a termcap database entry. For more information, refer to
"Supported Terminals."
ECU supports numerous file transfer protocols: as of this writing,
XMODEM, XMODEM/CRC, XMODEM-1K, YMODEM/CRC Batch, ZMODEM/CRC-16,
ZMODEM/CRC-32, Kermit and SEAlink are supported.

11
comms/ecu/pkg-plist Normal file
View File

@ -0,0 +1,11 @@
@cd /usr/local
bin/ecu
lib/ecu/ecuhelp.data
lib/ecu/ecurz
lib/ecu/ecusea
lib/ecu/ecusz
lib/ecu/funckeymap
lib/ecu/tty1a.mi
lib/ecu/tty2d.mi
man/cat1/ecu.1
man/cat1/proc.1