From 18fb1fc752e4217c8a3d650102f3142e21b19b84 Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Wed, 12 Jun 2002 13:31:06 +0000 Subject: Import of wy60 2.0.2: A curses-based emulator for the Wyse 60 terminal. --- comms/wy60/Makefile | 22 ++++++++++++++++++++++ comms/wy60/distinfo | 1 + comms/wy60/pkg-comment | 1 + comms/wy60/pkg-descr | 11 +++++++++++ comms/wy60/pkg-plist | 3 +++ 5 files changed, 38 insertions(+) create mode 100644 comms/wy60/Makefile create mode 100644 comms/wy60/distinfo create mode 100644 comms/wy60/pkg-comment create mode 100644 comms/wy60/pkg-descr create mode 100644 comms/wy60/pkg-plist (limited to 'comms/wy60') 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 +# +# $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 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 -- cgit v1.2.3