Author: richard Date: 2008-04-01 15:23:34 -0600 (Tue, 01 Apr 2008) New Revision: 7340
Added: trunk/BOOK/general/genutils/gperf.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genutils/genutils.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added new package gperf-3.0.3 Modified: trunk/BOOK/general/genutils/genutils.xml =================================================================== --- trunk/BOOK/general/genutils/genutils.xml 2008-04-01 21:02:59 UTC (rev 7339) +++ trunk/BOOK/general/genutils/genutils.xml 2008-04-01 21:23:34 UTC (rev 7340) @@ -17,8 +17,8 @@ <para>This chapter contains various utilities that do not fit conveniently into other chapters. Programs include a command line calculator, several utilities for manipulating - text and graphics, a program to interface with a palm-pilot and a program for entering - PIN numbers and pass-phrases.</para> + text and graphics, a program to interface with a palm-pilot, a program for entering + PIN numbers and pass-phrases, and a hash generator.</para> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="bc.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rep-gtk.xml"/> @@ -41,5 +41,6 @@ <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="icon-naming-utils.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="rxvt-unicode.xml"/> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pinentry.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gperf.xml"/> </chapter> Added: trunk/BOOK/general/genutils/gperf.xml =================================================================== --- trunk/BOOK/general/genutils/gperf.xml (rev 0) +++ trunk/BOOK/general/genutils/gperf.xml 2008-04-01 21:23:34 UTC (rev 7340) @@ -0,0 +1,127 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!-- Inserted as a reminder to do this. The mention of a test suite + is usually right before the root user installation commands. Please + delete these 12 (including one blank) lines after you are done.--> + + <!-- Use one of the two mentions below about a test suite, + delete the line that is not applicable. Of course, if the + test suite uses syntax other than "make check", revise the + line to reflect the actual syntax to run the test suite --> + + <!-- <para>This package does not come with a test suite.</para> --> + <!-- <para>To test the results, issue: <command>make check</command>.</para> --> + + <!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-time "less than 0.1 SBU"> +]> + +<sect1 id="gperf" xreflabel="gperf-&gperf-version;"> + <?dbhtml filename="gperf.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>Gperf-&gperf-version;</title> + + <indexterm zone="gperf"> + <primary sortas="a-Gperf">Gperf</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to Gperf</title> + + <para><application>Gperf</application> generates a perfect hash function from a key set.</para> + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para>Download (HTTP): <ulink url="&gperf-download-http;"/></para> + </listitem> + <listitem> + <para>Download (FTP): <ulink url="&gperf-download-ftp;"/></para> + </listitem> + <listitem> + <para>Download MD5 sum: &gperf-md5sum;</para> + </listitem> + <listitem> + <para>Download size: &gperf-size;</para> + </listitem> + <listitem> + <para>Estimated disk space required: &gperf-buildsize;</para> + </listitem> + <listitem> + <para>Estimated build time: &gperf-time;</para> + </listitem> + </itemizedlist> + + <para condition="html" role="usernotes">User Notes: + <ulink url="&blfs-wiki;/gperf"/></para> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Gperf</title> + + <para>Install <application>gperf</application> by running the following commands:</para> + +<screen><userinput>./configure --prefix=/usr && +make</userinput></screen> + + <para>This package does not come with a test suite.</para> + + <para>Now, as the <systemitem class="username">root</systemitem> user:</para> + +<screen role="root"><userinput>make install && +makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi && +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> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Programs</segtitle> + <segtitle>Installed Libraries</segtitle> + <segtitle>Installed Directories</segtitle> + + <seglistitem> + <seg>gperf</seg> + <seg>None</seg> + <seg>/usr/share/doc/gperf-&gperf-version;</seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="gperf-prog"> + <term><command>gperf</command></term> + <listitem> + <para> generates a perfect hash function from a key set.</para> + <indexterm zone="gperf gperf-prog"> + <primary sortas="g-gperf">bc</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> + Property changes on: trunk/BOOK/general/genutils/gperf.xml ___________________________________________________________________ Name: svn:keywords + LastChangedBy Date Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2008-04-01 21:02:59 UTC (rev 7339) +++ trunk/BOOK/general.ent 2008-04-01 21:23:34 UTC (rev 7340) @@ -181,6 +181,7 @@ <!ENTITY icon-naming-utils-version "0.8.2"> <!ENTITY rxvt-unicode-version "9.02"> <!ENTITY pinentry-version "0.7.3"> +<!ENTITY gperf-version "3.0.3"> <!-- Chapter 11 --> <!ENTITY gpm-version "1.20.1"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2008-04-01 21:02:59 UTC (rev 7339) +++ trunk/BOOK/introduction/welcome/changelog.xml 2008-04-01 21:23:34 UTC (rev 7340) @@ -50,6 +50,9 @@ <para>[thomas] - Updates on adding users to groups. Avoid destroying group assignments in usermod commands without -a option</para> </listitem> + <listitem> + <para>[richard] - Added gperf-3.0.3 to General Utilities. Required for a2ps-4.14.</para> + </listitem> </itemizedlist> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
