OSDN Git Service

Add releases gmp-5.1.2-1, mpfr-3.1.2-1 and mpc-1.0.1-1. Adjust .gitignore for vim...
[mingw/mingw-dist.git] / mingw32 / mingw32-gmp.xml
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-gmp.xml ~~ mingw-get package description for gmp -->
5
6   <package-collection subsystem="mingw32">
7     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
8
9     <!-- Provides the package descriptions for the gmp library, which -->
10     <!-- is a runtime prerequisite for modern versions of GCC.        -->
11
12     <package name="mingw32-gmp" alias="gmp">
13       <affiliate group="MinGW Standard Libraries" />
14       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
15         <paragraph>
16           GNU MP is a library for arbitrary precision arithmetic, operating on
17           signed integers, rational numbers, and floating point numbers.  It
18           has a rich set of functions, and the functions have a regular
19           interface.
20         </paragraph>
21         <paragraph>
22           The MinGW/MSYS project provides two gmp packages: the native win32
23           mingw32-gmp and an MSYS version, msys-gmp.  mingw32-gmp is provided
24           as a necessary component of modern MinGW gcc compilers, while the
25           msys-gmp version requires the MSYS dll, and is provided as a
26           prerequisite of certain other MSYS tools, such as guile.
27         </paragraph>
28         <paragraph>
29           The mingw32-gmp package provides the documentation for the gmp
30           library, as well as the related development files.  The associated
31           mingw32-libgmp package provides the C runtime library, while the
32           associated mingw32-libgmpxx package provides the C++ runtime library.
33         </paragraph>
34       </description>
35
36       <source tarname="gmp-%-mingw32-src.tar.lzma" />
37       <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
38
39       <component class="dev">
40         <release tarname="gmp-5.1.2-1-mingw32-dev.tar.lzma" >
41           <requires eq="gmp-5.1.2-1-mingw32-dll.tar.lzma" />
42         </release>
43         <release tarname="gmp-5.0.1-1-mingw32-dev.tar.lzma" >
44           <requires eq="mingw32-libgmp-%-mingw32-dll-10.tar" />
45           <requires eq="mingw32-libgmpxx-%-mingw32-dll-4.tar" />
46         </release>
47       </component>
48
49       <component class="dll">
50         <release tarname="gmp-5.1.2-1-mingw32-dll.tar.lzma" />
51       </component>
52
53       <component class="doc">
54         <release tarname="gmp-5.1.2-1-mingw32-doc.tar.lzma" />
55         <release tarname="gmp-5.0.1-1-mingw32-doc.tar.lzma" />
56       </component>
57
58       <component class="lic">
59         <release tarname="gmp-5.1.2-1-mingw32-lic.tar.lzma" />
60         <release tarname="gmp-5.0.1-1-mingw32-lic.tar.lzma" />
61       </component>
62
63       <component class="info">
64         <release tarname="gmp-5.1.2-1-mingw32-info.tar.lzma" />
65       </component>
66     </package>
67
68     <package name="mingw32-libgmp" alias="libgmp">
69       <affiliate group="MinGW Standard Libraries" />
70       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
71         <paragraph>
72           GNU MP is a library for arbitrary precision arithmetic, operating on
73           signed integers, rational numbers, and floating point numbers.  It
74           has a rich set of functions, and the functions have a regular
75           interface.
76         </paragraph>
77         <paragraph>
78           The MinGW/MSYS project provides two libgmp packages: the native win32
79           mingw32-libgmp and an MSYS version, msys-libgmp.  mingw32-libgmp is
80           provided as a necessary component of modern MinGW gcc compilers,
81           while the msys-libgmp version requires the MSYS dll, and is provided
82           as a prerequisite of certain other MSYS tools, such as guile.
83         </paragraph>
84         <paragraph>
85           The mingw32-libgmp package provides the C runtime library.  The
86           associated mingw32-gmp package provides the documentation for the gmp
87           library, as well as the related development files.  The associated
88           mingw32-libgmpxx package provides the C++ runtime library.
89         </paragraph>
90         <paragraph>
91           This is a required component of the MinGW Compiler Suite.
92         </paragraph>
93       </description>
94
95       <source tarname="gmp-%-mingw32-src.tar.lzma" />
96       <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
97
98       <component class="dll">
99         <release tarname="libgmp-5.0.1-1-mingw32-dll-10.tar.lzma" />
100       </component>
101     </package>
102
103     <package name="mingw32-libgmpxx" alias="libgmpxx">
104       <affiliate group="MinGW Standard Libraries" />
105       <description lang="en" title="The GNU Multiple Precision Arithmetic Library" >
106         <paragraph>
107           GNU MP is a library for arbitrary precision arithmetic, operating on
108           signed integers, rational numbers, and floating point numbers.  It
109           has a rich set of functions, and the functions have a regular
110           interface.
111         </paragraph>
112         <paragraph>
113           The mingw32-libgmpxx package provides the C++ runtime library.  The
114           associated mingw32-gmp package provides the documentation for the gmp
115           library, as well as the related development files.  The associated
116           mingw32-libgmp package provides the C runtime library.
117         </paragraph>
118       </description>
119
120       <source tarname="gmp-%-mingw32-src.tar.lzma" />
121       <licence tarname="gmp-%-mingw32-lic.tar.lzma" />
122
123       <component class="dll">
124         <release tarname="libgmpxx-5.0.1-1-mingw32-dll-4.tar.lzma" >
125           <requires eq="libgmp-%-mingw32-dll-10.tar" />
126           <requires eq="libgcc-*-mingw32-dll-1.tar" />
127         </release>
128       </component>
129     </package>
130   </package-collection>
131 </software-distribution>
132 <!-- vim: set nocompatible expandtab fileformat=unix textwidth=80 tabstop=2 shiftwidth=2: -->