XML catalogue of packages which are available for installation, using the mingw-get installer.
Revisión | 745eaa970da3f84b338428768edb6613416e9522 (tree) |
---|---|
Tiempo | 2010-05-25 12:32:30 |
Autor | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Added msys-make.xml
@@ -0,0 +1,57 @@ | ||
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="msys"> | |
4 | + <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" /> | |
5 | + <package name="msys-make"> | |
6 | + <affiliate group="MSYS Base System" /> | |
7 | + <description lang="en" title="make (msys): GNU make utility to maintain groups of programs" > | |
8 | + <paragraph>The `make' utility automatically determines which pieces | |
9 | + of a large program need to be recompiled, and issues commands to | |
10 | + recompile them. GNU `make' was implemented by Richard Stallman | |
11 | + and Roland McGrath. Development since Version 3.76 has been | |
12 | + handled by Paul D. Smith. | |
13 | + </paragraph> | |
14 | + <paragraph>This is a case-preserving version of GNU make. While the | |
15 | + win32 file systems encountered when using MSYS software are | |
16 | + invariably case-INsensitive, some users prefer a GNU `make' that | |
17 | + itself is case-sensitive -- this version of make is a compromise | |
18 | + which exploits the case-preserving aspect of win32 file systems. | |
19 | + It considers *all* targets as fundamentally case-insensitive, but | |
20 | + first attempts to resolve them as case-sensitive, falling back to | |
21 | + the case-insensitive behaviour only if the case-sensitive match | |
22 | + remains unresolved. | |
23 | + </paragraph> | |
24 | + <paragraph>The MinGW/MSYS project provides two versions of make: | |
25 | + this msys-make version acts generally more as make is intended | |
26 | + to operate, and gives fewer headaches during execution. However, | |
27 | + msys-make requires the MSYS dll. The other version, mingw32-make, | |
28 | + does not require the MSYS dll, but because of the lack of POSIX | |
29 | + support in "pure" Win32 has a number of known shortcomings in | |
30 | + comparison. | |
31 | + </paragraph> | |
32 | + </description> | |
33 | + <component class="bin"> | |
34 | + <release tarname="make-3.81-2-msys-1.0.11-bin.tar.lzma" /> | |
35 | + <release tarname="make-3.81-3-msys-1.0.13-bin.tar.lzma" > | |
36 | + <requires eq="msys-libintl-*-msys-*-dll-8.tar" /> | |
37 | + </release> | |
38 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
39 | + </component> | |
40 | + <component class="lang"> | |
41 | + <release tarname="make-3.81-2-msys-1.0.11-lang.tar.lzma" /> | |
42 | + <release tarname="make-3.81-3-msys-1.0.13-lang.tar.lzma" /> | |
43 | + </component> | |
44 | + <component class="doc"> | |
45 | + <release tarname="make-3.81-2-msys-1.0.11-doc.tar.lzma" /> | |
46 | + <release tarname="make-3.81-3-msys-1.0.13-doc.tar.lzma" /> | |
47 | + </component> | |
48 | + <component class="lic"> | |
49 | + <release tarname="make-3.81-2-msys-1.0.11-lic.tar.lzma" /> | |
50 | + <release tarname="make-3.81-3-msys-1.0.13-lic.tar.lzma" /> | |
51 | + </component> | |
52 | + <licence tarname="make-%-msys-%-lic.tar" /> | |
53 | + <source tarname="make-%-msys-%-src.tar" /> | |
54 | + </package> | |
55 | + </package-collection> | |
56 | +</software-distribution> | |
57 | + |