XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | a7fca3eb8aa7e068feaf03fee1f8bb6c2a49676b (tree) |
---|---|
Time | 2013-08-26 00:52:02 |
Author | Earnie Boyd <earnie@user...> |
Commiter | Earnie Boyd |
Add releases gmp-5.1.2-1, mpfr-3.1.2-1 and mpc-1.0.1-1. Adjust .gitignore for vim .swp files.
@@ -4,3 +4,4 @@ configure | ||
4 | 4 | autom4te.cache |
5 | 5 | .hgtags |
6 | 6 | .hg |
7 | +.*.swp |
@@ -1,3 +1,11 @@ | ||
1 | +2013-08-25 Earnie Boyd <earnie@users.sourceforge.net> | |
2 | + | |
3 | + * mingw32/mingw32-gmp.xml: Add 5.1.2-1 release. | |
4 | + * mingw32/mingw32-mpfr.xml: Add 3.1.2-1 release. | |
5 | + * mingw32/mingw32-mpc.xml: Add 1.0.1-1 release. | |
6 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
7 | + * .gitignore: Add .*.swp. | |
8 | + | |
1 | 9 | 2013-08-23 Earnie Boyd <earnie@users.sourceforge.net> |
2 | 10 | |
3 | 11 | * mingw32/mingw32-runtime.xml: Add mingwrt-4.0.0-1 and w32api-4.0.0-1. |
@@ -23,6 +23,6 @@ | ||
23 | 23 | # MinGW Project, accept liability for any damages, however caused, |
24 | 24 | # arising from the use of this software. |
25 | 25 | # |
26 | - 75fc52dde8d408d798c0be51070d5d02f4c63085 2013082303 package-list.xml | |
26 | + 75fc52dde8d408d798c0be51070d5d02f4c63085 2013082305 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -39,7 +39,7 @@ | ||
39 | 39 | 2aec3c75d5ccba91607e343bcc304f3baf24ae56 2012082702 mingw32-gdb.xml |
40 | 40 | 14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml |
41 | 41 | 84ba9fe58d5492be57bd8e41d10daa9fd8be4721 2012073100 mingw32-gettext.xml |
42 | - 0df0573fbfc77ce5fbf9a4949a57e6e61c7492fa 2012073100 mingw32-gmp.xml | |
42 | + b17b34405de37f8ee13721fd08da82ca63c3491f 2013082300 mingw32-gmp.xml | |
43 | 43 | 99e3ac0d2c743b0d927a4d89a3153a975d2bdf87 2012073100 mingw32-libarchive.xml |
44 | 44 | 6019ce63b79e768e7c959504fcb5f4b08bf1fa7c 2012073100 mingw32-libiconv.xml |
45 | 45 | ccc15973cdc9ff14c12e4385c3e692af1c18b29d 2012073100 mingw32-libtool.xml |
@@ -48,9 +48,9 @@ | ||
48 | 48 | 71b5ce19cd3f6da57625e75d0e3d7f1bfb4e698c 2012073100 mingw32-mgwport.xml |
49 | 49 | 8e49b4efd144afdfe5730de463045ee32a57d5e4 2012042600 mingw32-mingw-get.xml |
50 | 50 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
51 | - d31c39c6584fde6d4b9ddafbca913509b32a1dfc 2012073100 mingw32-mpc.xml | |
52 | - 99995a8e17659b6514f71ae2b17bbbcd8eb4c0a9 2012073100 mingw32-mpfr.xml | |
53 | - 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082303 mingw32-package-list.xml | |
51 | + d0657d9bc4fd5fa5bae78d80f003485cfde305c3 2013082300 mingw32-mpc.xml | |
52 | + 9c47305797d932da02275a6894b30492440af00e 2013082300 mingw32-mpfr.xml | |
53 | + 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082305 mingw32-package-list.xml | |
54 | 54 | bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml |
55 | 55 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
56 | 56 | 9399cb6c2efd8fd907c42a278a6f41bbde9e440c 2011091400 mingw32-pthreads-w32.xml |
@@ -37,19 +37,32 @@ | ||
37 | 37 | <licence tarname="gmp-%-mingw32-lic.tar.lzma" /> |
38 | 38 | |
39 | 39 | <component class="dev"> |
40 | + <release tarname="gmp-5.1.2-1-mingw32-dev.tar.lzma" > | |
41 | + <requires eq="gmp-5.1.2-1-mingw32-dll.tar.lzma" /> | |
42 | + </release> | |
40 | 43 | <release tarname="gmp-5.0.1-1-mingw32-dev.tar.lzma" > |
41 | 44 | <requires eq="mingw32-libgmp-%-mingw32-dll-10.tar" /> |
42 | 45 | <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" /> |
43 | 46 | </release> |
44 | 47 | </component> |
45 | 48 | |
49 | + <component class="dll"> | |
50 | + <release tarname="gmp-5.1.2-1-mingw32-dll.tar.lzma" /> | |
51 | + </component> | |
52 | + | |
46 | 53 | <component class="doc"> |
54 | + <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma" /> | |
47 | 55 | <release tarname="gmp-5.0.1-1-mingw32-doc.tar.lzma" /> |
48 | 56 | </component> |
49 | 57 | |
50 | 58 | <component class="lic"> |
59 | + <release tarname="gmp-5.1.2-1-mingw32-lic.tar.lzma" /> | |
51 | 60 | <release tarname="gmp-5.0.1-1-mingw32-lic.tar.lzma" /> |
52 | 61 | </component> |
62 | + | |
63 | + <component class="info"> | |
64 | + <release tarname="gmp-5.1.2-1-mingw32-info.tar.lzma" /> | |
65 | + </component> | |
53 | 66 | </package> |
54 | 67 | |
55 | 68 | <package name="mingw32-libgmp" alias="libgmp"> |
@@ -28,18 +28,30 @@ | ||
28 | 28 | <licence tarname="mpc-%-mingw32-lic.tar.lzma" /> |
29 | 29 | |
30 | 30 | <component class="dev"> |
31 | + <release tarname="mpc-1.0.1-1-mingw32-dev.tar.lzma" > | |
32 | + <requires eq="mpc-1.0.1-1-mingw32-dll.tar.lzma" /> | |
33 | + </release> | |
31 | 34 | <release tarname="mpc-0.8.1-1-mingw32-dev.tar.lzma" > |
32 | 35 | <requires eq="mingw32-libmpc-%-mingw32-dll-2.tar" /> |
33 | 36 | </release> |
34 | 37 | </component> |
35 | 38 | |
36 | 39 | <component class="doc"> |
40 | + <release tarname="mpc-1.0.1-1-mingw32-doc.tar.lzma" /> | |
37 | 41 | <release tarname="mpc-0.8.1-1-mingw32-doc.tar.lzma" /> |
38 | 42 | </component> |
39 | 43 | |
40 | 44 | <component class="lic"> |
45 | + <release tarname="mpc-1.0.1-1-mingw32-lic.tar.lzma" /> | |
41 | 46 | <release tarname="mpc-0.8.1-1-mingw32-lic.tar.lzma" /> |
42 | 47 | </component> |
48 | + | |
49 | + <component class="dll"> | |
50 | + <release tarname="mpc-1.0.1-1-mingw32-dll.tar.lzma" > | |
51 | + <requires eq="mpfr-3.1.2-1-mingw32-dll.tar.lzma" /> | |
52 | + <requires eq="gmp-5.1.2-1-mingw32-dll.tar.lzma" /> | |
53 | + </release> | |
54 | + </component> | |
43 | 55 | </package> |
44 | 56 | |
45 | 57 | <package name="mingw32-libmpc" alias="libmpc"> |
@@ -32,18 +32,29 @@ | ||
32 | 32 | <licence tarname="mpfr-%-mingw32-lic.tar.lzma" /> |
33 | 33 | |
34 | 34 | <component class="dev"> |
35 | + <release tarname="mpfr-3.1.2-1-mingw32-dev.tar.lzma" > | |
36 | + <requires eq="mpfr-3.1.2-1-mingw32-dll.tar.lzma" /> | |
37 | + </release> | |
35 | 38 | <release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma" > |
36 | 39 | <requires eq="mingw32-libmpfr-%-mingw32-dll-1.tar" /> |
37 | 40 | </release> |
38 | 41 | </component> |
39 | 42 | |
40 | 43 | <component class="doc"> |
44 | + <release tarname="mpfr-3.1.2-1-mingw32-doc.tar.lzma" /> | |
41 | 45 | <release tarname="mpfr-2.4.1-1-mingw32-doc.tar.lzma" /> |
42 | 46 | </component> |
43 | 47 | |
44 | 48 | <component class="lic"> |
49 | + <release tarname="mpfr-3.1.2-1-mingw32-lic.tar.lzma" /> | |
45 | 50 | <release tarname="mpfr-2.4.1-1-mingw32-lic.tar.lzma" /> |
46 | 51 | </component> |
52 | + | |
53 | + <component class="dll"> | |
54 | + <release tarname="mpfr-3.1.2-1-mingw32-dll.tar.lzma" > | |
55 | + <requires eq="gmp-5.1.2-1-mingw32-dll.tar.lzma" /> | |
56 | + </release> | |
57 | + </component> | |
47 | 58 | </package> |
48 | 59 | |
49 | 60 | <package name="mingw32-libmpfr" alias="libmpfr"> |