source: general/genutils/gperf.xml@ b37f8d03

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 7.10 7.4 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 b37f8d03 was b37f8d03, checked in by Richard Downing <richard@…>, 16 years ago

Added new package gperf-3.0.3

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

  • Property mode set to 100644
File size: 4.1 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 <!-- Inserted as a reminder to do this. The mention of a test suite
8 is usually right before the root user installation commands. Please
9 delete these 12 (including one blank) lines after you are done.-->
10
11 <!-- Use one of the two mentions below about a test suite,
12 delete the line that is not applicable. Of course, if the
13 test suite uses syntax other than "make check", revise the
14 line to reflect the actual syntax to run the test suite -->
15
16 <!-- <para>This package does not come with a test suite.</para> -->
17 <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
18
19 <!ENTITY gperf-download-http "http://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
20 <!ENTITY gperf-download-ftp "ftp://ftp.gnu.org/gnu/gperf/gperf-&gperf-version;.tar.gz">
21 <!ENTITY gperf-md5sum "cc20e58975a38075440423c8fb85fd00">
22 <!ENTITY gperf-size "866 KB">
23 <!ENTITY gperf-buildsize "4 MB">
24 <!ENTITY gperf-time "less than 0.1 SBU">
25]>
26
27<sect1 id="gperf" xreflabel="gperf-&gperf-version;">
28 <?dbhtml filename="gperf.html"?>
29
30 <sect1info>
31 <othername>$LastChangedBy$</othername>
32 <date>$Date$</date>
33 </sect1info>
34
35 <title>Gperf-&gperf-version;</title>
36
37 <indexterm zone="gperf">
38 <primary sortas="a-Gperf">Gperf</primary>
39 </indexterm>
40
41 <sect2 role="package">
42 <title>Introduction to Gperf</title>
43
44 <para><application>Gperf</application> generates a perfect hash function from a key set.</para>
45
46 <bridgehead renderas="sect3">Package Information</bridgehead>
47 <itemizedlist spacing="compact">
48 <listitem>
49 <para>Download (HTTP): <ulink url="&gperf-download-http;"/></para>
50 </listitem>
51 <listitem>
52 <para>Download (FTP): <ulink url="&gperf-download-ftp;"/></para>
53 </listitem>
54 <listitem>
55 <para>Download MD5 sum: &gperf-md5sum;</para>
56 </listitem>
57 <listitem>
58 <para>Download size: &gperf-size;</para>
59 </listitem>
60 <listitem>
61 <para>Estimated disk space required: &gperf-buildsize;</para>
62 </listitem>
63 <listitem>
64 <para>Estimated build time: &gperf-time;</para>
65 </listitem>
66 </itemizedlist>
67
68 <para condition="html" role="usernotes">User Notes:
69 <ulink url="&blfs-wiki;/gperf"/></para>
70
71 </sect2>
72
73 <sect2 role="installation">
74 <title>Installation of Gperf</title>
75
76 <para>Install <application>gperf</application> by running the following commands:</para>
77
78<screen><userinput>./configure --prefix=/usr &amp;&amp;
79make</userinput></screen>
80
81 <para>This package does not come with a test suite.</para>
82
83 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
84
85<screen role="root"><userinput>make install &amp;&amp;
86makeinfo -o doc/gperf.txt --plaintext doc/gperf.texi &amp;&amp;
87install -v -m755 -d /usr/share/doc/gperf-&gperf-version; &amp;&amp;
88install -m644 -v doc/gperf.{dvi,ps,pdf,txt} /usr/share/doc/gperf-&gperf-version;</userinput></screen>
89
90 </sect2>
91
92 <sect2 role="content">
93 <title>Contents</title>
94
95 <segmentedlist>
96 <segtitle>Installed Programs</segtitle>
97 <segtitle>Installed Libraries</segtitle>
98 <segtitle>Installed Directories</segtitle>
99
100 <seglistitem>
101 <seg>gperf</seg>
102 <seg>None</seg>
103 <seg>/usr/share/doc/gperf-&gperf-version;</seg>
104 </seglistitem>
105 </segmentedlist>
106
107 <variablelist>
108 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
109 <?dbfo list-presentation="list"?>
110 <?dbhtml list-presentation="table"?>
111
112 <varlistentry id="gperf-prog">
113 <term><command>gperf</command></term>
114 <listitem>
115 <para> generates a perfect hash function from a key set.</para>
116 <indexterm zone="gperf gperf-prog">
117 <primary sortas="g-gperf">bc</primary>
118 </indexterm>
119 </listitem>
120 </varlistentry>
121
122 </variablelist>
123
124 </sect2>
125
126</sect1>
127
Note: See TracBrowser for help on using the repository browser.