XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 254f49f64ba52e9ff7bd779a10208e37ab079cb9 (tree) |
---|---|
Time | 2013-08-27 07:51:07 |
Author | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Correct a catalogue publication anomaly.
@@ -1,5 +1,17 @@ | ||
1 | 1 | 2013-08-26 Keith Marshall <keithmarshall@users.sourceforge.net> |
2 | 2 | |
3 | + Correct a catalogue publication anomaly. | |
4 | + | |
5 | + * mingw32/mingw32-zlib.xml: Correct typos. | |
6 | + (zlib-1.2.8-1.mingw32-*.tar.lzma): Such malformed file references... | |
7 | + (zlib-1.2.8-1-mingw32-*.tar.lzma): ...should have appeared thus. | |
8 | + | |
9 | + * common/issue.log mingw32/issue.log: References to... | |
10 | + (package-list.xml, mingw32-package-list.xml, mingw32-zlib.xml): | |
11 | + ...these automatically updated; publish lzma compressed copies to FRS. | |
12 | + | |
13 | +2013-08-26 Keith Marshall <keithmarshall@users.sourceforge.net> | |
14 | + | |
3 | 15 | Add integration hooks for mingw-get-setup. |
4 | 16 | |
5 | 17 | * Makefile.in Makefile.comm.in: |
@@ -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 2013082501 package-list.xml | |
26 | + 75fc52dde8d408d798c0be51070d5d02f4c63085 2013082601 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -50,13 +50,13 @@ | ||
50 | 50 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
51 | 51 | d0657d9bc4fd5fa5bae78d80f003485cfde305c3 2013082300 mingw32-mpc.xml |
52 | 52 | 9c47305797d932da02275a6894b30492440af00e 2013082300 mingw32-mpfr.xml |
53 | - 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082501 mingw32-package-list.xml | |
53 | + 983af8ad24a6f97da867784dfeeecc6661d54d88 2013082600 mingw32-package-list.xml | |
54 | 54 | bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml |
55 | 55 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
56 | 56 | cdfa3ced39a5dfbe38a6f9f8c67007c80e76eb0a 2013082500 mingw32-pthreads-w32.xml |
57 | 57 | c5e5acd7ddfbb8b412ba1ade45088d7a22433228 2013082303 mingw32-runtime.xml |
58 | 58 | 12acb32f80e49c893167cfae82e448dd766d49bb 2013070100 mingw32-wsl-candidate.xml |
59 | 59 | 247a02890f109a5fe4996fde4af9d576dca3cd1e 2012073100 mingw32-xz.xml |
60 | - b934cbeb35035e8a85d154e5973df2a9c757576c 2013082500 mingw32-zlib.xml | |
60 | + a8ccf345561b36b3fb00e2e5767206bd65419fde 2013082600 mingw32-zlib.xml | |
61 | 61 | # |
62 | 62 | # $RCSfile$: end of file |
@@ -8,12 +8,16 @@ | ||
8 | 8 | |
9 | 9 | <package name="mingw32-zlib" alias="zlib"> |
10 | 10 | <affiliate group="MinGW Standard Libraries" /> |
11 | - <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library (docs)"> | |
11 | + <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library"> | |
12 | 12 | <paragraph>The zlib compression library provides in-memory compression |
13 | 13 | and decompression functions, including integrity checks of the |
14 | - uncompressed data. The mingw32-zlib package provides documentation | |
15 | - related to the ZLib library. The runtime and development files are | |
16 | - provided by the associated mingw32-libz package. | |
14 | + uncompressed data. | |
15 | + </paragraph> | |
16 | + <paragraph>Prior to the 1.2.8-1 release, the mingw32-zlib package | |
17 | + provided only documentation related to the ZLib library; the runtime | |
18 | + and development files were provided by the associated mingw32-libz | |
19 | + package. From the 1.2.8-1 release onwards, these additional | |
20 | + components have been subsumed into this main package set. | |
17 | 21 | </paragraph> |
18 | 22 | </description> |
19 | 23 |
@@ -21,11 +25,11 @@ | ||
21 | 25 | <source tarname="zlib-%-mingw32-%-src.tar.%" /> |
22 | 26 | |
23 | 27 | <component class="dll"> |
24 | - <release tarname="zlib-1.2.8-1.mingw32-dll.tar.lzma" /> | |
28 | + <release tarname="zlib-1.2.8-1-mingw32-dll.tar.lzma" /> | |
25 | 29 | </component> |
26 | 30 | |
27 | 31 | <component class="dev"> |
28 | - <release tarname="zlib-1.2.8-1.mingw32-dev.tar.lzma" /> | |
32 | + <release tarname="zlib-1.2.8-1-mingw32-dev.tar.lzma" /> | |
29 | 33 | </component> |
30 | 34 | |
31 | 35 | <component class="doc"> |
@@ -37,7 +41,7 @@ | ||
37 | 41 | </component> |
38 | 42 | |
39 | 43 | <component class="lic"> |
40 | - <release tarname="zlib-1.2.8-1-mingw32-lic.tar.lzma" /> | |
44 | + <release tarname="zlib-1.2.8-1-mingw32-lic.tar.lzma" /> | |
41 | 45 | <release tarname="zlib-1.2.7-1-mingw32-lic.tar.lzma" /> |
42 | 46 | <release tarname="zlib-1.2.5-4-mingw32-lic.tar.lzma" /> |
43 | 47 | <release tarname="zlib-1.2.5-1-mingw32-lic.tar.lzma" /> |
@@ -45,7 +49,7 @@ | ||
45 | 49 | </component> |
46 | 50 | |
47 | 51 | <component class="man"> |
48 | - <release tarname="zlib-1.2.8-1-mingw32-man.tar.lzma" /> | |
52 | + <release tarname="zlib-1.2.8-1-mingw32-man.tar.lzma" /> | |
49 | 53 | <release tarname="zlib-1.2.7-1-mingw32-man.tar.lzma" /> |
50 | 54 | <release tarname="zlib-1.2.5-4-mingw32-man.tar.lzma" /> |
51 | 55 | <release tarname="zlib-1.2.5-1-mingw32-man.tar.lzma" /> |
@@ -55,10 +59,9 @@ | ||
55 | 59 | |
56 | 60 | <package name="mingw32-libz" alias="libz"> |
57 | 61 | <description lang="en" title="A Massively Spiffy Yet Delicately Unobtrusive Compression Library"> |
58 | - <paragraph> | |
59 | - NOTE: The zlib DLL and development package is delivered in the primary | |
60 | - zlib package release as of zlib-1.2.8-1. | |
61 | - </paragraph> | |
62 | + <paragraph>NOTE: The zlib DLL and development package is delivered in | |
63 | + the primary zlib package release as of zlib-1.2.8-1. | |
64 | + </paragraph> | |
62 | 65 | <paragraph>The zlib compression library provides in-memory compression |
63 | 66 | and decompression functions, including integrity checks of the |
64 | 67 | uncompressed data. The libz package provides the runtime and |
@@ -101,13 +104,12 @@ | ||
101 | 104 | |
102 | 105 | <package name="mingw32-minizip" alias="minizip"> |
103 | 106 | <description lang="en" title="Simple ZIP support from zlib"> |
104 | - <paragraph> | |
105 | - NOTE: This program was not delivered with the zlib-1.2.8 release. This | |
106 | - decision was made due to the number of downloads for the package as | |
107 | - well as a belief that the zip and unzip packages are already minimal | |
108 | - enough. It is therefore considered obsolete and should be removed | |
109 | - from your systems. | |
110 | - </paragraph> | |
107 | + <paragraph>NOTE: This program was not delivered with the zlib-1.2.8 | |
108 | + release. This decision was made due to the number of downloads for | |
109 | + the package as well as a belief that the zip and unzip packages are | |
110 | + already minimal enough. It is therefore considered obsolete and | |
111 | + should be removed from your systems. | |
112 | + </paragraph> | |
111 | 113 | <paragraph>The minizip package provides two simple ZIP archive |
112 | 114 | manipulation tools, based on the minizip library from zlib. More |
113 | 115 | sophisticated needs are met by the unzip and zip packages. |
@@ -131,13 +133,12 @@ | ||
131 | 133 | |
132 | 134 | <package name="mingw32-libminizip" alias="libminizip"> |
133 | 135 | <description lang="en" title="Simple ZIP support from zlib"> |
134 | - <paragraph> | |
135 | - NOTE: This program was not delivered with the zlib-1.2.8 release. This | |
136 | - decision was made due to the number of downloads for the package as | |
137 | - well as a belief that the libarchive package is already minimal | |
138 | - enough. It is therefore considered obsolete and should be removed | |
139 | - from your systems. | |
140 | - </paragraph> | |
136 | + <paragraph>NOTE: This program was not delivered with the zlib-1.2.8 | |
137 | + release. This decision was made due to the number of downloads for the | |
138 | + package as well as a belief that the libarchive package is already | |
139 | + minimal enough. It is therefore considered obsolete and should be | |
140 | + removed from your system. | |
141 | + </paragraph> | |
141 | 142 | <paragraph>The minizip library provides zlib-based support for |
142 | 143 | manipulating ZIP archives. It is suitable for clients that need only |
143 | 144 | create, inspect, and unpack such archives; more demanding needs may be |