• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

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

Revision9cbf38e2c920a6813fbeab5d3d300b65e1599e90 (tree)
Zeit2012-02-11 10:07:10
AutorChris Sutcliffe <ir0n34d@user...>
CommiterChris Sutcliffe

Log Message

2012-02-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

Update & publish mingw32-gdb. Split the gdb package into gdb and gdb-python.
        • mingw32/mingw32-gdb.xml: Update to 7.2-2.
        • mingw32/issue.log: Updated accordingly.

Ändern Zusammenfassung

Diff

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
1+2012-02-10 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
2+
3+ Update & publish mingw32-gdb. Split the gdb package into gdb and gdb-python.
4+
5+ * mingw32/mingw32-gdb.xml: Update to 7.2-2.
6+ * mingw32/issue.log: Updated accordingly.
7+
18 2012-01-01 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
29
310 Update & publish msys-mintty.
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -35,7 +35,7 @@
3535 3df1f38d5924070bb1a51e32fb4e8f9ffd895690 2011101100 mingw32-gcc-tools.xml
3636 9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml
3737 d70fd214eb80e800893f6267644bcbc4d485506b 2011122200 mingw32-gcc4.xml
38- 6dde45599a1ea9abea8912e6e92b77408d70a06f 2011111500 mingw32-gdb.xml
38+ 06db4b622b4593da5a9c6a9a9eae387fd78174bb 2012021100 mingw32-gdb.xml
3939 8ba336812b4016c512a3e7239a0948a3a494b6f4 2011101100 mingw32-gendef.xml
4040 352ff30d7d315b5d5e039ad0abce2ec4019566aa 2011110902 mingw32-gettext.xml
4141 753225ffa6c00882b8e5aaf0c1be392e75dad30d 2010083100 mingw32-gmp.xml
--- a/mingw32/mingw32-gdb.xml
+++ b/mingw32/mingw32-gdb.xml
@@ -22,6 +22,10 @@
2222 <licence tarname="gdb-%-mingw32-%-doc.tar.%" />
2323
2424 <component class="bin">
25+ <release tarname="gdb-7.4-2-mingw32-bin.tar.lzma" >
26+ <requires eq="mingw32-libexpat-*-mingw32-*-dll-1.tar" />
27+ <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
28+ </release>
2529 <release tarname="gdb-7.3.1-1-mingw32-bin.tar.lzma" >
2630 <requires eq="mingw32-libexpat-*-mingw32-*-dll-1.tar" />
2731 <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
@@ -44,6 +48,7 @@
4448 </component>
4549
4650 <component class="doc">
51+ <release tarname="gdb-7.4-2-mingw32-doc.tar.lzma" />
4752 <release tarname="gdb-7.3.1-1-mingw32-doc.tar.lzma" />
4853 <release tarname="gdb-7.3-2-mingw32-doc.tar.lzma" />
4954 <release tarname="gdb-7.3-1-mingw32-doc.tar.lzma" />
@@ -51,6 +56,32 @@
5156 </component>
5257 </package>
5358
59+ <package name="mingw32-gdb-python" alias="gdb-python">
60+ <affiliate group="MinGW Base System" />
61+ <description lang="en" title="Python enabled GNU Source-Level Debugger">
62+ <paragraph>
63+ GDB is a source-level debugger, capable of breaking programs at
64+ any specific line, displaying variable values, and determining
65+ where errors occurred. Currently, it works for C, C++, Fortran,
66+ Modula 2 and Java programs. A must-have for any serious
67+ programmer. This particular version is Python enabled.
68+ </paragraph>
69+ </description>
70+
71+ <source tarname="gdb-python-%-mingw32-%-src.tar.%" />
72+ <licence tarname="gdb-python-%-mingw32-%-doc.tar.%" />
73+
74+ <component class="bin">
75+ <release tarname="gdb-python-7.4-2-mingw32-bin.tar.lzma" >
76+ <requires eq="mingw32-libexpat-*-mingw32-*-dll-1.tar" />
77+ <requires eq="mingw32-libintl-*-mingw32-*-dll-8.tar" />
78+ </release>
79+ </component>
80+
81+ <component class="doc">
82+ <release tarname="gdb-python-7.4-2-mingw32-doc.tar.lzma" />
83+ </component>
84+ </package>
5485 </package-collection>
5586 </software-distribution>
5687 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->