XML catalogue of packages which are available for installation, using the mingw-get installer.
Révision | b29a03ea843ef197e349188e42420a4a25e81d8d (tree) |
---|---|
l'heure | 2011-05-05 10:53:16 |
Auteur | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Ensure all (sub)packages have at least one explicit
<component /> element. Harmonizes 'mingw-get list' output.
@@ -1,3 +1,13 @@ | ||
1 | +2011-05-04 Charles Wilson <mingw@cwilson.fastmail.fm> | |
2 | + | |
3 | + Ensure all (sub)packages have at least one explicit | |
4 | + <component /> element. Harmonizes 'mingw-get list' output. | |
5 | + | |
6 | + * mingw32/mingw32-gcc3.xml: Ensure (sub) packages with | |
7 | + a single component use an explicit <component /> element. | |
8 | + * mingw32/mingw32-gcc4.xml: Ditto. | |
9 | + * mingw32/issue.log: Updated accordingly. | |
10 | + | |
1 | 11 | 2011-05-04 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 12 | |
3 | 13 | Remove defunct CVS specific synchronisation goals. |
@@ -32,8 +32,8 @@ | ||
32 | 32 | b02dc7d1ec48f9e9de3e0d04ccc79f4529f7e60f 2010090600 mingw32-bzip2.xml |
33 | 33 | 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml |
34 | 34 | f22aef52f7062813148d3ea1f4477b7ee05f5f5a 2010052100 mingw32-expat.xml |
35 | - 27195c5e1d8c510104d2bc802452b94f842e27d9 2010083100 mingw32-gcc3.xml | |
36 | - 375d70d2455d16e61be672a0555afabb5ed9a21e 2011011200 mingw32-gcc4.xml | |
35 | + 9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml | |
36 | + bd82145739caba7007e5fda2cb9f61fca97d2b15 2011050500 mingw32-gcc4.xml | |
37 | 37 | ed67389f5a0499eddc5d715357a4893bb1cad92a 2010092500 mingw32-gdb.xml |
38 | 38 | 432e7e89cfc138836b6b39930d81c5d054882ea4 2010090600 mingw32-gendef.xml |
39 | 39 | 7244fccd3713760a3afda6b9e4908a9610a645b3 2010090600 mingw32-gettext.xml |
@@ -7,6 +7,7 @@ | ||
7 | 7 | <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> |
8 | 8 | |
9 | 9 | <package name="mingw32-gcc-v3-core" alias="gcc-v3 gcc-v3-core"> |
10 | + <affiliate group="MinGW Compiler Suite" /> | |
10 | 11 | <description lang="en" title="The GNU C Compiler"> |
11 | 12 | <paragraph> |
12 | 13 | This package is specific to Version 3 of the GNU Compiler |
@@ -21,15 +22,16 @@ | ||
21 | 22 | for those users who continue the use GCC Version 3. |
22 | 23 | </paragraph> |
23 | 24 | </description> |
24 | - <affiliate group="MinGW Compiler Suite" /> | |
25 | - <requires ge="mingw32-binutils-*-mingw32-bin.tar" /> | |
26 | - <requires ge="mingw32-mingwrt-*-mingw32-dev.tar" /> | |
27 | - <requires ge="mingw32-mingwrt-*-mingw32-dll.tar" /> | |
28 | - <requires ge="mingw32-w32api-*-mingw32-dev.tar" /> | |
29 | - <release tarname="gcc-v3-core-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
30 | - <source tarname="gcc-core-3.4.5-20060117-2-src.tar.gz" /> | |
31 | - <download tarname="gcc-core-3.4.5-20060117-3.tar.gz" /> | |
32 | - </release> | |
25 | + <component class="bin"> | |
26 | + <requires ge="mingw32-binutils-*-mingw32-bin.tar" /> | |
27 | + <requires ge="mingw32-mingwrt-*-mingw32-dev.tar" /> | |
28 | + <requires ge="mingw32-mingwrt-*-mingw32-dll.tar" /> | |
29 | + <requires ge="mingw32-w32api-*-mingw32-dev.tar" /> | |
30 | + <release tarname="gcc-v3-core-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
31 | + <source tarname="gcc-core-3.4.5-20060117-2-src.tar.gz" /> | |
32 | + <download tarname="gcc-core-3.4.5-20060117-3.tar.gz" /> | |
33 | + </release> | |
34 | + </component> | |
33 | 35 | </package> |
34 | 36 | |
35 | 37 | <package name="mingw32-gcc-v3-ada" alias="gcc-v3-ada"> |
@@ -45,14 +47,17 @@ | ||
45 | 47 | to compile programs written in the Ada language. |
46 | 48 | </paragraph> |
47 | 49 | </description> |
48 | - <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
49 | - <release tarname="gcc-v3-ada-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
50 | - <source tarname="gcc-ada-3.4.5-20060117-2-src.tar.gz" /> | |
51 | - <download tarname="gcc-ada-3.4.5-20060117-3.tar.gz" /> | |
52 | - </release> | |
50 | + <component class="bin"> | |
51 | + <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
52 | + <release tarname="gcc-v3-ada-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
53 | + <source tarname="gcc-ada-3.4.5-20060117-2-src.tar.gz" /> | |
54 | + <download tarname="gcc-ada-3.4.5-20060117-3.tar.gz" /> | |
55 | + </release> | |
56 | + </component> | |
53 | 57 | </package> |
54 | 58 | |
55 | 59 | <package name="mingw32-gcc-v3-g++" alias="gcc-v3-g++ gcc-v3-c++"> |
60 | + <affiliate group="MinGW Compiler Suite" /> | |
56 | 61 | <description lang="en" title="The GNU C++ Compiler"> |
57 | 62 | <paragraph> |
58 | 63 | This package provides the MinGW implementation of the |
@@ -64,12 +69,13 @@ | ||
64 | 69 | to compile programs written in the C++ language. |
65 | 70 | </paragraph> |
66 | 71 | </description> |
67 | - <affiliate group="MinGW Compiler Suite" /> | |
68 | - <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
69 | - <release tarname="gcc-v3-g++-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
70 | - <source tarname="gcc-g++-3.4.5-20060117-2-src.tar.gz" /> | |
71 | - <download tarname="gcc-g++-3.4.5-20060117-3.tar.gz" /> | |
72 | - </release> | |
72 | + <component class="bin"> | |
73 | + <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
74 | + <release tarname="gcc-v3-g++-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
75 | + <source tarname="gcc-g++-3.4.5-20060117-2-src.tar.gz" /> | |
76 | + <download tarname="gcc-g++-3.4.5-20060117-3.tar.gz" /> | |
77 | + </release> | |
78 | + </component> | |
73 | 79 | </package> |
74 | 80 | |
75 | 81 | <package name="mingw32-gcc-v3-fortran" alias="gcc-v3-fortran gcc-v3-g77 g77 f77"> |
@@ -85,11 +91,13 @@ | ||
85 | 91 | to compile programs written in the FORTRAN language. |
86 | 92 | </paragraph> |
87 | 93 | </description> |
88 | - <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
89 | - <release tarname="gcc-v3-g77-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
90 | - <source tarname="gcc-g77-3.4.5-20060117-2-src.tar.gz" /> | |
91 | - <download tarname="gcc-g77-3.4.5-20060117-3.tar.gz" /> | |
92 | - </release> | |
94 | + <component class="bin"> | |
95 | + <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
96 | + <release tarname="gcc-v3-g77-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
97 | + <source tarname="gcc-g77-3.4.5-20060117-2-src.tar.gz" /> | |
98 | + <download tarname="gcc-g77-3.4.5-20060117-3.tar.gz" /> | |
99 | + </release> | |
100 | + </component> | |
93 | 101 | </package> |
94 | 102 | |
95 | 103 | <package name="mingw32-gcc-v3-java" alias="gcc-v3-java"> |
@@ -105,11 +113,13 @@ | ||
105 | 113 | to compile programs written in the Java language. |
106 | 114 | </paragraph> |
107 | 115 | </description> |
108 | - <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
109 | - <release tarname="gcc-v3-java-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
110 | - <source tarname="gcc-java-3.4.5-20060117-2-src.tar.gz" /> | |
111 | - <download tarname="gcc-java-3.4.5-20060117-3.tar.gz" /> | |
112 | - </release> | |
116 | + <component class="bin"> | |
117 | + <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
118 | + <release tarname="gcc-v3-java-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
119 | + <source tarname="gcc-java-3.4.5-20060117-2-src.tar.gz" /> | |
120 | + <download tarname="gcc-java-3.4.5-20060117-3.tar.gz" /> | |
121 | + </release> | |
122 | + </component> | |
113 | 123 | </package> |
114 | 124 | |
115 | 125 | <package name="mingw32-gcc-v3-objc" alias="gcc-v3-objc"> |
@@ -125,11 +135,13 @@ | ||
125 | 135 | to compile programs written in the Objective-C language. |
126 | 136 | </paragraph> |
127 | 137 | </description> |
128 | - <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
129 | - <release tarname="gcc-v3-objc-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
130 | - <source tarname="gcc-objc-3.4.5-20060117-2-src.tar.gz" /> | |
131 | - <download tarname="gcc-objc-3.4.5-20060117-3.tar.gz" /> | |
132 | - </release> | |
138 | + <component class="bin"> | |
139 | + <requires eq="mingw32-gcc-v3-core-%-mingw32-bin.tar" /> | |
140 | + <release tarname="gcc-v3-objc-3.4.5-20060117-3-mingw32-bin.tar.gz"> | |
141 | + <source tarname="gcc-objc-3.4.5-20060117-2-src.tar.gz" /> | |
142 | + <download tarname="gcc-objc-3.4.5-20060117-3.tar.gz" /> | |
143 | + </release> | |
144 | + </component> | |
133 | 145 | </package> |
134 | 146 | |
135 | 147 | </package-collection> |
@@ -93,9 +93,11 @@ | ||
93 | 93 | <source tarname="gcc-%-mingw32-src.tar.lzma" /> |
94 | 94 | <licence tarname="gcc-%-mingw32-lic.tar.lzma" /> |
95 | 95 | |
96 | - <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
97 | - <requires eq="libgnat-%-mingw32-dll-4_5.tar" /> | |
98 | - <release tarname="gcc-ada-4.5.2-1-mingw32-bin.tar.lzma" /> | |
96 | + <component class="bin"> | |
97 | + <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
98 | + <requires eq="libgnat-%-mingw32-dll-4_5.tar" /> | |
99 | + <release tarname="gcc-ada-4.5.2-1-mingw32-bin.tar.lzma" /> | |
100 | + </component> | |
99 | 101 | </package> |
100 | 102 | |
101 | 103 | <package name="mingw32-libgnat" alias="libgnat"> |
@@ -139,9 +141,11 @@ | ||
139 | 141 | <source tarname="gcc-%-mingw32-src.tar.lzma" /> |
140 | 142 | <licence tarname="gcc-%-mingw32-lic.tar.lzma" /> |
141 | 143 | |
142 | - <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
143 | - <requires eq="libstdc++-%-mingw32-dll-6.tar" /> | |
144 | - <release tarname="gcc-c++-4.5.2-1-mingw32-bin.tar.lzma" /> | |
144 | + <component class="bin"> | |
145 | + <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
146 | + <requires eq="libstdc++-%-mingw32-dll-6.tar" /> | |
147 | + <release tarname="gcc-c++-4.5.2-1-mingw32-bin.tar.lzma" /> | |
148 | + </component> | |
145 | 149 | </package> |
146 | 150 | |
147 | 151 | <package name="mingw32-libstdc++" alias="libstdc++"> |
@@ -185,9 +189,11 @@ | ||
185 | 189 | <source tarname="gcc-%-mingw32-src.tar.lzma" /> |
186 | 190 | <licence tarname="gcc-%-mingw32-lic.tar.lzma" /> |
187 | 191 | |
188 | - <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
189 | - <requires eq="libgfortran-%-mingw32-dll-3.tar" /> | |
190 | - <release tarname="gcc-fortran-4.5.2-1-mingw32-bin.tar.lzma" /> | |
192 | + <component class="bin"> | |
193 | + <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
194 | + <requires eq="libgfortran-%-mingw32-dll-3.tar" /> | |
195 | + <release tarname="gcc-fortran-4.5.2-1-mingw32-bin.tar.lzma" /> | |
196 | + </component> | |
191 | 197 | </package> |
192 | 198 | |
193 | 199 | <package name="mingw32-libgfortran" alias="libgfortran"> |
@@ -232,8 +238,10 @@ | ||
232 | 238 | <source tarname="gcc-%-mingw32-src.tar.lzma" /> |
233 | 239 | <licence tarname="gcc-%-mingw32-lic.tar.lzma" /> |
234 | 240 | |
235 | - <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
236 | - <release tarname="gcc-java-4.5.2-1-mingw32-bin.tar.lzma" /> | |
241 | + <component class="bin"> | |
242 | + <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
243 | + <release tarname="gcc-java-4.5.2-1-mingw32-bin.tar.lzma" /> | |
244 | + </component> | |
237 | 245 | </package> --> |
238 | 246 | |
239 | 247 | <package name="mingw32-gcc-objc" alias="gcc-objc objc"> |
@@ -253,9 +261,11 @@ | ||
253 | 261 | <source tarname="gcc-%-mingw32-src.tar.lzma" /> |
254 | 262 | <licence tarname="gcc-%-mingw32-lic.tar.lzma" /> |
255 | 263 | |
256 | - <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
257 | - <requires eq="libobjc-%-mingw32-dll-2.tar" /> | |
258 | - <release tarname="gcc-objc-4.5.2-1-mingw32-bin.tar.lzma" /> | |
264 | + <component class="bin"> | |
265 | + <requires eq="gcc-core-%-mingw32-bin.tar" /> | |
266 | + <requires eq="libobjc-%-mingw32-dll-2.tar" /> | |
267 | + <release tarname="gcc-objc-4.5.2-1-mingw32-bin.tar.lzma" /> | |
268 | + </component> | |
259 | 269 | </package> |
260 | 270 | |
261 | 271 | <package name="mingw32-libobjc" alias="libobjc"> |