• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine 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

Revisionecc4c0b1f0db066c0e75c566d00898d2debae8a0 (tree)
Zeit2010-05-07 12:06:18
AutorCharles Wilson <cwilso11@user...>
CommiterCharles Wilson

Log Message

Fix minor issues so that xml files are well-formed

Ändern Zusammenfassung

Diff

--- a/msys/msys-bzip2.xml
+++ b/msys/msys-bzip2.xml
@@ -4,8 +4,8 @@
44 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
55 <package name="msys-bzip2">
66 <affiliate group="MSYS Developer Toolkit" />
7- <description lang="en" title="bzip2: a high-quality data compressor" />
8- <paragraph>bzip2 is a freely available, patent free (see below),
7+ <description lang="en" title="bzip2: a high-quality data compressor">
8+ <paragraph>bzip2 is a freely available, patent free (see below),
99 high-quality data compressor. It typically compresses files to within
1010 10% to 15% of the best available techniques (the PPM family of statistical
1111 compressors), whilst being around twice as fast at compression and six
@@ -32,8 +32,8 @@ and scripts.</paragraph>
3232 </package>
3333 <package name="msys-libbz2">
3434 <affiliate group="MSYS Developer Toolkit" />
35- <description lang="en" title="libbz2: runtime library for bzip2" />
36- <paragraph>bzip2 is a freely available, patent free (see below),
35+ <description lang="en" title="libbz2: runtime library for bzip2">
36+ <paragraph>bzip2 is a freely available, patent free (see below),
3737 high-quality data compressor. It typically compresses files to within
3838 10% to 15% of the best available techniques (the PPM family of statistical
3939 compressors), whilst being around twice as fast at compression and six
--- a/msys/msys-crypt.xml
+++ b/msys/msys-crypt.xml
@@ -4,12 +4,12 @@
44 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
55 <package name="msys-crypt">
66 <affiliate group="MSYS Developer Toolkit" />
7- <description lang="en" title="crypt: tools for DES encryption" />
7+ <description lang="en" title="crypt: tools for DES encryption">
88 <paragraph>crypt provides a library implementing the standard
99 encryption functions crypt(), encrypt(), and setkey(). Many programs,
1010 such as perl, rely on the presence of these functions; as the functions
1111 are not provided by the MSYS runtime, this additional library fulfils
12-those needs.</paragragh>
12+those needs.</paragraph>
1313 <paragraph>crypt also provides a command-line tool for exercising
1414 those functions. `crypt cleartext' generates an encrypted version of the
1515 cleartext using a random salt. `crypt salt cleartext' encrypts cleartext
@@ -39,12 +39,12 @@ package provides the runtime library and related development files.</paragraph>
3939 </package>
4040 <package name="msys-libcrypt">
4141 <affiliate group="MSYS Developer Toolkit" />
42- <description lang="en" title="libcrypt: runtime library for crypt" />
42+ <description lang="en" title="libcrypt: runtime library for crypt">
4343 <paragraph>crypt provides a library implementing the standard
4444 encryption functions crypt(), encrypt(), and setkey(). Many programs,
4545 such as perl, rely on the presence of these functions; as the functions
4646 are not provided by the MSYS runtime, this additional library fulfils
47-those needs.</paragragh>
47+those needs.</paragraph>
4848 <paragraph>crypt also provides a command-line tool for exercising
4949 those functions. `crypt cleartext' generates an encrypted version of the
5050 cleartext using a random salt. `crypt salt cleartext' encrypts cleartext
--- a/msys/msys-msysCORE.xml
+++ b/msys/msys-msysCORE.xml
@@ -4,7 +4,7 @@
44 <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
55 <package name="msys-msysCORE">
66 <affiliate group="MSYS Base System" />
7- <description lang="en" title="msysCORE: The core components of MSYS" />
7+ <description lang="en" title="msysCORE: The core components of MSYS">
88 <paragraph>MSYS, or the Minimal SYStem, is a POSIX implementation
99 used in the Win32 operating system to enable configuration and compiling
1010 of open-source packages. This package provides the main components of