• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Révisionb29a03ea843ef197e349188e42420a4a25e81d8d (tree)
l'heure2011-05-05 10:53:16
AuteurCharles Wilson <cwilso11@user...>
CommiterCharles Wilson

Message de Log

Ensure all (sub)packages have at least one explicit
<component /> element. Harmonizes 'mingw-get list' output.

Change Summary

Modification

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
111 2011-05-04 Keith Marshall <keithmarshall@users.sourceforge.net>
212
313 Remove defunct CVS specific synchronisation goals.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -32,8 +32,8 @@
3232 b02dc7d1ec48f9e9de3e0d04ccc79f4529f7e60f 2010090600 mingw32-bzip2.xml
3333 07b4037fb26f3015890c27e07f6e292bba1c2dbb 2010090600 mingw32-cygutils.xml
3434 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
3737 ed67389f5a0499eddc5d715357a4893bb1cad92a 2010092500 mingw32-gdb.xml
3838 432e7e89cfc138836b6b39930d81c5d054882ea4 2010090600 mingw32-gendef.xml
3939 7244fccd3713760a3afda6b9e4908a9610a645b3 2010090600 mingw32-gettext.xml
--- a/mingw32/mingw32-gcc3.xml
+++ b/mingw32/mingw32-gcc3.xml
@@ -7,6 +7,7 @@
77 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
88
99 <package name="mingw32-gcc-v3-core" alias="gcc-v3 gcc-v3-core">
10+ <affiliate group="MinGW Compiler Suite" />
1011 <description lang="en" title="The GNU C Compiler">
1112 <paragraph>
1213 This package is specific to Version 3 of the GNU Compiler
@@ -21,15 +22,16 @@
2122 for those users who continue the use GCC Version 3.
2223 </paragraph>
2324 </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>
3335 </package>
3436
3537 <package name="mingw32-gcc-v3-ada" alias="gcc-v3-ada">
@@ -45,14 +47,17 @@
4547 to compile programs written in the Ada language.
4648 </paragraph>
4749 </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>
5357 </package>
5458
5559 <package name="mingw32-gcc-v3-g++" alias="gcc-v3-g++ gcc-v3-c++">
60+ <affiliate group="MinGW Compiler Suite" />
5661 <description lang="en" title="The GNU C++ Compiler">
5762 <paragraph>
5863 This package provides the MinGW implementation of the
@@ -64,12 +69,13 @@
6469 to compile programs written in the C++ language.
6570 </paragraph>
6671 </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>
7379 </package>
7480
7581 <package name="mingw32-gcc-v3-fortran" alias="gcc-v3-fortran gcc-v3-g77 g77 f77">
@@ -85,11 +91,13 @@
8591 to compile programs written in the FORTRAN language.
8692 </paragraph>
8793 </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>
93101 </package>
94102
95103 <package name="mingw32-gcc-v3-java" alias="gcc-v3-java">
@@ -105,11 +113,13 @@
105113 to compile programs written in the Java language.
106114 </paragraph>
107115 </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>
113123 </package>
114124
115125 <package name="mingw32-gcc-v3-objc" alias="gcc-v3-objc">
@@ -125,11 +135,13 @@
125135 to compile programs written in the Objective-C language.
126136 </paragraph>
127137 </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>
133145 </package>
134146
135147 </package-collection>
--- a/mingw32/mingw32-gcc4.xml
+++ b/mingw32/mingw32-gcc4.xml
@@ -93,9 +93,11 @@
9393 <source tarname="gcc-%-mingw32-src.tar.lzma" />
9494 <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
9595
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>
99101 </package>
100102
101103 <package name="mingw32-libgnat" alias="libgnat">
@@ -139,9 +141,11 @@
139141 <source tarname="gcc-%-mingw32-src.tar.lzma" />
140142 <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
141143
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>
145149 </package>
146150
147151 <package name="mingw32-libstdc++" alias="libstdc++">
@@ -185,9 +189,11 @@
185189 <source tarname="gcc-%-mingw32-src.tar.lzma" />
186190 <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
187191
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>
191197 </package>
192198
193199 <package name="mingw32-libgfortran" alias="libgfortran">
@@ -232,8 +238,10 @@
232238 <source tarname="gcc-%-mingw32-src.tar.lzma" />
233239 <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
234240
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>
237245 </package> -->
238246
239247 <package name="mingw32-gcc-objc" alias="gcc-objc objc">
@@ -253,9 +261,11 @@
253261 <source tarname="gcc-%-mingw32-src.tar.lzma" />
254262 <licence tarname="gcc-%-mingw32-lic.tar.lzma" />
255263
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>
259269 </package>
260270
261271 <package name="mingw32-libobjc" alias="libobjc">