• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

修订版083c274fb8d33dc69180050bdd1bbe367c4a33ad (tree)
时间2010-10-07 07:19:43
作者Chris Sutcliffe <ir0n34d@user...>
CommiterChris Sutcliffe

Log Message

Add msys-mintty.xml manifest

更改概述

差异

--- a/msys/issue.log
+++ b/msys/issue.log
@@ -65,6 +65,7 @@
6565 msys-make.xml:2010080900
6666 msys-man.xml:2010090600
6767 msys-minires.xml:2010090500
68+ msys-mintty.xml:2010100600
6869 msys-mktemp.xml:2010090500
6970 msys-openssh.xml:2010090600
7071 msys-openssl.xml:2010090600
--- /dev/null
+++ b/msys/msys-mintty.xml
@@ -0,0 +1,43 @@
1+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
3+
4+ <!-- File: msys-mintty.xml -->
5+
6+ <package-collection subsystem="msys">
7+ <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8+
9+ <package name="msys-mintty" alias="mintty">
10+ <description lang="en" title="mintty: terminal emulator" >
11+ <paragraph>Mintty is a terminal emulator for Cygwin and Cygwin
12+ derivatives such as MSYS.
13+ </paragraph>
14+ <paragraph>To launch MSYS in an rxvt window, create a shortcut
15+ to C:\msys\1.0\msys.bat, with the argument "--mintty". Some
16+ people find mintty a more accomodating terminal than cmd.exe, since
17+ it may be resized at will and has a larger scrollback buffer.
18+ However, mintty sometimes does not interoperate well with native
19+ applications (such as MinGW gcc), so the default cmd.exe console
20+ is recommended for most users.
21+ </paragraph>
22+ </description>
23+
24+ <licence tarname="mintty-%-msys-%-lic.tar" />
25+ <source tarname="mintty-%-msys-%-src.tar" />
26+
27+ <component class="bin">
28+ <requires eq="msys-core-*-msys-*-bin.tar" />
29+ <release tarname="mintty-0.9.1-1-msys-1.0.16-bin.tar.lzma" />
30+ </component>
31+
32+ <component class="doc">
33+ <release tarname="mintty-0.9.1-1-msys-1.0.16-doc.tar.lzma" />
34+ </component>
35+
36+ <component class="lic">
37+ <release tarname="mintty-0.9.1-1-msys-1.0.16-lic.tar.lzma" />
38+ </component>
39+ </package>
40+
41+ </package-collection>
42+</software-distribution>
43+<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->