Author: gdalziel Date: 2009-08-04 11:44:17 -0600 (Tue, 04 Aug 2009) New Revision: 7935
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/gperf.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to Gperf-3.0.4. Modified: trunk/BOOK/general/genutils/gperf.xml =================================================================== --- trunk/BOOK/general/genutils/gperf.xml 2009-08-04 17:15:55 UTC (rev 7934) +++ trunk/BOOK/general/genutils/gperf.xml 2009-08-04 17:44:17 UTC (rev 7935) @@ -6,9 +6,9 @@ <!ENTITY gperf-download-http "http://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz"> <!ENTITY gperf-download-ftp "ftp://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz"> - <!ENTITY gperf-md5sum "cc20e58975a38075440423c8fb85fd00"> - <!ENTITY gperf-size "866 KB"> - <!ENTITY gperf-buildsize "4 MB"> + <!ENTITY gperf-md5sum "c1f1db32fb6598d6a93e6e88796a8632"> + <!ENTITY gperf-size "961 KB"> + <!ENTITY gperf-buildsize "5 MB"> <!ENTITY gperf-time "less than 0.1 SBU"> ]> @@ -32,6 +32,8 @@ <para><application>Gperf</application> generates a perfect hash function from a key set.</para> + &lfs65_checked; + <bridgehead renderas="sect3">Package Information</bridgehead> <itemizedlist spacing="compact"> <listitem> @@ -65,7 +67,7 @@ <para>Install <application>Gperf</application> by running the following commands:</para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version; && make</userinput></screen> <para>If desired, create a text version of the documentation by issuing @@ -79,7 +81,6 @@ <para>Now, as the <systemitem class="username">root</systemitem> user:</para> <screen role="root"><userinput>make install && -install -v -m755 -d /usr/share/doc/gperf-&gperf-version; && install -m644 -v doc/gperf.{dvi,ps,pdf,txt} /usr/share/doc/gperf-&gperf-version;</userinput></screen> </sect2> @@ -97,9 +98,9 @@ <title>Contents</title> <segmentedlist> - <segtitle>Installed Programs</segtitle> + <segtitle>Installed Program</segtitle> <segtitle>Installed Libraries</segtitle> - <segtitle>Installed Directories</segtitle> + <segtitle>Installed Directory</segtitle> <seglistitem> <seg>gperf</seg> @@ -118,7 +119,7 @@ <listitem> <para>generates a perfect hash function from a key set.</para> <indexterm zone="gperf gperf-prog"> - <primary sortas="g-gperf">gperf</primary> + <primary sortas="b-gperf">gperf</primary> </indexterm> </listitem> </varlistentry> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2009-08-04 17:15:55 UTC (rev 7934) +++ trunk/BOOK/general.ent 2009-08-04 17:44:17 UTC (rev 7935) @@ -58,7 +58,7 @@ relates to the version of LFS it will build/work against --> <!ENTITY lfs65_checked "<para>This package is known to build and work properly using an LFS-6.5 platform.</para>"> -<!ENTITY lfs65_built "<para>This package in known to build using an LFS 6.5 +<!ENTITY lfs65_built "<para>This package is known to build using an LFS 6.5 platform but has not been tested.</para>"> <!ENTITY lfs65_needs_update "<para>This package is known to build and work properly using an LFS-6.5 platform if you use current package @@ -206,7 +206,7 @@ <!ENTITY icon-naming-utils-version "0.8.7"> <!ENTITY rxvt-unicode-version "9.06"> <!ENTITY pinentry-version "0.7.6"> -<!ENTITY gperf-version "3.0.3"> +<!ENTITY gperf-version "3.0.4"> <!ENTITY rarian-version "0.8.1"> <!-- Chapter 11 --> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2009-08-04 17:15:55 UTC (rev 7934) +++ trunk/BOOK/introduction/welcome/changelog.xml 2009-08-04 17:44:17 UTC (rev 7935) @@ -44,6 +44,9 @@ <para>August 4th, 2009</para> <itemizedlist> <listitem> + <para>[gdalziel] - Updated to Gperf-3.0.4.</para> + </listitem> + <listitem> <para>[gdalziel] - Updated to ALSA-1.0.20.</para> </listitem> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
