mintty
------------------------------------------
mintty is a terminal emulator for Cygwin. It is based on code from 
PuTTY 0.60 by Simon Tatham and team.

Features include:
* Xterm-compatible terminal emulation.
* Native Windows user interface that tries to keep things simple.
* Unicode support, not limited to the Basic Multilingual Plane
* Drag & drop and copy & paste of text, files and folders. 
* Options are stored in a text file. No registry entries.
* Window transparency.
* Small executable size.

Runtime requirements:
  msys-0.17

Build requirements:
  binutils
  cygport
  gcc-core
  make
  w32api

Canonical website:
  http://mintty.googlecode.com

Canonical download:
  http://code.google.com/p/mintty/downloads

-------------------------------------------

Build instructions:
  unpack mintty-1.0.3-1-src.tar.bz2
    if you use setup to install this src package, it will be
    unpacked under /usr/src automatically
  cd /usr/src
  cygport mintty-1.0.3-1.cygport all

This will create:
  /usr/src/mintty-1.0.3-1-src.tar.bz2
  /usr/src/mintty-1.0.3-1.tar.bz2

-------------------------------------------

Files included in the binary package:

  /usr/bin/mintty.exe

------------------

Port Notes:

* Compiled from the upstream sources without any modifications
