OSDN Git Service

Update & publish msys-console
[mingw/mingw-dist.git] / msys / msys-base.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@">
3
4   <!-- File: msys-base.xml -->
5   <!-- This is a preliminary catalogue describing the contents of a
6        basic, small, but relatively useful, msys installation. It attempts
7        to replicate, with certain judicious additions and deletions, the
8        set of packages originally installed by the old MSYS monolithic
9        installers circa MSYS-1.0.11 -->
10
11   <package-collection subsystem="msys">
12     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
13
14     <package name="msys-tiny" alias="msys-minimal" class="virtual">
15       <affiliate group="MSYS Base System" />
16       <description lang="en" title="A Tiny MSYS Installation (meta)">
17         <paragraph>This meta package provides the smallest possible
18           functional MSYS installation.  It includes only MSYS itself,
19           a bash shell, and a few absolutely required commandline
20           utilities.  Other components can be added manually as needed.
21         </paragraph>
22       </description>
23
24       <component class="bin">
25         <release tarname="msys-tiny-@YYYYMMDDNN@-msys-bin.meta" />
26         <requires eq="msys-bash-*-msys-*-bin.tar" />
27         <requires eq="msys-coreutils-*-msys-*-bin.tar" />
28       </component>
29     </package>
30
31     <package name="msys-base" class="virtual">
32       <affiliate group="MSYS Base System" />
33       <description lang="en" title="A Basic MSYS Installation (meta)">
34         <paragraph>This meta package contains the components necessary
35           to create a basic, small, but relatively useful MSYS installation.
36           It includes the core system, bash, various command line utilities,
37           and archiving/compression tools.  It attempts to replicate, with
38           certain judicious additions and deletions, the set of tools
39           originally installed by the old MSYS monolithic installers.
40         </paragraph>
41       </description>
42
43       <component class="bin">
44         <release tarname="msys-base-@YYYYMMDDNN@-msys-bin.meta" />
45         <requires eq="msys-bash-*-msys-*-bin.tar" />
46         <requires eq="msys-bzip2-*-msys-*-bin.tar" />
47         <requires eq="msys-core-*-msys-*-ext.tar" />
48         <requires eq="msys-coreutils-*-msys-*-bin.tar" />
49         <requires eq="msys-cygutils-dos2unix-*-msys-*-bin.tar" />
50         <requires eq="msys-diffutils-*-msys-*-bin.tar" />
51         <requires eq="msys-findutils-*-msys-*-bin.tar" />
52         <requires eq="msys-file-*-msys-*-bin.tar" />
53         <requires eq="msys-gawk-*-msys-*-bin.tar" />
54         <requires eq="msys-grep-*-msys-*-bin.tar" />
55         <requires eq="msys-gzip-*-msys-*-bin.tar" />
56         <requires eq="msys-less-*-msys-*-bin.tar" />
57         <requires eq="msys-make-*-msys-*-bin.tar" />
58         <requires eq="msys-sed-*-msys-*-bin.tar" />
59         <requires eq="msys-tar-*-msys-*-bin.tar" />
60         <requires eq="msys-texinfo-*-msys-*-bin.tar" />
61         <requires eq="msys-xz-*-msys-*-bin.tar" />
62       </component>
63     </package>
64
65   </package-collection>
66 </software-distribution>
67 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->