XML catalogue of packages which are available for installation, using the mingw-get installer.
Revisión | 888489a938323569ea628cc459279fe4af7007e0 (tree) |
---|---|
Tiempo | 2016-01-08 08:05:59 |
Autor | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Give contributed package their own package list.
@@ -1,3 +1,13 @@ | ||
1 | +2016-01-07 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Give contributed package their own package list. | |
4 | + | |
5 | + * mingw32/mingw32-package-list.xml: Remove contributed packages, to... | |
6 | + * contrib/mingw32-contrib-package-list.xml: ...this new file. | |
7 | + * common/package-list.xml (mingw32-contrib-package-list.xml): Add it. | |
8 | + * common/issue.log mingw32/issue.log contrib/issue.log: Regenerate; | |
9 | + publish all affected catalogue files. | |
10 | + | |
1 | 11 | 2016-01-04 Erwin Waterlander <waterlan@xs4all.nl> |
2 | 12 | |
3 | 13 | Upgrade mingw32-libunistring package to 0.9.6. |
@@ -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 2016010300 package-list.xml | |
26 | + c6a9068e183254c0b930ac6e1a70fd81743dc212 2016010701 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -5,6 +5,7 @@ | ||
5 | 5 | <!-- This is the master package catalogue for the MinGW Project --> |
6 | 6 | |
7 | 7 | <package-list catalogue="mingw32-package-list" /> |
8 | + <package-list catalogue="mingw32-contrib-package-list" /> | |
8 | 9 | <package-list catalogue="msys-package-list" /> |
9 | 10 | |
10 | 11 | </software-distribution> |
@@ -23,6 +23,7 @@ | ||
23 | 23 | # MinGW Project, accept liability for any damages, however caused, |
24 | 24 | # arising from the use of this software. |
25 | 25 | # |
26 | + 6ce16f1347a24682fd4abb1b06482d0a4d780a81 2016010700 mingw32-contrib-package-list.xml | |
26 | 27 | 060b76884c7f336b75d32347c29545f3876ee3d5 2016010400 mingw32-libunistring.xml |
27 | 28 | 9ac41f7da60aabe9bf185f76a49382fedb59465d 2016010300 mingw32-ncurses.xml |
28 | 29 | 7f7474478d1ca1464d391beb0bd574a48a745315 2011101100 mingw32-pdcurses.xml |
@@ -0,0 +1,23 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://www.mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + | |
4 | + <!-- File: mingw32-contrib-package-list.xml --> | |
5 | + | |
6 | + <package-group-hierarchy> | |
7 | + <package-group name="MinGW" expand="true"> | |
8 | + <package-group name="MinGW Contributed"> | |
9 | + <package-group name="MinGW Contributed Applications" /> | |
10 | + <package-group name="MinGW Contributed Libraries" /> | |
11 | + </package-group> | |
12 | + </package-group> | |
13 | + </package-group-hierarchy> | |
14 | + | |
15 | + <!-- "real" packages ~~ user contributed --> | |
16 | + <package-list catalogue="mingw32-libunistring" /> | |
17 | + <package-list catalogue="mingw32-ncurses" /> | |
18 | + <package-list catalogue="mingw32-pdcurses" /> | |
19 | + <package-list catalogue="mingw32-tcltk" /> | |
20 | + <package-list catalogue="mingw32-xerces-c" /> | |
21 | + | |
22 | +</software-distribution> | |
23 | +<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |
@@ -50,7 +50,7 @@ | ||
50 | 50 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
51 | 51 | 8d3a7125499a85916b53efb4c897ac907e2490ab 2015082000 mingw32-mpc.xml |
52 | 52 | 8a11de23e7a89fd11436bdf162ef90712f30101b 2013102300 mingw32-mpfr.xml |
53 | - d029e3988826aeaa875dae83484f2d30ccb94b76 2016010300 mingw32-package-list.xml | |
53 | + 56f4032058328cacfabe64fa46706d72c2fa931e 2016010700 mingw32-package-list.xml | |
54 | 54 | 1f15439ee5f66ec22321c7aa853559b6f8f7172f 2015090800 mingw32-pexports.xml |
55 | 55 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
56 | 56 | 0a5d210a13d073104fb74b4f9c081674c9745cd1 2013090900 mingw32-pthreads-w32.xml |
@@ -56,13 +56,6 @@ | ||
56 | 56 | <package-list catalogue="mingw32-xz" /> |
57 | 57 | <package-list catalogue="mingw32-zlib" /> |
58 | 58 | |
59 | - <!-- "real" packages ~~ user contributed --> | |
60 | - <package-list catalogue="mingw32-libunistring" /> | |
61 | - <package-list catalogue="mingw32-ncurses" /> | |
62 | - <package-list catalogue="mingw32-pdcurses" /> | |
63 | - <package-list catalogue="mingw32-tcltk" /> | |
64 | - <package-list catalogue="mingw32-xerces-c" /> | |
65 | - | |
66 | 59 | <!-- "virtual" packages --> |
67 | 60 | <package-list catalogue="mingw32-base" /> |
68 | 61 | <package-list catalogue="mingw32-autotools" /> |