source: general/genutils/gperf.xml@ bfe73de

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since bfe73de was bfe73de, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Finish tagging Part XIII. Printing, Scanning and Typesetting

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@12771 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY gperf-download-http "http://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
8 <!ENTITY gperf-download-ftp "ftp://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
9 <!ENTITY gperf-md5sum "c1f1db32fb6598d6a93e6e88796a8632">
10 <!ENTITY gperf-size "968 KB">
11 <!ENTITY gperf-buildsize "6.5 MB">
12 <!ENTITY gperf-time "less than 0.1 SBU">
13]>
14
15<sect1 id="gperf" xreflabel="Gperf-&gperf-version;">
16 <?dbhtml filename="gperf.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gperf-&gperf-version;</title>
24
25 <indexterm zone="gperf">
26 <primary sortas="a-Gperf">Gperf</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gperf</title>
31
32 <para><application>Gperf</application> generates a perfect hash function
33 from a key set.</para>
34
35 &lfs75_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>Download (HTTP): <ulink url="&gperf-download-http;"/></para>
41 </listitem>
42 <listitem>
43 <para>Download (FTP): <ulink url="&gperf-download-ftp;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download MD5 sum: &gperf-md5sum;</para>
47 </listitem>
48 <listitem>
49 <para>Download size: &gperf-size;</para>
50 </listitem>
51 <listitem>
52 <para>Estimated disk space required: &gperf-buildsize;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated build time: &gperf-time;</para>
56 </listitem>
57 </itemizedlist>
58
59 <para condition="html" role="usernotes">User Notes:
60 <ulink url="&blfs-wiki;/gperf"/></para>
61
62 </sect2>
63
64 <sect2 role="installation">
65 <title>Installation of Gperf</title>
66
67 <para>Install <application>Gperf</application> by running the following
68 commands:</para>
69
70<screen><userinput>./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version; &amp;&amp;
71make</userinput></screen>
72
73<!-- gperf.texi is broken. Fixing the texi file breaks 'make install'
74 without TeXlive installed.
75 <para>If desired, create a text version of the documentation by issuing
76 the following command:</para>
77
78<screen><userinput>makeinfo -o doc/gperf.txt - -plaintext doc/gperf.texi</userinput></screen>
79-->
80
81 <para>To test the results, issue: <command>make check</command>. There
82 should be no output from the <command>diff</command> commands.</para>
83
84 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
85
86<screen role="root"><userinput>make install &amp;&amp;
87<!--install -m644 -v doc/gperf.{dvi,ps,pdf,txt} \ -->
88install -m644 -v doc/gperf.{dvi,ps,pdf} \
89 /usr/share/doc/gperf-&gperf-version; &amp;&amp;
90
91pushd /usr/share/info &amp;&amp;
92 rm -v dir &amp;&amp;
93 for FILENAME in *; do
94 install-info $FILENAME dir 2>/dev/null
95 done &amp;&amp;
96popd</userinput></screen>
97
98 </sect2>
99
100 <sect2 role="commands">
101 <title>Command Explanations</title>
102
103<!--
104 <para><command>install -m644 -v doc/gperf.{dvi,ps,pdf,txt} ...</command>:
105 This command installs documentation. Modify the command (remove ',txt') if
106 you did not build the text version.</para>
107-->
108
109 <para><command>install -m644 -v doc/gperf.{dvi,ps,pdf} ...</command>:
110 This command installs documentation.</para>
111
112 <para><command>pushd ... popd</command>: This set of commands rebuilds the
113 <filename>/usr/share/info/dir</filename> file as the installation failed
114 to do so.</para>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Program</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directory</segtitle>
125
126 <seglistitem>
127 <seg>gperf</seg>
128 <seg>None</seg>
129 <seg>/usr/share/doc/gperf-&gperf-version;</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="gperf-prog">
139 <term><command>gperf</command></term>
140 <listitem>
141 <para>generates a perfect hash function from a key set.</para>
142 <indexterm zone="gperf gperf-prog">
143 <primary sortas="b-gperf">gperf</primary>
144 </indexterm>
145 </listitem>
146 </varlistentry>
147
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.