| 1 |
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
| 2 |
<software-distribution project="MinGW" home="http://mingw.org" issue="2012073100"> |
| 3 |
|
| 4 |
<!-- File: msys-console.xml --> |
| 5 |
|
| 6 |
<package-collection subsystem="msys"> |
| 7 |
<download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
| 8 |
|
| 9 |
<package name="msys-console"> |
| 10 |
<description lang="en" title="A script to d/l, install, and configure `Console 2.00'"> |
| 11 |
<paragraph>Console 2.00 is a replacement console for win32. The |
| 12 |
console is the window in which cmd.exe (and, usually, MSYS |
| 13 |
bash.exe) are executed. The normal Windows console has some |
| 14 |
drawbacks which Console 2.00 attempts to remedy: better font |
| 15 |
selection, larger scrollback buffers, tabbed windows, resizable, |
| 16 |
easier cut-n-paste behavior, etc. |
| 17 |
</paragraph> |
| 18 |
<paragraph>Unfortunately, Console 2.00 can not be compiled using |
| 19 |
free (as in speech) tools; although Console 2.00 itself is GPL, it |
| 20 |
requires certain proprietary compilers to build. Since all tools |
| 21 |
distributed by the MinGW/MSYS project are compiled using free |
| 22 |
tools also provided by that project, MinGW/MSYS doesn't supply a |
| 23 |
binary version of Console 2.00 directly. Instead, this package |
| 24 |
contains a script that can be executed to download the Console 2.00 |
| 25 |
binary package from the Console 2.00 developer's site, install it, |
| 26 |
and configure it as appropriate for use with MinGW and MSYS. |
| 27 |
</paragraph> |
| 28 |
</description> |
| 29 |
|
| 30 |
<licence tarname="console-%-msys-%-lic.tar.%" /> |
| 31 |
<source tarname="console-%-msys-%-src.tar.%" /> |
| 32 |
|
| 33 |
<component class="bin"> |
| 34 |
<requires eq="msys-bash-*-msys-*-bin.tar" /> |
| 35 |
<requires eq="msys-core-*-msys-*-bin.tar" /> |
| 36 |
<requires eq="msys-coreutils-*-msys-*-bin.tar" /> |
| 37 |
<requires eq="msys-cygutils-*-msys-*-bin.tar" /> |
| 38 |
<requires eq="msys-mktemp-*-msys-*-bin.tar" /> |
| 39 |
<requires eq="msys-sed-*-msys-*-bin.tar" /> |
| 40 |
<requires eq="msys-unzip-*-msys-*-bin.tar" /> |
| 41 |
<requires eq="msys-wget-*-msys-*-bin.tar" /> |
| 42 |
<release tarname="console-2.00b147-1-msys-1.0.15-bin.tar.lzma" /> |
| 43 |
<release tarname="console-2.00b146-1-msys-1.0.14-bin.tar.lzma" /> |
| 44 |
</component> |
| 45 |
|
| 46 |
<component class="doc"> |
| 47 |
<release tarname="console-2.00b147-1-msys-1.0.15-doc.tar.lzma" /> |
| 48 |
<release tarname="console-2.00b146-1-msys-1.0.14-doc.tar.lzma" /> |
| 49 |
</component> |
| 50 |
|
| 51 |
<component class="lic"> |
| 52 |
<release tarname="console-2.00b147-1-msys-1.0.15-lic.tar.lzma" /> |
| 53 |
<release tarname="console-2.00b146-1-msys-1.0.14-lic.tar.lzma" /> |
| 54 |
</component> |
| 55 |
</package> |
| 56 |
|
| 57 |
</package-collection> |
| 58 |
</software-distribution> |
| 59 |
<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |