• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
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

修订版0220619bf5aacf24d03890c03de8ee28d70cff0f (tree)
时间2010-05-09 10:44:58
作者Charles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Ripple from msys-core package rename; clean up formatting

更改概述

差异

--- a/msys/msys-bzip2.xml
+++ b/msys/msys-bzip2.xml
@@ -6,18 +6,20 @@
66 <affiliate group="MSYS Developer Toolkit" />
77 <description lang="en" title="bzip2: a high-quality data compressor">
88 <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>
1416 </description>
1517 <component class="bin">
1618 <!-- 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. -->
1820 <release tarname="bzip2-1.0.5-1-msys-1.0.11-bin.tar.gz" />
1921 <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" />
2123 </component>
2224 <component class="doc">
2325 <release tarname="bzip2-1.0.5-1-msys-1.0.11-doc.tar.gz" />
@@ -34,16 +36,18 @@ and scripts.</paragraph>
3436 <affiliate group="MSYS Developer Toolkit" />
3537 <description lang="en" title="libbz2: runtime library for bzip2">
3638 <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>
4246 </description>
4347 <component class="dll">
4448 <release tarname="libbz2-1.0.5-1-msys-1.0.11-dll-1.tar.gz" />
4549 <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" />
4751 </component>
4852 <component class="dev">
4953 <release tarname="libbz2-1.0.5-1-msys-1.0.11-dev.tar.gz" />
--- a/msys/msys-crypt.xml
+++ b/msys/msys-crypt.xml
@@ -6,25 +6,29 @@
66 <affiliate group="MSYS Developer Toolkit" />
77 <description lang="en" title="crypt: tools for DES encryption">
88 <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>
1314 <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>
2125 </description>
2226 <component class="bin">
2327 <!-- Note that the crypt utility is linked against the static
2428 version of libcrypt.a, so there is no -dll dependency here. -->
2529 <release tarname="crypt-1.1_1-2-msys-1.0.11-bin.tar.lzma" />
2630 <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" />
2832 </component>
2933 <component class="doc">
3034 <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>
4145 <affiliate group="MSYS Developer Toolkit" />
4246 <description lang="en" title="libcrypt: runtime library for crypt">
4347 <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>
4853 <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>
5360 <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>
5665 </description>
5766 <component class="dll">
5867 <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dll-0.tar.lzma" />
5968 <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" />
6170 </component>
6271 <component class="dev">
6372 <release tarname="libcrypt-1.1_1-2-msys-1.0.11-dev.tar.lzma" />
--- a/msys/msys-lndir.xml
+++ b/msys/msys-lndir.xml
@@ -6,22 +6,25 @@
66 <affiliate group="MSYS Developer Toolkit" />
77 <description lang="en" title="lndir: Xorg recursive directory symlink tool">
88 <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>
2023 </description>
2124 <component class="bin">
2225 <release tarname="lndir-1.0.1-1-msys-1.0.11-bin.tar.gz" />
2326 <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" />
2528 </component>
2629 <component class="doc">
2730 <release tarname="lndir-1.0.1-1-msys-1.0.11-doc.tar.gz" />
--- a/msys/msys-zlib.xml
+++ b/msys/msys-zlib.xml
@@ -5,13 +5,17 @@
55 <package name="msys-zlib">
66 <affiliate group="MSYS Developer Toolkit" />
77 <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>
912 </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 -->
1115 <component class="dll">
1216 <release tarname="zlib-1.2.3-1-msys-1.0.11-dll.tar.gz" />
1317 <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" />
1519 </component>
1620 <component class="dev">
1721 <release tarname="zlib-1.2.3-1-msys-1.0.11-dev.tar.gz" />