XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 76ba19764ba1382040dfd630b433581f489c8a04 (tree) |
---|---|
Time | 2020-09-05 00:44:21 |
Author | Keith Marshall <keith@user...> |
Commiter | Keith Marshall |
Publish expat-2.2.9 package set.
@@ -1,3 +1,13 @@ | ||
1 | +2020-09-04 Keith Marshall <keith@users.osdn.me> | |
2 | + | |
3 | + Publish expat-2.2.9 package set. | |
4 | + | |
5 | + * mingw32/mingw32-expat.xml (download-host): Relocate to osdn.net | |
6 | + (expat, libexpat): Add expat-2.2.9 reference recordss for all package | |
7 | + components; mark all previous releases as "unavailable for download", | |
8 | + by setting all associated download tarname attributes to "none". | |
9 | + * common/issue.log mingw32/issue.log: Update accordingly. | |
10 | + | |
1 | 11 | 2020-07-24 Keith Marshall <keith@users.osdn.me> |
2 | 12 | |
3 | 13 | Publish MinGW.org WSL-5.4.1 package set. |
@@ -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 2020072400 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2020090400 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -32,7 +32,7 @@ | ||
32 | 32 | b4c60a4702749a0369b5059e7c1f50ce567e2c95 2012073100 mingw32-bzip2.xml |
33 | 33 | c2fa4fe580615c774f72216fb06e35a909a08ba6 2012040200 mingw32-cygutils.xml |
34 | 34 | 8bd3df745d374821f2fa1f9a475f9c8ad8d87ed5 2017122100 mingw32-dos2unix.xml |
35 | - 4dab2d86ca2203a8ac0233824c687504fda4601e 2013091000 mingw32-expat.xml | |
35 | + c0f8c1deac49b34cd26d5d958292efc19eb3384d 2020090400 mingw32-expat.xml | |
36 | 36 | bc4b331f9bdfbf72a11a310fbc17a027396d09d5 2012073100 mingw32-gcc-tools.xml |
37 | 37 | 9d1d9deeccee4fb04f2944e3cd5e7b85757308ce 2011050500 mingw32-gcc3.xml |
38 | 38 | 4c5ae27472b624a2daaa8d89b1f7670027754357 2020071100 mingw32-gcc4.xml |
@@ -51,7 +51,7 @@ | ||
51 | 51 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
52 | 52 | a3afe3d47e212a58f7d854d8badbc28db851aa34 2020030500 mingw32-mpc.xml |
53 | 53 | 21f6c9d72c41d551cb3c6310146c23414bd601c1 2020030500 mingw32-mpfr.xml |
54 | - 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020072400 mingw32-package-list.xml | |
54 | + 5c9570cce1ddd4fe275b83acbc06739a4361c26a 2020090400 mingw32-package-list.xml | |
55 | 55 | 0b8b7868e93c4fbaab57da8ca1fcb7700905fa92 2020013100 mingw32-pexports.xml |
56 | 56 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
57 | 57 | 6032af6ff68aa4821cf51938781fd9e75f05de5f 2016082200 mingw32-pthreads-w32.xml |
@@ -1,7 +1,9 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | 2 | <software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> |
3 | + | |
3 | 4 | <package-collection subsystem="mingw32"> |
4 | - <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <download-host uri="http://osdn.net/dl/mingw/%F" /> | |
6 | + | |
5 | 7 | <package name="mingw32-expat" alias="expat"> |
6 | 8 | <description lang="en" title="XML parsing library written in C"> |
7 | 9 | <paragraph>expat is a C library for parsing XML written by James |
@@ -23,26 +25,54 @@ | ||
23 | 25 | <source tarname="expat-%-mingw32-%-src.tar.%" /> |
24 | 26 | |
25 | 27 | <component class="bin"> |
26 | - <release tarname="expat-2.1.0-1-mingw32-bin.tar.lzma" > | |
27 | - <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" /> | |
28 | - </release> | |
29 | - <release tarname="expat-2.0.1-1-mingw32-bin.tar.gz" > | |
30 | - <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" /> | |
31 | - </release> | |
28 | + <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" /> | |
29 | + <release tarname="expat-2.2.9-1-mingw32-bin.tar.xz" /> | |
30 | + <release tarname="expat-2.1.0-1-mingw32-bin.tar.lzma"> | |
31 | + <download tarname="none" /> | |
32 | + </release> | |
33 | + <release tarname="expat-2.0.1-1-mingw32-bin.tar.gz"> | |
34 | + <download tarname="none" /> | |
35 | + </release> | |
32 | 36 | </component> |
33 | 37 | |
34 | 38 | <component class="doc"> |
35 | - <release tarname="expat-2.1.0-1-mingw32-doc.tar.lzma" /> | |
36 | - <release tarname="expat-2.0.1-1-mingw32-doc.tar.gz" /> | |
39 | + <description> | |
40 | + <paragraph>As of expat-2.2.9, the "doc" component package has been | |
41 | + divided into separate "man" and "html" components. There is no | |
42 | + residual content with the "doc" package itself; thus, if it has | |
43 | + been installed, it may be safely removed. | |
44 | + </paragraph> | |
45 | + </description> | |
46 | + <release tarname="expat-2.2.9-1-mingw32-doc.tar"> | |
47 | + <download tarname="none" /> | |
48 | + </release> | |
49 | + <release tarname="expat-2.1.0-1-mingw32-doc.tar.lzma"> | |
50 | + <download tarname="none" /> | |
51 | + </release> | |
52 | + <release tarname="expat-2.0.1-1-mingw32-doc.tar.gz"> | |
53 | + <download tarname="none" /> | |
54 | + </release> | |
55 | + </component> | |
56 | + | |
57 | + <component class="html"> | |
58 | + <release tarname="expat-2.2.9-1-mingw32-html.tar.xz" /> | |
37 | 59 | </component> |
38 | 60 | |
39 | 61 | <component class="man"> |
40 | - <release tarname="expat-2.1.0-1-mingw32-man.tar.lzma" /> | |
62 | + <release tarname="expat-2.2.9-1-mingw32-man.tar.xz" /> | |
63 | + <release tarname="expat-2.1.0-1-mingw32-man.tar.lzma"> | |
64 | + <download tarname="none" /> | |
65 | + </release> | |
41 | 66 | </component> |
42 | 67 | |
43 | 68 | <component class="lic"> |
44 | - <release tarname="expat-2.1.0-1-mingw32-lic.tar.lzma" /> | |
45 | - <release tarname="expat-2.0.1-1-mingw32-lic.tar.gz" /> | |
69 | + <release tarname="expat-2.2.9-1-mingw32-lic.tar.xz" /> | |
70 | + <release tarname="expat-2.1.0-1-mingw32-lic.tar.lzma"> | |
71 | + <download tarname="none" /> | |
72 | + </release> | |
73 | + <release tarname="expat-2.0.1-1-mingw32-lic.tar.gz"> | |
74 | + <download tarname="none" /> | |
75 | + </release> | |
46 | 76 | </component> |
47 | 77 | |
48 | 78 | </package> |
@@ -61,32 +91,34 @@ | ||
61 | 91 | mingw32-expat package provides the xmlwf validation tool and |
62 | 92 | documentation related to the library. |
63 | 93 | </paragraph> |
64 | - <paragraph>NOTE: As of release 2.1.0-1 this DLL is now part of the | |
65 | - primary package. | |
66 | - </paragraph> | |
67 | 94 | </description> |
68 | 95 | |
69 | 96 | <licence tarname="expat-%-mingw32-%-lic.tar.%" /> |
70 | 97 | <source tarname="expat-%-mingw32-%-src.tar.%" /> |
71 | 98 | |
72 | 99 | <component class="dll"> |
73 | - <release tarname="libexpat-2.1.0-1-mingw32-dll-1.tar" > | |
74 | - <download tarname="expat-2.1.0-1-mingw32-dll.tar.lzma" /> | |
75 | - </release> | |
76 | - <release tarname="libexpat-2.0.1-1-mingw32-dll-1.tar.gz" /> | |
100 | + <release tarname="libexpat-2.2.9-1-mingw32-dll-1.tar.xz" /> | |
101 | + <release tarname="libexpat-2.1.0-1-mingw32-dll-1.tar"> | |
102 | + <download tarname="none" /> | |
103 | + </release> | |
104 | + <release tarname="libexpat-2.0.1-1-mingw32-dll-1.tar.gz"> | |
105 | + <download tarname="none" /> | |
106 | + </release> | |
77 | 107 | </component> |
78 | 108 | |
79 | 109 | <component class="dev"> |
80 | - <release tarname="libexpat-2.1.0-1-mingw32-dev.tar" > | |
81 | - <download tarname="expat-2.1.0-1-mingw32-dev.tar.lzma" /> | |
82 | - <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" /> | |
83 | - </release> | |
84 | - <release tarname="libexpat-2.0.1-1-mingw32-dev.tar.gz" > | |
85 | - <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" /> | |
86 | - </release> | |
110 | + <release tarname="libexpat-2.2.9-1-mingw32-dev.tar.xz" /> | |
111 | + <release tarname="libexpat-2.1.0-1-mingw32-dev.tar"> | |
112 | + <download tarname="none" /> | |
113 | + </release> | |
114 | + <release tarname="libexpat-2.0.1-1-mingw32-dev.tar.gz"> | |
115 | + <download tarname="none" /> | |
116 | + </release> | |
87 | 117 | </component> |
88 | 118 | </package> |
119 | + | |
89 | 120 | </package-collection> |
90 | 121 | </software-distribution> |
91 | -<!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: --> | |
92 | 122 | |
123 | +<!-- vim: set expandtab textwidth=80 tabstop=2 shiftwidth=2: --> | |
124 | +<!-- vim: set fileformat=unix nocompatible: --> |