---
name: wy60
version: 2.0.9
origin: comms/wy60
comment: Curses-based emulator for the Wyse 60 terminal
arch: freebsd:9:x86:64
www: http://code.google.com/p/wy60/
maintainer: naddy@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 85660
desc: |
  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://code.google.com/p/wy60/
categories: [comms]
files:
  /usr/local/bin/wy60: 7ebfe885bb0ef57b39a67940fc6c31ddb84994d6a8446ef04ee3e3b0059a89b5
  /usr/local/etc/wy60.rc.sample: 012ef9566aa919ff710104c0cf0cd6976b88c7144d70f7ff80ffcdbf85431104
  /usr/local/man/man1/wy60.1.gz: 99925e64d77e7e45387d4478e2dcd5794874d9be7a901772b426a119845d4245
scripts:
  post-install: |
    if test ! -f /usr/local/etc/wy60.rc; then cp -p /usr/local/etc/wy60.rc.sample /usr/local/etc/wy60.rc; fi
  pre-deinstall: |
    if cmp /usr/local/etc/wy60.rc.sample /usr/local/etc/wy60.rc 2>/dev/null; then rm -f /usr/local/etc/wy60.rc; fi
