OSDN Git Service

Remove redundant package names from description/title attributes.
[mingw/mingw-dist.git] / mingw32 / mingw32-expat.xml
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="mingw32">
4     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
5     <package name="mingw32-expat" alias="expat">
6       <description lang="en" title="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 mingw32-expat package provides the xmlwf validation
16           tool and documentation related to the library. The associated
17           mingw32-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-mingw32-bin.tar.gz" />
23         <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
24       </component>
25       <component class="doc">
26         <release tarname="expat-2.0.1-1-mingw32-doc.tar.gz" />
27       </component>
28       <component class="lic">
29         <release tarname="expat-2.0.1-1-mingw32-lic.tar.gz" />
30       </component>
31       <licence tarname="expat-%-mingw32-%-lic.tar.%" />
32       <source tarname="expat-%-mingw32-%-src.tar.%" />
33     </package>
34     <package name="mingw32-libexpat" alias="libexpat">
35       <description lang="en" title="XML parsing library written in C">
36         <paragraph>expat is a C library for parsing XML written by James
37           Clark. Expat is a stream-oriented XML parser.  This means that
38           you register handlers with the parser before starting the parse.
39           These handlers are called when the parser discovers the
40           associated structures in the document being parsed.  A start tag
41           is an example of the kind of structures for which you may
42           register handlers.
43         </paragraph>
44         <paragraph>The mingw32-libexpat package provides the runtime library
45           and related development files for expat.  The associated
46           mingw32-expat package provides the xmlwf validation tool and
47           documentation related to the library.
48         </paragraph>
49       </description>
50       <component class="dll">
51         <release tarname="libexpat-2.0.1-1-mingw32-dll-1.tar.gz" />
52       </component>
53       <component class="dev">
54         <release tarname="libexpat-2.0.1-1-mingw32-dev.tar.gz" />
55         <requires eq="mingw32-libexpat-%-mingw32-%-dll-1.tar" />
56       </component>
57       <licence tarname="expat-%-mingw32-%-lic.tar.%" />
58       <source tarname="expat-%-mingw32-%-src.tar.%" />
59     </package>
60   </package-collection>
61 </software-distribution>
62 <!-- vim: set nocompatible expandtab tw=80 ts=2 sw=2 ff=unix: -->
63