OSDN Git Service

Added msys-rxvt.xml
authorCharles Wilson <cwilso11@users.sourceforge.net>
Thu, 27 May 2010 04:01:40 +0000 (04:01 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Thu, 27 May 2010 04:01:40 +0000 (04:01 +0000)
msys/msys-rxvt.xml [new file with mode: 0644]

diff --git a/msys/msys-rxvt.xml b/msys/msys-rxvt.xml
new file mode 100644 (file)
index 0000000..b375761
--- /dev/null
@@ -0,0 +1,41 @@
+<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
+<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@">
+  <package-collection subsystem="msys">
+    <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
+    <package name="msys-rxvt">
+      <description lang="en" title="rxvt: terminal emulator" >
+        <paragraph>VT102 terminal emulator for both X and Windows. This
+          version has been modified and compiled for use in the MSYS
+          environment, and does not attempt to use an X display even if
+          available; it always operates in "native" Windows mode.
+        </paragraph>
+        <paragraph>To launch MSYS in an rxvt window, create a shortcut
+          to C:\msys\1.0\msys.bat, with the argument "--rxvt". Some
+          people find rxvt a more accomodating terminal than cmd.exe, since
+          it may be resized at will and has a larger scrollback buffer.
+          However, rxvt 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>
+      <!-- NOTE: the rxvt-2.7.10.20050409-* versions have a serious
+      flaw, in that whenever a native application is launched from
+      within an rxvt session, a black cmd window pops up. If we ever
+      solve this problem, then add newer versions to this manifest.
+      Until then, however... -->
+      <component class="bin">
+        <release tarname="rxvt-2.7.2-3-msys-1.0.14-bin.tar.lzma" />
+        <requires eq="msys-core-*-msys-*-bin.tar" />
+      </component>
+      <component class="doc">
+        <release tarname="rxvt-2.7.2-3-msys-1.0.14-doc.tar.lzma" />
+      </component>
+      <component class="lic">
+        <release tarname="rxvt-2.7.2-3-msys-1.0.14-lic.tar.lzma" />
+      </component>
+      <licence tarname="rxvt-%-msys-%-lic.tar" />
+      <source tarname="rxvt-%-msys-%-src.tar" />
+    </package>
+  </package-collection>
+</software-distribution>
+