Changeset 8e75f8b9


Ignore:
Timestamp:
05/30/2005 04:32:59 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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
Children:
fc7afd0c
Parents:
b66607a
Message:

Removed spaces from blank lines and excess spaces from the end of XML data

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

Location:
general/genlib
Files:
14 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/expat.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="expat" xreflabel="expat-&expat-version;">
    1616  <?dbhtml filename="expat.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Expat-&expat-version;</title>
    24  
     24
    2525  <indexterm zone="expat">
    2626    <primary sortas="a-Expat">Expat</primary>
     
    3232    <para>The <application>expat</application> package contains a stream oriented
    3333    C library for parsing XML.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Expat Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    60     <para><ulink url="http://check.sourceforge.net/">Check</ulink> 
     60    <para><ulink url="http://check.sourceforge.net/">Check</ulink>
    6161    (for running the test suite)</para>
    62    
     62
    6363  </sect2>
    64  
     64
    6565  <sect2 role="installation">
    6666    <title>Installation of Expat</title>
     
    7373
    7474    <para>To test the results, issue: <command>make check</command>.</para>
    75    
     75
    7676    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    77    
     77
    7878<screen role="root"><userinput>make install</userinput></screen>
    79    
     79
    8080  </sect2>
    81  
     81
    8282  <sect2 role="content">
    8383    <title>Contents</title>
     
    8787      <segtitle>Installed Library</segtitle>
    8888      <segtitle>Installed Directories</segtitle>
    89      
     89
    9090      <seglistitem>
    9191        <seg>xmlwf</seg>
     
    9494      </seglistitem>
    9595    </segmentedlist>
    96    
     96
    9797    <variablelist>
    9898      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9999      <?dbfo list-presentation="list"?>
    100100      <?dbhtml list-presentation="table"?>
    101      
     101
    102102      <varlistentry id="xmlwf">
    103103        <term><command>xmlwf</command></term>
     
    110110        </listitem>
    111111      </varlistentry>
    112      
     112
    113113      <varlistentry id="libexpat">
    114114        <term><filename class='libraryfile'>libexpat.[so,a]</filename></term>
     
    120120        </listitem>
    121121      </varlistentry>
    122    
     122
    123123    </variablelist>
    124124
  • general/genlib/genlib.xml

    rb66607a r8e75f8b9  
    44 <!ENTITY % general-entities SYSTEM "../../general.ent">
    55 %general-entities;
    6 ]> 
     6]>
    77
    88<chapter id="general-genlib">
    99  <?dbhtml filename="genlib.html"?>
    10  
     10
    1111  <title>General Libraries</title>
    12  
     12
    1313  <para>Libraries contain code which is often required by more than
    1414  one program.  This has the advantage that each program doesn't need to
     
    1818  installed during the LFS book.  This contains all of the
    1919  <application>C</application> library functions which programs use.</para>
    20  
     20
    2121  <para>There are two types of libraries: static and shared.  Shared libraries
    2222  (usually <filename>libXXX.so</filename>) are loaded into memory from the shared
     
    2525  making the program file larger.  Quite often, you will find both static and
    2626  shared copies of the same library on your system.</para>
    27  
     27
    2828  <para>Generally, you only need to install libraries when you are
    2929  installing software that needs the functionality they supply.  In
     
    3434  <filename>INSTALL</filename> file will contain
    3535  details of the program's requirements.</para>
    36  
    37   <para>There are certain libraries which nearly <emphasis>everyone</emphasis> 
     36
     37  <para>There are certain libraries which nearly <emphasis>everyone</emphasis>
    3838  will need at some point.  In this chapter we list these and some others and
    3939  explain why you may want to install them.</para>
    40  
     40
    4141  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pcre.xml"/>
    4242  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="popt.xml"/>
  • general/genlib/gmp.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="gmp" xreflabel="GMP-&gmp-version;">
    1616  <?dbhtml filename="gmp.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>GMP-&gmp-version;</title>
    24  
     24
    2525  <indexterm zone="gmp">
    2626    <primary sortas="a-GMP">GMP</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to GMP</title>
    31    
     31
    3232    <para>The <application>GMP</application> package
    3333    contains math libraries. These have useful functions for arbitrary precision
    3434    arithmetic.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858  </sect2>
    59  
     59
    6060  <sect2 role="installation">
    6161    <title>Installation of GMP</title>
     
    6767    --enable-mpbsd --enable-mpfr &amp;&amp;
    6868make</userinput></screen>
    69    
     69
    7070    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    71    
     71
    7272<screen role="root"><userinput>make install</userinput></screen>
    73    
     73
    7474  </sect2>
    75  
     75
    7676  <sect2 role="commands">
    7777    <title>Command Explanations</title>
     
    8080    enables C++ support by building the
    8181    <filename class="libraryfile">libgmpxx</filename> libraries.</para>
    82    
     82
    8383    <para><parameter>--enable-mpbsd</parameter>: This parameter
    8484    enables building the Berkeley MP compatibility
    8585    (<filename class="libraryfile">libmp</filename>) libraries.</para>
    86    
     86
    8787    <para><parameter>--enable-mpfr</parameter>: This parameter
    8888    enables building the Multiple Precision Floating-Point Reliable
    8989    (<filename class="libraryfile">libmpfr.a</filename>) library.</para>
    90    
     90
    9191  </sect2>
    92  
     92
    9393  <sect2 role="content">
    9494    <title>Contents</title>
     
    9898      <segtitle>Installed Libraries</segtitle>
    9999      <segtitle>Installed Directories</segtitle>
    100      
     100
    101101      <seglistitem>
    102102        <seg>None</seg>
     
    105105      </seglistitem>
    106106    </segmentedlist>
    107    
     107
    108108    <variablelist>
    109109      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    110110      <?dbfo list-presentation="list"?>
    111111      <?dbhtml list-presentation="table"?>
    112      
     112
    113113      <varlistentry id="libgmp">
    114114        <term><filename class='libraryfile'>libgmp.[so,a]</filename></term>
     
    121121        </listitem>
    122122      </varlistentry>
    123    
     123
    124124    </variablelist>
    125125
  • general/genlib/gwrap.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="gwrap" xreflabel="gwrap-&gwrap-version;">
    1616  <?dbhtml filename="gwrap.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>G-Wrap-&gwrap-version;</title>
    24  
     24
    2525  <indexterm zone="gwrap">
    2626    <primary sortas="a-G-Wrap">G-Wrap</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to G-Wrap</title>
    31    
     31
    3232    <para>The <application>G-Wrap</application> package contains tools for
    3333    exporting <application>C</application> libraries into
    3434    <application>Scheme</application> interpreters.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">G-Wrap Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    6161    <para><xref linkend="slib"/></para>
    62    
     62
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para><xref linkend="GLib"/>,
    6565    <xref linkend="GTK"/> and
    6666    <ulink url="http://www.gnu.org/software/guile-gtk/">guile-gtk</ulink></para>
    67    
     67
    6868  </sect2>
    69  
     69
    7070  <sect2 role="installation">
    7171    <title>Installation of G-Wrap</title>
     
    7777make &amp;&amp;
    7878make install</userinput></screen>
    79    
     79
    8080  </sect2>
    81  
     81
    8282  <sect2 role="content">
    8383    <title>Contents</title>
    84    
     84
    8585    <segmentedlist>
    8686      <segtitle>Installed Programs</segtitle>
    8787      <segtitle>Installed Library</segtitle>
    8888      <segtitle>Installed Directories</segtitle>
    89      
     89
    9090      <seglistitem>
    9191        <seg>g-wrap-config and <application>Guile</application> scripts</seg>
     
    9494      </seglistitem>
    9595    </segmentedlist>
    96    
     96
    9797    <variablelist>
    9898      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9999      <?dbfo list-presentation="list"?>
    100100      <?dbhtml list-presentation="table"?>
    101      
     101
    102102      <varlistentry id="g-wrap-config">
    103103        <term><command>g-wrap-config</command></term>
     
    111111        </listitem>
    112112      </varlistentry>
    113      
     113
    114114    </variablelist>
    115    
     115
    116116  </sect2>
    117  
     117
    118118</sect1>
  • general/genlib/ispell.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="ispell" xreflabel="ispell-&ispell-version;">
    1616  <?dbhtml filename="ispell.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Ispell-&ispell-version;</title>
    24  
     24
    2525  <indexterm zone="ispell">
    2626    <primary sortas="a-Ispell">Ispell</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Ispell</title>
     
    3232    <para>The <application>ispell</application> package contains a spell
    3333    checker that can handle international languages.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757  </sect2>
    58  
     58
    5959  <sect2 role="installation">
    6060    <title>Installation of Ispell</title>
     
    6868    <filename>config.X</filename> file for the #define entry to append to
    6969    <filename>local.h</filename>.</para>
    70    
     70
    7171    <para>Compile and install <application>ispell</application> using the
    7272    following commands:</para>
     
    7474<screen><userinput>make &amp;&amp;
    7575make install</userinput></screen>
    76    
     76
    7777  </sect2>
    78  
     78
    7979  <sect2 role="content">
    8080    <title>Contents</title>
    81    
     81
    8282    <segmentedlist>
    8383      <segtitle>Installed Program</segtitle>
    8484      <segtitle>Installed Libraries</segtitle>
    8585      <segtitle>Installed Directories</segtitle>
    86      
     86
    8787      <seglistitem>
    8888        <seg>ispell</seg>
     
    9191      </seglistitem>
    9292    </segmentedlist>
    93    
     93
    9494    <variablelist>
    9595      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9696      <?dbfo list-presentation="list"?>
    9797      <?dbhtml list-presentation="table"?>
    98      
     98
    9999      <varlistentry id="ispell-prog">
    100100        <term><command>ispell</command></term>
     
    106106        </listitem>
    107107      </varlistentry>
    108      
     108
    109109    </variablelist>
    110    
     110
    111111  </sect2>
    112  
     112
    113113</sect1>
  • general/genlib/libcroco.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libcroco" xreflabel="libcroco-&libcroco-version;">
    1616  <?dbhtml filename="libcroco.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libcroco-&libcroco-version;</title>
    24  
     24
    2525  <indexterm zone="libcroco">
    2626    <primary sortas="a-Libcroco">Libcroco</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Libcroco</title>
     
    3333    <filename class="libraryfile">libcroco</filename> libraries. This is
    3434    useful for providing a CSS API.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Libcroco Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    6161    <para><xref linkend="glib2"/> and
    6262    <xref linkend="libxml2"/></para>
    63    
     63
    6464  </sect2>
    65  
     65
    6666  <sect2 role="installation">
    6767    <title>Installation of Libcroco</title>
     
    7373make &amp;&amp;
    7474make install</userinput></screen>
    75    
     75
    7676  </sect2>
    77  
     77
    7878  <sect2 role="content">
    7979    <title>Contents</title>
    80    
     80
    8181    <segmentedlist>
    8282      <segtitle>Installed Program</segtitle>
    8383      <segtitle>Installed Libray</segtitle>
    8484      <segtitle>Installed Directories</segtitle>
    85      
     85
    8686      <seglistitem>
    8787        <seg>csslint-0.6</seg>
     
    9090      </seglistitem>
    9191    </segmentedlist>
    92    
     92
    9393  </sect2>
    94  
     94
    9595</sect1>
  • general/genlib/libpcap.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libpcap" xreflabel="libpcap-&libpcap-version;">
    1616  <?dbhtml filename="libpcap.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libpcap-&libpcap-version;</title>
    24  
     24
    2525  <indexterm zone="libpcap">
    2626    <primary sortas="a-Libpcap">Libpcap</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libpcap</title>
    31    
     31
    3232    <para><application>libpcap</application> provides functions for user-level
    3333    packet capture, used in low-level network monitoring.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Libpcap Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    6060    <para><ulink url="http://www.endace.com/">DAG</ulink></para>
    61    
     61
    6262  </sect2>
    63  
     63
    6464  <sect2 role="installation">
    6565    <title>Installation of Libpcap</title>
     
    7272
    7373    <para>This package does not come with a test suite.</para>
    74    
     74
    7575    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    76    
     76
    7777<screen role="root"><userinput>make install</userinput></screen>
    7878
     
    8080      <para>Some applications, including <ulink
    8181      url="http://www.tcpdump.org/">tcpdump</ulink>, require
    82       <option>--enable-yydebug</option> passed to <command>configure</command> 
     82      <option>--enable-yydebug</option> passed to <command>configure</command>
    8383      when building <application>libpcap</application> to enable the parser
    8484      debugging code. <application>tcpdump</application> will fail to build if
    8585      you don't pass this parameter.</para>
    86     </note> 
    87    
     86    </note>
     87
    8888  </sect2>
    89  
     89
    9090  <sect2 role="content">
    9191    <title>Contents</title>
     
    9595      <segtitle>Installed Library</segtitle>
    9696      <segtitle>Installed Directories</segtitle>
    97    
     97
    9898      <seglistitem>
    9999        <seg>None</seg>
     
    102102      </seglistitem>
    103103    </segmentedlist>
    104    
     104
    105105    <variablelist>
    106106      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    107107      <?dbfo list-presentation="list"?>
    108108      <?dbhtml list-presentation="table"?>
    109    
     109
    110110    <varlistentry id="libpcap-lib">
    111111        <term><filename class="libraryfile">libpcap.a</filename></term>
     
    117117      </listitem>
    118118    </varlistentry>
    119    
     119
    120120    </variablelist>
    121121
  • general/genlib/libxml.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libxml" xreflabel="libxml-&libxml-version;">
    1616  <?dbhtml filename="libxml.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libxml-&libxml-version;</title>
    24  
     24
    2525  <indexterm zone="libxml">
    2626    <primary sortas="a-Libxml">Libxml</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libxml</title>
    31    
     31
    3232    <para>The <application>libxml</application> package contains the
    3333    <application>libxml</application> libraries. These are useful for parsing
    3434    XML files.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858  </sect2>
    59  
     59
    6060  <sect2 role="installation">
    6161    <title>Installation of Libxml</title>
     
    6767make &amp;&amp;
    6868make install</userinput></screen>
    69    
     69
    7070  </sect2>
    71  
     71
    7272  <sect2 role="content">
    7373    <title>Contents</title>
    74    
     74
    7575    <segmentedlist>
    7676      <segtitle>Installed Program</segtitle>
    7777      <segtitle>Installed Library</segtitle>
    7878      <segtitle>Installed Directories</segtitle>
    79      
     79
    8080      <seglistitem>
    8181        <seg>xml-config</seg>
     
    8484      </seglistitem>
    8585    </segmentedlist>
    86    
     86
    8787    <variablelist>
    8888      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    8989      <?dbfo list-presentation="list"?>
    9090      <?dbhtml list-presentation="table"?>
    91      
     91
    9292      <varlistentry id="libxml-lib">
    9393        <term><filename class='libraryfile'>libxml.[so,a]</filename></term>
     
    100100        </listitem>
    101101      </varlistentry>
    102      
     102
    103103    </variablelist>
    104    
     104
    105105  </sect2>
    106  
     106
    107107</sect1>
  • general/genlib/libxml2.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libxml2" xreflabel="libxml2-&libxml2-version;">
    1616  <?dbhtml filename="libxml2.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libxml2-&libxml2-version;</title>
    24  
     24
    2525  <indexterm zone="libxml2">
    2626    <primary sortas="a-Libxml2">Libxml2</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libxml2</title>
    31    
     31
    3232    <para>The <application>libxml2</application> package contains
    3333    XML libraries. These are useful for parsing XML files.</para>
    34    
     34
    3535    <bridgehead renderas="sect3">Package Information</bridgehead>
    3636    <itemizedlist spacing="compact">
     
    5454      </listitem>
    5555    </itemizedlist>
    56    
     56
    5757    <bridgehead renderas="sect3">Libxml2 Dependencies</bridgehead>
    58    
     58
    5959    <bridgehead renderas="sect4">Optional</bridgehead>
    6060    <para><xref linkend="python"/></para>
    61    
     61
    6262  </sect2>
    63  
     63
    6464  <sect2 role="installation">
    6565    <title>Installation of Libxml2</title>
     
    7272
    7373    <para>To test the results, issue: <command>make check</command>.</para>
    74    
     74
    7575    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    76    
     76
    7777<screen role="root"><userinput>make install</userinput></screen>
    78    
     78
    7979  </sect2>
    80  
     80
    8181  <sect2 role="commands">
    8282    <title>Command Explanations</title>
     
    8484    <para><parameter>--with-history</parameter>: Enables
    8585    <application>readline</application> support.</para>
    86    
     86
    8787  </sect2>
    88  
     88
    8989  <sect2 role="content">
    9090    <title>Contents</title>
     
    9494      <segtitle>Installed Libraries</segtitle>
    9595      <segtitle>Installed Directories</segtitle>
    96      
     96
    9797      <seglistitem>
    9898        <seg>xml2-config, xmlcatalog, and xmllint</seg>
     
    103103      </seglistitem>
    104104    </segmentedlist>
    105    
     105
    106106    <variablelist>
    107107      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    108108      <?dbfo list-presentation="list"?>
    109109      <?dbhtml list-presentation="table"?>
    110      
     110
    111111      <varlistentry id="xml2-config">
    112112        <term><command>xml2-config</command></term>
     
    120120        </listitem>
    121121      </varlistentry>
    122      
     122
    123123      <varlistentry id="xmlcatalog">
    124124        <term><command>xmlcatalog</command></term>
     
    131131        </listitem>
    132132      </varlistentry>
    133      
     133
    134134      <varlistentry id="xmllint">
    135135        <term><command>xmllint</command></term>
     
    142142        </listitem>
    143143      </varlistentry>
    144      
     144
    145145      <varlistentry id="libxml2-lib">
    146146        <term><filename class='libraryfile'>libxml2.[so,a]</filename></term>
     
    153153        </listitem>
    154154      </varlistentry>
    155    
     155
    156156    </variablelist>
    157157
  • general/genlib/libxslt.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="libxslt" xreflabel="libxslt-&libxslt-version;">
    1616  <?dbhtml filename="libxslt.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libxslt-&libxslt-version;</title>
    24  
     24
    2525  <indexterm zone="libxslt">
    2626    <primary sortas="a-Libxslt">Libxslt</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Libxslt</title>
    31    
     31
    3232    <para>The <application>libxslt</application> package contains
    3333    XSLT libraries. These are useful for extending <filename
    3434    class="libraryfile">libxml2</filename> libraries to support
    3535    XSLT files.</para>
    36    
     36
    3737    <bridgehead renderas="sect3">Package Information</bridgehead>
    3838    <itemizedlist spacing="compact">
     
    5656      </listitem>
    5757    </itemizedlist>
    58    
     58
    5959    <bridgehead renderas="sect3">Libxslt Dependencies</bridgehead>
    60    
     60
    6161    <bridgehead renderas="sect4">Required</bridgehead>
    6262    <para><xref linkend="libxml2"/></para>
    63    
     63
    6464    <bridgehead renderas="sect4">Optional</bridgehead>
    6565    <para><xref linkend="python"/> and
    6666    <ulink url="http://www.gnupg.org/download/index.html">libgcrypt</ulink></para>
    67    
     67
    6868  </sect2>
    69  
     69
    7070  <sect2 role="installation">
    7171    <title>Installation of Libxslt</title>
     
    7676<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7777make</userinput></screen>
    78    
     78
    7979    <para>To test the results, issue: <command>make check</command>.</para>
    80    
     80
    8181    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    82    
     82
    8383<screen role="root"><userinput>make install</userinput></screen>
    84    
     84
    8585  </sect2>
    86  
     86
    8787  <sect2 role="content">
    8888    <title>Contents</title>
     
    9292      <segtitle>Installed Libraries</segtitle>
    9393      <segtitle>Installed Directories</segtitle>
    94      
     94
    9595      <seglistitem>
    9696        <seg>xslt-config and xsltproc</seg>
     
    101101      </seglistitem>
    102102    </segmentedlist>
    103    
     103
    104104    <variablelist>
    105105      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    106106      <?dbfo list-presentation="list"?>
    107107      <?dbhtml list-presentation="table"?>
    108      
     108
    109109      <varlistentry id="xslt-config">
    110110        <term><command>xslt-config</command></term>
    111111        <listitem>
    112112          <para>is used to find out the pre-processor, linking and
    113           compiling flags necessary to use the <application>libxslt</application> 
     113          compiling flags necessary to use the <application>libxslt</application>
    114114          libraries in 3rd-party programs.</para>
    115115          <indexterm zone="libxslt xslt-config">
     
    118118        </listitem>
    119119      </varlistentry>
    120      
     120
    121121      <varlistentry id="xsltproc">
    122122        <term><command>xsltproc</command></term>
     
    128128        </listitem>
    129129      </varlistentry>
    130      
     130
    131131      <varlistentry id="libxslt-lib">
    132132        <term><filename class='libraryfile'>libxslt.[so,a]</filename></term>
    133133        <listitem>
    134           <para> provides extensions to the <filename class="libraryfile">libxml2</filename> 
     134          <para> provides extensions to the <filename class="libraryfile">libxml2</filename>
    135135          libraries to parse files that use the XSLT format.</para>
    136136          <indexterm zone="libxslt libxslt-lib">
     
    139139        </listitem>
    140140      </varlistentry>
    141      
     141
    142142      <varlistentry id="libexslt">
    143143        <term><filename class='libraryfile'>libexslt.[so,a]</filename></term>
     
    149149        </listitem>
    150150      </varlistentry>
    151    
     151
    152152    </variablelist>
    153153
  • general/genlib/lzo.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="LZO" xreflabel="LZO-&LZO-version;">
    1616  <?dbhtml filename="LZO.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>LZO-&LZO-version;</title>
    24  
     24
    2525  <indexterm zone="LZO">
    2626    <primary sortas="a-LZO">LZO</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to LZO</title>
    31    
     31
    3232    <para><application>LZO</application> is a data compression
    3333    library which is suitable for data decompression and compression in real-time.
    3434    This means it favors speed over compression ratio.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">LZO Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Optional</bridgehead>
    6161    <para><xref linkend="NASM"/> and
    6262    <ulink url="http://dmalloc.com/">Dmalloc</ulink></para>
    63    
     63
    6464  </sect2>
    65  
     65
    6666  <sect2 role="installation">
    6767    <title>Installation of LZO</title>
     
    7272<screen><userinput>./configure --prefix=/usr --enable-shared &amp;&amp;
    7373make</userinput></screen>
    74    
     74
    7575    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    76    
     76
    7777<screen role="root"><userinput>make install &amp;&amp;
    7878install -v -m755 -d /usr/share/doc/lzo-&LZO-version; &amp;&amp;
    7979install -v -m644 doc/* /usr/share/doc/lzo-&LZO-version;</userinput></screen>
    80    
     80
    8181  </sect2>
    82  
     82
    8383  <sect2 role="content">
    8484    <title>Contents</title>
     
    8888      <segtitle>Installed Library</segtitle>
    8989      <segtitle>Installed Directory</segtitle>
    90      
     90
    9191      <seglistitem>
    9292        <seg>None</seg>
     
    9595      </seglistitem>
    9696    </segmentedlist>
    97    
     97
    9898    <variablelist>
    9999    <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    100100      <?dbfo list-presentation="list"?>
    101101      <?dbhtml list-presentation="table"?>
    102    
     102
    103103      <varlistentry id="liblzo">
    104104        <term><filename class='libraryfile'>liblzo.[so,a]</filename></term>
     
    110110        </listitem>
    111111      </varlistentry>
    112    
     112
    113113    </variablelist>
    114114
  • general/genlib/popt.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="popt" xreflabel="popt-&popt-version;-5">
    1616  <?dbhtml filename="popt.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Popt-&popt-version;-5</title>
    24  
     24
    2525  <indexterm zone="popt">
    2626    <primary sortas="a-Popt">Popt</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Popt</title>
    31    
     31
    3232    <para>The <application>popt</application> package contains the
    3333    <application>popt</application> libraries which are used by
    3434    some programs to parse command-line options.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    5959    <itemizedlist spacing='compact'>
     
    6363      </listitem>
    6464    </itemizedlist>
    65    
     65
    6666  </sect2>
    67  
     67
    6868  <sect2 role="installation">
    6969    <title>Installation of Popt</title>
     
    7777touch configure.in configure.ac &amp;&amp;
    7878make</userinput></screen>
    79    
     79
    8080    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    81    
     81
    8282<screen role="root"><userinput>make install</userinput></screen>
    83    
     83
    8484  </sect2>
    85  
     85
    8686  <sect2 role="commands">
    8787    <title>Command Explanations</title>
    88  
     88
    8989    <para><command>cp configure.in configure.ac</command>:
    9090    Because <filename>configure.in</filename> is updated with the patch,
    9191    this file is needed for <command>make</command> to work properly.</para>
    92    
     92
    9393    <para><command>touch configure.in configure.ac</command>:
    9494    Ensure file timestamps are the same.</para>
    95    
     95
    9696  </sect2>
    97  
     97
    9898  <sect2 role="content">
    9999    <title>Contents</title>
     
    103103      <segtitle>Installed Library</segtitle>
    104104      <segtitle>Installed Directories</segtitle>
    105      
     105
    106106      <seglistitem>
    107107        <seg>None</seg>
     
    110110      </seglistitem>
    111111    </segmentedlist>
    112    
     112
    113113    <variablelist>
    114114      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    115115      <?dbfo list-presentation="list"?>
    116116      <?dbhtml list-presentation="table"?>
    117    
     117
    118118      <varlistentry id="libpopt">
    119119      <term><filename role='library'>libpopt.[so,a]</filename></term>
  • general/genlib/slang.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="slang" xreflabel="slang-&slang-version;">
    1616  <?dbhtml filename="slang.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Slang-&slang-version;</title>
    24  
     24
    2525  <indexterm zone="slang">
    2626    <primary sortas="a-Slang">Slang</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to Slang</title>
    31    
     31
    3232    <para>The <application>slang</application> package contains the
    3333    <application>slang</application> library, which provides facilities
    3434    such as display/screen management, keyboard input, and keymaps.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing="compact">
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858  </sect2>
    59  
     59
    6060  <sect2 role="installation">
    6161    <title>Installation of Slang</title>
     
    6666<screen><userinput>./configure --prefix=/usr &amp;&amp;
    6767make</userinput></screen>
    68    
     68
    6969    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    70    
     70
    7171<screen role="root"><userinput>make install</userinput></screen>
    7272
     
    8080chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
    8181  </sect2>
    82  
     82
    8383  <sect2 role="configuration">
    8484    <title>Configuring Slang</title>
     
    8686    <sect3>
    8787      <title>Configuration Information</title>
    88      
     88
    8989      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
    90    
     90
    9191    </sect3>
    92    
     92
    9393  </sect2>
    94  
     94
    9595  <sect2 role="content">
    9696    <title>Contents</title>
     
    100100      <segtitle>Installed Library</segtitle>
    101101      <segtitle>Installed Directory</segtitle>
    102      
     102
    103103      <seglistitem>
    104104        <seg>None</seg>
  • general/genlib/slib.xml

    rb66607a r8e75f8b9  
    1515<sect1 id="slib" xreflabel="SLIB-&slib-version;">
    1616  <?dbhtml filename="slib.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>SLIB-&slib-version;</title>
    24  
     24
    2525  <indexterm zone="slib">
    2626    <primary sortas="a-SLIB">SLIB</primary>
     
    2929  <sect2 role="package">
    3030    <title>Introduction to SLIB</title>
    31    
     31
    3232    <para>The <application>SLIB</application> package is a portable library for
    3333    the programming language <application>Scheme</application>. It provides a
     
    3939    to accomodate packages specific to a site, implementation, user or
    4040    directory.</para>
    41    
     41
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
    4343    <itemizedlist spacing="compact">
     
    6161      </listitem>
    6262    </itemizedlist>
    63    
     63
    6464    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6565    <itemizedlist spacing='compact'>
     
    6969      </listitem>
    7070    </itemizedlist>
    71    
     71
    7272    <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
    73    
     73
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para><xref linkend="guile"/></para>
    76    
     76
    7777  </sect2>
    78  
     78
    7979  <sect2 role="installation">
    8080    <title>Installation of SLIB</title>
     
    8585<screen><userinput>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
    8686make</userinput></screen>
    87    
     87
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    89    
     89
    9090<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
    9191make prefix=/usr/ catalogs &amp;&amp;
    9292make prefix=/usr/ installinfo</userinput></screen>
    93    
     93
    9494  </sect2>
    95  
     95
    9696  <sect2 role="commands">
    9797    <title>Command Explanations</title>
    9898
    9999    <para><command>make prefix=/usr/ catalogs</command>: This command builds the
    100     <application>SLIB</application> <application>Scheme</application> 
     100    <application>SLIB</application> <application>Scheme</application>
    101101    implementation catalog.</para>
    102    
     102
    103103    <para><command>make prefix=/usr/ installinfo</command>: This commands installs
    104104    the <command>info</command> documentation.</para>
    105    
     105
    106106  </sect2>
    107  
     107
    108108  <sect2 role="content">
    109109    <title>Contents</title>
     
    113113      <segtitle>Installed Libraries</segtitle>
    114114      <segtitle>Installed Directory</segtitle>
    115      
     115
    116116      <seglistitem>
    117117        <seg>slib</seg>
     
    120120      </seglistitem>
    121121    </segmentedlist>
    122    
     122
    123123    <variablelist>
    124124      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    125125      <?dbfo list-presentation="list"?>
    126126      <?dbhtml list-presentation="table"?>
    127      
     127
    128128      <varlistentry id="slib-prog">
    129129        <term><command>slib</command></term>
    130130        <listitem>
    131131          <para>is a shell script used to initialize
    132           <application>SLIB</application> in a named <application>Scheme</application> 
     132          <application>SLIB</application> in a named <application>Scheme</application>
    133133          implementation. It can also be used to initialize an
    134134          <application>SLIB</application> session using a given executable.</para>
     
    138138        </listitem>
    139139      </varlistentry>
    140    
     140
    141141    </variablelist>
    142142
    143143  </sect2>
    144  
     144
    145145</sect1>
    146146
Note: See TracChangeset for help on using the changeset viewer.