XML catalogue of packages which are available for installation, using the mingw-get installer.
Revision | 0220619bf5aacf24d03890c03de8ee28d70cff0f (tree) |
---|---|
Zeit | 2010-05-09 10:44:58 |
Autor | Charles Wilson <cwilso11@user...> |
Commiter | Charles Wilson |
Ripple from msys-core package rename; clean up formatting
@@ -6,18 +6,20 @@ | ||
6 | 6 | <affiliate group="MSYS Developer Toolkit" /> |
7 | 7 | <description lang="en" title="bzip2: a high-quality data compressor"> |
8 | 8 | <paragraph>bzip2 is a freely available, patent free (see below), |
9 | -high-quality data compressor. It typically compresses files to within | |
10 | -10% to 15% of the best available techniques (the PPM family of statistical | |
11 | -compressors), whilst being around twice as fast at compression and six | |
12 | -times faster at decompression. This package provides the utility programs | |
13 | -and scripts.</paragraph> | |
9 | + high-quality data compressor. It typically compresses files | |
10 | + to within 10% to 15% of the best available techniques (the | |
11 | + PPM family of statistical compressors), whilst being around | |
12 | + twice as fast at compression and six times faster at | |
13 | + decompression. This package provides the utility programs and | |
14 | + scripts. | |
15 | + </paragraph> | |
14 | 16 | </description> |
15 | 17 | <component class="bin"> |
16 | 18 | <!-- Note that the bzip2 utilities are linked against the static |
17 | - version of libbz2.a, so there is no -dll dependency here. --> | |
19 | + version of libbz2.a, so there is no -dll dependency here. --> | |
18 | 20 | <release tarname="bzip2-1.0.5-1-msys-1.0.11-bin.tar.gz" /> |
19 | 21 | <release tarname="bzip2-1.0.5-2-msys-1.0.13-bin.tar.lzma" /> |
20 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
22 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
21 | 23 | </component> |
22 | 24 | <component class="doc"> |
23 | 25 | <release tarname="bzip2-1.0.5-1-msys-1.0.11-doc.tar.gz" /> |
@@ -34,16 +36,18 @@ and scripts.</paragraph> | ||
34 | 36 | <affiliate group="MSYS Developer Toolkit" /> |
35 | 37 | <description lang="en" title="libbz2: runtime library for bzip2"> |
36 | 38 | <paragraph>bzip2 is a freely available, patent free (see below), |
37 | -high-quality data compressor. It typically compresses files to within | |
38 | -10% to 15% of the best available techniques (the PPM family of statistical | |
39 | -compressors), whilst being around twice as fast at compression and six | |
40 | -times faster at decompression. This package provides the runtime library | |
41 | -and development files.</paragraph> | |
39 | + high-quality data compressor. It typically compresses files | |
40 | + to within 10% to 15% of the best available techniques (the | |
41 | + PPM family of statistical compressors), whilst being around | |
42 | + twice as fast at compression and six times faster at | |
43 | + decompression. This package provides the runtime library and | |
44 | + development files. | |
45 | + </paragraph> | |
42 | 46 | </description> |
43 | 47 | <component class="dll"> |
44 | 48 | <release tarname="libbz2-1.0.5-1-msys-1.0.11-dll-1.tar.gz" /> |
45 | 49 | <release tarname="libbz2-1.0.5-2-msys-1.0.13-dll-1.tar.lzma" /> |
46 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
50 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
47 | 51 | </component> |
48 | 52 | <component class="dev"> |
49 | 53 | <release tarname="libbz2-1.0.5-1-msys-1.0.11-dev.tar.gz" /> |
@@ -6,25 +6,29 @@ | ||
6 | 6 | <affiliate group="MSYS Developer Toolkit" /> |
7 | 7 | <description lang="en" title="crypt: tools for DES encryption"> |
8 | 8 | <paragraph>crypt provides a library implementing the standard |
9 | -encryption functions crypt(), encrypt(), and setkey(). Many programs, | |
10 | -such as perl, rely on the presence of these functions; as the functions | |
11 | -are not provided by the MSYS runtime, this additional library fulfils | |
12 | -those needs.</paragraph> | |
9 | + encryption functions crypt(), encrypt(), and setkey(). Many | |
10 | + programs, such as perl, rely on the presence of these functions; | |
11 | + as the functions are not provided by the MSYS runtime, this | |
12 | + additional library fulfils those needs. | |
13 | + </paragraph> | |
13 | 14 | <paragraph>crypt also provides a command-line tool for exercising |
14 | -those functions. `crypt cleartext' generates an encrypted version of the | |
15 | -cleartext using a random salt. `crypt salt cleartext' encrypts cleartext | |
16 | -using the specified salt. Salt is a two-character string which also appears as the first two | |
17 | -characters of the encrypted cleartext.</paragraph> | |
18 | - <paragraph>The msys-crypt package provides the command-line | |
19 | -utility crypt and related documentation. The associated msys-libcrypt | |
20 | -package provides the runtime library and related development files.</paragraph> | |
15 | + those functions. `crypt cleartext' generates an encrypted version | |
16 | + of the cleartext using a random salt. `crypt salt cleartext' | |
17 | + encrypts cleartext using the specified salt. Salt is a two-character | |
18 | + string which also appears as the first two characters of the | |
19 | + encrypted cleartext. | |
20 | + </paragraph> | |
21 | + <paragraph>The msys-crypt package provides the command-line utility | |
22 | + crypt and related documentation. The associated msys-libcrypt | |
23 | + package provides the runtime library and related development files. | |
24 | + </paragraph> | |
21 | 25 | </description> |
22 | 26 | <component class="bin"> |
23 | 27 | <!-- Note that the crypt utility is linked against the static |
24 | 28 | version of libcrypt.a, so there is no -dll dependency here. --> |
25 | 29 | <release tarname="crypt-1.1_1-2-msys-1.0.11-bin.tar.lzma" /> |
26 | 30 | <release tarname="crypt-1.1_1-3-msys-1.0.13-bin.tar.lzma" /> |
27 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
31 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
28 | 32 | </component> |
29 | 33 | <component class="doc"> |
30 | 34 | <release tarname="crypt-1.1_1-2-msys-1.0.11-doc.tar.lzma" /> |
@@ -41,23 +45,28 @@ package provides the runtime library and related development files.</paragraph> | ||
41 | 45 | <affiliate group="MSYS Developer Toolkit" /> |
42 | 46 | <description lang="en" title="libcrypt: runtime library for crypt"> |
43 | 47 | <paragraph>crypt provides a library implementing the standard |
44 | -encryption functions crypt(), encrypt(), and setkey(). Many programs, | |
45 | -such as perl, rely on the presence of these functions; as the functions | |
46 | -are not provided by the MSYS runtime, this additional library fulfils | |
47 | -those needs.</paragraph> | |
48 | + encryption functions crypt(), encrypt(), and setkey(). Many | |
49 | + programs, such as perl, rely on the presence of these functions; | |
50 | + as the functions are not provided by the MSYS runtime, this | |
51 | + additional library fulfils those needs. | |
52 | + </paragraph> | |
48 | 53 | <paragraph>crypt also provides a command-line tool for exercising |
49 | -those functions. `crypt cleartext' generates an encrypted version of the | |
50 | -cleartext using a random salt. `crypt salt cleartext' encrypts cleartext | |
51 | -using the specified salt. Salt is a two-character string which also appears as the first two | |
52 | -characters of the encrypted cleartext.</paragraph> | |
54 | + those functions. `crypt cleartext' generates an encrypted version | |
55 | + of the cleartext using a random salt. `crypt salt cleartext' | |
56 | + encrypts cleartext using the specified salt. Salt is a two-character | |
57 | + string which also appears as the first two characters of the | |
58 | + encrypted cleartext. | |
59 | + </paragraph> | |
53 | 60 | <paragraph>The msys-libcrypt package provides the libcrypt runtime |
54 | -library and related development files. The associated msys-crypt package | |
55 | -provides the command-line utility crypt and related documentation.</paragraph> | |
61 | + library and related development files. The associated msys-crypt | |
62 | + package provides the command-line utility crypt and related | |
63 | + documentation. | |
64 | + </paragraph> | |
56 | 65 | </description> |
57 | 66 | <component class="dll"> |
58 | 67 | <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma" /> |
59 | 68 | <release tarname="libcrypt-1.1_1-3-msys-1.0.13-dll-0.tar.lzma" /> |
60 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
69 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
61 | 70 | </component> |
62 | 71 | <component class="dev"> |
63 | 72 | <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dev.tar.lzma" /> |
@@ -6,22 +6,25 @@ | ||
6 | 6 | <affiliate group="MSYS Developer Toolkit" /> |
7 | 7 | <description lang="en" title="lndir: Xorg recursive directory symlink tool"> |
8 | 8 | <paragraph>The lndir program makes a shadow copy of a directory |
9 | -tree, except that the shadow is not populated with real files but instead | |
10 | -with symbolic links (*) pointing at the real files in the original | |
11 | -directory tree. This is usually useful building applications outside their | |
12 | -source directory, when the build machinery does not directly support that | |
13 | -behavior. You can build in the shadow tree, and the object files will be | |
14 | -in the shadow directory, while the source files in the shadow directory | |
15 | -are just symlinks (*) to the real files.</paragraph> | |
16 | - <paragraph>(*) On MSYS, instead of symbolic links the shadow | |
17 | -tree is populated with hardlinks to the original files whenever possible, | |
18 | -and with copies if not (e.g. the original and destination directories are | |
19 | -on different devices, or the file system is not NTFS).</paragraph> | |
9 | + tree, except that the shadow is not populated with real files but | |
10 | + instead with symbolic links (*) pointing at the real files in the | |
11 | + original directory tree. This is usually useful building | |
12 | + applications outside their source directory, when the build | |
13 | + machinery does not directly support that behavior. You can build | |
14 | + in the shadow tree, and the object files will be in the shadow | |
15 | + directory, while the source files in the shadow directory are just | |
16 | + symlinks (*) to the real files. | |
17 | + </paragraph> | |
18 | + <paragraph>(*) On MSYS, instead of symbolic links the shadow tree is | |
19 | + populated with hardlinks to the original files whenever possible, | |
20 | + and with copies if not (e.g. the original and destination directories | |
21 | + are on different devices, or the file system is not NTFS). | |
22 | + </paragraph> | |
20 | 23 | </description> |
21 | 24 | <component class="bin"> |
22 | 25 | <release tarname="lndir-1.0.1-1-msys-1.0.11-bin.tar.gz" /> |
23 | 26 | <release tarname="lndir-1.0.1-2-msys-1.0.13-bin.tar.lzma" /> |
24 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
27 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
25 | 28 | </component> |
26 | 29 | <component class="doc"> |
27 | 30 | <release tarname="lndir-1.0.1-1-msys-1.0.11-doc.tar.gz" /> |
@@ -5,13 +5,17 @@ | ||
5 | 5 | <package name="msys-zlib"> |
6 | 6 | <affiliate group="MSYS Developer Toolkit" /> |
7 | 7 | <description lang="en" title="ZLib: A Massively Spiffy Yet Delicately Unobtrusive Compression Library"> |
8 | - <paragraph>The zlib compression library provides in-memory compression and decompression functions, including integrity checks of the uncompressed data.</paragraph> | |
8 | + <paragraph>The zlib compression library provides in-memory | |
9 | + compression and decompression functions, including integrity checks | |
10 | + of the uncompressed data. | |
11 | + </paragraph> | |
9 | 12 | </description> |
10 | - <!-- note: for historical reasons, the zlib dll component does not specify a soname --> | |
13 | + <!-- note: for historical reasons, the zlib dll component does not | |
14 | + specify a soname --> | |
11 | 15 | <component class="dll"> |
12 | 16 | <release tarname="zlib-1.2.3-1-msys-1.0.11-dll.tar.gz" /> |
13 | 17 | <release tarname="zlib-1.2.3-2-msys-1.0.13-dll.tar.lzma" /> |
14 | - <requires eq="msys-msysCORE-*-msys-*-bin.tar" /> | |
18 | + <requires eq="msys-core-*-msys-*-bin.tar" /> | |
15 | 19 | </component> |
16 | 20 | <component class="dev"> |
17 | 21 | <release tarname="zlib-1.2.3-1-msys-1.0.11-dev.tar.gz" /> |