XML catalogue of packages which are available for installation, using the mingw-get installer.
リビジョン | e4ffee111eab82b76f8c54c4df40674468814a27 (tree) |
---|---|
日時 | 2010-05-09 11:10:06 |
作者 | Charles Wilson <cwilso11@user...> |
コミッター | Charles Wilson |
Add msys-gdbm and msys-expat pacakges
@@ -0,0 +1,64 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + <package-collection subsystem="msys"> | |
4 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <package name="msys-expat"> | |
6 | + <description lang="en" title="expat: XML parsing library written in C"> | |
7 | + <paragraph>expat is a C library for parsing XML written by James | |
8 | + Clark. Expat is a stream-oriented XML parser. This means that | |
9 | + you register handlers with the parser before starting the parse. | |
10 | + These handlers are called when the parser discovers the | |
11 | + associated structures in the document being parsed. A start tag | |
12 | + is an example of the kind of structures for which you may | |
13 | + register handlers. | |
14 | + </paragraph> | |
15 | + <paragraph>The msys-expat package provides the xmlwf validation | |
16 | + tool and documentation related to the library. The associated | |
17 | + msys-libexpat package provides the runtime library and related | |
18 | + development files. | |
19 | + </paragraph> | |
20 | + </description> | |
21 | + <component class="bin"> | |
22 | + <release tarname="expat-2.0.1-1-msys-1.0.13-bin.tar.lzma" /> | |
23 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
24 | + <requires eq="msys-libexpat-*-msys-*-dll-1.tar" /> | |
25 | + </component> | |
26 | + <component class="doc"> | |
27 | + <release tarname="expat-2.0.1-1-msys-1.0.13-doc.tar.lzma" /> | |
28 | + </component> | |
29 | + <component class="lic"> | |
30 | + <release tarname="expat-2.0.1-1-msys-1.0.13-lic.tar.lzma" /> | |
31 | + </component> | |
32 | + <licence tarname="expat-%-msys-%-lic.tar" /> | |
33 | + <source tarname="expat-%-msys-%-src.tar" /> | |
34 | + </package> | |
35 | + <package name="msys-libexpat"> | |
36 | + <affiliate group="MSYS Developer Toolkit" /> | |
37 | + <description lang="en" title="libexpat: XML parsing library written in C"> | |
38 | + <paragraph>expat is a C library for parsing XML written by James | |
39 | + Clark. Expat is a stream-oriented XML parser. This means that | |
40 | + you register handlers with the parser before starting the parse. | |
41 | + These handlers are called when the parser discovers the | |
42 | + associated structures in the document being parsed. A start tag | |
43 | + is an example of the kind of structures for which you may | |
44 | + register handlers. | |
45 | + </paragraph> | |
46 | + <paragraph>The msys-libexpat package provides the runtime library | |
47 | + and related development files for expat. The associated | |
48 | + msys-expat package provides the xmlwf validation tool and | |
49 | + documentation related to the library. | |
50 | + </paragraph> | |
51 | + </description> | |
52 | + <component class="dll"> | |
53 | + <release tarname="libexpat-2.0.1-1-msys-1.0.13-dll-1.tar.lzma" /> | |
54 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
55 | + </component> | |
56 | + <component class="dev"> | |
57 | + <release tarname="libexpat-2.0.1-1-msys-1.0.13-dev.tar.lzma" /> | |
58 | + </component> | |
59 | + <licence tarname="expat-%-msys-%-lic.tar" /> | |
60 | + <source tarname="expat-%-msys-%-src.tar" /> | |
61 | + </package> | |
62 | + </package-collection> | |
63 | +</software-distribution> | |
64 | + |
@@ -0,0 +1,68 @@ | ||
1 | +<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | |
2 | +<software-distribution project="MinGW" home="http://mingw.org" issue="@YYYYMMDDNN@"> | |
3 | + <package-collection subsystem="msys"> | |
4 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <package name="msys-gdbm"> | |
6 | + <!-- Should this really be in msys-dtk? dependencies will pull in | |
7 | + the necessary dll package automatically. --> | |
8 | + <affiliate group="MSYS Developer Toolkit" /> | |
9 | + <description lang="en" title="gdbm: GNU Database System"> | |
10 | + <paragraph>The GNU Database System is a set of database routines | |
11 | + that use extensible hashing. It works similar to the standard | |
12 | + UNIX dbm routines, and provides compatibility replacement | |
13 | + interfaces for the traditional 'dbm' and 'ndbm' libraries. | |
14 | + </paragraph> | |
15 | + <paragraph>The msys-gdbm package provides the command-line | |
16 | + utilities for saving and restoring GDBM databases, other tools | |
17 | + for testing the various compatibility interfaces, and related | |
18 | + documentation. The associated msys-libgdbm package provides the | |
19 | + runtime library and related development files. | |
20 | + </paragraph> | |
21 | + </description> | |
22 | + <component class="bin"> | |
23 | + <release tarname="gdbm-1.8.3-2-msys-1.0.11-bin.tar.lzma" /> | |
24 | + <release tarname="gdbm-1.8.3-3-msys-1.0.13-bin.tar.lzma" /> | |
25 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
26 | + <requires eq="msys-libgdbm-*-msys-*-dll-3.tar" /> | |
27 | + </component> | |
28 | + <component class="doc"> | |
29 | + <release tarname="gdbm-1.8.3-2-msys-1.0.11-doc.tar.lzma" /> | |
30 | + <release tarname="gdbm-1.8.3-3-msys-1.0.13-doc.tar.lzma" /> | |
31 | + </component> | |
32 | + <component class="lic"> | |
33 | + <release tarname="gdbm-1.8.3-2-msys-1.0.11-lic.tar.lzma" /> | |
34 | + <release tarname="gdbm-1.8.3-3-msys-1.0.13-lic.tar.lzma" /> | |
35 | + </component> | |
36 | + <licence tarname="gdbm-%-msys-%-lic.tar" /> | |
37 | + <source tarname="gdbm-%-msys-%-src.tar" /> | |
38 | + </package> | |
39 | + <package name="msys-libcrypt"> | |
40 | + <affiliate group="MSYS Developer Toolkit" /> | |
41 | + <description lang="en" title="libgdbm: runtime library for the GNU Database System"> | |
42 | + <paragraph>The GNU Database System is a set of database routines | |
43 | + that use extensible hashing. It works similar to the standard | |
44 | + UNIX dbm routines, and provides compatibility replacement | |
45 | + interfaces for the traditional 'dbm' and 'ndbm' libraries. | |
46 | + </paragraph> | |
47 | + <paragraph>The msys-libgdbm package provides the runtime library | |
48 | + and related development files for the GNU Database System. The | |
49 | + associated msys-gdbm package provides the command-line utilities | |
50 | + for saving and restoring GDBM databases, other tools for testing | |
51 | + the various compatibility interfaces, and related documentation. | |
52 | + </paragraph> | |
53 | + </description> | |
54 | + <component class="dll"> | |
55 | + <release tarname="libgdbm-1.8.3-2-msys-1.0.11-dll-3.tar.lzma" /> | |
56 | + <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dll-3.tar.lzma" /> | |
57 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
58 | + </component> | |
59 | + <component class="dev"> | |
60 | + <release tarname="libgdbm-1.8.3-2-msys-1.0.11-dev.tar.lzma" /> | |
61 | + <release tarname="libgdbm-1.8.3-3-msys-1.0.13-dev.tar.lzma" /> | |
62 | + </component> | |
63 | + <licence tarname="gdbm-%-msys-%-lic.tar" /> | |
64 | + <source tarname="gdbm-%-msys-%-src.tar" /> | |
65 | + </package> | |
66 | + </package-collection> | |
67 | +</software-distribution> | |
68 | + |