diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-12 13:31:06 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2002-06-12 13:31:06 +0000 |
commit | 18fb1fc752e4217c8a3d650102f3142e21b19b84 (patch) | |
tree | cf1bee90c4129ecd016cbe1e0fc9d04d57a38d11 /comms/wy60 | |
parent | Update to version 1.9. (diff) |
Import of wy60 2.0.2:
A curses-based emulator for the Wyse 60 terminal.
Notes
Notes:
svn path=/head/; revision=61153
Diffstat (limited to 'comms/wy60')
-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 |
5 files changed, 38 insertions, 0 deletions
diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile new file mode 100644 index 000000000000..db33e722b303 --- /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 000000000000..214ee1777cae --- /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 000000000000..e08c26645831 --- /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 000000000000..0d55a5cc5ad9 --- /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 000000000000..554e68b874e0 --- /dev/null +++ b/comms/wy60/pkg-plist @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +bin/wy60 +share/examples/wy60/wy60.rc |