XML catalogue of packages which are available for installation, using the mingw-get installer.
Revisión | 87834953dd293aa11bb6b46b97eb4151be396950 (tree) |
---|---|
Tiempo | 2013-09-23 07:05:15 |
Autor | Keith Marshall <keithmarshall@user...> |
Commiter | Keith Marshall |
Publish Xerces-C++ contributed package.
@@ -1,3 +1,13 @@ | ||
1 | +2013-09-22 Keith Marshall <keithmarshall@users.sourceforge.net> | |
2 | + | |
3 | + Publish Xerces-C++ contributed package. | |
4 | + | |
5 | + * contrib/mingw32-xerces-c.xml: New catalogue file. | |
6 | + * mingw32/mingw32-package-list.xml (mingw32-xerces-c): Add reference. | |
7 | + * contrib/issue.log mingw32/issue.log common/issue.log: Updated. | |
8 | + * mingw32-package-list.xml.lzma: Regenerate and publish. | |
9 | + * mingw32-xerces-c.xml.lzma: Generate and publish. | |
10 | + | |
1 | 11 | 2013-09-22 Earnie Boyd <earnie@users.sourceforge.net> |
2 | 12 | |
3 | 13 | Publish mingwrt-4.0.3 and w32api-4.0.3 |
@@ -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 2013092200 package-list.xml | |
26 | + 75fc52dde8d408d798c0be51070d5d02f4c63085 2013092201 package-list.xml | |
27 | 27 | # |
28 | 28 | # $RCSfile$: end of file |
@@ -26,5 +26,6 @@ | ||
26 | 26 | 6c149bb701714b06cba818db2ad055ec9b6bbbe3 2011101400 mingw32-libunistring.xml |
27 | 27 | 7f7474478d1ca1464d391beb0bd574a48a745315 2011101100 mingw32-pdcurses.xml |
28 | 28 | 7417c364a3f3cd62c24ac7af0da190be834cc79a 2013091500 mingw32-tcltk.xml |
29 | + b211efd2b8cd26d322e60debee15981cc5af7bf7 2013092200 mingw32-xerces-c.xml | |
29 | 30 | # |
30 | 31 | # $RCSfile$: end of file |
@@ -0,0 +1,91 @@ | ||
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-xerces-c.xml ~~ Xerces-C++ Validating XML Parser Library --> | |
5 | + | |
6 | + <package-collection subsystem="mingw32"> | |
7 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
8 | + | |
9 | + <package name="mingw32-xerces-c" alias="xerces-c"> | |
10 | + <affiliate group="MinGW Contributed Applications" /> | |
11 | + | |
12 | + <description lang="en" title="Xerces-C++ Validating XML Parser Library"> | |
13 | + <paragraph> | |
14 | + Xerces-C++ is a validating XML parser written in a portable subsets | |
15 | + of C++. Xerces-C++ makes it easy to give your application the ability | |
16 | + to read and write XML data. A shared library is provided for parsing, | |
17 | + generating, manipulating, and validating XML documents using the DOM, | |
18 | + SAX, and SAX2 APIs. | |
19 | + </paragraph> | |
20 | + <paragraph> | |
21 | + Xerces-C++ is faithful to the XML 1.0 recommendation and many associated | |
22 | + standards. | |
23 | + </paragraph> | |
24 | + <paragraph> | |
25 | + The parser provides high performance, modularity, and scalability. | |
26 | + Source code, samples and API documentation are provided with the parser. | |
27 | + For portability, care has been taken to make minimal use of templates, | |
28 | + no RTTI, and minimal use of #ifdefs. | |
29 | + </paragraph> | |
30 | + </description> | |
31 | + | |
32 | + <source tarname="xerces-c-%-mingw32-%-src.tar.%" /> | |
33 | + <licence tarname="xerces-c-%-mingw32-%-lic.tar.%" /> | |
34 | + | |
35 | + <component class="bin"> | |
36 | + <description lang="en" title="Xerces-C++ Validating XML Parsing Utilities"> | |
37 | + <paragraph> | |
38 | + This component package provides a suite of precompiled sample | |
39 | + programs, as included in the standard Xerces-C++ distribution. | |
40 | + </paragraph> | |
41 | + </description> | |
42 | + <release tarname="xerces-c-3.1.1-mingw32-bin.tar.xz" /> | |
43 | + <requires eq="xerces-c-%-mingw32-dll-3.tar.%" /> | |
44 | + </component> | |
45 | + | |
46 | + <component class="dll"> | |
47 | + <description lang="en"> | |
48 | + <paragraph> | |
49 | + This component package provides the shared library (DLL), which | |
50 | + is required by all dynamically linked Xerces-C++ applications. | |
51 | + </paragraph> | |
52 | + <paragraph> | |
53 | + This shared library has been compiled using MinGW32-GCC-3.4.5, | |
54 | + and uses the SJLJ exception handling model. | |
55 | + </paragraph> | |
56 | + </description> | |
57 | + <release tarname="xerces-c-3.1.1-mingw32-dll-3.tar.xz" /> | |
58 | + </component> | |
59 | + | |
60 | + <component class="dev"> | |
61 | + <description lang="en"> | |
62 | + <paragraph> | |
63 | + This component package provides the development libraries, and | |
64 | + their associated header files, to facilitate the development of | |
65 | + dynamically or statically linked Xerces-C++ applications. | |
66 | + </paragraph> | |
67 | + <paragraph> | |
68 | + For programming guidance, please refer to | |
69 | + http://xerces.apache.org/xerces-c/program-3.html | |
70 | + </paragraph> | |
71 | + </description> | |
72 | + <release tarname="xerces-c-3.1.1-mingw32-dev.tar.xz" /> | |
73 | + </component> | |
74 | + | |
75 | + <component class="lic"> | |
76 | + <description lang="en"> | |
77 | + <paragraph> | |
78 | + This component package delivers a copy of the Apache Software | |
79 | + License, version 2.0, under which Xerces-C++ is distributed, | |
80 | + and associated accreditation of Xerces-C++ developers. | |
81 | + </paragraph> | |
82 | + </description> | |
83 | + <release tarname="xerces-c-3.1.1-mingw32-lic.tar.xz" /> | |
84 | + </component> | |
85 | + </package> | |
86 | + | |
87 | + </package-collection> | |
88 | +</software-distribution> | |
89 | + | |
90 | +<!-- vim: set expandtab textwidth=82 tabstop=2 shiftwidth=2: --> | |
91 | +<!-- vim: set nocompatible fileformat=unix: --> |
@@ -50,7 +50,7 @@ | ||
50 | 50 | cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml |
51 | 51 | db18b5bc0eea58053df8775b1c0522e12751c128 2013090900 mingw32-mpc.xml |
52 | 52 | e3b21976e887e91c159816ae10468bba2950cc6a 2013090900 mingw32-mpfr.xml |
53 | - dd0159ccb7d5d32929c1ec79577eda406cf16ac9 2013092200 mingw32-package-list.xml | |
53 | + 1413ad59660ad963082e7de10c31bbb725116aee 2013092201 mingw32-package-list.xml | |
54 | 54 | bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml |
55 | 55 | cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml |
56 | 56 | 0a5d210a13d073104fb74b4f9c081674c9745cd1 2013090900 mingw32-pthreads-w32.xml |
@@ -60,6 +60,7 @@ | ||
60 | 60 | <package-list catalogue="mingw32-libunistring" /> |
61 | 61 | <package-list catalogue="mingw32-pdcurses" /> |
62 | 62 | <package-list catalogue="mingw32-tcltk" /> |
63 | + <package-list catalogue="mingw32-xerces-c" /> | |
63 | 64 | |
64 | 65 | <!-- "virtual" packages --> |
65 | 66 | <package-list catalogue="mingw32-base" /> |