Changeset dc775a26


Ignore:
Timestamp:
05/30/2005 04:21:31 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:
8d0d2eb
Parents:
e6f1fd6
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@4480 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
basicnet/netlibs
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netlibs/curl.xml

    re6f1fd6 rdc775a26  
    1515<sect1 id="curl" xreflabel="cURL-&curl-version;">
    1616  <?dbhtml filename="curl.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>CURL-&curl-version;</title>
    24  
     24
    2525  <indexterm zone="curl">
    2626    <primary sortas="a-CURL">CURL</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to CURL</title>
    31    
     31
    3232    <para>The <application>cURL</application> package contains
    3333    <command>curl</command> and its support library. This is useful for
     
    3535    download and redirect files can be incorporated into other programs to support
    3636    functions like streaming media.</para>
    37    
     37
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
    3939    <itemizedlist spacing='compact'>
     
    5757      </listitem>
    5858    </itemizedlist>
    59    
     59
    6060    <bridgehead renderas="sect3">CURL Dependencies</bridgehead>
    61    
     61
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para><xref linkend="pkgconfig"/>,
     
    6969    <ulink url="http://www.vintela.com/resources/topics/spnego/">SPNEGO</ulink> and
    7070    <ulink url="http://daniel.haxx.se/projects/c-ares/">c-ares</ulink></para>
    71    
     71
    7272    <bridgehead renderas="sect4">Optional (for Running the Test Suite)</bridgehead>
    7373    <para><xref linkend="stunnel"/> (for running HTTPS and FTPS tests) and
    7474    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> (not used if building
    7575    the shared library)</para>
    76    
     76
    7777  </sect2>
    78  
     78
    7979  <sect2 role="installation">
    8080    <title>Installation of CURL</title>
    81    
     81
    8282    <para>Install <application>cURL</application> by running the following
    8383    commands:</para>
    84    
     84
    8585<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8686make</userinput></screen>
    87    
     87
    8888    <para>If you wish to run the testsuite, use the following commands to fix a
    8989    bug in the test script and then run the tests:</para>
    90    
     90
    9191<screen><userinput>sed -i -e 's/^require "valgrind.pm"/# &amp;/' tests/runtests.pl &amp;&amp;
    9292make check</userinput></screen>
    93    
     93
    9494    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    95    
     95
    9696<screen role='root'><userinput>make install &amp;&amp;
    9797find docs -name "Makefile*" \
     
    100100install -v -d -m755 /usr/share/doc/curl-&curl-version; &amp;&amp;
    101101cp -v -R docs/* /usr/share/doc/curl-&curl-version;</userinput></screen>
    102    
     102
    103103  </sect2>
    104  
     104
    105105  <sect2 role="commands">
    106106    <title>Command Explanations</title>
    107    
     107
    108108    <para><option>--with-gssapi</option>:
    109109    This parameter adds <application>Kerberos 5</application> support to
    110110    <filename class="libraryfile">libcurl</filename>.</para>
    111    
     111
    112112  </sect2>
    113  
     113
    114114  <sect2 role="content">
    115115    <title>Contents</title>
    116    
     116
    117117    <segmentedlist>
    118118      <segtitle>Installed Programs</segtitle>
    119119      <segtitle>Installed Library</segtitle>
    120120      <segtitle>Installed Directories</segtitle>
    121      
     121
    122122      <seglistitem>
    123123        <seg>curl and curl-config</seg>
     
    127127      </seglistitem>
    128128    </segmentedlist>
    129    
     129
    130130    <variablelist>
    131131      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    132132      <?dbfo list-presentation="list"?>
    133133      <?dbhtml list-presentation="table"?>
    134      
     134
    135135      <varlistentry id="curl-prog">
    136136        <term><command>curl</command></term>
     
    145145        </listitem>
    146146      </varlistentry>
    147      
     147
    148148      <varlistentry id="curl-config">
    149149        <term><command>curl-config</command></term>
     
    156156        </listitem>
    157157      </varlistentry>
    158      
     158
    159159      <varlistentry id="libcurl">
    160160        <term><filename class='libraryfile'>libcurl.[so,a]</filename></term>
     
    167167        </listitem>
    168168      </varlistentry>
    169      
     169
    170170    </variablelist>
    171    
     171
    172172  </sect2>
    173  
     173
    174174</sect1>
    175175
  • basicnet/netlibs/gnet.xml

    re6f1fd6 rdc775a26  
    1515<sect1 id="gnet" xreflabel="GNet-&gnet-version;">
    1616  <?dbhtml filename="gnet.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>GNet-&gnet-version;</title>
    24  
     24
    2525  <indexterm zone="gnet">
    2626    <primary sortas="a-GNet">GNet</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to GNet</title>
    31    
     31
    3232    <para>The <application>GNet</application> package contains a simple network
    3333    library. This is useful for supporting TCP sockets, UDP and IP multicast,
    3434    asynchronous DNS lookup, and more.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing='compact'>
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">GNet Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    6161    <para><xref linkend="GLib"/> or <xref linkend="glib2"/></para>
    62    
     62
    6363  </sect2>
    64  
     64
    6565  <sect2 role="installation">
    6666    <title>Installation of GNet</title>
    67    
     67
    6868    <para>Install <application>GNet</application> by running the following
    6969    commands:</para>
    70    
     70
    7171<screen><userinput>./configure --prefix=/usr  &amp;&amp;
    7272make</userinput></screen>
    73    
     73
    7474    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    75    
     75
    7676<screen role='root'><userinput>make install</userinput></screen>
    77    
     77
    7878  </sect2>
    79  
     79
    8080  <sect2 role="content">
    8181    <title>Contents</title>
    82    
     82
    8383    <segmentedlist>
    8484      <segtitle>Installed Programs</segtitle>
    8585      <segtitle>Installed Library</segtitle>
    8686      <segtitle>Installed Directories</segtitle>
    87      
     87
    8888      <seglistitem>
    8989        <seg>None</seg>
     
    9393      </seglistitem>
    9494    </segmentedlist>
    95    
     95
    9696    <variablelist>
    9797      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    9898      <?dbfo list-presentation="list"?>
    9999      <?dbhtml list-presentation="table"?>
    100      
     100
    101101      <varlistentry id="libgnet">
    102102        <term><filename class='libraryfile'>libgnet-2.0.[so,a]</filename></term>
     
    110110        </listitem>
    111111      </varlistentry>
    112      
     112
    113113    </variablelist>
    114    
     114
    115115  </sect2>
    116  
     116
    117117</sect1>
    118118
  • basicnet/netlibs/libsoup.xml

    re6f1fd6 rdc775a26  
    1515<sect1 id="libsoup" xreflabel="libsoup-&libsoup-version;">
    1616  <?dbhtml filename="libsoup.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>Libsoup-&libsoup-version;</title>
    24  
     24
    2525  <indexterm zone="libsoup">
    2626    <primary sortas="a-Libsoup">Libsoup</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to Libsoup</title>
    31    
     31
    3232    <para>The <application>libsoup</application> package contains an
    3333    HTTP library implementation in <application>C</application>. This is
    3434    useful for accessing HTTP servers in a completely asynchronous mode.</para>
    35    
     35
    3636    <bridgehead renderas="sect3">Package Information</bridgehead>
    3737    <itemizedlist spacing='compact'>
     
    5555      </listitem>
    5656    </itemizedlist>
    57    
     57
    5858    <bridgehead renderas="sect3">Libsoup Dependencies</bridgehead>
    59    
     59
    6060    <bridgehead renderas="sect4">Required</bridgehead>
    6161    <para><xref linkend="glib2"/> and <xref linkend="libxml2"/></para>
    62    
     62
    6363    <bridgehead renderas="sect4">Optional</bridgehead>
    6464    <para><xref linkend="gtk-doc"/> and
     
    6767    url="ftp://ftp.gnupg.org/gcrypt/alpha/libgpg-error/">libgpg-error</ulink> then
    6868    <ulink url="ftp://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>)</para>
    69    
     69
    7070  </sect2>
    71  
     71
    7272  <sect2 role="installation">
    7373    <title>Installation of Libsoup</title>
    74    
     74
    7575    <para>Install <application>libsoup</application> by running the following
    7676    commands:</para>
    77    
     77
    7878<screen><userinput>./configure --prefix=/usr &amp;&amp;
    7979make</userinput></screen>
    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>
    89    
     89
    9090    <segmentedlist>
    9191      <segtitle>Installed Programs</segtitle>
    9292      <segtitle>Installed Library</segtitle>
    9393      <segtitle>Installed Directories</segtitle>
    94      
     94
    9595      <seglistitem>
    9696        <seg>None</seg>
     
    9999      </seglistitem>
    100100    </segmentedlist>
    101    
     101
    102102    <variablelist>
    103103      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    104104      <?dbfo list-presentation="list"?>
    105105      <?dbhtml list-presentation="table"?>
    106      
     106
    107107      <varlistentry id="libsoup-lib">
    108108        <term><filename class='libraryfile'>libsoup-2.2.[so,a]</filename></term>
     
    114114        </listitem>
    115115      </varlistentry>
    116      
     116
    117117    </variablelist>
    118    
     118
    119119  </sect2>
    120  
     120
    121121</sect1>
    122122
  • basicnet/netlibs/netlibs.xml

    re6f1fd6 rdc775a26  
    88<chapter id="basicnet-netlibs">
    99  <?dbhtml filename="netlibs.html"?>
    10  
     10
    1111  <title>Networking Libraries</title>
    12  
     12
    1313  <para>These applications are support libraries for other applications in
    1414  the book.  It is unlikely that you would just install these libraries, you will
    1515  generally find that you will be referred to this chapter to satisfy a
    1616  dependency of other applications.</para>
    17  
    18  
    19   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="curl.xml"/> 
    20   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvstreams.xml"/> 
    21   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnet.xml"/> 
    22   <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libsoup.xml"/> 
    23  
     17
     18
     19  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="curl.xml"/>
     20  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="wvstreams.xml"/>
     21  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="gnet.xml"/>
     22  <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="libsoup.xml"/>
     23
    2424</chapter>
  • basicnet/netlibs/wvstreams.xml

    re6f1fd6 rdc775a26  
    1515<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
    1616  <?dbhtml filename="wvstreams.html"?>
    17  
     17
    1818  <sect1info>
    1919    <othername>$LastChangedBy$</othername>
    2020    <date>$Date$</date>
    2121  </sect1info>
    22  
     22
    2323  <title>WvStreams-&wvstreams-version;</title>
    24  
     24
    2525  <indexterm zone="wvstreams">
    2626    <primary sortas="a-WvStreams">WvStreams</primary>
    2727  </indexterm>
    28  
     28
    2929  <sect2 role="package">
    3030    <title>Introduction to WvStreams</title>
    31    
     31
    3232    <para><application>WvStreams</application> is a library suite containing
    3333    platform-independent C++ networking and utilities libraries for rapid
    3434    application development.</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    <bridgehead renderas="sect3">WvStreams Dependencies</bridgehead>
    67    
     67
    6868    <bridgehead renderas="sect4">Required</bridgehead>
    6969    <para><xref linkend="openssl"/></para>
    70    
     70
    7171    <bridgehead renderas="sect4">Optional</bridgehead>
    7272    <para><xref linkend="pkgconfig"/>,
     
    8686    <ulink url="http://valgrind.kde.org/">Valgrind</ulink> and
    8787    <ulink url="http://perens.com/FreeSoftware/">Electric Fence</ulink></para>
    88    
    89   </sect2>
    90  
     88
     89  </sect2>
     90
    9191  <sect2 role="installation">
    9292    <title>Installation of WvStreams</title>
    93    
     93
    9494    <para>If you have <application>Tcl</application> and
    9595    <application>SWIG</application> installed and wish to utilize them, apply the
    9696    following patch and run the <command>autoreconf</command> program:</para>
    97    
     97
    9898<screen><userinput>patch -Np1 -i ../wvstreams-&wvstreams-version;-tcl84-1.patch &amp;&amp;
    9999autoreconf -f</userinput></screen>
    100    
     100
    101101    <para>Install <application>WvStreams</application> by running the following
    102102    commands:</para>
    103    
     103
    104104<screen><userinput>./configure --prefix=/usr \
    105105    --sysconfdir=/etc --localstatedir=/var &amp;&amp;
    106106make</userinput></screen>
    107    
     107
    108108    <para>If <application>Doxygen</application> is installed and you wish to build
    109109    the API documentation, issue the following command:</para>
    110    
     110
    111111<screen><userinput>make doxygen</userinput></screen>
    112    
     112
    113113    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    114    
     114
    115115<screen role='root'><userinput>make install</userinput></screen>
    116    
     116
    117117    <para>If you built the API documentation, install it using the following commands:</para>
    118    
     118
    119119<screen role='root'><userinput>install -v -d -m755 /usr/share/doc/wvstreams-&wvstreams-version;/doxy-html &amp;&amp;
    120120install -v -m644 Docs/doxy-html/* \
    121121    /usr/share/doc/wvstreams-&wvstreams-version;/doxy-html</userinput></screen>
    122    
    123   </sect2>
    124  
     122
     123  </sect2>
     124
    125125  <sect2 role="commands">
    126126    <title>Command Explanations</title>
    127    
     127
    128128    <para><parameter>--sysconfdir=/etc</parameter>: This parameter places
    129129    configuration files in <filename class='directory'>/etc</filename> instead of
    130130    <filename class='directory'>/usr/etc</filename>.</para>
    131    
     131
    132132    <para><parameter>--localstatedir=/var</parameter>: This parameter places
    133133    <command>uniconfd</command> run-time files in
    134134    <filename class='directory'>/var/lib</filename> instead of
    135135    <filename class='directory'>/usr/var/lib</filename>.</para>
    136    
    137   </sect2>
    138  
     136
     137  </sect2>
     138
    139139  <sect2 role="configuration">
    140140    <title>Configuring WvStreams</title>
    141    
     141
    142142    <sect3 id="wvstreams-config">
    143143      <title>Config Files</title>
    144      
     144
    145145      <para><filename>/etc/uniconf.conf</filename></para>
    146      
     146
    147147      <indexterm zone="wvstreams wvstreams-config">
    148148        <primary sortas="e-etc-uniconf.conf">/etc/uniconf.conf</primary>
    149149      </indexterm>
    150      
     150
    151151    </sect3>
    152    
     152
    153153    <sect3>
    154154      <title>Configuration Information</title>
    155      
    156       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/> 
    157      
     155
     156      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
     157
    158158    </sect3>
    159    
    160   </sect2>
    161  
     159
     160  </sect2>
     161
    162162  <sect2 role="content">
    163163    <title>Contents</title>
    164    
     164
    165165    <segmentedlist>
    166166      <segtitle>Installed Programs</segtitle>
    167167      <segtitle>Installed Libraries</segtitle>
    168168      <segtitle>Installed Directories</segtitle>
    169      
     169
    170170      <seglistitem>
    171171        <seg>uni and uniconfd</seg>
     
    178178      </seglistitem>
    179179    </segmentedlist>
    180    
     180
    181181    <variablelist>
    182182      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    183183      <?dbfo list-presentation="list"?>
    184184      <?dbhtml list-presentation="table"?>
    185      
     185
    186186      <varlistentry id="uni">
    187187        <term><command>uni</command></term>
     
    193193        </listitem>
    194194      </varlistentry>
    195      
     195
    196196      <varlistentry id="uniconfd">
    197197        <term><command>uniconfd</command></term>
     
    203203        </listitem>
    204204      </varlistentry>
    205      
     205
    206206      <varlistentry id="libuniconf">
    207207        <term><filename class='libraryfile'>libuniconf.[so,a]</filename></term>
     
    214214        </listitem>
    215215      </varlistentry>
    216      
     216
    217217      <varlistentry id="libwvbase">
    218218        <term><filename class='libraryfile'>libwvbase.[so,a]</filename></term>
     
    224224        </listitem>
    225225      </varlistentry>
    226      
     226
    227227      <varlistentry id="libwvfft">
    228228        <term><filename class='libraryfile'>libwvfft.[so,a]</filename></term>
     
    230230          <para>enables <application>WvStreams</application> programs to
    231231          easily handle Fast-Fourier transforms, instead of forcing the programmer to
    232           use the much harder to use <filename class="libraryfile">libfftw</filename> 
     232          use the much harder to use <filename class="libraryfile">libfftw</filename>
    233233          interface.</para>
    234234          <indexterm zone="wvstreams libwvfft">
     
    237237        </listitem>
    238238      </varlistentry>
    239      
     239
    240240      <varlistentry id="libwvoggspeex">
    241241        <term><filename class='libraryfile'>libwvoggspeex.[so,a]</filename></term>
     
    249249        </listitem>
    250250      </varlistentry>
    251      
     251
    252252      <varlistentry id="libwvoggvorbis">
    253253        <term><filename class='libraryfile'>libwvoggvorbis.[so,a]</filename></term>
     
    260260        </listitem>
    261261      </varlistentry>
    262      
     262
    263263      <varlistentry id="libwvqt">
    264264        <term><filename class='libraryfile'>libwvqt.[so,a]</filename></term>
     
    272272        </listitem>
    273273      </varlistentry>
    274      
     274
    275275      <varlistentry id="libwvstreams">
    276276        <term><filename class='libraryfile'>libwvstreams.[so,a]</filename></term>
     
    282282        </listitem>
    283283      </varlistentry>
    284      
     284
    285285      <varlistentry id="libtelephony">
    286286        <term><filename class='libraryfile'>libtelephony.[so,a]</filename></term>
     
    293293        </listitem>
    294294      </varlistentry>
    295      
     295
    296296      <varlistentry id="libwvutils">
    297297        <term><filename class='libraryfile'>libwvutils.[so,a]</filename></term>
     
    304304        </listitem>
    305305      </varlistentry>
    306      
     306
    307307      <varlistentry id="libxplc-cxx">
    308308        <term><filename class='libraryfile'>libxplc-cxx.a</filename></term>
     
    315315        </listitem>
    316316      </varlistentry>
    317      
     317
    318318    </variablelist>
    319    
    320   </sect2>
    321  
     319
     320  </sect2>
     321
    322322</sect1>
Note: See TracChangeset for help on using the changeset viewer.