Author: randy Date: 2007-01-26 12:51:27 -0700 (Fri, 26 Jan 2007) New Revision: 6468
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/iso-codes.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to ISO Codes-0.58-1 Modified: trunk/BOOK/general/genlib/iso-codes.xml =================================================================== --- trunk/BOOK/general/genlib/iso-codes.xml 2007-01-26 18:56:58 UTC (rev 6467) +++ trunk/BOOK/general/genlib/iso-codes.xml 2007-01-26 19:51:27 UTC (rev 6468) @@ -6,10 +6,10 @@ <!ENTITY iso-codes-download-http "http://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.tar.gz"> <!ENTITY iso-codes-download-ftp "ftp://ftp.debian.org/debian/pool/main/i/iso-codes/iso-codes_&iso-codes-version;.tar.gz"> - <!ENTITY iso-codes-md5sum "c094c957bd929c430e94dbc379cc2869"> + <!ENTITY iso-codes-md5sum "05f90ad07a5169dd0faadf5ba0530497"> <!ENTITY iso-codes-size "8.8 MB"> - <!ENTITY iso-codes-buildsize "60.1 MB"> - <!ENTITY iso-codes-time "0.2 SBU"> + <!ENTITY iso-codes-buildsize "59.4 MB"> + <!ENTITY iso-codes-time "0.1 SBU"> ]> <sect1 id="iso-codes" xreflabel="iso-codes-&iso-codes-version;"> @@ -71,7 +71,7 @@ <para>Install <application>ISO Codes</application> by running the following commands:</para> -<screen><userinput>./autogen.sh --prefix=/usr && +<screen><userinput>./configure --prefix=/usr && make</userinput></screen> <para>This package does not come with a test suite.</para> @@ -82,16 +82,18 @@ </sect2> + <!-- <sect2 role="commands"> <title>Command Explanations</title> <para><command>./autogen.sh</command>: This command is a shell script used to generate the required Autotools files and then executes the - <command>configure</command> script. <parameter>--prefix=/usr</parameter> + <command>configure</command> script. <parameter>- -prefix=/usr</parameter> is passed to the script and automatically added as a parameter to the <command>configure</command> script.</para> </sect2> + --> <sect2 role="content"> <title>Contents</title> @@ -104,7 +106,8 @@ <seglistitem> <seg>None</seg> <seg>None</seg> - <seg>/usr/share/iso-codes and /usr/share/xml/iso-codes</seg> + <seg>/usr/share/iso-codes, /usr/share/xml/iso-codes and + many directories in the /usr/share/locale hierarchy</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2007-01-26 18:56:58 UTC (rev 6467) +++ trunk/BOOK/general.ent 2007-01-26 19:51:27 UTC (rev 6468) @@ -117,7 +117,7 @@ <!ENTITY gwrap-version "1.3.4"> <!ENTITY LZO-version "2.02"> <!ENTITY libusb-version "0.1.12"> -<!ENTITY iso-codes-version "0.51-1.1"> +<!ENTITY iso-codes-version "0.58-1"> <!ENTITY gmime-version "2.2.2"> <!ENTITY libidn-version "0.6.3"> <!-- <!ENTITY fam-version "2.7.0"> --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2007-01-26 18:56:58 UTC (rev 6467) +++ trunk/BOOK/introduction/welcome/changelog.xml 2007-01-26 19:51:27 UTC (rev 6468) @@ -45,6 +45,9 @@ <para>January 26th, 2007</para> <itemizedlist> <listitem> + <para>[randy] - Updated to ISO Codes-0.58-1.</para> + </listitem> + <listitem> <para>[randy] - Fixed Starlink download URLs in the PDL instructions, fixed the Shadow download URLs.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
