OSDN Git Service

Prepare manifests for "msys-tiny" publication; compress and upload.
[mingw/mingw-dist.git] / mingw32 / mingw32-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: mingw32-base.xml -->
5   <!-- This is a preliminary catalogue to facilitate the release of
6        mingw-get-0.1-mingw32-alpha-2; it currently reproduces the package
7        inventory of the original package-index.xml from the previous
8        mingw-get-0.1-mingw32-alpha-1, but it is planned to update it
9        over the coming weeks, to provide a more comprehensive and
10        up-to-date package inventory.
11     -->
12
13   <package-collection subsystem="mingw32">
14     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
15
16     <package name="mingw32-gcc-core" alias="gcc gcc-core">
17       <description lang="en" title="The GNU C Compiler">
18         <paragraph>
19           This package provides the MinGW implementation of the
20           GNU C language compiler; this includes the C preprocessor,
21           and the common back end processors which are necessary to
22           support all other language compilers in the GNU Compiler
23           Collection.
24         </paragraph>
25         <paragraph>
26           This is a required component of the MinGW Compiler Suite.
27         </paragraph>
28       </description>
29       <affiliate group="MinGW Compiler Suite" />
30       <requires ge="binutils-*-mingw32-bin.tar" />
31       <requires ge="mingw-runtime-*-mingw32-dev.tar" />
32       <requires ge="mingw-runtime-*-mingw32-dll.tar" />
33       <requires ge="w32api-*-mingw32-dev.tar" />
34       <release tarname="gcc-core-3.4.5-20060117-3-mingw32-bin.tar.gz">
35         <download tarname="gcc-core-3.4.5-20060117-3.tar.gz" />
36       </release>
37     </package>
38
39     <package name="mingw32-gcc-ada" alias="gcc-ada ada">
40       <affiliate group="MinGW Compiler Suite" />
41       <description lang="en" title="The GNU Ada Compiler">
42         <paragraph>
43           This package provides the MinGW implementation of the
44           GNU Ada language compiler.
45         </paragraph>
46         <paragraph>
47           This is an optional component of the MinGW Compiler Suite;
48           you require it only if you wish to compile programs written
49           in the Ada language.
50         </paragraph>
51       </description>
52       <requires eq="gcc-core-%-mingw32-bin.tar" />
53       <release tarname="gcc-ada-3.4.5-20060117-3-mingw32-bin.tar.gz">
54         <download tarname="gcc-ada-3.4.5-20060117-3.tar.gz" />
55       </release>
56     </package>
57
58     <package name="mingw32-gcc-g++" alias="gcc-g++ g++ gcc-c++ c++">
59       <description lang="en" title="The GNU C++ Compiler">
60         <paragraph>
61           This package provides the MinGW implementation of the
62           GNU C++ language compiler.
63         </paragraph>
64         <paragraph>
65           This is an optional component of the MinGW Compiler Suite;
66           you require it only if you wish to compile programs written
67           in the C++ language.
68         </paragraph>
69       </description>
70       <affiliate group="MinGW Compiler Suite" />
71       <requires eq="gcc-core-%-mingw32-bin.tar" />
72       <release tarname="gcc-g++-3.4.5-20060117-3-mingw32-bin.tar.gz">
73         <download tarname="gcc-g++-3.4.5-20060117-3.tar.gz" />
74       </release>
75     </package>
76
77     <package name="mingw32-gcc-fortran" alias="gcc-fortran gcc-g77 g77 f77">
78       <affiliate group="MinGW Compiler Suite" />
79       <description lang="en" title="The GNU FORTRAN Compiler">
80         <paragraph>
81           This package provides the MinGW implementation of the
82           GNU FORTRAN language compiler.
83         </paragraph>
84         <paragraph>
85           This is an optional component of the MinGW Compiler Suite;
86           you require it only if you wish to compile programs written
87           in the FORTRAN language.
88         </paragraph>
89       </description>
90       <requires eq="gcc-core-%-mingw32-bin.tar" />
91       <release tarname="gcc-g77-3.4.5-20060117-3-mingw32-bin.tar.gz">
92         <download tarname="gcc-g77-3.4.5-20060117-3.tar.gz" />
93       </release>
94     </package>
95
96     <package name="mingw32-gcc-java" alias="gcc-java java">
97       <affiliate group="MinGW Compiler Suite" />
98       <description lang="en" title="The GNU Java Compiler">
99         <paragraph>
100           This package provides the MinGW implementation of the
101           GNU Java language compiler.
102         </paragraph>
103         <paragraph>
104           This is an optional component of the MinGW Compiler Suite;
105           you require it only if you wish to compile programs written
106           in the Java language.
107         </paragraph>
108       </description>
109       <requires eq="gcc-core-%-mingw32-bin.tar" />
110       <release tarname="gcc-java-3.4.5-20060117-3-mingw32-bin.tar.gz">
111         <download tarname="gcc-java-3.4.5-20060117-3.tar.gz" />
112       </release>
113     </package>
114
115     <package name="gcc-objc" alias="objc">
116       <affiliate group="MinGW Compiler Suite" />
117       <description lang="en" title="The GNU Objective-C Compiler">
118         <paragraph>
119           This package provides the MinGW implementation of the
120           GNU Objective-C language compiler.
121         </paragraph>
122         <paragraph>
123           This is an optional component of the MinGW Compiler Suite;
124           you require it only if you wish to compile programs written
125           in the Objective-C language.
126         </paragraph>
127       </description>
128       <requires eq="gcc-core-%-mingw32-bin.tar" />
129       <release tarname="gcc-objc-3.4.5-20060117-3-mingw32-bin.tar.gz">
130         <download tarname="gcc-objc-3.4.5-20060117-3.tar.gz" />
131       </release>
132     </package>
133
134   </package-collection>
135 </software-distribution>
136 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->