aboutsummaryrefslogtreecommitdiffstats
path: root/comms
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-18 07:32:34 +0800
committerache <ache@FreeBSD.org>1995-02-18 07:32:34 +0800
commit78aad296cbfe5bc4604ddf66e4e9613715ae7847 (patch)
treefe631ba9c8505a74f6bc0fea945e5f1cfd8cc04e /comms
parent030bb0be7e2fa7ed172bdbf63f01c1ebab90ce58 (diff)
downloadfreebsd-ports-gnome-78aad296cbfe5bc4604ddf66e4e9613715ae7847.tar.gz
freebsd-ports-gnome-78aad296cbfe5bc4604ddf66e4e9613715ae7847.tar.zst
freebsd-ports-gnome-78aad296cbfe5bc4604ddf66e4e9613715ae7847.zip
Extened Call Utility, most powerful dialout pgm
Diffstat (limited to 'comms')
-rw-r--r--comms/ecu/Makefile20
-rw-r--r--comms/ecu/distinfo1
-rw-r--r--comms/ecu/pkg-comment1
-rw-r--r--comms/ecu/pkg-descr31
-rw-r--r--comms/ecu/pkg-plist11
5 files changed, 64 insertions, 0 deletions
diff --git a/comms/ecu/Makefile b/comms/ecu/Makefile
new file mode 100644
index 000000000000..02436008a00d
--- /dev/null
+++ b/comms/ecu/Makefile
@@ -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>
diff --git a/comms/ecu/distinfo b/comms/ecu/distinfo
new file mode 100644
index 000000000000..707a5e29cf29
--- /dev/null
+++ b/comms/ecu/distinfo
@@ -0,0 +1 @@
+MD5 (ecu-3.33.cpio.Z) = 4535ea95f9c2ecd8dc12b0a11026a854
diff --git a/comms/ecu/pkg-comment b/comms/ecu/pkg-comment
new file mode 100644
index 000000000000..2abd3c187276
--- /dev/null
+++ b/comms/ecu/pkg-comment
@@ -0,0 +1 @@
+Extended Call Utility version 3.33
diff --git a/comms/ecu/pkg-descr b/comms/ecu/pkg-descr
new file mode 100644
index 000000000000..1dd5c1cde879
--- /dev/null
+++ b/comms/ecu/pkg-descr
@@ -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.
+
diff --git a/comms/ecu/pkg-plist b/comms/ecu/pkg-plist
new file mode 100644
index 000000000000..be6fffc21f49
--- /dev/null
+++ b/comms/ecu/pkg-plist
@@ -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