Changeset 0d7900a for general/prog


Ignore:
Timestamp:
02/11/2013 06:51:17 PM (11 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8f83eeb
Parents:
a161de9
Message:

Removed extraneous spaces from blank lines and at the end of lines in the .xml

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

Location:
general/prog
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • general/prog/bazaar.xml

    ra161de9 r0d7900a  
    3131    <title>Introduction to Bazaar</title>
    3232
    33     <para><application>Bazaar</application> is a version control system that 
     33    <para><application>Bazaar</application> is a version control system that
    3434    helps track project history over time and collaborate with others.</para>
    35    
     35
    3636    &lfs72_checked;
    3737
     
    7373    <bridgehead renderas="sect4">Required</bridgehead>
    7474    <para role="required">
    75       <xref linkend="python2"/> 
     75      <xref linkend="python2"/>
    7676    </para>
    7777
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    7979    <para role="optional">
    80       <xref linkend="openssh"/>, 
     80      <xref linkend="openssh"/>,
    8181       <ulink url="http://www.python.org/pypi/pycrypto/">pyCrypto</ulink>,
    8282       <ulink url="http://www.python.org/pypi/paramiko/">paramike</ulink>, and
     
    105105popd </userinput></screen>
    106106
    107      <para>Continue with installing the main package as the 
     107     <para>Continue with installing the main package as the
    108108     <systemitem class="username">root</systemitem> user:</para>
    109109
  • general/prog/cmake.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>
    33       The <application>CMake</application> package contains a modern 
    34       toolset used for generating Makefiles. It is a successor of the 
     33      The <application>CMake</application> package contains a modern
     34      toolset used for generating Makefiles. It is a successor of the
    3535      auto-generated <command>configure</command> script and aims to
    36       be platform- and compiler-independent. A significant user of 
     36      be platform- and compiler-independent. A significant user of
    3737      <application>CMake</application> is <application>KDE</application>
    3838      since version 4.
     
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="curl"/>, 
    82       <xref linkend="libarchive"/> and 
     81      <xref linkend="curl"/>,
     82      <xref linkend="libarchive"/> and
    8383      <xref linkend="expat"/>
    8484    </para>
     
    126126    <para>
    127127      <option>--system-libs</option>: This switch forces the build system to
    128       link against <application>Zlib</application>, <application>Bzip2</application>, 
    129       <application>cURL</application> and <application>Expat</application> installed 
     128      link against <application>Zlib</application>, <application>Bzip2</application>,
     129      <application>cURL</application> and <application>Expat</application> installed
    130130      on the system.
    131131    </para>
    132    
     132
    133133    <para>
    134134      <option>--qt-gui</option>: This switch enables building of the
     
    161161    </segmentedlist>
    162162
    163    
     163
    164164    <variablelist>
    165165      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    191191        </listitem>
    192192      </varlistentry>
    193      
     193
    194194      <varlistentry id="cmake-gui">
    195195        <term><command>cmake-gui</command></term>
    196196        <listitem>
    197197          <para>
    198             is the <application>Qt</application>-based frontent to 
     198            is the <application>Qt</application>-based frontent to
    199199            <command>cmake</command>.
    200200          </para>
     
    215215          </indexterm>
    216216        </listitem>
    217       </varlistentry>     
    218      
     217      </varlistentry>
     218
    219219      <varlistentry id="ctest">
    220220        <term><command>ctest</command></term>
  • general/prog/cvsserver.xml

    ra161de9 r0d7900a  
    124124
    125125    <para>Issue a <command>killall -HUP inetd</command> to reread the changed
    126     <filename>inetd.conf</filename> file.</para> 
     126    <filename>inetd.conf</filename> file.</para>
    127127-->
    128128<!--
  • general/prog/doxygen.xml

    ra161de9 r0d7900a  
    128128      If you wish to generate and install the package documentation
    129129      (note that man pages have already been installed), you must have
    130       <application>Python</application>, 
     130      <application>Python</application>,
    131131      <application>TeX Live</application> (for HTML docs) and
    132132      <application>Ghostscript</application> (for PDF docs)
  • general/prog/expect.xml

    ra161de9 r0d7900a  
    3131
    3232    <para>The <application>Expect</application> package was installed in the
    33     LFS temporary tools directory for testing other packages.  These 
     33    LFS temporary tools directory for testing other packages.  These
    3434    procedures install it in a prmanent location.  It contains tools for
    3535    automating interactive applications such as <command>telnet</command>,
  • general/prog/git.xml

    ra161de9 r0d7900a  
    7272        <para><ulink
    7373        url="http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz">
    74         http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink> 
     74        http://git-core.googlecode.com/files/git-manpages-&git-version;.tar.gz</ulink>
    7575        (only needed if you've not installed asciidoc and xmlto)</para>
    7676      </listitem>
     
    7878        <para><ulink
    7979        url="http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz">
    80         http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink> 
     80        http://git-core.googlecode.com/files/git-htmldocs-&git-version;.tar.gz</ulink>
    8181        and other docs (only needed if you've not installed asciidoc).</para>
    8282      </listitem>
     
    8888    <para role="recommended">
    8989      <xref linkend="python2"/> and
    90       <xref linkend="curl"/> (needed to use <application>Git</application> over http, 
     90      <xref linkend="curl"/> (needed to use <application>Git</application> over http,
    9191      https, ftp or ftps)
    9292    </para>
     
    9494    <bridgehead renderas="sect4">Optional</bridgehead>
    9595    <para role="optional">
    96       <xref linkend="pcre"/>, 
    97       <xref linkend="openssl"/>, 
    98       <xref linkend="expat"/>, and 
     96      <xref linkend="pcre"/>,
     97      <xref linkend="openssl"/>,
     98      <xref linkend="expat"/>, and
    9999      <xref linkend="tk"/> (gitk, a simple <application>Git</application>
    100100      repository viewer, uses <application>Tk</application> at runtime)
  • general/prog/guile.xml

    ra161de9 r0d7900a  
    7878      <xref linkend="pkgconfig"/>,
    7979      <xref linkend="gc"/>,
    80       <xref linkend="libffi"/>, and 
     80      <xref linkend="libffi"/>, and
    8181      <xref linkend="libunistring"/>
    8282    </para>
     
    8484    <bridgehead renderas="sect4">Optional</bridgehead>
    8585    <para role="optional">
    86       <xref linkend="emacs"/> 
     86      <xref linkend="emacs"/>
    8787    </para>
    8888
     
    113113    </para>
    114114
    115 <screen><userinput>for DIRNAME in r5rs ref 
    116 do make -k -C doc/${DIRNAME} pdf ps 
     115<screen><userinput>for DIRNAME in r5rs ref
     116do make -k -C doc/${DIRNAME} pdf ps
    117117done &amp;&amp;
    118118unset DIRNAME</userinput></screen>
     
    151151    </para>
    152152
    153 <screen role="root"><userinput>for DIRNAME in r5rs ref 
     153<screen role="root"><userinput>for DIRNAME in r5rs ref
    154154do
    155155  install -v -m644 doc/${DIRNAME}/*.{pdf,ps,dvi} \
  • general/prog/librep.xml

    ra161de9 r0d7900a  
    6262    <bridgehead renderas="sect4">Optional</bridgehead>
    6363    <para role="optional">i
    64       <xref linkend="libffi"/> 
     64      <xref linkend="libffi"/>
    6565    </para>
    6666
  • general/prog/llvm.xml

    ra161de9 r0d7900a  
    3939
    4040    <para>
    41       The <application>LLVM</application> package contains a collection of modular and 
     41      The <application>LLVM</application> package contains a collection of modular and
    4242      reusable compiler and toolchain technologies. The Low Level Virtual Machine
    4343      (LLVM) Core libraries provide a modern source and target-independent optimizer,
  • general/prog/mercurial.xml

    ra161de9 r0d7900a  
    3030    <title>Introduction to Mercurial</title>
    3131
    32     <para><application>Mercurial</application> is a distributed source control 
    33     management tool similar to <application>CVS</application>, 
     32    <para><application>Mercurial</application> is a distributed source control
     33    management tool similar to <application>CVS</application>,
    3434    <application>Subversion</application> and <application>Git</application>.
    35     <application>Mercurial</application> is written in 
    36     <application>Python</application> and is used by projects such as Mozilla, 
     35    <application>Mercurial</application> is written in
     36    <application>Python</application> and is used by projects such as Mozilla,
    3737    Vim and Audacious.</para>
    3838
     
    7070    </itemizedlist>
    7171    -->
    72    
     72
    7373    <bridgehead renderas="sect3">Mercurial Dependencies</bridgehead>
    7474
     
    7777      <xref linkend="python2"/>
    7878    </para>
    79    
     79
    8080    <bridgehead renderas="sect4">Optional</bridgehead>
    8181    <para role="optional">
     
    100100    <title>Installation of Mercurial</title>
    101101
    102     <para>Build <application>Mercurial</application> by issuing the following 
     102    <para>Build <application>Mercurial</application> by issuing the following
    103103    command:</para>
    104    
     104
    105105<screen><userinput>make build</userinput></screen>
    106    
    107     <para>To build the documentation (requires 
     106
     107    <para>To build the documentation (requires
    108108    <application>Docutils</application>), issue:</para>
    109109
     
    135135        <seg>hg</seg>
    136136        <seg>none</seg>
    137         <seg>/usr/lib/python2.7/site-packages/hgext and 
     137        <seg>/usr/lib/python2.7/site-packages/hgext and
    138138        /usr/lib/python2.7/site-packages/mercurial</seg>
    139139      </seglistitem>
  • general/prog/nasm.xml

    ra161de9 r0d7900a  
    7474    <title>Installation of NASM</title>
    7575
    76     <para>If you downloaded the optional documentation, put it into the 
     76    <para>If you downloaded the optional documentation, put it into the
    7777    source tree:</para>
    7878
     
    9595    class="username">root</systemitem> user:</para>
    9696
    97 <screen role="root"><userinput>install -m755 -d         /usr/share/doc/nasm-&NASM-version;/html &amp;&amp; 
     97<screen role="root"><userinput>install -m755 -d         /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
    9898cp -v doc/html/*.html    /usr/share/doc/nasm-&NASM-version;/html &amp;&amp;
    9999cp -v doc/*.{txt,ps,pdf} /usr/share/doc/nasm-&NASM-version;      &amp;&amp;
  • general/prog/openjdk.xml

    ra161de9 r0d7900a  
    143143    </itemizedlist>
    144144
    145     <para>The following may be downladed separately or be done as a 
     145    <para>The following may be downladed separately or be done as a
    146146    part of the <userinput>make</userinput> process.</para>
    147147
     
    326326chown -R root:root /opt/OpenJDK-&openjdk-version;-bin</userinput></screen>
    327327
    328     <para>Configure the temporary <application>OpenJDK</application> 
     328    <para>Configure the temporary <application>OpenJDK</application>
    329329    installation with the following commands:</para>
    330330
     
    360360    composed of several individual projects of the proprietary
    361361    <application>JDK</application> that have been relicensed under an open
    362     source license.  If you have already downoaded all of the individual 
     362    source license.  If you have already downoaded all of the individual
    363363    components, place them into the source tree with the following commands:</para>
    364364
     
    395395make</userinput></screen>
    396396
    397     <note><para>If you have not installed the tarballs specified above, 
     397    <note><para>If you have not installed the tarballs specified above,
    398398    they will be automatically downloaded here.</para></note>
    399399
  • general/prog/php.xml

    ra161de9 r0d7900a  
    3232    <para><application>PHP</application> is the PHP Hypertext Preprocessor.
    3333    Primarily used in dynamic web sites, it allows for programming code to be
    34     directly embedded into the HTML markup.  It is also useful as a 
     34    directly embedded into the HTML markup.  It is also useful as a
    3535    general purpose scripting language.</para>
    3636
  • general/prog/python-modules.xml

    ra161de9 r0d7900a  
    347347      <para>
    348348        The test suite requires the optional <application>pytest</application>
    349         package. If installed, it is run by changing to the 
    350         <filename class='directory'>test</filename> directory and running 
     349        package. If installed, it is run by changing to the
     350        <filename class='directory'>test</filename> directory and running
    351351        <userinput>py.test</userinput> an an unprivileged user.
    352352      </para>
  • general/prog/python2.xml

    ra161de9 r0d7900a  
    230230    <para>
    231231      <parameter>--with-dbmliborder=bdb:gdbm:ndbm</parameter>: Use this switch
    232       if you want to build <application>Python</application> DBM Module 
     232      if you want to build <application>Python</application> DBM Module
    233233      against <application>Berkeley DB</application> instead of
    234234      <application>GDBM</application>.
     
    236236
    237237    <para>
    238       <command>chmod ...</command>: Fix permissions for libraries to be 
     238      <command>chmod ...</command>: Fix permissions for libraries to be
    239239      consistent with other libraries.
    240240    </para>
  • general/prog/python3.xml

    ra161de9 r0d7900a  
    210210
    211211    <para>
    212       <command>chmod ...</command>: Fix permissions for shared libraries to be 
     212      <command>chmod ...</command>: Fix permissions for shared libraries to be
    213213      consistent with other libraries.
    214214    </para>
     
    245245          pydoc&python3-majorver;,
    246246
    247           python3 (hard link to python&python3-majorver;m), 
    248           python&python3-majorver; (hard link to python&python3-majorver;m), 
    249           python&python3-majorver;m, 
     247          python3 (hard link to python&python3-majorver;m),
     248          python&python3-majorver; (hard link to python&python3-majorver;m),
     249          python&python3-majorver;m,
    250250
    251251          python3-config (symbolic link to python&python3-majorver;-config),
  • general/prog/ruby.xml

    ra161de9 r0d7900a  
    99  <!ENTITY ruby-md5sum        "944e73eba9ee9e1f2647ff32ec0b14b2">
    1010  <!ENTITY ruby-size          "9.6 MB">
    11   <!ENTITY ruby-buildsize     "350 MB"> 
     11  <!ENTITY ruby-buildsize     "350 MB">
    1212  <!ENTITY ruby-time          "4.0 SBU">
    1313]>
  • general/prog/subversion.xml

    ra161de9 r0d7900a  
    117117    <bridgehead renderas="sect4">Optional (for the Java Bindings)</bridgehead>
    118118    <para role="optional">
    119       One of <xref linkend="openjdk"/>, 
     119      One of <xref linkend="openjdk"/>,
    120120      <ulink url="http://www.inet.no/dante/">Dante</ulink>, or
    121121      <ulink url="http://oss.software.ibm.com/developerworks/opensource/jikes/">Jikes</ulink>,
     
    235235    <para>
    236236      In order for <application>Python</application> to automatically discover
    237       the bindings, add 
     237      the bindings, add
    238238      <filename class="directory">/usr/lib/svn-python</filename> to the
    239239      <envar>PYTHONPATH</envar> environment variable to the system or personal
  • general/prog/tcl.xml

    ra161de9 r0d7900a  
    257257        <listitem>
    258258          <para>
    259             contains the API functions required by 
     259            contains the API functions required by
    260260            <application>Tcl</application>.
    261261          </para>
  • general/prog/vala.xml

    ra161de9 r0d7900a  
    125125      <seglistitem>
    126126        <seg>
    127           vala, vala-0.18, valac, valac-0.18, vala-gen-introspect, 
    128           vala-gen-introspect-0.18, vapicheck, vapicheck-0.18, 
     127          vala, vala-0.18, valac, valac-0.18, vala-gen-introspect,
     128          vala-gen-introspect-0.18, vapicheck, vapicheck-0.18,
    129129          vapigen and vapigen-0.18
    130130        </seg>
Note: See TracChangeset for help on using the changeset viewer.