source: Daodan/MinGW/var/lib/mingw-get/data/mingw32-xerces-c.xml@ 1056

Last change on this file since 1056 was 1046, checked in by alloc, 8 years ago

Daodan: Added Windows MinGW and build batch file

File size: 4.1 KB
Line 
1<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2<software-distribution project="MinGW" home="http://www.mingw.org" issue="2013102800">
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-2-mingw32-4.7.2-bin.tar.xz" />
43 <release tarname="xerces-c-3.1.1-1-mingw32-3.4.5-bin.tar.xz" />
44 <requires eq="xerces-c-%-mingw32-%-dll-3.tar.%" />
45 </component>
46
47 <component class="dll">
48 <description lang="en">
49 <paragraph>
50 This component package provides the shared library (DLL), which
51 is required by all dynamically linked Xerces-C++ applications.
52 </paragraph>
53 <paragraph>
54 The version 3.1.1-2 release of this shared library has been
55 compiled using MinGW32-GCC-4.7.2, and uses the Dwarf-2 exception
56 handling model; the version 3.1.1-1 release has been compiled using
57 MinGW32-GCC-3.4.5, and uses the SJLJ exception handling model.
58 </paragraph>
59 </description>
60 <release tarname="xerces-c-3.1.1-2-mingw32-4.7.2-dll-3.tar.xz" />
61 <release tarname="xerces-c-3.1.1-1-mingw32-3.4.5-dll-3.tar.xz" />
62 </component>
63
64 <component class="dev">
65 <description lang="en">
66 <paragraph>
67 This component package provides the development libraries, and
68 their associated header files, to facilitate the development of
69 dynamically or statically linked Xerces-C++ applications.
70 </paragraph>
71 <paragraph>
72 For programming guidance, please refer to
73 http://xerces.apache.org/xerces-c/program-3.html
74 </paragraph>
75 </description>
76 <release tarname="xerces-c-3.1.1-2-mingw32-4.7.2-dev.tar.xz" />
77 <release tarname="xerces-c-3.1.1-1-mingw32-3.4.5-dev.tar.xz" />
78 </component>
79
80 <component class="lic">
81 <description lang="en">
82 <paragraph>
83 This component package delivers a copy of the Apache Software
84 License, version 2.0, under which Xerces-C++ is distributed,
85 and associated accreditation of Xerces-C++ developers.
86 </paragraph>
87 </description>
88 <release tarname="xerces-c-3.1.1-mingw32-lic.tar.xz" />
89 </component>
90 </package>
91
92 </package-collection>
93</software-distribution>
94
95<!-- vim: set expandtab textwidth=82 tabstop=2 shiftwidth=2: -->
96<!-- vim: set nocompatible fileformat=unix: -->
Note: See TracBrowser for help on using the repository browser.