• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

XML catalogue of packages which are available for installation, using the mingw-get installer.


Commit MetaInfo

Revisión87834953dd293aa11bb6b46b97eb4151be396950 (tree)
Tiempo2013-09-23 07:05:15
AutorKeith Marshall <keithmarshall@user...>
CommiterKeith Marshall

Log Message

Publish Xerces-C++ contributed package.

Cambiar Resumen

Diferencia incremental

--- a/ChangeLog
+++ b/ChangeLog
@@ -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+
111 2013-09-22 Earnie Boyd <earnie@users.sourceforge.net>
212
313 Publish mingwrt-4.0.3 and w32api-4.0.3
--- a/common/issue.log
+++ b/common/issue.log
@@ -23,6 +23,6 @@
2323 # MinGW Project, accept liability for any damages, however caused,
2424 # arising from the use of this software.
2525 #
26- 75fc52dde8d408d798c0be51070d5d02f4c63085 2013092200 package-list.xml
26+ 75fc52dde8d408d798c0be51070d5d02f4c63085 2013092201 package-list.xml
2727 #
2828 # $RCSfile$: end of file
--- a/contrib/issue.log
+++ b/contrib/issue.log
@@ -26,5 +26,6 @@
2626 6c149bb701714b06cba818db2ad055ec9b6bbbe3 2011101400 mingw32-libunistring.xml
2727 7f7474478d1ca1464d391beb0bd574a48a745315 2011101100 mingw32-pdcurses.xml
2828 7417c364a3f3cd62c24ac7af0da190be834cc79a 2013091500 mingw32-tcltk.xml
29+ b211efd2b8cd26d322e60debee15981cc5af7bf7 2013092200 mingw32-xerces-c.xml
2930 #
3031 # $RCSfile$: end of file
--- /dev/null
+++ b/contrib/mingw32-xerces-c.xml
@@ -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: -->
--- a/mingw32/issue.log
+++ b/mingw32/issue.log
@@ -50,7 +50,7 @@
5050 cd33ad74b608bce33ea297801253e6efbafce27c 2012073100 mingw32-mingw-utils.xml
5151 db18b5bc0eea58053df8775b1c0522e12751c128 2013090900 mingw32-mpc.xml
5252 e3b21976e887e91c159816ae10468bba2950cc6a 2013090900 mingw32-mpfr.xml
53- dd0159ccb7d5d32929c1ec79577eda406cf16ac9 2013092200 mingw32-package-list.xml
53+ 1413ad59660ad963082e7de10c31bbb725116aee 2013092201 mingw32-package-list.xml
5454 bad22da9b9ec9bcea1d539e29ee2976cc88d9fc2 2013053000 mingw32-pexports.xml
5555 cdb2a4dbedfc9f2cdfc92340f6f9b12da061c0d9 2012073100 mingw32-popt.xml
5656 0a5d210a13d073104fb74b4f9c081674c9745cd1 2013090900 mingw32-pthreads-w32.xml
--- a/mingw32/mingw32-package-list.xml
+++ b/mingw32/mingw32-package-list.xml
@@ -60,6 +60,7 @@
6060 <package-list catalogue="mingw32-libunistring" />
6161 <package-list catalogue="mingw32-pdcurses" />
6262 <package-list catalogue="mingw32-tcltk" />
63+ <package-list catalogue="mingw32-xerces-c" />
6364
6465 <!-- "virtual" packages -->
6566 <package-list catalogue="mingw32-base" />