minor fixes to xorg and popt. Change spacing in template for maintainability.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3339 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Bruce Dubbs 2005-01-26 06:08:44 +00:00
parent caae7a2d5d
commit 197d9d4db9
6 changed files with 137 additions and 109 deletions

View File

@ -1,4 +1,4 @@
<!ENTITY day "25">
<!ENTITY day "26">
<!ENTITY month "01">
<!ENTITY year "2005">
<!ENTITY version "svn-&year;&month;&day;">

View File

@ -12,14 +12,19 @@
]>
<sect1 id="popt" xreflabel="popt-&popt-version;-5">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="popt.html"?>
<title><application>popt</application>-&popt-version;-5</title>
<indexterm zone="popt">
<primary sortas="a-popt">Popt</primary></indexterm>
<primary sortas="a-popt">Popt</primary>
</indexterm>
<sect2>
<title>Introduction to <application>popt</application></title>
@ -30,21 +35,23 @@ some programs to parse command-line options.</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP):
<ulink url="&popt-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&popt-download-ftp;"/></para></listitem>
<listitem><para>Download size: &popt-size;</para></listitem>
<listitem><para>Estimated disk space required:
&popt-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&popt-time;</para></listitem></itemizedlist>
<listitem><para>Download (HTTP):
<ulink url="&popt-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&popt-download-ftp;"/></para></listitem>
<listitem><para>Download size: &popt-size;</para></listitem>
<listitem><para>Estimated disk space required:
&popt-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&popt-time;</para></listitem>
</itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Patch level upgrade: <ulink
url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para></listitem>
<listitem><para>Patch level upgrade: <ulink
url="http://ftp.debian.org/debian/pool/main/p/popt/popt_&popt-version;-5.diff.gz"/></para>
</listitem>
</itemizedlist>
</sect3>
@ -69,8 +76,8 @@ make install</command></userinput></screen>
<title>Command explanations</title>
<para><command>cp configure.in configure.ac</command>:
Because we updated <filename>configure.in</filename> with the patch,
we need to create this file for <command>make</command> to work properly.</para>
Because <filename>configure.in</filename> is updated with the patch,
this file is needed for <command>make</command> to work properly.</para>
<para><command>touch configure.in configure.ac</command>:
Ensure file timestamps are the same.</para>
@ -81,27 +88,25 @@ Ensure file timestamps are the same.</para>
<title>Contents</title>
<segmentedlist>
<!-- <segtitle>Installed Program</segtitle> -->
<segtitle>Installed Library</segtitle>
<!-- <segtitle>Installed Directories</segtitle> -->
<seglistitem>
<!-- <seg>tclsh</seg> -->
<seg>libpopt</seg>
<!-- <seg>/usr/lib/tcl8.4 and /usr/include/tcl8.4</seg> -->
</seglistitem>
<segtitle>Installed Library</segtitle>
<seglistitem>
<seg>libpopt</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<varlistentry id="libpopt">
<term><filename role='library'>libpopt.so</filename></term>
<listitem><para> is used to parse command-line options.</para>
<indexterm zone="popt libpopt">
<primary sortas="c-libpopt">libpopt</primary></indexterm>
</listitem>
</varlistentry>
<varlistentry id="libpopt">
<term><filename role='library'>libpopt.so</filename></term>
<listitem>
<para> is used to parse command-line options.</para>
<indexterm zone="popt libpopt">
<primary sortas="c-libpopt">libpopt</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -22,6 +22,12 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>January 26th, 2005 [bdubbs]: Added directory reference
for xorg downloads.</para></listitem>
<listitem><para>January 26th, 2005 [bdubbs]: Fixed policy command line in
tripwire.</para></listitem>
<listitem><para>January 25th, 2005 [randy]: Modified dependency list and added
patches to Cdrdao so that the gcdmaster program will build; updated to
libxml2-2.6.17.</para></listitem>

View File

@ -119,7 +119,7 @@ annoying way of keeping track of changes for uninstallation of software.</para>
<filename class="directory">/etc/tripwire/</filename> you may begin the
configuration steps:</para>
<screen><userinput><command>twadmin --create-polfile --site-keyfile=/etc/tripwire site.key \
<screen><userinput><command>twadmin --create-polfile --site-keyfile /etc/tripwire/site.key \
/etc/tripwire/twpol.txt &amp;&amp;
tripwire --init</command></userinput></screen>

View File

@ -17,14 +17,17 @@
]>
<sect1 id="TEMPLATE" xreflabel="TEMPLATE-&TEMPLATE-version;">
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<?dbhtml filename="TEMPLATE.html"?>
<title><application>TEMPLATE</application>-&TEMPLATE-version;</title>
<indexterm zone="TEMPLATE">
<primary sortas="a-TEMPLATE">TEMPLATE</primary></indexterm>
<primary sortas="a-TEMPLATE">TEMPLATE</primary>
</indexterm>
<sect2>
<title>Introduction to <application>TEMPLATE</application></title>
@ -34,35 +37,37 @@ This is useful for...</para>
<sect3><title>Package information</title>
<itemizedlist spacing="compact">
<listitem><para>Download (HTTP):
<ulink url="&TEMPLATE-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&TEMPLATE-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum:
&TEMPLATE-md5sum;</para></listitem>
<listitem><para>Download size:
&TEMPLATE-size;</para></listitem>
<listitem><para>Estimated disk space required:
&TEMPLATE-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&TEMPLATE-time;</para></listitem></itemizedlist>
<listitem><para>Download (HTTP):
<ulink url="&TEMPLATE-download-http;"/></para></listitem>
<listitem><para>Download (FTP):
<ulink url="&TEMPLATE-download-ftp;"/></para></listitem>
<listitem><para>Download MD5 sum:
&TEMPLATE-md5sum;</para></listitem>
<listitem><para>Download size:
&TEMPLATE-size;</para></listitem>
<listitem><para>Estimated disk space required:
&TEMPLATE-buildsize;</para></listitem>
<listitem><para>Estimated build time:
&TEMPLATE-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing="compact">
<listitem><para>Required patch: <ulink
url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para>
</listitem></itemizedlist>
<sect3>
<title>Additional downloads</title>
<itemizedlist spacing="compact">
<listitem><para>Required patch: <ulink
url="&patch-root;/TEMPLATE-&TEMPLATE-version;-patch_name-patch_version.patch"/></para>
</listitem>
</itemizedlist>
</sect3>
<sect3><title><application>TEMPLATE</application> dependencies</title>
<sect4><title>Required</title>
<para><xref linkend="BLFS DEPENDENCY"/></para>
</sect4>
<sect4><title>Required</title>
<para><xref linkend="BLFS DEPENDENCY"/></para>
</sect4>
<sect4><title>Optional</title>
<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
</sect4>
<sect4><title>Optional</title>
<para><ulink url="http://www.some.url/">EXTERNAL DEPENDENCY</ulink></para>
</sect4>
</sect3>
</sect2>
@ -98,29 +103,33 @@ per the user's desires.</para>
<sect2>
<title>Configuring <application>TEMPLATE</application></title>
<sect3 id="TEMPLATE-config"><title>Config files</title>
<para><filename>~/.Configfilename1</filename> and
<filename>/etc/path/Configfilename2</filename></para>
<sect3 id="TEMPLATE-config">
<title>Config files</title>
<para><filename>~/.Configfilename1</filename> and
<filename>/etc/path/Configfilename2</filename></para>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
</indexterm>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
</indexterm>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary sortas="e-AA.Configfilename1">~/.Configfilename1</primary>
</indexterm>
<indexterm zone="TEMPLATE TEMPLATE-config">
<primary sortas="e-etc-path-Configfilename2">/etc/path/Configfilename2</primary>
</indexterm>
</sect3>
<sect3><title>Configuration information</title>
<para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah
about config.</para>
<para><userinput role='root'>USERINPUT GOES HERE</userinput> Blah blah blah
about config.</para>
<para id="TEMPLATE-init">To automatically start the
<command>TEMPLATE</command> daemon when the system is rebooted, install the
<filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
<xref linkend="intro-important-bootscripts"/> package.</para>
<indexterm zone="TEMPLATE TEMPLATE-init">
<primary sortas="f-TEMPLATE">TEMPLATE</primary></indexterm>
<para id="TEMPLATE-init">To automatically start the
<command>TEMPLATE</command> daemon when the system is rebooted, install the
<filename>/etc/rc.d/init.d/TEMPLATE</filename> bootscript from the
<xref linkend="intro-important-bootscripts"/> package.</para>
<indexterm zone="TEMPLATE TEMPLATE-init">
<primary sortas="f-TEMPLATE">TEMPLATE</primary>
</indexterm>
<screen><userinput role='root'><command>make install-TEMPLATE</command></userinput></screen>
</sect3>
@ -131,50 +140,58 @@ about config.</para>
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Program(s)</segtitle>
<segtitle>Installed Librar(y,ies)</segtitle>
<segtitle>Installed Director(y,ies)</segtitle>
<seglistitem>
<seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg>
<seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg>
<seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
/usr/share/TEMPLATE-&TEMPLATE-version;,
/usr/share/doc/TEMPLATE-&TEMPLATE-version; and
/var/lib/TEMPLATE</seg>
</seglistitem>
<segtitle>Installed Program(s)</segtitle>
<segtitle>Installed Librar(y,ies)</segtitle>
<segtitle>Installed Director(y,ies)</segtitle>
<seglistitem>
<seg>PROGRAM1, PROGRAM2 and PROGRAM3</seg>
<seg>libLIBRARY1, libLIBRARY2 and libLIBRARY3</seg>
<seg>/etc/TEMPLATE, /usr/include/TEMPLATE, /usr/lib/TEMPLATE,
/usr/share/TEMPLATE-&TEMPLATE-version;,
/usr/share/doc/TEMPLATE-&TEMPLATE-version; and
/var/lib/TEMPLATE</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<!-- If the program or library name conflicts (is the same) as the
package name, add -prog or -lib to the varlistentry entity id
and the 2nd entry of the indexterm zone entity -->
<varlistentry id="PROGRAM1">
<term><command>PROGRAM1</command></term>
<listitem><para>does this .....</para>
<indexterm zone="TEMPLATE PROGRAM1">
<primary sortas="b-PROGRAM1">PROGRAM1</primary></indexterm>
</listitem>
<term><command>PROGRAM1</command></term>
<listitem>
<para>does this .....</para>
<indexterm zone="TEMPLATE PROGRAM1">
<primary sortas="b-PROGRAM1">PROGRAM1</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="PROGRAM2">
<term><command>PROGRAM2</command></term>
<listitem><para>does this .....</para>
<indexterm zone="TEMPLATE PROGRAM2">
<primary sortas="b-PROGRAM2">PROGRAM2</primary></indexterm>
</listitem>
<term><command>PROGRAM2</command></term>
<listitem>
<para>does this .....</para>
<indexterm zone="TEMPLATE PROGRAM2">
<primary sortas="b-PROGRAM2">PROGRAM2</primary>
</indexterm>
</listitem>
</varlistentry>
<varlistentry id="libLIBRARY1">
<term><filename class='libraryfile'>libLIBRARY1.[so,a]</filename></term>
<listitem><para>contains functions that .....</para>
<indexterm zone="TEMPLATE libLIBRARY1">
<primary sortas="c-libLIBRARY1">libLIBRARY1.[so,a]</primary></indexterm>
</listitem>
<term><filename class='libraryfile'>libLIBRARY1.[so,a]</filename></term>
<listitem>
<para>contains functions that .....</para>
<indexterm zone="TEMPLATE libLIBRARY1">
<primary sortas="c-libLIBRARY1">libLIBRARY1.[so,a]</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>

View File

@ -4,8 +4,8 @@
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY xorg-download-http "http://freedesktop.org/~xorg/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2">
<!ENTITY xorg-download-ftp " ">
<!ENTITY xorg-download-http "">
<!ENTITY xorg-download-ftp "ftp://ftp.opengroup.org/pub/x.org/pub/X11R&xorg-version;/src-single/X11R&xorg-version;-src.tar.bz2">
<!ENTITY xorg-size "41 MB">
<!ENTITY xorg-buildsize "645 MB">
<!ENTITY xorg-time "17.1 SBU">
@ -86,7 +86,7 @@ interface (<acronym>API</acronym>).</para>
<para>As an alternative to downloading the entire source tree in a single
file, there are several files that need to be fetched from the download
location:</para>
location (directory /pub/x.org/pub/X11R&xorg-version;/src/):</para>
<itemizedlist spacing='compact'>
<listitem><para><filename>X11R&xorg-version;-src1.tar.gz</filename></para></listitem>