diff options
author | naddy <naddy@FreeBSD.org> | 2002-06-12 13:31:06 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-06-12 13:31:06 +0000 |
commit | 3eb3c956c4cc167fcaee7d0c40d75e69705ad5d5 (patch) | |
tree | 13e29297be7debef3a32089b19675f0c9fdeea84 /comms | |
parent | f658d2a008220614b4d8d4281a55446a09d13954 (diff) | |
download | FreeBSD-ports-3eb3c956c4cc167fcaee7d0c40d75e69705ad5d5.zip FreeBSD-ports-3eb3c956c4cc167fcaee7d0c40d75e69705ad5d5.tar.gz |
Import of wy60 2.0.2:
A curses-based emulator for the Wyse 60 terminal.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/Makefile | 1 | ||||
-rw-r--r-- | comms/wy60/Makefile | 22 | ||||
-rw-r--r-- | comms/wy60/distinfo | 1 | ||||
-rw-r--r-- | comms/wy60/pkg-comment | 1 | ||||
-rw-r--r-- | comms/wy60/pkg-descr | 11 | ||||
-rw-r--r-- | comms/wy60/pkg-plist | 3 |
6 files changed, 39 insertions, 0 deletions
diff --git a/comms/Makefile b/comms/Makefile index 35c9fd0..23badfd 100644 --- a/comms/Makefile +++ b/comms/Makefile @@ -44,6 +44,7 @@ SUBDIR += viewfax SUBDIR += vpb2 SUBDIR += vrflash + SUBDIR += wy60 SUBDIR += xcept SUBDIR += yaps SUBDIR += yawmppp diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile new file mode 100644 index 0000000..db33e72 --- /dev/null +++ b/comms/wy60/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: wy60 +# Date created: 2002-06-12 +# Whom: Christian Weisgerber <naddy@FreeBSD.org> +# +# $FreeBSD$ + +PORTNAME= wy60 +PORTVERSION= 2.0.2 +CATEGORIES= comms +MASTER_SITES= http://gutschke.com/wy60/html/archive/ + +MAINTAINER= naddy@FreeBSD.org + +GNU_CONFIGURE= yes + +MAN1= wy60.1 + +post-install: + ${MKDIR} ${PREFIX}/share/examples/wy60 + ${INSTALL_DATA} ${WRKSRC}/wy60.rc ${PREFIX}/share/examples/wy60 + +.include <bsd.port.mk> diff --git a/comms/wy60/distinfo b/comms/wy60/distinfo new file mode 100644 index 0000000..214ee17 --- /dev/null +++ b/comms/wy60/distinfo @@ -0,0 +1 @@ +MD5 (wy60-2.0.2.tar.gz) = 723c05b355e37a2c48fd97b3e75379e5 diff --git a/comms/wy60/pkg-comment b/comms/wy60/pkg-comment new file mode 100644 index 0000000..e08c266 --- /dev/null +++ b/comms/wy60/pkg-comment @@ -0,0 +1 @@ +Curses-based emulator for the Wyse 60 terminal diff --git a/comms/wy60/pkg-descr b/comms/wy60/pkg-descr new file mode 100644 index 0000000..0d55a5c --- /dev/null +++ b/comms/wy60/pkg-descr @@ -0,0 +1,11 @@ +Wy60 can be invoked from within any one of many commonly used +terminal emulators as long as there is a working terminfo entry for +it. It sets up a emulation environment converting between Wyse 60 +escape sequences and the escape codes of the host system, and +launches a shell to run within this emulated environment. + +The current set of supported escape sequences is limited, but should +suffice to run many existing legacy applications without requiring +any changes. + +WWW: http://gutschke.com/wy60/ diff --git a/comms/wy60/pkg-plist b/comms/wy60/pkg-plist new file mode 100644 index 0000000..554e68b --- /dev/null +++ b/comms/wy60/pkg-plist @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +bin/wy60 +share/examples/wy60/wy60.rc |