OSDN Git Service

Fix minor issues so that xml files are well-formed
authorCharles Wilson <cwilso11@users.sourceforge.net>
Fri, 7 May 2010 03:06:18 +0000 (03:06 +0000)
committerCharles Wilson <cwilso11@users.sourceforge.net>
Fri, 7 May 2010 03:06:18 +0000 (03:06 +0000)
msys/msys-bzip2.xml
msys/msys-crypt.xml
msys/msys-msysCORE.xml

index 1a461f9..4bb5118 100644 (file)
@@ -4,8 +4,8 @@
     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
     <package name="msys-bzip2">
       <affiliate group="MSYS Developer Toolkit" />
-      <description lang="en" title="bzip2: a high-quality data compressor" />
-      <paragraph>bzip2 is a freely available, patent free (see below),
+      <description lang="en" title="bzip2: a high-quality data compressor">
+        <paragraph>bzip2 is a freely available, patent free (see below),
 high-quality data compressor. It typically compresses files to within
 10% to 15% of the best available techniques (the PPM family of statistical
 compressors), whilst being around twice as fast at compression and six
@@ -32,8 +32,8 @@ and scripts.</paragraph>
     </package>
     <package name="msys-libbz2">
       <affiliate group="MSYS Developer Toolkit" />
-      <description lang="en" title="libbz2: runtime library for bzip2" />
-      <paragraph>bzip2 is a freely available, patent free (see below),
+      <description lang="en" title="libbz2: runtime library for bzip2">
+        <paragraph>bzip2 is a freely available, patent free (see below),
 high-quality data compressor. It typically compresses files to within
 10% to 15% of the best available techniques (the PPM family of statistical
 compressors), whilst being around twice as fast at compression and six
index d5aae9c..0f03b37 100644 (file)
@@ -4,12 +4,12 @@
     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
     <package name="msys-crypt">
       <affiliate group="MSYS Developer Toolkit" />
-      <description lang="en" title="crypt: tools for DES encryption" />
+      <description lang="en" title="crypt: tools for DES encryption">
         <paragraph>crypt provides a library implementing the standard
 encryption functions crypt(), encrypt(), and setkey(). Many programs,
 such as perl, rely on the presence of these functions; as the functions
 are not provided by the MSYS runtime, this additional library fulfils
-those needs.</paragragh>
+those needs.</paragraph>
         <paragraph>crypt also provides a command-line tool for exercising
 those functions. `crypt cleartext' generates an encrypted version of the
 cleartext using a random salt. `crypt salt cleartext' encrypts cleartext
@@ -39,12 +39,12 @@ package provides the runtime library and related development files.</paragraph>
     </package>
     <package name="msys-libcrypt">
       <affiliate group="MSYS Developer Toolkit" />
-      <description lang="en" title="libcrypt: runtime library for crypt" />
+      <description lang="en" title="libcrypt: runtime library for crypt">
         <paragraph>crypt provides a library implementing the standard
 encryption functions crypt(), encrypt(), and setkey(). Many programs,
 such as perl, rely on the presence of these functions; as the functions
 are not provided by the MSYS runtime, this additional library fulfils
-those needs.</paragragh>
+those needs.</paragraph>
         <paragraph>crypt also provides a command-line tool for exercising
 those functions. `crypt cleartext' generates an encrypted version of the
 cleartext using a random salt. `crypt salt cleartext' encrypts cleartext
index f1be587..bc47527 100644 (file)
@@ -4,7 +4,7 @@
     <download-host uri="http://prdownloads.sourceforge.net/mingw/%F?download" />
     <package name="msys-msysCORE">
       <affiliate group="MSYS Base System" />
-      <description lang="en" title="msysCORE: The core components of MSYS" />
+      <description lang="en" title="msysCORE: The core components of MSYS">
         <paragraph>MSYS, or the Minimal SYStem, is a POSIX implementation
 used in the Win32 operating system to enable configuration and compiling
 of open-source packages. This package provides the main components of