|
From: Chris S. <ir0...@us...> - 2010-10-06 22:19:55
|
Update of /cvsroot/mingw/mingw-dist/msys In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv6252/msys Modified Files: issue.log Added Files: msys-mintty.xml Log Message: Add msys-mintty.xml manifest Index: issue.log =================================================================== RCS file: /cvsroot/mingw/mingw-dist/msys/issue.log,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** issue.log 1 Oct 2010 02:46:43 -0000 1.18 --- issue.log 6 Oct 2010 22:19:43 -0000 1.19 *************** *** 66,69 **** --- 66,70 ---- msys-man.xml:2010090600 msys-minires.xml:2010090500 + msys-mintty.xml:2010100600 msys-mktemp.xml:2010090500 msys-openssh.xml:2010090600 --- NEW FILE: msys-mintty.xml --- <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> <!-- File: msys-mintty.xml --> <package-collection subsystem="msys"> <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> <package name="msys-mintty" alias="mintty"> <description lang="en" title="mintty: terminal emulator" > <paragraph>Mintty is a terminal emulator for Cygwin and Cygwin derivatives such as MSYS. </paragraph> <paragraph>To launch MSYS in an rxvt window, create a shortcut to C:\msys\1.0\msys.bat, with the argument "--mintty". Some people find mintty a more accomodating terminal than cmd.exe, since it may be resized at will and has a larger scrollback buffer. However, mintty sometimes does not interoperate well with native applications (such as MinGW gcc), so the default cmd.exe console is recommended for most users. </paragraph> </description> <licence tarname="mintty-%-msys-%-lic.tar" /> <source tarname="mintty-%-msys-%-src.tar" /> <component class="bin"> <requires eq="msys-core-*-msys-*-bin.tar" /> <release tarname="mintty-0.9.1-1-msys-1.0.16-bin.tar.lzma" /> </component> <component class="doc"> <release tarname="mintty-0.9.1-1-msys-1.0.16-doc.tar.lzma" /> </component> <component class="lic"> <release tarname="mintty-0.9.1-1-msys-1.0.16-lic.tar.lzma" /> </component> </package> </package-collection> </software-distribution> <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |