XML catalogue of packages which are available for installation, using the mingw-get installer.
リビジョン | 176eaa34bfbbfc3551b4c126de3088fadbcbd2b2 (tree) |
---|---|
日時 | 2018-12-29 04:24:52 |
作者 | Keith Marshall <keith@user...> |
コミッター | Keith Marshall |
Redirect GMP package download requests to OSDN.net
@@ -1,5 +1,20 @@ | ||
1 | 1 | 2018-12-28 Keith Marshall <keith@users.osdn.me> |
2 | 2 | |
3 | + Redirect GMP package download requests to OSDN.net | |
4 | + | |
5 | + * mingw32/mingw32-gmp.xml (download-host): Relocate to osdn.net | |
6 | + (gmp-6.1.2-3-dev, libgmp-6.1.2-3-dll-10, libgmpxx-6.1.2-3-dll-4) | |
7 | + (gmp-6.1.2-3.lic, gmp-6.1.2-3-info, gmp-6.1.2-3-man): Add new release | |
8 | + references. Prune all earlier release references; associated packages | |
9 | + will remain available on SourceForge.net, but they are not scheduled | |
10 | + for relocation to, and will not be accessible on the OSDN.net host. | |
11 | + (gmp-5.1.2-1-doc): Retain obsolete package reference; reidentify as a | |
12 | + virtual package, thus effectively vacating its content; add definition | |
13 | + tag, with content attesting to redundant status of this component. | |
14 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
15 | + | |
16 | +2018-12-28 Keith Marshall <keith@users.osdn.me> | |
17 | + | |
3 | 18 | Redirect GNU gettext package download requests to OSDN.net |
4 | 19 | |
5 | 20 | * mingw32/mingw32-gettext.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 2018122801 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2018122802 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -39,7 +39,7 @@ | ||
39 | 39 | 21031079d59268339bfd7c6dc8239df214588bca 2013091501 mingw32-gdb.xml |
40 | 40 | 14dd10ab97b27430bdb688f4e85993cd821f7a05 2012073100 mingw32-gendef.xml |
41 | 41 | 4646d328c5586fac8d11efa98334c0e4f9aac629 2018122800 mingw32-gettext.xml |
42 | - b388fc17f88ee5c8726142c80deeaa393d5cbf65 2017090800 mingw32-gmp.xml | |
42 | + baa71c1c7546cc83cc6ed30a5b77e4cdbc449443 2018122800 mingw32-gmp.xml | |
43 | 43 | a8d68c6dfdea77d8a2a7fb899004955f51a5dbe1 2017071400 mingw32-isl.xml |
44 | 44 | 99e3ac0d2c743b0d927a4d89a3153a975d2bdf87 2012073100 mingw32-libarchive.xml |
45 | 45 | 1c2147cc2b8175f077f78acee8cbee11cfb03dab 2018122800 mingw32-libiconv.xml |
@@ -51,7 +51,7 @@ | ||
51 | 51 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
52 | 52 | 6f1bec812a6376338cdb16f11929eb5e866a3fba 2017071600 mingw32-mpc.xml |
53 | 53 | 671658adeceafd003aa2d1fd7a6c0177d01316e3 2018011700 mingw32-mpfr.xml |
54 | - 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2018122801 mingw32-package-list.xml | |
54 | + 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2018122802 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-gmp.xml ~~ mingw-get package description for gmp --> |
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 gmp library, which --> |
10 | 10 | <!-- is a runtime prerequisite for modern versions of GCC. --> |
@@ -36,33 +36,31 @@ | ||
36 | 36 | <licence tarname="gmp-%-mingw32-lic.tar.%" /> |
37 | 37 | |
38 | 38 | <component class="dev"> |
39 | - <release tarname="gmp-6.1.2-2-mingw32-dev.tar.xz" /> | |
40 | - <release tarname="gmp-6.1.2-1-mingw32-dev.tar.xz" /> | |
41 | - <release tarname="gmp-5.1.2-1-mingw32-dev.tar.lzma" /> | |
42 | - <release tarname="gmp-5.0.1-1-mingw32-dev.tar.lzma" /> | |
39 | + <release tarname="gmp-6.1.2-3-mingw32-dev.tar.xz" /> | |
43 | 40 | <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" /> |
44 | 41 | <requires eq="mingw32-libgmp-%-mingw32-dll-10.tar" /> |
45 | 42 | </component> |
46 | 43 | |
47 | 44 | <component class="doc"> |
48 | - <release tarname="gmp-6.1.2-1-mingw32-doc.tar"> | |
45 | + <description lang="en"> | |
46 | + <paragraph>This "doc" component package is obsolete; documentation | |
47 | + is now provided in the "info" component package. | |
48 | + </paragraph> | |
49 | + <paragraph>There is no longer any useful content in this component | |
50 | + package; if it has been installed, you may safely remove it. | |
51 | + </paragraph> | |
52 | + </description> | |
53 | + <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma"> | |
49 | 54 | <download tarname="none" /> |
50 | 55 | </release> |
51 | - <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma" /> | |
52 | - <release tarname="gmp-5.0.1-1-mingw32-doc.tar.lzma" /> | |
53 | 56 | </component> |
54 | 57 | |
55 | 58 | <component class="lic"> |
56 | - <release tarname="gmp-6.1.2-2-mingw32-lic.tar.xz" /> | |
57 | - <release tarname="gmp-6.1.2-1-mingw32-lic.tar.xz" /> | |
58 | - <release tarname="gmp-5.1.2-1-mingw32-lic.tar.lzma" /> | |
59 | - <release tarname="gmp-5.0.1-1-mingw32-lic.tar.lzma" /> | |
59 | + <release tarname="gmp-6.1.2-3-mingw32-lic.tar.xz" /> | |
60 | 60 | </component> |
61 | 61 | |
62 | 62 | <component class="info"> |
63 | - <release tarname="gmp-6.1.2-2-mingw32-info.tar.xz" /> | |
64 | - <release tarname="gmp-6.1.2-1-mingw32-info.tar.xz" /> | |
65 | - <release tarname="gmp-5.1.2-1-mingw32-info.tar.lzma" /> | |
63 | + <release tarname="gmp-6.1.2-3-mingw32-info.tar.xz" /> | |
66 | 64 | </component> |
67 | 65 | </package> |
68 | 66 |
@@ -96,12 +94,7 @@ | ||
96 | 94 | <licence tarname="gmp-%-mingw32-lic.tar.%" /> |
97 | 95 | |
98 | 96 | <component class="dll"> |
99 | - <release tarname="libgmp-6.1.2-2-mingw32-dll-10.tar.xz" /> | |
100 | - <release tarname="libgmp-6.1.2-1-mingw32-dll-10.tar.xz" /> | |
101 | - <release tarname="libgmp-5.1.2-1-mingw32-dll-10.tar"> | |
102 | - <download tarname="gmp-5.1.2-1-mingw32-dll.tar.lzma" /> | |
103 | - </release> | |
104 | - <release tarname="libgmp-5.0.1-1-mingw32-dll-10.tar.lzma" /> | |
97 | + <release tarname="libgmp-6.1.2-3-mingw32-dll-10.tar.xz" /> | |
105 | 98 | </component> |
106 | 99 | </package> |
107 | 100 |
@@ -125,12 +118,7 @@ | ||
125 | 118 | <licence tarname="gmp-%-mingw32-lic.tar.%" /> |
126 | 119 | |
127 | 120 | <component class="dll"> |
128 | - <release tarname="libgmpxx-6.1.2-2-mingw32-dll-4.tar.xz" /> | |
129 | - <release tarname="libgmpxx-6.1.2-1-mingw32-dll-4.tar.xz" /> | |
130 | - <release tarname="libgmpxx-5.1.2-1-mingw32-dll-4.tar.lzma"> | |
131 | - <download tarname="none" /> | |
132 | - </release> | |
133 | - <release tarname="libgmpxx-5.0.1-1-mingw32-dll-4.tar.lzma" /> | |
121 | + <release tarname="libgmpxx-6.1.2-3-mingw32-dll-4.tar.xz" /> | |
134 | 122 | <requires eq="libgmp-%-mingw32-dll-10.tar" /> |
135 | 123 | <requires eq="libgcc-*-mingw32-dll-1.tar" /> |
136 | 124 | </component> |
@@ -139,5 +127,5 @@ | ||
139 | 127 | </package-collection> |
140 | 128 | </software-distribution> |
141 | 129 | |
142 | -<!-- vim: set textwidth=80 tabstop=2 shiftwidth=2 expandtab: --> | |
143 | -<!-- vim: set fileformat=unix nocompatible: --> | |
130 | +<!-- vim: set nocompatible expandtab showcmd tabstop=2 shiftwidth=2: --> | |
131 | +<!-- vim: set fileformat=unix textwidth=80: --> |