XML catalogue of packages which are available for installation, using the mingw-get installer.
修訂 | d1977ce5f3ce05a5c986a84468e369e90f437185 (tree) |
---|---|
時間 | 2011-11-02 07:00:18 |
作者 | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Adopt mingw32-libunistring as a contributed package; relegate mingw32-pdcurses to contributed status.
@@ -1,3 +1,15 @@ | ||
1 | +2011-11-01 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Adopt mingw32-libunistring as a contributed package; | |
4 | + relegate mingw32-pdcurses to contributed status. | |
5 | + | |
6 | + * mingw32/mingw32-package-list.xml: Add mingw32-libunistring.xml hook; | |
7 | + relocate mingw32-pdcurses.xml reference to contributed package group. | |
8 | + | |
9 | + * mingw32/mingw32-pdcurses.xml: Remove file. | |
10 | + | |
11 | + * mingw32/issue.log: Update accordingly. | |
12 | + | |
1 | 13 | 2011-10-31 Charles Wilson <mingw@cwilson.fastmail.fm> |
2 | 14 | |
3 | 15 | Update and publish msys-gettext, msys-libiconv. |
@@ -48,8 +48,7 @@ | ||
48 | 48 | c22c976533d4437a89af9a11c2bb188506f85952 2011101100 mingw32-mingw-utils.xml |
49 | 49 | 397021010754b50cdbbe5d5003b1f6217158ec8e 2010083100 mingw32-mpc.xml |
50 | 50 | c35e6513fa814743400729714413bd749ff148ef 2010083100 mingw32-mpfr.xml |
51 | - 7a8b98d11ae578a3822c1a48f64493b69b20f0b6 2011091600 mingw32-package-list.xml | |
52 | - 7f7474478d1ca1464d391beb0bd574a48a745315 2011101100 mingw32-pdcurses.xml | |
51 | + ce8330eee748d725ad00be146166e753e9ce9d12 2011110100 mingw32-package-list.xml | |
53 | 52 | f04e64fef62d2dac423b664b3d502ef36e34074c 2011101100 mingw32-pexports.xml |
54 | 53 | 2dc9b22e0a53267bd4f764100b4d01b740f3aa87 2011101100 mingw32-popt.xml |
55 | 54 | 9399cb6c2efd8fd907c42a278a6f41bbde9e440c 2011091400 mingw32-pthreads-w32.xml |
@@ -18,7 +18,7 @@ | ||
18 | 18 | </package-group> |
19 | 19 | </package-group-hierarchy> |
20 | 20 | |
21 | - <!-- "real" packages ~~ any commented out are yet to be published --> | |
21 | + <!-- "real" packages ~~ core distribution --> | |
22 | 22 | <package-list catalogue="mingw32-autoconf" /> |
23 | 23 | <package-list catalogue="mingw32-automake" /> |
24 | 24 | <package-list catalogue="mingw32-basic-bsdtar" /> |
@@ -42,7 +42,6 @@ | ||
42 | 42 | <package-list catalogue="mingw32-mgwport" /> |
43 | 43 | <package-list catalogue="mingw32-mpc" /> |
44 | 44 | <package-list catalogue="mingw32-mpfr" /> |
45 | - <package-list catalogue="mingw32-pdcurses" /> | |
46 | 45 | <package-list catalogue="mingw32-pexports" /> |
47 | 46 | <package-list catalogue="mingw32-popt" /> |
48 | 47 | <package-list catalogue="mingw32-pthreads-w32" /> |
@@ -50,6 +49,10 @@ | ||
50 | 49 | <package-list catalogue="mingw32-xz" /> |
51 | 50 | <package-list catalogue="mingw32-zlib" /> |
52 | 51 | |
52 | + <!-- "real" packages ~~ user contributed --> | |
53 | + <package-list catalogue="mingw32-libunistring" /> | |
54 | + <package-list catalogue="mingw32-pdcurses" /> | |
55 | + | |
53 | 56 | <!-- "virtual" packages --> |
54 | 57 | <package-list catalogue="mingw32-base" /> |
55 | 58 | <package-list catalogue="mingw32-autotools" /> |
@@ -1,71 +0,0 @@ | ||
1 | -<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | -<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> | |
3 | - | |
4 | - <!-- File: mingw32-pdcurses.xml --> | |
5 | - | |
6 | - <package-collection subsystem="mingw32"> | |
7 | - <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
8 | - | |
9 | - <package name="mingw32-pdcurses" alias="mingw32-PDCurses pdcurses PDCurses"> | |
10 | - <description lang="en" title="PDCurses: Public Domain Curses Implementation"> | |
11 | - <paragraph>Public Domain Curses, aka PDCurses, is an implementation of | |
12 | - X/Open curses for multiple platforms. This package provides normal, | |
13 | - unicode (wide char), and UTF-8 versions of the library and associated | |
14 | - demonstration programs. | |
15 | - </paragraph> | |
16 | - <paragraph>The mingw32-pdcurses package provides the documentation and | |
17 | - demonstration programs for the PDCurses library. The associated | |
18 | - mingw32-libpdcurses package provides the runtime library and related | |
19 | - development files. | |
20 | - </paragraph> | |
21 | - </description> | |
22 | - | |
23 | - <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" /> | |
24 | - <source tarname="PDCurses-%-mingw32-%-src.tar.%" /> | |
25 | - | |
26 | - <component class="bin"> | |
27 | - <release tarname="PDCurses-3.4-1-mingw32-bin.tar.lzma" > | |
28 | - <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" /> | |
29 | - </release> | |
30 | - </component> | |
31 | - | |
32 | - <component class="doc"> | |
33 | - <release tarname="PDCurses-3.4-1-mingw32-doc.tar.lzma" /> | |
34 | - </component> | |
35 | - | |
36 | - <component class="lic"> | |
37 | - <release tarname="PDCurses-3.4-1-mingw32-lic.tar.lzma" /> | |
38 | - </component> | |
39 | - </package> | |
40 | - | |
41 | - <package name="mingw32-libpdcurses" alias="libpdcurses"> | |
42 | - <description lang="en" title="libpdcurses: Public Domain Curses Implementation" > | |
43 | - <paragraph>Public Domain Curses, aka PDCurses, is an implementation of | |
44 | - X/Open curses for multiple platforms. This package provides normal, | |
45 | - unicode (wide char), and UTF-8 versions of the library and associated | |
46 | - demonstration programs. | |
47 | - </paragraph> | |
48 | - <paragraph>The mingw32-libpdcurses package provides the runtime library | |
49 | - and related development files for pdcurses. The associated | |
50 | - mingw32-pdcurses package provides the documentation and demonstration | |
51 | - programs related to the library. | |
52 | - </paragraph> | |
53 | - </description> | |
54 | - | |
55 | - <licence tarname="PDCurses-%-mingw32-%-lic.tar.%" /> | |
56 | - <source tarname="PDCurses-%-mingw32-%-src.tar.%" /> | |
57 | - | |
58 | - <component class="dll"> | |
59 | - <release tarname="libpdcurses-3.4-1-mingw32-dll.tar.lzma" /> | |
60 | - </component> | |
61 | - | |
62 | - <component class="dev"> | |
63 | - <release tarname="libpdcurses-3.4-1-mingw32-dev.tar.lzma" > | |
64 | - <requires eq="mingw32-libpdcurses-%-mingw32-%-dll.tar" /> | |
65 | - </release> | |
66 | - </component> | |
67 | - </package> | |
68 | - | |
69 | - </package-collection> | |
70 | -</software-distribution> | |
71 | -<!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: --> |