XML catalogue of packages which are available for installation, using the mingw-get installer.
Revisão | 63e036a436b857892dd81955adedc6143e134280 (tree) |
---|---|
Hora | 2018-12-29 04:32:59 |
Autor | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Redirect MPFR package download requests to OSDN.net
@@ -1,5 +1,16 @@ | ||
1 | 1 | 2018-12-28 Keith Marshall <keith@users.osdn.me> |
2 | 2 | |
3 | + Redirect MPFR package download requests to OSDN.net | |
4 | + | |
5 | + * mingw32/mingw32-mpfr.xml (download-host): Relocate to osdn.net | |
6 | + (mpfr-dev, mpfr-doc, mpfr-info, mpfr-lic, libmpfr-dll): Remove all | |
7 | + release references, other than those for version 3.1.5-2; associated | |
8 | + packages will remain on SourceForge.net, but are not scheduled for | |
9 | + relocation to, and will not be accessible on, the OSDN.net host. | |
10 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
11 | + | |
12 | +2018-12-28 Keith Marshall <keith@users.osdn.me> | |
13 | + | |
3 | 14 | Redirect GMP package download requests to OSDN.net |
4 | 15 | |
5 | 16 | * mingw32/mingw32-gmp.xml (download-host): Relocate to osdn.net |
@@ -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 | - c6a9068e183254c0b930ac6e1a70fd81743dc212 2018122802 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2018122803 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -50,8 +50,8 @@ | ||
50 | 50 | 00d41b72d8329a00a7018b7bf936dafda3618ef1 2013100400 mingw32-mingw-get.xml |
51 | 51 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
52 | 52 | 6f1bec812a6376338cdb16f11929eb5e866a3fba 2017071600 mingw32-mpc.xml |
53 | - 671658adeceafd003aa2d1fd7a6c0177d01316e3 2018011700 mingw32-mpfr.xml | |
54 | - 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2018122802 mingw32-package-list.xml | |
53 | + 1b5e1e0c486dad8396884033777e13357365ad76 2018122800 mingw32-mpfr.xml | |
54 | + 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2018122803 mingw32-package-list.xml | |
55 | 55 | 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml |
56 | 56 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
57 | 57 | 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml |
@@ -4,7 +4,7 @@ | ||
4 | 4 | <!-- File: mingw32-mpfr.xml ~~ mingw-get package description for mpfr --> |
5 | 5 | |
6 | 6 | <package-collection subsystem="mingw32"> |
7 | - <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
7 | + <download-host uri="http://osdn.net/dl/mingw/%F" /> | |
8 | 8 | |
9 | 9 | <!-- Provides the package descriptions for the mpfr library, which --> |
10 | 10 | <!-- is a runtime prerequisite for modern versions of GCC. --> |
@@ -32,38 +32,21 @@ | ||
32 | 32 | <licence tarname="mpfr-%-mingw32-lic.tar.lzma" /> |
33 | 33 | |
34 | 34 | <component class="dev"> |
35 | - <release tarname="mpfr-3.1.5-2-mingw32-dev.tar.xz"> | |
36 | - <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" /> | |
37 | - </release> | |
38 | - <release tarname="mpfr-3.1.5-1-mingw32-dev.tar.xz"> | |
39 | - <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" /> | |
40 | - </release> | |
41 | - <release tarname="mpfr-3.1.2-2-mingw32-dev.tar.lzma"> | |
42 | - <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" /> | |
43 | - </release> | |
44 | - <release tarname="mpfr-2.4.1-1-mingw32-dev.tar.lzma"> | |
45 | - <requires eq="mingw32-libmpfr-%-mingw32-dll-1.tar" /> | |
46 | - </release> | |
35 | + <release tarname="mpfr-3.1.5-2-mingw32-dev.tar.xz" /> | |
36 | + <requires eq="mingw32-libmpfr-%-mingw32-dll-4.tar" /> | |
47 | 37 | <requires eq="gmp-*-mingw32-dev.tar" /> |
48 | 38 | </component> |
49 | 39 | |
50 | 40 | <component class="doc"> |
51 | 41 | <release tarname="mpfr-3.1.5-2-mingw32-doc.tar.xz" /> |
52 | - <release tarname="mpfr-3.1.5-1-mingw32-doc.tar.xz" /> | |
53 | - <release tarname="mpfr-3.1.2-2-mingw32-doc.tar.lzma" /> | |
54 | - <release tarname="mpfr-2.4.1-1-mingw32-doc.tar.lzma" /> | |
55 | 42 | </component> |
56 | 43 | |
57 | 44 | <component class="info"> |
58 | 45 | <release tarname="mpfr-3.1.5-2-mingw32-info.tar.xz" /> |
59 | - <release tarname="mpfr-3.1.5-1-mingw32-info.tar.xz" /> | |
60 | 46 | </component> |
61 | 47 | |
62 | 48 | <component class="lic"> |
63 | 49 | <release tarname="mpfr-3.1.5-2-mingw32-lic.tar.xz" /> |
64 | - <release tarname="mpfr-3.1.5-1-mingw32-lic.tar.xz" /> | |
65 | - <release tarname="mpfr-3.1.2-2-mingw32-lic.tar.lzma" /> | |
66 | - <release tarname="mpfr-2.4.1-1-mingw32-lic.tar.lzma" /> | |
67 | 50 | </component> |
68 | 51 | </package> |
69 | 52 |
@@ -94,11 +77,6 @@ | ||
94 | 77 | |
95 | 78 | <component class="dll"> |
96 | 79 | <release tarname="libmpfr-3.1.5-2-mingw32-dll-4.tar.xz" /> |
97 | - <release tarname="libmpfr-3.1.5-1-mingw32-dll-4.tar.xz" /> | |
98 | - <release tarname="libmpfr-3.1.2-2-mingw32-dll-4.tar" > | |
99 | - <download tarname="mpfr-3.1.2-2-mingw32-dll.tar.lzma" /> | |
100 | - </release> | |
101 | - <release tarname="libmpfr-2.4.1-1-mingw32-dll-1.tar.lzma" /> | |
102 | 80 | <requires eq="mingw32-libgmp-*-mingw32-dll-10.tar" /> |
103 | 81 | </component> |
104 | 82 | </package> |