Changeset 64135787


Ignore:
Timestamp:
04/13/2021 09:31:15 PM (3 years ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
kde5-14269
Parents:
1ec0251
git-author:
Krejzi <krejzi@…> (09/13/2014 05:36:06 PM)
git-committer:
Xi Ruoyao <xry111@…> (04/13/2021 09:31:15 PM)
Message:

Begin manually (while modifying stuff) merging trunk and systemd branches since revision 14087.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/kde5@14270 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 added
50 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/genlib.xml

    r1ec0251 r64135787  
    8686  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblinear.xml"/>
    8787  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libmbim-systemd.xml"/>
     88  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpaper.xml"/>
    8889  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqmi-systemd.xml"/>
    8990  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigc++.xml"/>
     91  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsigsegv.xml"/>
    9092  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/>
    9193  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/>
  • general/prog/elfutils.xml

    r1ec0251 r64135787  
    88          "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2">
    99  <!ENTITY elfutils-download-ftp  " ">
    10   <!ENTITY elfutils-md5sum        "1f45a18231c782ccd0966059e2e42ea9">
    11   <!ENTITY elfutils-size          "5.3 MB">
    12   <!ENTITY elfutils-buildsize     "71 MB (additional 3 MB for the tests)">
     10  <!ENTITY elfutils-md5sum        "7527f22dff8b1ac8c122cfc4d3d3bb1e">
     11  <!ENTITY elfutils-size          "5.2 MB">
     12  <!ENTITY elfutils-buildsize     "72 MB (additional 3 MB for the tests)">
    1313  <!ENTITY elfutils-time          "0.7 SBU (additional 0.2 SBU for the tests)">
    1414]>
     
    9090
    9191    <para>
    92       To test the results, issue: <command>make -k check</command>. One test
    93       is known to fail in some architectures.
     92      If you wish to run the test suite, first fix it to skip two failing tests:
     93    </para>
     94
     95<screen><userinput>sed -i '/srcdir/ iexit 77\n'         \
     96       tests/run-backtrace-native.sh \
     97       tests/run-backtrace-native-core.sh</userinput></screen>
     98
     99    <para>
     100       To test the results, issue: <command>make check</command>.
    94101    </para>
    95102
  • general/prog/git.xml

    r1ec0251 r64135787  
    207207    </para>
    208208
    209 <screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
     209<screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz \
     210    -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
    210211
    211212    <para>
     
    214215    </para>
    215216
    216 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
    217 
    218 tar -xf  ../git-htmldocs-&git-version;.tar.xz \
     217<screen role="root"><userinput>tar -xf  ../git-htmldocs-&git-version;.tar.xz \
    219218    -C   /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir &amp;&amp;
    220219
     
    230229    </para>
    231230
    232 <screen role="root"><userinput>mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
     231<screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text}         &amp;&amp;
     232
     233mv       /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text}     &amp;&amp;
    233234mv       /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
    234235mkdir    /usr/share/doc/git-&git-version;/technical/{html,text}         &amp;&amp;
  • general/prog/java.xml

    r1ec0251 r64135787  
    1717]>
    1818
    19 <sect1 id="java" xreflabel="java-&openjdk-version;">
     19<sect1 id="java" xreflabel="Java-&openjdk-version;">
    2020  <?dbhtml filename="java.html"?>
    2121
     
    151151export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen>
    152152
    153     <para> Do not forget to reboot or to source the profile file after
     153    <para>You may also include those instructions into a file in the <filename
     154    class="directory">/etc/profile.d</filename> directory. Do not forget to
     155    logout and login back, or to source the profile file after
    154156    modification.</para>
     157
    155158
    156159    <para>The binary version is now installed. If you don't want to compile the
    157160    sources, skip ahead to the <xref linkend='openjdk-config'/> section.
    158     Otherwise, continue to the <xref linkend='junit'/>, <xref
    159     linkend='apache-ant'/>, and <xref linkend='openjdk'/> sections.</para>
     161    Otherwise, continue to the <xref linkend='apache-ant'/>,
     162    <xref linkend='junit'/>, and <xref linkend='openjdk'/> sections.</para>
    160163   
    161164  </sect2>
  • general/prog/openjdk.xml

    r1ec0251 r64135787  
    55  %general-entities;
    66
    7   <!ENTITY anduin-download               "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;">
     7  <!ENTITY anduin-download               "http://anduin.linuxfromscratch.org/files/BLFS/OpenJDK-&openjdk-version;-&icedtea-version;">
    88  <!ENTITY icedtea-download              "http://icedtea.classpath.org/download/source/icedtea-&icedtea-version;.tar.xz">
    99
    10   <!ENTITY icedtea-md5sum                "de88ab45dcea7a4c2088f845b0dfe542">
     10  <!ENTITY icedtea-md5sum                "6c57b54ab8b7916425d567dbb478ad73">
    1111  <!ENTITY icedtea-size                  "1.9 MB">
    1212
    1313  <!ENTITY corba-download                "&anduin-download;/corba.tar.bz2">
    14   <!ENTITY corba-md5sum                  "381f9c3694b302064520b603feb8aba3">
     14  <!ENTITY corba-md5sum                  "86cf23060d726aa55d77bffedb8b6a99">
    1515  <!ENTITY corba-size                    "1.0 MB">
    1616
    1717  <!ENTITY hotspot-download              "&anduin-download;/hotspot.tar.bz2">
    18   <!ENTITY hotspot-md5sum                "79442639a24fedefe0ca5c3a66f87fe1">
     18  <!ENTITY hotspot-md5sum                "026bb8ca9e764fe53b8a19f1ddad1479">
    1919  <!ENTITY hotspot-size                  "7.4 MB">
    2020
    2121  <!ENTITY jaxp-download                 "&anduin-download;/jaxp.tar.bz2">
    22   <!ENTITY jaxp-md5sum                   "0c11aeb494fb76143ccf0b58b0b6ac96">
     22  <!ENTITY jaxp-md5sum                   "cbd3226b916fe9e6c7e9f1cd15e54d55">
    2323  <!ENTITY jaxp-size                     "2.6 MB">
    2424
    2525  <!ENTITY jaxws-download                "&anduin-download;/jaxws.tar.bz2">
    26   <!ENTITY jaxws-md5sum                  "ab102f6a0e4bb56a5153d0a005451566">
     26  <!ENTITY jaxws-md5sum                  "84b921fc3e328eea770dc1a092e240dc">
    2727  <!ENTITY jaxws-size                    "1.9 MB">
    2828
    2929  <!ENTITY jdk-download                  "&anduin-download;/jdk.tar.bz2">
    30   <!ENTITY jdk-md5sum                    "5183620f97e366267568f4e613b71f28">
     30  <!ENTITY jdk-md5sum                    "b5a4703501bf4a6adeaa614e6d2345b3">
    3131  <!ENTITY jdk-size                      "30.2 MB">
    3232
    3333  <!ENTITY langtools-download            "&anduin-download;/langtools.tar.bz2">
    34   <!ENTITY langtools-md5sum              "04b5c20b2320f75c1f510e0b53f6480c">
     34  <!ENTITY langtools-md5sum              "e104e60e44aba0a8bc60c48df1d859b9">
    3535  <!ENTITY langtools-size                "1.6 MB">
    3636
    3737  <!ENTITY openjdk-download              "&anduin-download;/openjdk.tar.bz2">
    38   <!ENTITY openjdk-md5sum                "9a599c97007df0f6156767e914063956">
     38  <!ENTITY openjdk-md5sum                "f48d6f8b748f869a5624d2c44998d54c">
    3939  <!ENTITY openjdk-size                  "122 KB">
    4040
     
    4343  <!ENTITY rhino-size                    "6.2 MB">
    4444
     45  <!ENTITY icedtea-web-download          "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz">
     46
    4547  <!ENTITY openjdk-buildsize             "8-10 GB">
    46   <!ENTITY openjdk-time                  "26-27 SBU (an additional 90 SBU for testsuite)">
     48  <!ENTITY openjdk-time                  "28-36 SBU (an additional 100 SBU for testsuite)">
    4749]>
    4850
    49 <sect1 id="openjdk" xreflabel="OpenJDK-&openjdk-version;/IcedTea-&icedtea-version;">
     51<sect1 id="openjdk"
     52       xreflabel="OpenJDK-&openjdk-version;/IcedTea-&icedtea-version;">
    5053  <?dbhtml filename="openjdk.html" ?>
    5154
     
    7578    programs.</para>
    7679
    77     &lfs76_checked;
     80    &lfs75_checked;
    7881
    7982    <note><para>The browser plugin and webstart implementation have been split
     
    8891    General Public License, version 2, with the Classpath Exception</ulink>
    8992    allows third party programs to use classes provided by free software
    90     without the requirement that the third party software also be free.  As with
     93    without the requirement that the third party software also be free. As with
    9194    the LGPL, any modifications made to the free software portions of a
    9295    third party application, must also be made freely available.</para>
     
    215218    <itemizedlist spacing='compact'>
    216219      <listitem>
    217         <para><ulink
    218         url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-1.patch"/></para>
    219       </listitem>
    220       <listitem>
    221         <para><ulink
    222         url="&patch-root;/icedtea-&icedtea-version;-fixed_paths-1.patch"/></para>
    223       </listitem>
    224       <listitem>
    225         <para><ulink
    226         url="&patch-root;/icedtea-&icedtea-version;-fix_new_giflib-1.patch"/></para>
    227       </listitem>
    228       <listitem>
    229         <para><ulink
    230         url="&patch-root;/icedtea-&icedtea-version;-fix_tests-1.patch"/></para>
     220        <para>
     221          <ulink
     222            url="&patch-root;/icedtea-&icedtea-version;-add_cacerts-1.patch"/>
     223        </para>
     224      </listitem>
     225      <listitem>
     226        <para>
     227          <ulink
     228            url="&patch-root;/icedtea-&icedtea-version;-fixed_paths-1.patch"/>
     229        </para>
     230      </listitem>
     231      <listitem>
     232        <para>
     233          <ulink
     234            url="&patch-root;/icedtea-&icedtea-version;-fix_new_giflib-1.patch"/>
     235        </para>
     236      </listitem>
     237      <listitem>
     238        <para>
     239          <ulink
     240            url="&patch-root;/icedtea-&icedtea-version;-fix_tests-1.patch"/>
     241        </para>
    231242      </listitem>
    232243    </itemizedlist>
     
    241252            <member>Download Size: &rhino-size;</member>
    242253          </simplelist>
     254        </para>
     255      </listitem>
     256    </itemizedlist>
     257
     258    <bridgehead renderas="sect4">Optional package (to obtain an icon for the
     259      <filename>openjdk-7-policytool.desktop</filename> file)</bridgehead>
     260    <itemizedlist spacing='compact'>
     261      <listitem>
     262        <para>
     263          <ulink url="&icedtea-web-download;"/>
    243264        </para>
    244265      </listitem>
     
    272293    <bridgehead renderas="sect4">Optional</bridgehead>
    273294    <para role="optional">
    274       <xref linkend="icedtea-web"/> (to obtain icon file for the
    275       <command>policytool</command> menu entry),
    276295      <xref linkend="libxslt"/>,
    277296      <xref linkend="lsb-release"/>,
     
    316335    <application>JDK</application> that have been relicensed under an open
    317336    source license.  If you have already downloaded all of the individual
    318     components, place them into the source tree with the following commands:</para>
     337    components, place them into the source tree with the following
     338    commands:</para>
    319339
    320340<screen><userinput>cp -v ../corba.tar.bz2     . &amp;&amp;
     
    340360<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_new_giflib-1.patch</userinput></screen>
    341361
    342     <para>Apply a patch to exclude known broken tests from the test suite:</para>
     362    <para>Apply a patch to exclude known broken tests from the test
     363    suite:</para>
    343364
    344365<screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_tests-1.patch</userinput></screen>
    345366
     367    <note>
     368      <para>
     369         Before proceeding, you should ensure that your environment is
     370         properly set for building <application>OpenJDK</application>. First,
     371         review the content of the <envar>ANT_HOME</envar> variable.
     372         Second, the <envar>PATH</envar> variable should contain the paths to
     373         the <command>java</command> and <command>ant</command> executables.
     374         Last, the <envar>CLASSPATH</envar> variable should be set as
     375         explained on the <xref linkend="java"/> and <xref linkend="junit"/>
     376         pages.
     377       </para>
     378    </note>
    346379    <para>Configure and build the package with the following commands
    347380    (--with-pkgversion and --with-version-suffix values can be modified to fit
     
    392425chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen>
    393426
    394     <para>If desired, you may install a <filename class="extension">.desktop</filename>
    395     file so <command>policytool</command> can be accessed from a desktop menu. First,
    396     you need to obtain an icon from the <xref linkend="icedtea-web"/>
    397     tarball:</para>
    398 
    399 <screen role="root"><userinput>tar -xf icedtea-web-&icedtea-web-version;.tar.gz     \
     427    <para>If desired, you may install a .desktop file corresponding to an entry
     428    in a desktop menu for <command>policytool</command>. First, you need to
     429    obtain an icon from <xref linkend="icedtea-web"/>:</para>
     430
     431<screen><userinput>tar -xf ../icedtea-web-&icedtea-web-version;.tar.gz  \
    400432        icedtea-web-&icedtea-web-version;/javaws.png \
    401433        --strip-components=1</userinput></screen>
     
    403435    <para>Now, as <systemitem class="username">root</systemitem> user:</para>
    404436
    405 <screen role="root"><userinput>cat ;&gt; /usr/share/applications/openjdk-7-policytool.desktop &lt;&lt; "EOF" &amp;&amp;
     437<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
     438
     439cat &gt; /usr/share/applications/openjdk-7-policytool.desktop &lt;&lt; "EOF" &amp;&amp;
    406440<literal>[Desktop Entry]
    407441Name=OpenJDK Java 7 Policy Tool
     
    416450EOF
    417451
    418 install -v -Dm644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
    419 
    420     <para>The choice of pt_BR is just an example. You can delete those lines
    421     or replace them by corresponding ones in your locale, e.g. fr_FR, with the
    422     "Name[fr_FR]" and "Comment[fr_FR]" values given by your translations.</para>
     452install -v -Dm0644 javaws.png /usr/share/pixmaps/javaws.png</userinput></screen>
     453
     454    <para>The choice of pt_BR is just an example. You can add any translation
     455    by adding lines corresponding to your locale, e.g. for fr_FR,
     456    <quote>Name[fr_FR]=</quote> and <quote>Comment[fr_FR]=</quote> with the
     457    appropriate text as values.</para>
    423458
    424459  </sect2>
     
    443478    security provider.</para>
    444479
    445     <para><parameter>--disable-system-kerberos</parameter>: Remove this switch
     480    <para><parameter>--disable-system-kerberos</parameter>: Remove this switch,
    446481    if <xref linkend="mitkrb"/> is installed.</para>
    447482
     
    464499  </sect2>
    465500
    466   <sect2 role="configuration" id="openjdk-config" xreflabel="Configuring OpenJDK" >
     501  <sect2 role="configuration"
     502         id="openjdk-config"
     503         xreflabel="Configuring OpenJDK">
    467504    <title>Configuring OpenJDK</title>
    468505
     
    476513      the <systemitem class="username">root</systemitem> user:</para>
    477514
    478 <screen role="root"><userinput>ln -sfv OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
     515<screen role="root"><userinput>ln -v -nsf OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>
    479516
    480517      <para>The information below assumes your system is set up using the
     
    489526      user:</para>
    490527
    491 <screen role="root"><userinput>cat &gt;&gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
     528<screen role="root"><userinput>cat &gt; /etc/profile.d/openjdk.sh &lt;&lt; "EOF"
    492529<literal># Begin /etc/profile.d/openjdk.sh
    493530
     
    495532JAVA_HOME=/opt/jdk
    496533
     534# Set ANT_HOME directory
     535ANT_HOME=/opt/ant
     536
    497537# Adjust PATH
    498538pathappend $JAVA_HOME/bin PATH
     539pathappend $ANT_HOME/bin PATH
    499540
    500541pathappend $JAVA_HOME/include       C_INCLUDE_PATH
     
    545586mandb -c /opt/jdk/man</userinput></screen>
    546587
    547     <para>To test the man pages are correctly installed, issue <command>source /etc/profile</command> and <command>man java</command> to display the respective man page.</para>
     588    <para>To test if the man pages are correctly installed, issue
     589    <command>source /etc/profile</command> and <command>man java</command> to
     590    display the respective man page.</para>
    548591
    549592    </sect3>
    550593
    551594    <sect3 id='ojdk-certs'>
    552       <title>Install or update the JRE Certificate Authority Certificates (cacerts) file</title>
     595      <title>Install or update the JRE Certificate Authority Certificates
     596      (cacerts) file</title>
    553597
    554598      <para>Use the following procedure to check if the
     
    661705        echo "`basename ${0}` creates a valid cacerts file for use with IcedTea."
    662706        echo ""
    663         echo "        -f  --cafile        The path to a file containing PEM formated CA"
    664         echo "                            certificates.  May not be used with -d/--cadir."
    665         echo "        -d  --cadir         The path to a diectory of PEM formatted CA"
    666         echo "                            certificates.  May not be used with -f/--cafile."
    667         echo "        -o  --outfile       The path to the output file."
     707        echo "        -f  --cafile     The path to a file containing PEM"
     708        echo "                         formated CA certificates. May not be"
     709        echo "                         used with -d/--cadir."
    668710        echo ""
    669         echo "        -k  --keytool       The path to the java keytool utility."
     711        echo "        -d  --cadir      The path to a directory of PEM formatted"
     712        echo "                         CA certificates. May not be used with"
     713        echo "                         -f/--cafile."
    670714        echo ""
    671         echo "        -s  --openssl       The path to the openssl utility."
     715        echo "        -o  --outfile    The path to the output file."
    672716        echo ""
    673         echo "        -h  --help          Show this help message and exit."
     717        echo "        -k  --keytool    The path to the java keytool utility."
     718        echo ""
     719        echo "        -s  --openssl    The path to the openssl utility."
     720        echo ""
     721        echo "        -h  --help       Show this help message and exit."
    674722        echo ""
    675723        echo ""
     
    769817    certend=`grep -n "^-----END" "${cert}" | cut -d ":" -f 1`
    770818    sed -n "${certbegin},${certend}p" "${cert}" > "${tempfile}"
    771     echo yes | env LC_ALL=C "${KEYTOOL}" -import -alias `basename "${cert}"` -keystore \
    772                    "${OUTFILE}" -storepass 'changeit' -file "${tempfile}"
     819    echo yes | env LC_ALL=C "${KEYTOOL}" -import                     \
     820                                         -alias `basename "${cert}"` \
     821                                         -keystore "${OUTFILE}"      \
     822                                         -storepass 'changeit'       \
     823                                         -file "${tempfile}"
    773824    rm "${tempfile}"
    774825done
     
    795846    <systemitem class="username">root</systemitem> user:</para>
    796847
    797 <screen role="root"><userinput>/opt/jdk/bin/mkcacerts -d "/etc/ssl/certs/"  -k "/opt/jdk/bin/keytool" \
    798                        -s "/usr/bin/openssl" -o "/opt/jdk/jre/lib/security/cacerts"</userinput></screen>
     848<screen role="root"><userinput>/opt/jdk/bin/mkcacerts            \
     849        -d "/etc/ssl/certs/"      \
     850        -k "/opt/jdk/bin/keytool" \
     851        -s "/usr/bin/openssl"     \
     852        -o "/opt/jdk/jre/lib/security/cacerts"</userinput></screen>
    799853
    800854    </sect3>
     
    814868        jarsigner, java, javac, javadoc, javah, javap, java-rmi.cgi,
    815869        jcmd, jconsole, jdb, jhat, jinfo, jmap, jps,
    816         jrunscript, jsadebugd, jstack, jstat, jstatd, keytool,
     870        jrunscript, jsadebugd, jstack, jstat, jstatd, keytool, mkcacerts,
    817871        native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry,
    818872        schemagen, serialver, servertool, tnameserv, unpack200,
     
    10981152      </varlistentry>
    10991153
     1154      <varlistentry id="mkcacerts">
     1155        <term><command>mkcacerts</command></term>
     1156        <listitem>
     1157          <para> is a simple script to extract x509 certificates and create
     1158          a JRE cacerts file using <command>keytool</command>.</para>
     1159          <indexterm zone="openjdk mkcacerts">
     1160            <primary sortas="b-mkcacerts">mkcacerts</primary>
     1161          </indexterm>
     1162        </listitem>
     1163      </varlistentry>
     1164
    11001165      <varlistentry id="native2ascii">
    11011166        <term><command>native2ascii</command></term>
  • general/prog/perl-modules.xml

    r1ec0251 r64135787  
    6464http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz
    6565MD5 sum: e804985def2c1f0ed640ab4ca6aa85a1</literallayout>
     66      </listitem>
     67    </itemizedlist>
     68
     69    <!-- autovivification -->
     70    <bridgehead renderas="sect3" id="perl-autovivification"
     71    xreflabel="autovivification-&autovivification-version;">
     72    autovivification-&autovivification-version;</bridgehead>
     73
     74    <indexterm zone="perl-modules perl-autovivification">
     75      <primary sortas="a-autovivification">autovivification</primary>
     76    </indexterm>
     77
     78    <para>The autovivification module allows you to lexically disable
     79    autovivification. This module uses the standard
     80    <xref linkend="perl-standard-install"/>.</para>
     81
     82    &lfs75_checked;
     83
     84    <itemizedlist>
     85      <listitem><literallayout><ulink url="http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-&autovivification-version;.tar.gz">autovivification-&autovivification-version;</ulink>
     86http://www.cpan.org/authors/id/V/VP/VPIT/autovification-&autovivification-version;.tar.gz
     87MD5 sum: 871ce0e9b93ef616da7cfa91dbd2772e</literallayout>
     88      </listitem>
     89    </itemizedlist>
     90
     91    <!-- Business::ISBN -->
     92    <bridgehead renderas="sect3" id="perl-business-isbn"
     93    xreflabel="Business::ISBN-&Business-ISBN-version;">
     94    Business::ISBN-&Business-ISBN-version;</bridgehead>
     95
     96    <indexterm zone="perl-modules perl-business-isbn">
     97      <primary sortas="a-Business-ISBN">Business::ISBN</primary>
     98    </indexterm>
     99
     100    <para>The Business::ISBN module is for work with International Standard Book
     101    Numbers.  This module and its dependency use the standard
     102    <xref linkend="perl-standard-install"/>.</para>
     103
     104    &lfs75_checked;
     105
     106    <itemizedlist>
     107      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">Business::ISBN-&Business-ISBN-version;</ulink>
     108http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz
     109MD5 sum: c0049fb576b9fc3b2603bf7e9b3e91af</literallayout>
     110        <itemizedlist>
     111          <listitem><literallayout><ulink url="http://search.cpan.org/~bdfoy/Business-ISBN-Data/">Business::ISBN::Data</ulink>
     112(http://search.cpan.org/~bdfoy/Business-ISBN-Data/)</literallayout>
     113          </listitem>
     114        </itemizedlist>
     115      </listitem>
     116    </itemizedlist>
     117
     118    <!-- Business::ISMN -->
     119    <bridgehead renderas="sect3" id="perl-business-ismn"
     120    xreflabel="Business::ISMN-&Business-ISMN-version;">
     121    Business::ISMN-&Business-ISMN-version;</bridgehead>
     122
     123    <indexterm zone="perl-modules perl-business-ismn">
     124      <primary sortas="a-Business-ISMN">Business::ISMN</primary>
     125    </indexterm>
     126
     127    <para>The Business::ISMN module is for work with International Standard
     128    Music Numbers.  This module uses the standard
     129    <xref linkend="perl-standard-install"/>.</para>
     130
     131    &lfs75_checked;
     132
     133    <itemizedlist>
     134      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISMN-&Business-ISMN-version;.tar.gz">Business::ISMN-&Business-ISMN-version;</ulink>
     135http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISMN-&Business-ISMN-version;.tar.gz
     136MD5 sum: b8228688f2cfa0c629c8d0cbf88421ff</literallayout>
     137        <itemizedlist>
     138          <listitem><literallayout><ulink url="http://search.cpan.org/~bdfoy/Tie-Cycle/">Tie::Cycle</ulink>
     139(http://search.cpan.org/~bdfoy/Tie-Cycle/)</literallayout>
     140          </listitem>
     141        </itemizedlist>
     142      </listitem>
     143    </itemizedlist>
     144
     145    <!-- Business::ISSN -->
     146    <bridgehead renderas="sect3" id="perl-business-issn"
     147    xreflabel="Business::ISSN-&Business-ISSN-version;">
     148    Business::ISSN-&Business-ISSN-version;</bridgehead>
     149
     150    <indexterm zone="perl-modules perl-business-issn">
     151      <primary sortas="a-Business-ISSN">Business::ISSN</primary>
     152    </indexterm>
     153
     154    <para>The Business::ISSN module is for work with International Standard
     155    Serial Numbers.  This module uses the standard
     156    <xref linkend="perl-standard-install"/>.</para>
     157
     158    &lfs75_checked;
     159
     160    <itemizedlist>
     161      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISSN-&Business-ISSN-version;.tar.gz">Business::ISSN-&Business-ISSN-version;</ulink>
     162http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISSN-&Business-ISSN-version;.tar.gz
     163MD5 sum: d1f609422d3a0ad5e301ae694d142fe4</literallayout>
     164      </listitem>
     165    </itemizedlist>
     166
     167    <!-- Data::Compare -->
     168    <bridgehead renderas="sect3" id="perl-data-compare"
     169    xreflabel="Data::Compare-&Data-Compare-version;">
     170    Data::Compare-&Data-Compare-version;</bridgehead>
     171
     172    <indexterm zone="perl-modules perl-data-compare">
     173      <primary sortas="a-Data-Compare">Data::Compare</primary>
     174    </indexterm>
     175
     176    <para>The Data::Compare module compares two <application>perl</application>
     177    data structures. This module and its dependencies use the standard
     178    <xref linkend="perl-standard-install"/>.</para>
     179
     180    &lfs75_checked;
     181
     182    <itemizedlist>
     183      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz">Data::Compare-&Data-Compare-version;</ulink>
     184http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz
     185MD5 sum: 45d56aa548581d7e4406f665c417d31e</literallayout>
     186        <itemizedlist>
     187          <listitem> <literallayout><ulink url="http://search.cpan.org/~rclamp/File-Find-Rule/">File::Find::Rule</ulink>
     188(http://search.cpan.org/~rclamp/File-Find-Rule/)
     189
     190</literallayout>
     191            <itemizedlist>
     192              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Number-Compare/">Number::Compare</ulink>
     193(http://search.cpan.org/dist/Number::Compare/)</literallayout>
     194              </listitem>
     195              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Text-Glob/">Text::Glob</ulink>
     196(http://search.cpan.org/dist/Text::Glob/)</literallayout>
     197              </listitem>
     198            </itemizedlist>
     199          </listitem>
     200        </itemizedlist>
     201      </listitem>
     202    </itemizedlist>
     203
     204    <!-- Date::Simple -->
     205    <bridgehead renderas="sect3" id="perl-date-simple"
     206    xreflabel="Date::Simple-&Date-Simple-version;">
     207    Date::Simple-&Date-Simple-version;</bridgehead>
     208
     209    <indexterm zone="perl-modules perl-date-simple">
     210      <primary sortas="a-Date-Simple">Date::Simple</primary>
     211    </indexterm>
     212
     213    <para>Date::Simple provides a simple date object. This module uses the
     214    standard <xref linkend="perl-standard-install"/>.</para>
     215
     216    &lfs75_checked;
     217
     218    <itemizedlist>
     219      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/I/IZ/IZUT/Date-Simple-&Date-Simple-version;.tar.gz">Date::Simple-&Date-Simple-version;</ulink>
     220http://www.cpan.org/authors/id/I/IZ/IZUT/Date-Simple-&Date-Simple-version;.tar.gz
     221MD5 sum: 436049dc2c7dfd8423d8bcc807248b31</literallayout>
     222      </listitem>
     223    </itemizedlist>
     224
     225    <!-- Encode::EUCJPASCII -->
     226    <bridgehead renderas="sect3" id="perl-encode-eucjpascii"
     227    xreflabel="Encode::EUCJPASCII-&Encode-EUCJPASCII-version;">
     228    Encode::EUCJPASCII-&Encode-EUCJPASCII-version;</bridgehead>
     229
     230    <indexterm zone="perl-modules perl-encode-eucjpascii">
     231      <primary sortas="a-Encode-EUCJPASCII">Encode-EUCJPASCII</primary>
     232    </indexterm>
     233
     234    <para>Encode::EUCJPASCII provides an eucJP-open mapping. This module uses the
     235    standard <xref linkend="perl-standard-install"/>.</para>
     236
     237    &lfs75_checked;
     238
     239    <itemizedlist>
     240      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-&Encode-EUCJPASCII-version;.tar.gz">Encode-EUCJPASCII-&Encode-EUCJPASCII-version;</ulink>
     241http://www.cpan.org/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-&Encode-EUCJPASCII-version;.tar.gz
     242MD5 sum: 5daa65f55b7c2050bb0713d9e95f239d</literallayout>
     243      </listitem>
     244    </itemizedlist>
     245
     246    <!-- Encode::HanExtra -->
     247    <bridgehead renderas="sect3" id="perl-encode-hanextra"
     248    xreflabel="Encode::HanExtra-&Encode-HanExtra-version;">
     249    Encode::HanExtra-&Encode-HanExtra-version;</bridgehead>
     250
     251    <indexterm zone="perl-modules perl-encode-hanextra">
     252      <primary sortas="a-Encode-HanExtra">Encode::HanExtra</primary>
     253    </indexterm>
     254
     255    <para>The Encode::HanExtra module provides extra sets of Chinese Encodings.
     256    This module uses the standard <xref linkend="perl-standard-install"/>.</para>
     257
     258    &lfs75_checked;
     259
     260    <itemizedlist>
     261      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/A/AU/AUDREYT/Encode-HanExtra-&Encode-HanExtra-version;.tar.gz">Encode::HanExtra-&Encode-HanExtra-version;</ulink>
     262http://www.cpan.org/authors/id/A/AU/AUDREYT/Encode-HanExtra-&Business-ISSN-version;.tar.gz
     263MD5 sum: e1d3bc32c1c8ee304235a06fbcd5d5a4</literallayout>
     264      </listitem>
     265    </itemizedlist>
     266
     267    <!-- Encode::JIS2K -->
     268    <bridgehead renderas="sect3" id="perl-encode-jis2k"
     269    xreflabel="Encode::JIS2K-&Encode-JIS2K-version;">
     270    Encode::JIS2K-&Encode-JIS2K-version;</bridgehead>
     271
     272    <indexterm zone="perl-modules perl-encode-jis2k">
     273      <primary sortas="a-Encode-JIS2K">Encode::JIS2K</primary>
     274    </indexterm>
     275
     276    <para>The Encode::JIS2K module provides JIS X 0212 (aka JIS 2000)
     277    Encodings. This module uses the standard
     278    <xref linkend="perl-standard-install"/>.</para>
     279
     280    &lfs75_checked;
     281
     282    <itemizedlist>
     283      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Encode-JIS2K-version;.tar.gz">Encode::JIS2K-&Encode-JIS2K-version;</ulink>
     284http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Business-ISSN-version;.tar.gz
     285MD5 sum: 00e73ee943fb2f882b00b7b61e4c9db1</literallayout>
     286      </listitem>
     287    </itemizedlist>
     288
     289    <!-- File::Slurp -->
     290    <bridgehead renderas="sect3" id="perl-file-slurp"
     291    xreflabel="File::Slurp-&File-Slurp-version;">
     292    File::Slurp-&File-Slurp-version;</bridgehead>
     293
     294    <indexterm zone="perl-modules perl-file-slurp">
     295      <primary sortas="a-File-Slurp">File::Slurp</primary>
     296    </indexterm>
     297
     298    <para>The File::Slurp module provides Simple and Efficient
     299    Reading/Writing/Modifying of Complete Files.  This module uses the standard
     300    <xref linkend="perl-standard-install"/>.</para>
     301
     302    &lfs75_checked;
     303
     304    <itemizedlist>
     305      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-&File-Slurp-version;.tar.gz">File::Slurp-&File-Slurp-version;</ulink>
     306http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-&Business-ISSN-version;.tar.gz
     307MD5 sum: 7d584cd15c4f8b9547765eff8c4ef078</literallayout>
     308      </listitem>
     309    </itemizedlist>
     310
     311    <!-- File::Which -->
     312    <bridgehead renderas="sect3" id="perl-file-which"
     313    xreflabel="File::Which-&File-Which-version;">
     314    File::Which-&File-Which-version;</bridgehead>
     315
     316    <indexterm zone="perl-modules perl-file-which">
     317      <primary sortas="a-File-Which">File::Which</primary>
     318    </indexterm>
     319
     320    <para>File::Which provides a portable implementation of the
     321    &apos;which&apos; utility. This module and its dependencies use the standard
     322    <xref linkend="perl-standard-install"/>.</para>
     323
     324    &lfs75_checked;
     325
     326    <itemizedlist>
     327      <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-&File-Which-version;.tar.gz">File::Which-&File-Which-version;</ulink>
     328http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-&File-Which-version;.tar.gz
     329MD5 sum: b9429edaad7f45caafa4d458afcfd8af
     330
     331</literallayout>
     332        <itemizedlist>
     333          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Test-Script/">Test::Script</ulink>
     334(http://search.cpan.org/dist/Test-Script/)
     335
     336</literallayout>
     337            <itemizedlist>
     338              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Probe-Perl/">Probe-Perl</ulink>
     339(http://search.cpan.org/dist/Probe-Perl/
     340
     341</literallayout>
     342       <!--     <itemizedlist>
     343                  <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Encode-ISO2022/">Encode-ISO2022</ulink>
     344(http://search.cpan.org/dist/Encode-ISO2022/>)
     345
     346</literallayout>
     347                  </listitem>
     348                </itemizedlist> -->
     349              </listitem>
     350            </itemizedlist>
     351          </listitem>
     352        </itemizedlist>
    66353      </listitem>
    67354    </itemizedlist>
     
    204491    </itemizedlist> -->
    205492
    206     <!-- LWP -->
     493    <!-- IPC::Run3 -->
     494    <bridgehead renderas="sect3" id="perl-ipc-run3"
     495    xreflabel="IPC::Run3-&IPC-Run3-version;">
     496    IPC::Run3-&IPC-Run3-version;</bridgehead>
     497
     498    <indexterm zone="perl-modules perl-ipc-run3">
     499      <primary sortas="a-IPC-Run3">IPC-Run3</primary>
     500    </indexterm>
     501
     502    <para>The IPC::Run3 module is used to run a subprocess with input/ouput
     503    redirection.  This module uses the standard
     504    <xref linkend="perl-standard-install"/>.</para>
     505
     506    &lfs75_checked;
     507
     508    <itemizedlist>
     509      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-&IPC-Run3-version;.tar.gz">IPC-Run3-&IPC-Run3-version;</ulink>
     510http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-&Business-ISSN-version;.tar.gz
     511MD5 sum: 5a8cec571c51a118b265cf6e24e55761</literallayout>
     512      </listitem>
     513    </itemizedlist>
     514
     515    <!-- LWP (but listed as libwww-perl) -->
    207516    <bridgehead renderas="sect3" id="perl-lwp"
    208517    xreflabel="libwww-perl-&LWP-version;">
     
    227536
    228537    <itemizedlist>
    229       <listitem><literallayout><ulink url="http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz">libwww-perl-&LWP-version;</ulink>
    230 http://cpan.org/authors/id/G/GA/GAAS/libwww-perl-&LWP-version;.tar.gz
    231 MD5 sum: 637d5f1eb61336ca2caa6e026b382f87) </literallayout>
     538      <listitem><literallayout><ulink url="http://cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-&LWP-version;.tar.gz">libwww-perl-&LWP-version;</ulink>
     539http://cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-&LWP-version;.tar.gz
     540MD5 sum: 28e5005609af16c1fa297d12e0312f86</literallayout>
    232541        <itemizedlist>
    233542          <listitem> <literallayout><ulink url="http://search.cpan.org/~gaas/Encode-Locale/">Encode::Locale</ulink>
     
    317626    </itemizedlist>
    318627
     628    <!-- List::AllUtils -->
     629    <bridgehead renderas="sect3" id="perl-list-allutils"
     630    xreflabel="List::AllUtils-&List-AllUtils-version;">
     631    List::AllUtils-&List-AllUtils-version;</bridgehead>
     632
     633    <indexterm zone="perl-modules perl-list-allutils">
     634      <primary sortas="a-List-AllUtils">List::AllUtils</primary>
     635    </indexterm>
     636
     637    <para>The List::Allutils module combines List::Util and List::MoreUtils in
     638    one bite-sized package. This module and its dependencies use the standard
     639    <xref linkend="perl-standard-install"/>.</para>
     640
     641    <para>This package will fail (tests, but not for any obvious reason, and at
     642    runtime) if the core module List::Util is older than 1.31, as happens with
     643    e.g. with perl-5.18.2 from LFS-7.5. To test the version, you can run the
     644    following command</para>
     645    <!-- use para to avoid line break in the long path -->
     646    <para><command>strings /usr/lib/perl5/5.*/*/auto/List/Util/Util.so |
     647    grep v5 -A 1 | tail -n 1</command></para>
     648    <para>and if necessary install
     649    <ulink url="http://search.cpan.org/dist/Scalar-List-Utils/">Scalar::List::Utils</ulink>
     650    (http://search.cpan.org/dist/Scalar-List-Utils/) to get a newer version of
     651    that module without updating all of <application>perl</application>.</para>
     652
     653    &lfs75_checked;
     654
     655    <itemizedlist>
     656      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz">List::AllUtils-&List-AllUtils-version;</ulink>
     657http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz
     658MD5 sum: 0becef45aaf3556685ab798a132c014e</literallayout>
     659        <itemizedlist>
     660          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Number-Compare/">Number::Compare</ulink>
     661(http://search.cpan.org/dist/Number::Compare/)</literallayout>
     662          </listitem>
     663          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Text-Glob/">Text::Glob</ulink>
     664(http://search.cpan.org/dist/Text::Glob/)</literallayout>
     665          </listitem>
     666        </itemizedlist>
     667      </listitem>
     668    </itemizedlist>
     669
     670    <!-- Log::Log4perl -->
     671    <bridgehead renderas="sect3" id="perl-log-log4perl"
     672    xreflabel="Log::Log4perl-&Log-Log4perl-version;">
     673    Log-Log4perl-&Log-Log4perl-version;</bridgehead>
     674
     675    <indexterm zone="perl-modules perl-log-log4perl">
     676      <primary sortas="a-Log-Log4perl">Log-Log4perl</primary>
     677    </indexterm>
     678
     679    <para>Log-Log4perl provides a Log4j implementation for
     680    <application>perl</application>. This module uses the
     681    standard <xref linkend="perl-standard-install"/>.</para>
     682
     683    &lfs75_checked;
     684
     685    <itemizedlist>
     686      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-&Log-Log4perl-version;.tar.gz">Log-Log4perl-&Log-Log4perl-version;</ulink>
     687http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-&Log-Log4perl-version;.tar.gz
     688MD5 sum: 4065a8b123badf07a3d6f57b48a0aa5c</literallayout>
     689      </listitem>
     690    </itemizedlist>
    319691
    320692    <!-- Module::Info
     
    458830    </itemizedlist>
    459831
     832    <!-- Readonly::XS -->
     833    <bridgehead renderas="sect3" id="perl-readonly-xs"
     834    xreflabel="Readonly::XS-&Readonly-XS-version;">
     835    Readonly::XS-&Readonly-XS-version;</bridgehead>
     836
     837    <indexterm zone="perl-modules perl-readonly-xs">
     838      <primary sortas="a-Readonly-XS">Readonly::XS</primary>
     839    </indexterm>
     840
     841    <para>The Readonly::XS module is a companion module for Readonly.pm, to
     842    speed up read-only scalar variables. This module uses the standard
     843    <xref linkend="perl-standard-install"/>.</para>
     844
     845    &lfs75_checked;
     846
     847    <itemizedlist>
     848      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-XS-&Readonly-XS-version;.tar.gz">Readonly::XS-&Readonly-XS-version;</ulink>
     849http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-XS-&Readonly-XS-version;.tar.gz
     850MD5 sum: df71f29abfcbd14c963f912d6d6ded6b</literallayout>
     851        <itemizedlist>
     852          <listitem><literallayout><ulink url="http://search.cpan.org/dist/Readonly/">Readonly</ulink>
     853(http://search.cpan.org/dist/Readonly/)
     854this uses the <xref linkend="perl-build-install"/></literallayout>
     855          </listitem>
     856        </itemizedlist>
     857      </listitem>
     858    </itemizedlist>
     859
     860    <!-- Regexp::Common -->
     861    <bridgehead renderas="sect3" id="perl-regexp-common"
     862    xreflabel="Regexp::Common-&Regexp-Common-version;">
     863    Regexp::Common-&Regexp-Common-version;</bridgehead>
     864
     865    <indexterm zone="perl-modules perl-regexp-common">
     866      <primary sortas="a-Regexp-Common">Regexp-Common</primary>
     867    </indexterm>
     868
     869    <para>Regexp::Common provides commonly requested regular expressions. This
     870    module uses the standard <xref linkend="perl-standard-install"/>.</para>
     871
     872    &lfs75_checked;
     873
     874    <itemizedlist>
     875      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz">Regexp-Common-&Regexp-Common-version;</ulink>
     876http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz
     877MD5 sum: 2b9c335312dcfd9980ff7acbad0e5905</literallayout>
     878      </listitem>
     879    </itemizedlist>
     880
    460881    <!-- SGMLSpm -->
    461882    <bridgehead renderas="sect3" id="perl-sgmlspm"
     
    491912MD5 sum: 746c74ae969992cedb1a2879b4168090 </literallayout>
    492913<!--http://search.cpan.org/CPAN/authors/id/R/RA/RAAB/SGMLSpm-&SGMLSpm-version;.tar.gz -->
     914      </listitem>
     915    </itemizedlist>
     916
     917    <!-- Text::BibTeX -->
     918    <bridgehead renderas="sect3" id="perl-text-bibtex"
     919    xreflabel="Text::BibTeX-&Text-BibTeX-version;">
     920    Text::BibTeX-&Text-BibTeX-version;</bridgehead>
     921
     922    <indexterm zone="perl-modules perl-text-bibtex">
     923      <primary sortas="a-Text-BibTeX">Text::BibTex</primary>
     924    </indexterm>
     925
     926    <para>Text::BibTeX provides an interface to read and parse
     927    <application>BibTeX</application> files. This module uses the
     928    <xref linkend="perl-build-install"/>, but except where noted,
     929    its dependencies are installed using the standard
     930    <xref linkend="perl-standard-install"/>.</para>
     931
     932    &lfs75_checked;
     933
     934    <itemizedlist>
     935      <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/A/AM/AMBS/Text/Text-BibTeX-&Text-BibTeX-version;.tar.gz">Text::BibTeX-&Text-BibTeX-version;</ulink>
     936http://www.cpan.org/authors/id/A/AM/AMBS/Text/Text-BibTeX-&Text-BibTeX-version;.tar.gz
     937MD5 sum: 2b83fd66f252f4c11d1f49b4ea638ea3
     938
     939</literallayout>
     940        <itemizedlist>
     941          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Config-AutoConf/">Config::AutoConf</ulink>
     942(http://search.cpan.org/dist/Config-AutoConf/) </literallayout>
     943            <itemizedlist>
     944              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Capture-Tiny/">Capture=Tiny</ulink>
     945(http://search.cpan.org/dist/Capture-Tiny/
     946</literallayout>
     947              </listitem>
     948              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/ExtUtils-LibBuilder/">ExtUtils-LibBuilder</ulink>
     949(http://search.cpan.org/dist/LibBuilder/)
     950this uses the <xref linkend="perl-build-install"/>
     951</literallayout>
     952              </listitem>
     953            </itemizedlist>
     954          </listitem>
     955        </itemizedlist>
    493956      </listitem>
    494957    </itemizedlist>
     
    5641027    </itemizedlist>
    5651028    -->
     1029
     1030    <!-- Unicode::Collate -->
     1031    <bridgehead renderas="sect3" id="perl-unicode-collate"
     1032    xreflabel="Unicode::Collate-&Unicode-Collate-version;">
     1033    Unicode::Collate-&Unicode-Collate-version;</bridgehead>
     1034
     1035    <indexterm zone="perl-modules perl-unicode-collate">
     1036      <primary sortas="a-Unicode-Collate">Unicode-Collate</primary>
     1037    </indexterm>
     1038
     1039    <para>Unicode::Collate  provides a Unicode collation algorithm. This module
     1040    uses the standard <xref linkend="perl-standard-install"/>.</para>
     1041
     1042    &lfs75_checked;
     1043
     1044    <itemizedlist>
     1045      <listitem><literallayout><ulink url=" http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz">Unicode-Collate-&Unicode-Collate-version;</ulink>
     1046http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz
     1047MD5 sum: 80b9d8452be51a638268fffd129d2480</literallayout>
     1048      </listitem>
     1049    </itemizedlist>
     1050
     1051    <!-- Unicode::LineBreak -->
     1052    <bridgehead renderas="sect3" id="perl-unicode-linebreak"
     1053    xreflabel="Unicode::LineBreak-&Unicode-LineBreak-version;">
     1054    Unicode::LineBreak-&Unicode-LineBreak-version;</bridgehead>
     1055
     1056    <indexterm zone="perl-modules perl-unicode-linebreak">
     1057      <primary sortas="a-Unicode-LineBreak">Unicode::LineBreak</primary>
     1058    </indexterm>
     1059
     1060    <para>Unicode::LineBreak provides a UAX #14 Unicode Line Breaking Algorithm.
     1061    This module and its dependencies use the standard
     1062    <xref linkend="perl-standard-install"/>.</para>
     1063
     1064    &lfs75_checked;
     1065
     1066    <itemizedlist>
     1067      <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz">Unicode::LineBreak-&Unicode-LineBreak-version;</ulink>
     1068http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz
     1069MD5 sum: c908890e6a00f4203da5d4a5d6060586
     1070
     1071</literallayout>
     1072        <itemizedlist>
     1073          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/MIME-Charset/">MIME::Charset</ulink>
     1074(http://search.cpan.org/dist/MIME-Charset/)
     1075
     1076</literallayout>
     1077            <itemizedlist>
     1078              <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Encode-JISX0213/">Encode-JISX0213</ulink>
     1079(http://search.cpan.org/dist/Encode-JISX0213/
     1080
     1081</literallayout>
     1082                <itemizedlist>
     1083                  <listitem> <literallayout><ulink url="http://search.cpan.org/dist/Encode-ISO2022/">Encode-ISO2022</ulink>
     1084(http://search.cpan.org/dist/Encode-ISO2022/>)
     1085
     1086</literallayout>
     1087                  </listitem>
     1088                </itemizedlist>
     1089              </listitem>
     1090            </itemizedlist>
     1091          </listitem>
     1092        </itemizedlist>
     1093      </listitem>
     1094    </itemizedlist>
    5661095
    5671096    <!-- URI -->
     
    5901119
    5911120    <itemizedlist>
    592       <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">URI-&URI-version;</ulink>
    593 http://www.cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz
    594 MD5 sum: 70f739be8ce28b8baba7c5920ffee4dc </literallayout>
     1121      <listitem> <literallayout><ulink url="http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz">URI-&URI-version;</ulink>
     1122http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz
     1123MD5 sum: 975b2282bc8f0fd72a6dae5cefc33824 </literallayout>
     1124      </listitem>
     1125    </itemizedlist>
     1126
     1127    <!-- XML::LibXML::Simple -->
     1128    <bridgehead renderas="sect3" id="perl-xml-libxml-simple"
     1129    xreflabel="XML::LibXML::Simple-&XML-LibXML-Simple-version;">
     1130    XML::libXML::Simple-&XML-LibXML-Simple-version;</bridgehead>
     1131
     1132    <indexterm zone="perl-modules perl-xml-libxml-simple">
     1133      <primary sortas="a-XML-LibXML-Simple">XML::LibXML::Simple</primary>
     1134    </indexterm>
     1135
     1136    <para>The XML::LibXML::Simple module is a rewrite of XML::Simple to use the
     1137    XML::LibXML parser for XML structures,instead of the plain
     1138    <application>Perl</application> or SAX parsers.
     1139    This module and all dependency modules use the standard
     1140    <xref linkend="perl-standard-install"/>.</para>
     1141
     1142    &lfs75_checked;
     1143
     1144    <itemizedlist>
     1145      <listitem> <literallayout><ulink url="http://cpan.org/authors/id/M/MA/MARKOV/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz">XML::LibXML::Simple-&XML-LibXML-Simple-version;</ulink>
     1146http://cpan.org/authors/id/M/MA/MARKOV/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz
     1147MD5 sum: 5be6726d9972be9f55bd646a464988d6 </literallayout>
     1148        <itemizedlist>
     1149          <listitem>
     1150            <para>
     1151              <xref linkend="perl-xml-sax"/>
     1152            </para>
     1153          </listitem>
     1154          <listitem>
     1155            <para>
     1156              <xref linkend="perl-xml-libxml"/>
     1157            </para>
     1158          </listitem>
     1159          <listitem> <literallayout><ulink url="http://search.cpan.org/dist/File-Slurp-Tiny/">File::Slurp::Tiny</ulink>
     1160(http://search.cpan.org/dist/File-Slurp-Tiny/)
     1161</literallayout>
     1162          </listitem>
     1163        </itemizedlist>
     1164      </listitem>
     1165    </itemizedlist>
     1166
     1167    <!-- XML::LibXSLT -->
     1168    <bridgehead renderas="sect3" id="perl-xml-libxslt"
     1169    xreflabel="XML::LibXSLT-&XML-LibXSLT-version;">
     1170    XML::LibXSLT-&XML-LibXSLT-version;</bridgehead>
     1171
     1172    <indexterm zone="perl-modules perl-xml-libxslt">
     1173      <primary sortas="a-XML-LibXSLT">XML::LibXSLT</primary>
     1174    </indexterm>
     1175
     1176    <para>The XML::LibXSLT module provides an interface to
     1177    <application>libxslt</application>. This module uses the standard
     1178    <xref linkend="perl-standard-install"/>.</para>
     1179
     1180    &lfs75_checked;
     1181
     1182    <itemizedlist>
     1183      <listitem><literallayout><ulink url="http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz">XML::LibXSLT-&XML-LibXSLT-version;</ulink>
     1184http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz
     1185MD5 sum: e543d54493c8be6d4fb26595593818d1</literallayout>
     1186        <itemizedlist>
     1187          <listitem>
     1188            <para>
     1189              <xref linkend="libxslt"/>
     1190            </para>
     1191          </listitem>
     1192        </itemizedlist>
    5951193      </listitem>
    5961194    </itemizedlist>
     
    6531251MD5 sum: 4d10964e123b76eca36678464daa63cd </literallayout>
    6541252        <itemizedlist>
    655           <listitem> <literallayout><ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink>
     1253   <!--   <listitem> <literallayout><ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink> -->
     1254          <listitem> <literallayout><ulink id="perl-xml-sax" xreflabel="XML::SAX" url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink>
    6561255(http://search.cpan.org/~grantm/XML-SAX/)
    6571256(Note: this package does not support parallel build)
     
    6801279            </itemizedlist>-->
    6811280          </listitem>
    682           <listitem> <literallayout id="perl-xml-libxml"><ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML::LibXML</ulink>
     1281          <listitem> <literallayout> <ulink id="perl-xml-libxml" xreflabel="XML::LibXML" url="http://search.cpan.org/~shlomif/XML-LibXML/">XML::LibXML</ulink>
    6831282(http://search.cpan.org/~shlomif/XML-LibXML/)
    6841283(recommended for faster parsing) </literallayout>
     
    6891288          </listitem>
    6901289        </itemizedlist>
     1290      </listitem>
     1291    </itemizedlist>
     1292
     1293    <!-- XML::Writer -->
     1294    <bridgehead renderas="sect3" id="perl-xml-writer"
     1295    xreflabel="XML::Writer-&XML-Writer-version;">
     1296    XML::Writer-&XML-Writer-version;</bridgehead>
     1297
     1298    <indexterm zone="perl-modules perl-xml-writer">
     1299      <primary sortas="a-XML-Writer">XML::Writer</primary>
     1300    </indexterm>
     1301
     1302    <para>XML::Writer provides a <application>Perl</application>
     1303    extension for writing XML documents. This
     1304    module uses the standard <xref linkend="perl-standard-install"/>.</para>
     1305
     1306    &lfs75_checked;
     1307
     1308    <itemizedlist>
     1309      <listitem><literallayout><ulink url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">XML::Writer-&XML-Writer-version;</ulink>
     1310http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz
     1311MD5 sum: b9c2420c243c6a36ce45a008740fcede</literallayout>
    6911312      </listitem>
    6921313    </itemizedlist>
     
    7941415  </sect2>
    7951416
     1417  <sect2 role="installation" id="perl-build-install"
     1418  xreflabel="instructions for packages using Build.PL">
     1419    <title>Installation of Perl Modules which use Build.PL</title>
     1420
     1421    <para>Install <application>Perl</application> modules which use
     1422    Build.PL by running the following commands:</para>
     1423
     1424<!-- when Build is removed from the core perl distribution, perhaps in 5.22,
     1425     Module::Build should be added to this page, and linked from here -->
     1426<screen><userinput>perl Build.PL &amp;&amp;
     1427./Build &amp;&amp;
     1428./Build test</userinput></screen>
     1429
     1430    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     1431
     1432<screen role="root"><userinput>./Build install</userinput></screen>
     1433
     1434<!-- following not tested
     1435    <note>
     1436      <para>When reinstalling a <application>Perl</application> module,
     1437      sometimes older versions of the module being reinstalled are in other
     1438      directories specified in <parameter>@INC</parameter>.  To delete all
     1439      other versions of the module being reinstalled (not simply older ones)
     1440      set the <varname>UNINST</varname> variable:</para>
     1441
     1442<screen><userinput>./Build install UNINST=1</userinput></screen>
     1443    </note> -->
     1444
     1445  </sect2>
     1446
    7961447  <sect2 role="installation" id="perl-auto-install"
    7971448  xreflabel="alternate auto installation instructions">
  • general/prog/prog.xml

    r1ec0251 r64135787  
    2525  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bazaar.xml"/>
    2626  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="check.xml"/>
     27  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="clisp.xml"/>
    2728  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake-systemd.xml"/>
    2829  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/>
  • general/prog/tcl.xml

    r1ec0251 r64135787  
    77  <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz">
    88  <!ENTITY tcl-download-ftp  " ">
    9   <!ENTITY tcl-md5sum        "aae4b701ee527c6e4e1a6f9c7399882e">
    10   <!ENTITY tcl-size          "8.4 MB">
    11   <!ENTITY tcl-buildsize     "60 MB (includes documentation installation)">
    12   <!ENTITY tcl-time          "0.8 SBU">
     9  <!ENTITY tcl-md5sum        "8103eaf6d71acb716a64224492f09d5f">
     10  <!ENTITY tcl-size          "8.5 MB">
     11  <!ENTITY tcl-buildsize     "79 MB (includes documentation installation)">
     12  <!ENTITY tcl-time          "0.9 SBU (adittional 1.5 SBU for the tests)">
    1313
    1414  <!ENTITY tcl-doc-download  "&sourceforge-repo;/tcl/tcl&tcl-version;-html.tar.gz">
    15   <!ENTITY tcl-doc-md5sum    "e5d92d4a74ecc77456b092e981112560">
     15  <!ENTITY tcl-doc-md5sum    "75019542fa735eb0c26e385b1a41296c">
    1616  <!ENTITY tcl-doc-size      "1.2 MB">
    1717
     
    215215        </seg>
    216216        <seg>
     217          /usr/lib/itcl4.0.1,
     218          /usr/lib/sqlite3.8.6,
    217219          /usr/lib/tcl8,
    218           /usr/lib/thread2.7.0,
    219           /usr/lib/tdbcodbc1.0.0,
    220           /usr/lib/tdbc1.0.0,
    221           /usr/lib/sqlite3.7.15.1,
    222           /usr/lib/tdbcpostgres1.0.0,
    223220          /usr/lib/tcl&tcl-ver;,
    224           /usr/lib/tdbcmysql1.0.0,
    225           /usr/lib/itcl4.0.0,
    226           /usr/share/man/mann and optionally
    227           /usr/share/doc/&tcl-version;
     221          /usr/lib/tdbc1.0.1,
     222          /usr/lib/tdbcmysql1.0.1,
     223          /usr/lib/tdbcodbc1.0.1,
     224          /usr/lib/tdbcpostgres1.0.1,
     225          /usr/lib/thread2.7.1,
     226          /usr/share/doc/&tcl-version;, and
     227          /usr/share/man/mann
    228228        </seg>
    229229      </seglistitem>
  • general/prog/tk.xml

    r1ec0251 r64135787  
    77  <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz">
    88  <!ENTITY tk-download-ftp  " ">
    9   <!ENTITY tk-md5sum        "63f21c3a0e0cefbd854b4eb29b129ac6">
     9  <!ENTITY tk-md5sum        "a719038d2df12ffd41dda4a255da5e09">
    1010  <!ENTITY tk-size          "4.1 MB">
    1111  <!ENTITY tk-buildsize     "24 MB">
  • gnome-systemd/intro/build-order.xml

    r1ec0251 r64135787  
    105105     </listitem>
    106106     <listitem>
     107       <para><xref linkend="geoclue2"/>,</para>
     108     </listitem>
     109     <listitem>
    107110       <para><xref linkend="gstreamer10"/>,</para>
    108111     </listitem>
  • gnome/applications/brasero.xml

    r1ec0251 r64135787  
    109109    <bridgehead renderas="sect4">Optional (Runtime)</bridgehead>
    110110    <para role="optional">
    111       <xref linkend="cdrdao"/>, one of
     111      <xref linkend="cdrdao"/>,
     112      <xref linkend="libdvdcss"/>, one of
    112113      <ulink url="http://www.cdrkit.org/">cdrkit</ulink> or
    113       <ulink url="http://cdrecord.berlios.de/private/cdrecord.html">cdrtools</ulink> (conflict),
    114       <xref linkend="libdvdcss"/>, and
     114      <ulink url="http://sourceforge.net/projects/cdrtools/files/alpha/">cdrtools</ulink> (conflict), and
    115115      <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink>
    116116    </para>
  • gnome/applications/cheese.xml

    r1ec0251 r64135787  
    8383      <xref linkend="libcanberra"/>,
    8484      <xref linkend="librsvg"/>,
    85       <xref linkend="systemd"/> (for GUdev), and
     85      <xref linkend="udev-extras"/> (for GUdev), and
    8686      <xref linkend="yelp-xsl"/>
    8787    </para>
  • gnome/applications/totem.xml

    r1ec0251 r64135787  
    107107      bootscript/systemd unit),
    108108      <xref linkend="gtk-doc"/>,
    109       <xref linkend="xulrunner"/>,
    110109      <ulink url="http://www.lirc.org">LIRC</ulink>,
    111110      <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink>, and
  • gnome/platform/dconf.xml

    r1ec0251 r64135787  
    7676    <bridgehead renderas="sect4">Required</bridgehead>
    7777    <para role="required">
    78       <xref linkend="dbus"/>.
    79       <xref linkend="gtk3"/> and
     78      <xref linkend="dbus"/>,
     79      <xref linkend="gtk3"/>, and
    8080      <xref linkend="libxml2"/>
    8181    </para>
  • gnome/platform/gvfs.xml

    r1ec0251 r64135787  
    77  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.20/gvfs-&gvfs-version;.tar.xz">
    88  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.20/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "da2a542ea68b5294e41c0e23216ffdf9">
     9  <!ENTITY gvfs-md5sum        "710f68730d6ad6708f0f1d47976bff58">
    1010  <!ENTITY gvfs-size          "1.5 MB">
    11   <!ENTITY gvfs-buildsize     "55 MB (additional 1 MB for the tests)">
    12   <!ENTITY gvfs-time          "0.7 SBU (additional less than 0.1 SBU for the tests)">
     11  <!ENTITY gvfs-buildsize     "56 MB (additional 1 MB for the tests)">
     12  <!ENTITY gvfs-time          "0.7 SBU (additional 0.1 SBU for the tests)">
    1313]>
    1414
     
    8585      <xref linkend="libsecret"/>,
    8686      <xref linkend="libsoup"/>,
    87       <xref linkend="systemd"/> (for GUdev), and
     87      <xref linkend="udev-extras"/> (for GUdev), and
    8888      <xref linkend="udisks2"/>
    8989    </para>
     
    9696      <xref linkend="dbus-glib"/>,
    9797      <xref linkend="fuse"/>,
     98      <!-- <xref linkend="gnome-keyring"/>, libsecret covers this -->
     99      <xref linkend="gtk-doc"/>,
     100      <xref linkend="libarchive"/>,
     101      <xref linkend="libgcrypt"/>,
     102      <xref linkend="libxml2"/>,
     103      <xref linkend="libxslt"/>,
     104      <xref linkend="openssh"/>,
     105      <xref linkend="samba"/>,
    98106      <!-- <ulink url="&gnome-download-http;/gnome-disk-utility">
    99       GNOME Disk Utility</ulink>, obsolete for linux
    100       <xref linkend="gnome-keyring"/>, libsecret covers this -->
     107      GNOME Disk Utility</ulink>, obsolete for linux -->
    101108      <ulink url="&gnome-download-http;/gnome-online-accounts">
    102109      GNOME Online Accounts</ulink>,
    103       <xref linkend="gtk-doc"/>,
    104       <xref linkend="libarchive"/>,
    105110      <ulink url="http://www.videolan.org/developers/libbluray.html">
    106111      libbluray</ulink>,
    107112      <ulink url="http://www.gnu.org/software/libcdio/">libcdio-paranoia</ulink>,
    108       <xref linkend="libgcrypt"/>,
    109113      <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    110114      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
    111       <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>,
    112       <xref linkend="libxml2"/>,
    113       <xref linkend="libxslt"/>,
    114       <xref linkend="openssh"/>,
    115       <xref linkend="samba"/>, and
     115      <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>, and
    116116      <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>,
    117117    </para>
     
    180180      <seglistitem>
    181181        <seg>
    182           gvfs-cat, gvfs-copy, gvfs-goa-volume-monitor, gvfs-info,
    183           gvfs-less, gvfs-ls, gvfs-mime, gvfs-mkdir, gvfs-monitor-dir,
    184           gvfs-monitor-file, gvfs-mount, gvfs-move, gvfs-open,
    185           gvfs-rename, gvfs-rm, gvfs-save, gvfs-set-attribute,
    186           gvfs-trash, gvfs-tree, gvfs-udisks2-volume-monitor, gvfsd,
    187           gvfsd-afp, gvfsd-afp-browse, gvfsd-archive, gvfsd-burn,
    188           gvfsd-computer, gvfsd-dav, gvfsd-dnssd, gvfsd-ftp,
    189           gvfsd-fuse, gvfsd-http, gvfsd-localtest, gvfsd-metadata,
    190           gvfsd-network, gvfsd-recent, gvfsd-sftp, gvfsd-smb,
    191           gvfsd-smb-browse,  and gvfsd-trash
     182          gvfs-cat, gvfs-copy, gvfs-goa-volume-monitor, gvfs-info, gvfs-less,
     183          gvfs-ls, gvfs-mime, gvfs-mkdir, gvfs-monitor-dir, gvfs-monitor-file,
     184          gvfs-mount, gvfs-move, gvfs-open, gvfs-rename, gvfs-rm, gvfs-save,
     185          gvfs-set-attribute, gvfs-trash, gvfs-tree,
     186          gvfs-udisks2-volume-monitor, gvfsd, gvfsd-afp, gvfsd-afp-browse,
     187          gvfsd-archive, gvfsd-burn, gvfsd-computer, gvfsd-dav, gvfsd-dnssd,
     188          gvfsd-ftp, gvfsd-fuse, gvfsd-http, gvfsd-localtest, gvfsd-metadata,
     189          gvfsd-network, gvfsd-obexftp, gvfsd-recent, gvfsd-sftp, gvfsd-smb,
     190          gvfsd-smb-browse, and gvfsd-trash
    192191        </seg>
    193192        <seg>
  • gnome/platform/libwnck.xml

    r1ec0251 r64135787  
    77  <!ENTITY libwnck-download-http "&gnome-download-http;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz">
    88  <!ENTITY libwnck-download-ftp  "&gnome-download-ftp;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz">
    9   <!ENTITY libwnck-md5sum        "b028685089dd1267dab64cca77fd7f35">
    10   <!ENTITY libwnck-size          "652 KB">
    11   <!ENTITY libwnck-buildsize     "20 MB">
     9  <!ENTITY libwnck-md5sum        "5cb080285e8d5d6a70424cfb43bbf440">
     10  <!ENTITY libwnck-size          "660 KB">
     11  <!ENTITY libwnck-buildsize     "18 MB">
    1212  <!ENTITY libwnck-time          "0.2 SBU">
    1313]>
  • introduction/welcome/changelog.xml

    r1ec0251 r64135787  
    4444
    4545-->
     46    <listitem>
     47      <para>August 31st, 2014</para>
     48      <itemizedlist>
     49       <listitem>
     50          <para>[pierre] - Add basic configuration instructions to PulseAudio.
     51          Fixes <ulink url="&blfs-ticket-root;5455">#5455</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[ken] - Clean up libpaper, in particular remove the
     55          /uetc/papersize typo.  Thanks to willimm, fixes
     56          <ulink url="&blfs-ticket-root;5454">#5454</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[fernando] - Completely modify and fix instructions for
     60          alsa-tools-1.0.28. Fixes
     61          <ulink url="&blfs-ticket-root;5453">#5453</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[fernando] - Update to libreoffice-4.3.1.2. Fixes
     65          <ulink url="&blfs-ticket-root;5445">#5445</ulink>.</para>
     66        </listitem>
     67      </itemizedlist>
     68    </listitem>
     69
     70    <listitem>
     71      <para>August 30th, 2014</para>
     72      <itemizedlist>
     73        <listitem>
     74          <para>[ken] - Update to nss-3.17. Fixes
     75          <ulink url="&blfs-ticket-root;5449">#5449</ulink>.</para>
     76        </listitem>
     77        <listitem>
     78          <para>[rthomsen] - Correct documentation installation path for libdvdread.</para>
     79        </listitem>
     80        <listitem>
     81          <para>[fernando] - Update to elfutils-0.160. Fixes
     82          <ulink url="&blfs-ticket-root;5448">#5448</ulink>.</para>
     83        </listitem>
     84        <listitem>
     85          <para>[fernando] - Update to zsh-5.0.6. Fixes
     86          <ulink url="&blfs-ticket-root;5447">#5447</ulink>.</para>
     87        </listitem>
     88        <listitem>
     89          <para>[fernando] - Update to gstreamer-1.4.1 and plugins. Fixes
     90          <ulink url="&blfs-ticket-root;5446">#5446</ulink>.</para>
     91        </listitem>
     92      </itemizedlist>
     93    </listitem>
     94
     95    <listitem>
     96      <para>August 29th, 2014</para>
     97      <itemizedlist>
     98        <listitem>
     99          <para>[ken] - Added biblatex-biber-1.8 and its multitudinous
     100          perl-module dependencies. Fixes
     101          <ulink url="&blfs-ticket-root;5228">#5228</ulink>.</para>
     102        </listitem>
     103        <listitem>
     104          <para>[fernando] - Git-2.1.0: fix AsciiDoc/xmlto documentaion
     105          install.  Thanks Alex L.</para>
     106        </listitem>
     107      </itemizedlist>
     108    </listitem>
     109
     110    <listitem>
     111      <para>August 28th, 2014</para>
     112      <itemizedlist>
     113        <listitem>
     114          <para>[ken] - Added instructions to build xindy in texlive. Fixes
     115          <ulink url="&blfs-ticket-root;4719">#4719</ulink>.</para>
     116        </listitem>
     117        <listitem>
     118          <para>[ken] - Added clisp-2.49. Fixes
     119          <ulink url="&blfs-ticket-root;5441">#5441</ulink>.</para>
     120        </listitem>
     121        <listitem>
     122          <para>[ken] - Added libsigsegv-2.10. Fixes
     123          <ulink url="&blfs-ticket-root;5442">#5442</ulink>.</para>
     124        </listitem>
     125        <listitem>
     126          <para>[fernando] - LibreOffice-4.3.0 - fix broken symbolic links.
     127          Thanks Wayne B.</para>
     128        </listitem>
     129        <listitem>
     130          <para>[fernando] - Fix Tk-8.6.2 md5sum that changed overnight.
     131          Thanks Wayne B.</para>
     132        </listitem>
     133        <listitem>
     134          <para>[fernando] - Update to webkitgtk-2.4.5. Fixes
     135          <ulink url="&blfs-ticket-root;5426">#5426</ulink>.</para>
     136        </listitem>
     137        <listitem>
     138          <para>[ken] - Added libpaper-1.1.24+nmu3. Fixes
     139          <ulink url="&blfs-ticket-root;5440">#5440</ulink>.</para>
     140        </listitem>
     141        <listitem>
     142          <para>[igor] - Update to gimp-2.8.14. Fixes
     143          <ulink url="&blfs-ticket-root;5432">#5432</ulink>.</para>
     144        </listitem>
     145      </itemizedlist>
     146    </listitem>
     147
     148    <listitem>
     149      <para>August 27th, 2014</para>
     150      <itemizedlist>
     151        <listitem>
     152          <para>[fernando] - Update to menu-cache-0.6.1. Fixes
     153          <ulink url="&blfs-ticket-root;5438">#5438</ulink>.</para>
     154        </listitem>
     155        <listitem>
     156          <para>[fernando] - Update to tk8.6.2. Fixes
     157          <ulink url="&blfs-ticket-root;5437">#5437</ulink>.</para>
     158        </listitem>
     159        <listitem>
     160          <para>[fernando] - Update to tcl8.6.2. Fixes
     161          <ulink url="&blfs-ticket-root;5436">#5436</ulink>.</para>
     162        </listitem>
     163        <listitem>
     164          <para>[fernando] - Update to LVM2.2.02.110. Fixes
     165          <ulink url="&blfs-ticket-root;5435">#5435</ulink></para>
     166        </listitem>
     167        <listitem>
     168          <para>[ken] - Update to libwww-perl-6.08 and URI-1.64.</para>
     169        </listitem>
     170        <listitem>
     171          <para>[igor] - Update to nmap-6.47. Fixes
     172          <ulink url="&blfs-ticket-root;5417">#5417</ulink>.</para>
     173        </listitem>
     174      </itemizedlist>
     175    </listitem>
     176
    46177    <listitem>
    47178      <para>August 25th, 2014</para>
  • lxde/desktop/menu-cache.xml

    r1ec0251 r64135787  
    77  <!ENTITY menu-cache-download-http "&sourceforge-repo;/lxde/menu-cache-&menu-cache-version;.tar.xz">
    88  <!ENTITY menu-cache-download-ftp  " ">
    9   <!ENTITY menu-cache-md5sum        "f1bbe2281feb4e78c401ca8d7ed46306">
     9  <!ENTITY menu-cache-md5sum        "2bb9b83282ae671df1d2f5b617ca1949">
    1010  <!ENTITY menu-cache-size          "280 KB">
    11   <!ENTITY menu-cache-buildsize     "4.1 MB">
     11  <!ENTITY menu-cache-buildsize     "4.1 MB (additional 0.5 MB to build and install the API documentation)">
    1212  <!ENTITY menu-cache-time          "less than 0.1 SBU">
    1313]>
     
    144144        <seg>
    145145          /usr/include/menu-cache,
    146           /usr/lib/menu-cache,
    147146          /usr/libexec/menu-cache and
    148147          /usr/share/gtk-doc/html/libmenu-cache
  • multimedia/libdriv/alsa-tools.xml

    r1ec0251 r64135787  
    9999    <title>Installation of ALSA Tools</title>
    100100
     101&as_root;
     102
     103    <para>First, start a subshell that will exit on error:</para>
     104
     105<screen><userinput>bash -e</userinput></screen>
     106
    101107    <para>
    102       The <application>ALSA Tools</application> package is only
    103       needed by those with advanced requirements for their sound
    104       card. The tools are not all built together, instead you
    105       need to <command>cd</command> into the directory of each
    106       tool you wish to compile and run the following commands:
    107     </para>
    108 
    109 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    110 make</userinput></screen>
     108      Now, remove a tool that needs <application>Qt2 or 3</application> and two
     109      unneed files (for the BLFS instructions below):
     110    </para>
     111
     112<screen><userinput>rm -rf qlo10k1 Makefile gitcompile</userinput></screen>
    111113
    112114    <para>
    113       This package does not come with a test suite.
     115      The <application>ALSA Tools</application> package is only needed by those
     116      with advanced requirements for their sound card. The tools can be built
     117      all together at once, but if only a subset is needed, you need to
     118      <command>cd</command> into the directory of each tool you wish to compile
     119      and run the commands. Here, we present instructions to build all tools.
    114120    </para>
    115121
    116122    <para>
    117       Now, as the <systemitem class="username">root</systemitem> user:
    118     </para>
    119 
    120 <screen role="root"><userinput>make install</userinput></screen>
     123      Install all <application>ALSA Tools</application> by running the
     124      following commands:
     125    </para>
     126
     127<screen><userinput>for tool in *
     128do
     129  case $tool in
     130    seq )
     131      tool_dir=seq/sbiload
     132    ;;
     133    * )
     134      tool_dir=$tool
     135    ;;
     136  esac
     137
     138  pushd $tool_dir
     139    ./configure --prefix=/usr
     140    make
     141    as_root make install
     142    as_root /sbin/ldconfig
     143  popd
     144
     145done
     146unset tool tool_dir</userinput></screen>
     147
     148    <para>Finally, exit the shell that was started earlier:</para>
     149
     150<screen><userinput>exit</userinput></screen>
    121151
    122152  </sect2>
  • multimedia/libdriv/grilo-plugins-systemd.xml

    r1ec0251 r64135787  
    102102    <title>Installation of Grilo-Plugins</title>
    103103
    104     <para>Install <application>Grilo-Plugins</application> by running the
    105     following commands:</para>
     104    <para>Install <application>Grilo-Plugins</application> by running
     105    the following commands:</para>
    106106
    107107<screen><userinput>./configure --prefix=/usr &amp;&amp;
     
    109109
    110110    <para>
    111       To test the results, issue:
    112       <command>make check 2&gt;&amp;1 | tee check.log</command>.
    113       A summary can be obtained with
    114       <command>egrep '(TEST|PASS)' check.log</command>.
     111      To test the results, issue: <command>make check</command>.
    115112    </para>
    116113
     
    120117
    121118    <para>
    122       To test which plugins are installed and that <xref linkend="grilo"/> is
    123       working, issue  <command>grl-inspect-0.2</command> or
    124       <command>grilo-test-ui-0.2</command> (the latter, from an X terminal).
     119      To test which plugins are installed and that
     120      <xref linkend="grilo"/> is working, issue
     121      <command>grl-inspect-0.2</command> or
     122      <command>grilo-test-ui-0.2</command> from an
     123      X terminal.
    125124    </para>
    126125
     
    136135
    137136      <seglistitem>
    138         <seg>None</seg>
    139         <seg>Several under /usr/lib/grilo-0.2, with names related to the
    140           respective plugins.</seg>
    141         <seg>/usr/lib/grilo-0.2,
    142              /usr/share/help/C/grilo-plugins and
    143              /usr/share/grilo-plugins</seg>
     137        <seg>
     138          None
     139        </seg>
     140        <seg>
     141          Several plugins in /usr/lib/grilo-0.2
     142        </seg>
     143        <seg>
     144          /usr/lib/grilo-0.2,
     145          /usr/share/grilo-plugins and
     146          /usr/share/help/C/{examples,grilo-plugins}
     147        </seg>
    144148      </seglistitem>
    145149    </segmentedlist>
  • multimedia/libdriv/grilo.xml

    r1ec0251 r64135787  
    77  <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.2/grilo-&grilo-version;.tar.xz">
    88  <!ENTITY grilo-download-ftp  "&gnome-download-ftp;/grilo/0.2/grilo-&grilo-version;.tar.xz">
    9   <!ENTITY grilo-md5sum       "65ac9100dab7f93c4df41cfad58dccba">
    10   <!ENTITY grilo-size         "600 KB">
    11   <!ENTITY grilo-buildsize    "28 MB">
    12   <!ENTITY grilo-time         "0.2 SBU">
     9  <!ENTITY grilo-md5sum        "65ac9100dab7f93c4df41cfad58dccba">
     10  <!ENTITY grilo-size          "600 KB">
     11  <!ENTITY grilo-buildsize     "28 MB">
     12  <!ENTITY grilo-time          "0.2 SBU">
    1313]>
    1414
     
    9999make</userinput></screen>
    100100
    101     <!-- testsuite exists, but does nothing -->
    102101    <para>This package does not come with a testsuite.</para>
    103102
     
    128127
    129128      <seglistitem>
    130         <seg>grilo-simple-playlist, grilo-test-ui-0.2, and grl-inspect-0.2</seg>
    131         <seg>libgrilo-0.2.so, libgrlnet-0.2.so and libgrlpls-0.2.so</seg>
    132         <seg>/usr/include/grilo-0.2</seg>
     129        <seg>
     130          grilo-simple-playlist, grilo-test-ui-0.2,
     131          grl-inspect-0.2 and grl-launch-0.2</seg>
     132        <seg>
     133          libgrilo-0.2.so, libgrlnet-0.2.so and
     134          libgrlpls-0.2.so
     135        </seg>
     136        <seg>
     137          /usr/include/grilo-0.2
     138        </seg>
    133139      </seglistitem>
    134140    </segmentedlist>
     
    161167      </varlistentry>
    162168
     169      <varlistentry id="grl-launch">
     170        <term><command>grl-launch-0.2</command></term>
     171        <listitem>
     172          <para>is a tool to run <application>Grilo</application> operations
     173          from command line.</para>
     174          <indexterm zone="grilo grl-launch">
     175            <primary sortas="b-grl-launch">grl-launch</primary>
     176          </indexterm>
     177        </listitem>
     178      </varlistentry>
     179
    163180      <varlistentry id="libgrilo">
    164181        <term><filename class='libraryfile'>libgrilo.so</filename></term>
  • multimedia/libdriv/gst10-plugins-bad.xml

    r1ec0251 r64135787  
    88           "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz">
    99  <!ENTITY gst10-plugins-bad-download-ftp  " ">
    10   <!ENTITY gst10-plugins-bad-md5sum        "3bc0fcfe8d16ad1295f0454c1fcb4ba3">
     10  <!ENTITY gst10-plugins-bad-md5sum        "20cb190b18dc63017326321cdb7c91e5">
    1111  <!ENTITY gst10-plugins-bad-size          "3.7 MB">
    12   <!ENTITY gst10-plugins-bad-buildsize     "138 MB (additional 7 MB to run the test suite)">
    13   <!ENTITY gst10-plugins-bad-time          "1.6 SBU (additional 1 SBU to run the test suite)">
     12  <!ENTITY gst10-plugins-bad-buildsize     "139 MB (additional 7 MB to run the test suite)">
     13  <!ENTITY gst10-plugins-bad-time          "1.6 SBU (additional 1.1 SBU to run the test suite)">
    1414]>
    1515
     
    209209        </seg>
    210210        <seg>
    211           /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,gl,codecparsers},
    212           /usr/include/gstreamer-1.0/gst/{insertbin,interfaces},
    213           /usr/include/gstreamer-1.0/gst/{mpegts,uridownloader} and
     211          /usr/include/gstreamer-1.0/gst/{basecamerabinsrc,codecparsers,gl},
     212          /usr/include/gstreamer-1.0/gst/{insertbin,interfaces,mpegts},
     213          /usr/include/gstreamer-1.0/gst/uridownloader, and
    214214          /usr/share/gtk-doc/html/gst-plugins-bad-{libs,plugins}-1.0
    215215        </seg>
  • multimedia/libdriv/gst10-plugins-base.xml

    r1ec0251 r64135787  
    88           "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz">
    99  <!ENTITY gst10-plugins-base-download-ftp  " ">
    10   <!ENTITY gst10-plugins-base-md5sum        "1ff06280b03b9098a706d1290d8bb3bd">
     10  <!ENTITY gst10-plugins-base-md5sum        "a825628225bd0a58c0df87cdd2a5db91">
    1111  <!ENTITY gst10-plugins-base-size          "2.5 MB">
    12   <!ENTITY gst10-plugins-base-buildsize     "93 MB (additional 13 MB to run the test suite)">
     12  <!ENTITY gst10-plugins-base-buildsize     "94 MB (additional 13 MB to run the test suite)">
    1313  <!ENTITY gst10-plugins-base-time          "1.1 SBU (additional 0.7 SBU to run the test suite)">
    1414]>
     
    173173        </seg>
    174174        <seg>
    175           /usr/include/gstreamer-1.0/gst/allocators,
    176           /usr/include/gstreamer-1.0/gst/{app,audio,fft,pbutils},
    177           /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video}
     175          /usr/include/gstreamer-1.0/gst/{allocators,app,audio,fft,pbutils},
     176          /usr/include/gstreamer-1.0/gst/{riff,rtp,rtsp,sdp,tag,video},
    178177          /usr/share/gst-plugins-base/1.0 and
    179178          /usr/share/gtk-doc/html/gst-plugins-base-{libs,plugins}-1.0
  • multimedia/libdriv/gst10-plugins-good-systemd.xml

    r1ec0251 r64135787  
    88           "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz">
    99  <!ENTITY gst10-plugins-good-download-ftp  " ">
    10   <!ENTITY gst10-plugins-good-md5sum        "8007d57a38f6b2882961b2547fa4597c">
     10  <!ENTITY gst10-plugins-good-md5sum        "eb3a3296b2f6009def1f5a09590ce767">
    1111  <!ENTITY gst10-plugins-good-size          "2.9 MB">
    12   <!ENTITY gst10-plugins-good-buildsize     "105 MB (additional 10 MB to run the test suite)">
     12  <!ENTITY gst10-plugins-good-buildsize     "106 MB (additional 11 MB to run the test suite)">
    1313  <!ENTITY gst10-plugins-good-time          "1.2 SBU (additional 0.9 SBU to run the test suite)">
    1414]>
  • multimedia/libdriv/gst10-plugins-ugly.xml

    r1ec0251 r64135787  
    88           "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz">
    99  <!ENTITY gst10-plugins-ugly-download-ftp  " ">
    10   <!ENTITY gst10-plugins-ugly-md5sum        "558146cb5ec8b313afe2113aafc3da85">
     10  <!ENTITY gst10-plugins-ugly-md5sum        "316974af949ca4654efee704a0164076">
    1111  <!ENTITY gst10-plugins-ugly-size          "828 KB">
    12   <!ENTITY gst10-plugins-ugly-buildsize     "16 MB (additional 1 MB to run the test suite)">
     12  <!ENTITY gst10-plugins-ugly-buildsize     "17 MB">
    1313  <!ENTITY gst10-plugins-ugly-time          "0.2 SBU">
    1414]>
  • multimedia/libdriv/gstreamer10.xml

    r1ec0251 r64135787  
    77  <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz">
    88  <!ENTITY gstreamer10-download-ftp  " ">
    9   <!ENTITY gstreamer10-md5sum        "594c0c06eaace9b9d3bad010de1bdfae">
     9  <!ENTITY gstreamer10-md5sum        "bd0938d680d657249b885162f310702d">
    1010  <!ENTITY gstreamer10-size          "3.2 MB">
    1111  <!ENTITY gstreamer10-buildsize     "77 MB (additional 19 MB to run the test suite)">
     
    147147          /usr/include/gstreamer-1.0,
    148148          /usr/lib/gstreamer-1.0,
    149           /usr/libexec/gstreamer-1.0,
    150           /usr/share/gtk-doc/html/gstreamer-1.0 and
    151           /usr/share/gtk-doc/html/gstreamer-{libs,plugins}-1.0
     149          /usr/libexec/gstreamer-1.0, and
     150          /usr/share/gtk-doc/html/gstreamer{,-{libs,plugins}}-1.0
    152151        </seg>
    153152      </seglistitem>
  • multimedia/libdriv/libdvdread.xml

    r1ec0251 r64135787  
    7070<screen><userinput>./configure --prefix=/usr    \
    7171            --disable-static \
    72             --docdir=/usr/share/libdvdread-&libdvdread-version; &amp;&amp;
     72            --docdir=/usr/share/doc/libdvdread-&libdvdread-version; &amp;&amp;
    7373make</userinput></screen>
    7474
  • multimedia/libdriv/pulseaudio.xml

    r1ec0251 r64135787  
    194194  </sect2>
    195195
     196  <sect2 role="configuration">
     197    <title>Configuring PulseAudio</title>
     198
     199    <sect3 id="pulseaudio-config">
     200      <title>Config Files</title>
     201
     202      <para>
     203        There are system wide configuration files:
     204        <filename>/etc/pulse/daemon.conf</filename>,
     205        <filename>/etc/pulse/client.conf</filename>,
     206        <filename>/etc/pulse/default.pa</filename>, and user configuration
     207        files with the same names in
     208        <filename class="directory">~/.config/pulse</filename>. User
     209        configuration files take precedence over system wide ones.
     210      </para>
     211
     212      <indexterm zone="pulseaudio pulseaudio-config">
     213        <primary sortas="e-AA.config-pulse">~/.config/pulse</primary>
     214      </indexterm>
     215
     216      <indexterm zone="pulseaudio pulseaudio-config">
     217        <primary
     218        sortas="e-etc-pulse-daemon.conf">/etc/pulse/daemon.conf</primary>
     219      </indexterm>
     220
     221      <indexterm zone="pulseaudio pulseaudio-config">
     222        <primary
     223        sortas="e-etc-pulse-client.conf">/etc/pulse/client.conf</primary>
     224      </indexterm>
     225
     226      <indexterm zone="pulseaudio pulseaudio-config">
     227        <primary
     228        sortas="e-etc-pulse-default.pa">/etc/pulse/default.pa</primary>
     229      </indexterm>
     230
     231    </sect3>
     232
     233  </sect2>
     234
    196235  <sect2 role="content">
    197236    <title>Contents</title>
     
    217256          /usr/include/pulse,
    218257          /usr/lib/cmake/PulseAudio,
    219           /usr/lib/pulse,
    220           /usr/libexec/pulse and
     258          /usr/lib/pulse, and
    221259          /usr/share/pulseaudio
    222260        </seg>
  • multimedia/libdriv/sdl.xml

    r1ec0251 r64135787  
    7070      <xref linkend="pth"/>,
    7171      <ulink url="http://www.directfb.org/">DirectFB</ulink>,
    72       <ulink url="http://www.ggi-project.org/">GGI</ulink>,
    73       <ulink url="http://my.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink>
     72      <ulink url="http://sourceforge.net/projects/ggi/">GGI</ulink>,
     73      <ulink url="http://mail.arava.co.il/~matan/svgalib/">SVGAlib-1.9.5</ulink>
    7474      (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>),
    7575      <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink> and
  • networking/netlibs/geoclue2-systemd.xml

    r1ec0251 r64135787  
    131131    <para>
    132132      <option>--disable-modem-gps-source</option>: This switch disables
    133       the modem GPS backend. Remove it if you have not installed the
     133      the modem GPS backend. Use it if you have not installed the
    134134      <application>ModemManager</application> package.
    135135    </para>
  • networking/netutils/nmap.xml

    r1ec0251 r64135787  
    88<!--  <!ENTITY nmap-download-ftp  "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">-->
    99  <!ENTITY nmap-download-ftp  " ">
    10   <!ENTITY nmap-md5sum        "5a36ad3a63d5b7ea5514f745a397436a">
    11   <!ENTITY nmap-size          "7.6 MB">
    12   <!ENTITY nmap-buildsize     "105 MB (additional 1 MB for the tests)">
    13   <!ENTITY nmap-time          "0.7 SBU (additional 4.3 SBU for the tests)">
     10  <!ENTITY nmap-md5sum        "edfe81f6763223c0a29bfa15a8526e2a">
     11  <!ENTITY nmap-size          "7.5 MB">
     12  <!ENTITY nmap-buildsize     "133 MB (additional 1 MB for the tests)">
     13  <!ENTITY nmap-time          "1.3 SBU (additional 0.1 SBU for the tests)">
    1414]>
    1515
     
    5656      <listitem>
    5757        <para>Estimated build time: &nmap-time;</para>
    58       </listitem>
    59     </itemizedlist>
    60 
    61     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    62     <itemizedlist spacing="compact">
    63       <listitem>
    64         <para>
    65           Optional patch:
    66           <ulink url="&patch-root;/nmap-&nmap-version;-fix_tests-1.patch"/>
    67         </para>
    6858      </listitem>
    6959    </itemizedlist>
     
    112102    </note>
    113103
    114     <para>If you wish to run the test suite, run the following command:</para>
    115 
    116 <screen><userinput>patch -Np1 -i ../nmap-&nmap-version;-fix_tests-1.patch</userinput></screen>
    117 
    118104    <para>Install <application>Nmap</application> by running the following
    119105    commands:</para>
     
    121107<screen><userinput>./configure --prefix=/usr &amp;&amp;
    122108make -j1</userinput></screen>
     109
     110    <para>If you wish to run the test suite, run the following command:</para>
     111
     112<screen><userinput>sed -i 's/lib./lib/' zenmap/test/run_tests.py</userinput></screen>
    123113
    124114    <para>To test the results, issue: <command>make check</command> as the
  • packages.ent

    r1ec0251 r64135787  
    2323<!ENTITY mitkrb-version               "&mitkrb-major-version;.2">
    2424<!ENTITY nettle-version               "2.7.1">
    25 <!ENTITY nss-minor-version            "16">
    26 <!ENTITY nss-micro-version            "4">
    27 <!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
     25<!ENTITY nss-minor-version            "17">
     26<!ENTITY nss-micro-version            "0">
     27<!-- normal
     28<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;"> -->
     29<!-- major and minor only -->
     30<!ENTITY nss-version                  "3.&nss-minor-version;">
    2831<!ENTITY openssh-version              "6.6p1">
    2932<!ENTITY openssl-version              "1.0.1i">
     
    3942<!ENTITY fuse-version                 "2.9.3">
    4043<!ENTITY jfsutils-version             "1.1.15">
    41 <!ENTITY lvm2-version                 "2.02.109">
     44<!ENTITY lvm2-version                 "2.02.110">
    4245<!ENTITY mdadm-version                "3.3.2">
    4346<!ENTITY ntfs-3g-version              "2014.2.15">
     
    5962<!ENTITY dash-version                 "0.5.7">
    6063<!ENTITY tcsh-version                 "6.18.01">
    61 <!ENTITY zsh-version                  "5.0.5">
     64<!ENTITY zsh-version                  "5.0.6">
    6265
    6366<!-- Chapter 8 Virtualization -->
     
    121124<!ENTITY libksba-version              "1.3.0">
    122125<!ENTITY liblinear-version            "1.94">
     126<!ENTITY libpaper-version             "1.1.24+nmu3">
    123127<!ENTITY libsigc-version              "2.3.2">
     128<!ENTITY libsigsegv-version           "2.10">
    124129<!ENTITY libtasn1-version             "4.1">
    125130<!ENTITY libunistring-version         "0.9.3">
     
    239244<!ENTITY bazaar-version               "2.5.1">
    240245<!ENTITY check-version                "0.9.14">
     246<!ENTITY clisp-version                "2.49">
    241247<!ENTITY cmake-major-version          "3.0">
    242248<!ENTITY cmake-minor-version          "1">
     
    245251<!ENTITY dejagnu-version              "1.5.1">
    246252<!ENTITY doxygen-version              "1.8.8">
    247 <!ENTITY elfutils-version             "0.159">
     253<!ENTITY elfutils-version             "0.160">
    248254<!ENTITY expect-version               "5.45">
    249255<!ENTITY gcc-version                  "4.9.1">
     
    267273<!ENTITY subversion-version           "1.8.10">
    268274<!ENTITY swig-version                 "3.0.2">
    269 <!ENTITY tcl-version                  "8.6.1">
    270 <!ENTITY tk-version                   "8.6.1">
     275<!ENTITY tcl-version                  "8.6.2">
     276<!ENTITY tk-version                   "8.6.2">
    271277<!ENTITY vala-major-version           "0.24">  <!-- even minors only -->
    272278<!ENTITY vala-version                 "&vala-major-version;.0">
     
    284290
    285291<!-- Perl module versions used in the Perl Modules instructions -->
     292<!ENTITY autovivification-version     "0.12">
    286293<!ENTITY Archive-Zip-version          "1.37">
     294<!ENTITY Business-ISBN-version        "2.07">
     295<!ENTITY Business-ISMN-version        "1.11">
     296<!ENTITY Business-ISSN-version        "0.91">
     297<!ENTITY Data-Compare-version         "1.24">
     298<!ENTITY Date-Simple-version          "3.03">
     299<!ENTITY Encode-EUCJPASCII-version    "0.03">
     300<!ENTITY Encode-JIS2K-version         "0.02">
     301<!ENTITY Encode-HanExtra-version      "0.23">
     302<!ENTITY File-Slurp-version           "9999.19">
     303<!ENTITY File-Which-version           "1.09">
    287304<!ENTITY Glib-perl-version            "1.280">
    288305<!ENTITY HTML-Parser-version          "3.71">
    289 <!ENTITY LWP-version                  "6.05">
     306<!ENTITY IPC-Run3-version             "0.048">
     307<!ENTITY List-AllUtils-version        "0.08">
     308<!ENTITY Log-Log4perl-version         "1.44">
     309<!ENTITY LWP-version                  "6.08">
    290310<!ENTITY Net-DNS-version              "0.76">
     311<!ENTITY Readonly-XS-version          "1.05">
     312<!ENTITY Regexp-Common-version        "2013031301">
    291313<!ENTITY SGMLSpm-version              "1.1">
    292 <!ENTITY URI-version                  "1.60">
     314<!ENTITY Text-BibTeX-version          "0.69">
     315<!ENTITY Unicode-Collate-version      "1.07">
     316<!ENTITY Unicode-LineBreak-version    "2014.06">
     317<!ENTITY URI-version                  "1.64">
     318<!ENTITY XML-LibXML-Simple-version    "0.94">
     319<!ENTITY XML-LibXSLT-version          "1.92">
    293320<!ENTITY XML-Parser-version           "2.41">
    294321<!ENTITY XML-Simple-version           "2.20">
     322<!ENTITY XML-Writer-version           "0.625">
    295323
    296324<!-- Python module versions used in the Python Modules instructions -->
     
    328356<!ENTITY mod_dnssd-version            "0.6">
    329357<!ENTITY NetworkManager-version       "0.9.10.0">
    330 <!ENTITY nmap-version                 "6.46">
     358<!ENTITY nmap-version                 "6.47">
    331359<!ENTITY traceroute-version           "2.0.20">
    332360<!ENTITY whois-version                "5.1.5">
     
    449477<!ENTITY startup-notification-version "0.12">
    450478<!ENTITY webkitgtk-version            "1.10.2">   <!-- Even minors only -->
    451 <!ENTITY webkitgtk2-version           "2.4.4">    <!-- Even minors only -->
     479<!ENTITY webkitgtk2-version           "2.4.5">    <!-- Even minors only -->
    452480<!ENTITY xulrunner-version            "31.0">
    453481
     
    527555<!ENTITY lxmenu-data-version          "0.1.2">
    528556<!ENTITY lxde-icon-theme-version      "0.5.0">
    529 <!ENTITY menu-cache-version           "0.6.0">
     557<!ENTITY menu-cache-version           "0.6.1">
    530558<!ENTITY libfm-version                "1.2.2.1">
    531559<!ENTITY pcmanfm-version              "1.2.2">
     
    550578<!ENTITY gnucash-version              "2.4.11">
    551579
    552 <!ENTITY libreoffice-version          "4.3.0">
    553 <!ENTITY libreoffice-patch            ".4">
     580<!ENTITY libreoffice-version          "4.3.1">
     581<!ENTITY libreoffice-patch            ".2">
    554582<!ENTITY libreoffice-dlversion        "&libreoffice-version;&libreoffice-patch;">
    555583
     
    564592<!ENTITY gparted-version              "0.19.1">
    565593<!ENTITY gnash-version                "0.8.10">
    566 <!ENTITY gimp-version                 "2.8.10">
     594<!ENTITY gimp-version                 "2.8.14">
    567595<!ENTITY icedtea-web-version          "1.5.1">
    568596<!ENTITY inkscape-version             "0.48.5">
     
    601629<!ENTITY gst-plugins-ugly-version     "0.10.19">
    602630<!ENTITY gst-ffmpeg-version           "0.10.13">
    603 <!ENTITY gstreamer10-version          "1.4.0">  <!-- Even minors only -->
    604 <!ENTITY gst10-plugins-base-version   "1.4.0">  <!-- Even minors only -->
    605 <!ENTITY gst10-plugins-good-version   "1.4.0">  <!-- Even minors only -->
    606 <!ENTITY gst10-plugins-bad-version    "1.4.0">  <!-- Even minors only -->
    607 <!ENTITY gst10-plugins-ugly-version   "1.4.0">  <!-- Even minors only -->
    608 <!ENTITY gst10-libav-version          "1.4.0">  <!-- Even minors only -->
     631<!ENTITY gstreamer10-version          "1.4.1">  <!-- Even minors only -->
     632<!ENTITY gst10-plugins-base-version   "1.4.1">  <!-- Even minors only -->
     633<!ENTITY gst10-plugins-good-version   "1.4.1">  <!-- Even minors only -->
     634<!ENTITY gst10-plugins-bad-version    "1.4.1">  <!-- Even minors only -->
     635<!ENTITY gst10-plugins-ugly-version   "1.4.1">  <!-- Even minors only -->
     636<!ENTITY gst10-libav-version          "1.4.1">  <!-- Even minors only -->
    609637<!ENTITY liba52-version               "0.7.4">
    610638<!ENTITY libao-version                "1.2.0">
     
    713741 page, as well as to reference the directory in texlive -->
    714742<!ENTITY texlive-year                 "2014">
    715 
     743<!ENTITY biber-version                "1.8">
     744
  • postlfs/filesystems/lvm2.xml

    r1ec0251 r64135787  
    77  <!ENTITY lvm2-download-http " ">
    88  <!ENTITY lvm2-download-ftp  "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz">
    9   <!ENTITY lvm2-md5sum        "8fec006327b266fa611b165d8ec0b008">
    10   <!ENTITY lvm2-size          "1.4 MB">
    11   <!ENTITY lvm2-buildsize     "24 MB (additional 8 MB to run the test suite)">
     9  <!ENTITY lvm2-md5sum        "a69534060d67f8a5a3a4cc0690742d2d">
     10  <!ENTITY lvm2-size          "1.5 MB">
     11  <!ENTITY lvm2-buildsize     "27 MB (additional 8 MB to run the test suite)">
    1212  <!ENTITY lvm2-time          "0.4 SBU (additional 5.4 SBU to run the test suite)">
    1313]>
  • postlfs/security/cacerts.xml

    r1ec0251 r64135787  
    8686
    8787# Used to generate PEM encoded files from Mozilla certdata.txt.
    88 # Run as ./mkcrt.pl > certificate.crt
     88# Run as ./make-cert.pl > certificate.crt
    8989#
    9090# Parts of this script courtesy of RedHat (mkcabundle.pl)
     
    179179mkdir "${TEMPDIR}/certs"
    180180
    181 # Get a list of staring lines for each cert
     181# Get a list of starting lines for each cert
    182182CERTBEGINLIST=$(grep -n "^# Certificate" "${certdata}" | cut -d ":" -f1)
    183183
     
    197197done
    198198
    199 unset CERTBEGINLIST CERTDATA CERTENDLIST certebegin certend
     199unset CERTBEGINLIST CERTDATA CERTENDLIST certbegin certend
    200200
    201201mkdir -p certs
     
    314314wget $URL          &amp;&amp;
    315315make-ca.sh         &amp;&amp;
    316 remove-expired-certs.sh certs</userinput></screen>
     316remove-expired-certs.sh certs &amp;&amp;
     317unset URL</userinput></screen>
    317318
    318319   <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
  • postlfs/security/gnutls.xml

    r1ec0251 r64135787  
    77  <!ENTITY gnutls-download-http " ">
    88  <!ENTITY gnutls-download-ftp  "ftp://ftp.gnutls.org/gcrypt/gnutls/v3.3/gnutls-&gnutls-version;.tar.xz">
    9   <!ENTITY gnutls-md5sum        "84264c7d3f5fad14b7990a4e71aa340e">
     9  <!ENTITY gnutls-md5sum        "a7a73cfa883cd106d70b15300552a5b5">
    1010  <!ENTITY gnutls-size          "5.8 MB">
    1111  <!ENTITY gnutls-buildsize     "122 MB (additional 8 MB for the tests)">
    12   <!ENTITY gnutls-time          "0.9 SBU (additional 1.9 SBU for the tests)">
     12  <!ENTITY gnutls-time          "0.9 SBU (additional 1.8 SBU for the tests)">
    1313]>
    1414
     
    9999    <bridgehead renderas="sect4">Recommended</bridgehead>
    100100    <para role="recommended">
    101       <xref linkend="cacerts"/>,
    102       <xref linkend="libtasn1"/>, and
    103       <xref linkend="p11-kit"/>
     101      <xref linkend="cacerts"/> and
     102      <xref linkend="libtasn1"/>
    104103    </para>
    105104
     
    109108      <xref linkend="guile"/>,
    110109      <xref linkend="libidn"/>,
     110      <xref linkend="p11-kit"/>,
    111111      <xref linkend="unbound"/> (to build the DANE library),
    112112      <xref linkend="valgrind"/> (used during the test suite),
     
    129129    <title>Installation of GnuTLS</title>
    130130
     131    <para><!-- Only for 3.3.7, remove for next versions -->
     132      First fix a bug in one of the libraries:
     133    </para>
     134
     135<screen><userinput>sed -i -e '201 i#ifdef ENABLE_PKCS11' \
     136       -e '213 i#endif'               \
     137       lib/gnutls_privkey.c</userinput></screen>
     138
    131139    <para>
    132140      Install <application>GnuTLS</application> by running the
     
    162170  <sect2 role="commands">
    163171    <title>Command Explanations</title>
    164 
    165     <para>
    166       <option>--without-p11-kit</option>: This switch disables
    167       PKCS#11 support. Use it if you have not installed
    168       <xref linkend="p11-kit"/>.
    169     </para>
    170172
    171173    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • postlfs/security/nss.xml

    r1ec0251 r64135787  
    55  %general-entities;
    66
     7<!-- for when .0 is not part of the new tarball name -->
    78  <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases">
    89
     10  <!ENTITY nss-download-http
     11           "http://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     12  <!ENTITY nss-download-ftp
     13           "ftp://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     14<!-- normal versions
    915  <!ENTITY nss-download-http
    1016           "http://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
    11   <!ENTITY nss-download-ftp
    12            "ftp://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
    13   <!ENTITY nss-md5sum        "949c05c91391907c8857abcbd7048788">
     17-->
     18  <!ENTITY nss-md5sum        "081dd99afa12af589c09e2d7cb5f5c6d">
    1419  <!ENTITY nss-size          "6.2 MB">
    15   <!ENTITY nss-buildsize     "78 MB">
     20  <!ENTITY nss-buildsize     "79 MB">
    1621  <!ENTITY nss-time          "0.7 SBU">
    1722]>
  • postlfs/shells/zsh.xml

    r1ec0251 r64135787  
    77  <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2">
    88  <!ENTITY zsh-download-ftp  " ">
    9   <!ENTITY zsh-md5sum        "6156dc2f19b0a067bdbc0fb7f81e2017">
    10   <!ENTITY zsh-size          "3.0 MB">
    11   <!ENTITY zsh-buildsize     "61 MB (includes installing documentation -
    12                               additional 2 MB for PDF documentation)">
    13   <!ENTITY zsh-time          "0.8 SBU (additional 2 SBU for tests)">
    14 
    15   <!ENTITY zsh-doc-md5sum    "1eea70e7401a7a2116fa8de6ee5e8d32">
     9  <!ENTITY zsh-md5sum        "7150a6abc2aa1a79d81ed9a282594225">
     10  <!ENTITY zsh-size          "3.1 MB">
     11  <!ENTITY zsh-buildsize     "64 MB (includes installing documentation - additional 2 MB for PDF documentation)">
     12  <!ENTITY zsh-time          "0.9 SBU (additional less than 0.1 SBU for PDF documentation and additional 0.2 SBU for the tests)">
     13
     14  <!ENTITY zsh-doc-md5sum    "3333759b5ae9710ceed11b02645a0049">
    1615  <!ENTITY zsh-doc-size      "2.9 MB">
    1716]>
     
    8281    <bridgehead renderas="sect4">Optional</bridgehead>
    8382    <para role="optional">
    84       <xref linkend="pcre"/>
     83      <xref linkend="pcre"/> and
     84      <xref linkend="valgrind"/>
    8585    </para>
    8686
     
    9898<screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen>
    9999
    100     <note>
     100<!--    <note>
    101101      <para>
    102102        Using a script to build with "su -c script" may produce a funny
    103103        configure error message: "no controlling tty". If this happens, add
    104         the switch --with-tcsetpgrp to configure.
     104        the switch -\-with-tcsetpgrp to configure.
    105105      </para>
    106106    </note>
    107 
     107-->
    108108    <para>Install <application>zsh</application> by running the following
    109109    commands:</para>
  • pst/printing/cups-systemd.xml

    r1ec0251 r64135787  
    109109      <xref linkend="gnutls"/> (if you have it installed, then
    110110      <xref linkend="libgcrypt"/> is required) or <xref linkend="openssl"/>,
     111      <xref linkend="libpaper"/>,
    111112      <xref linkend="linux-pam"/>,
    112113      <xref linkend="mitkrb"/>,
    113114      <xref linkend="openjdk"/>,
    114115      <xref linkend="php"/>,
    115       <xref linkend="python2"/>,
    116       <xref linkend="xdg-utils"/>, and
    117       <ulink
    118       url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>
     116      <xref linkend="python2"/>, and
     117      <xref linkend="xdg-utils"/>
    119118    </para>
    120119
  • pst/printing/gs.xml

    r1ec0251 r64135787  
    116116    <para role="optional">
    117117      <xref linkend="cairo"/>,
     118      <xref linkend="cups"/>,
    118119      <xref linkend="fontconfig"/> (required, if you are installing any
    119120      suggested font),
    120121      <xref linkend="gtk2"/>,
    121       <xref linkend="cups"/>,
    122       <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found),
    123122      <xref linkend="libidn"/>,
    124       <xref linkend="x-window-system"/> and
    125       <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>
     123      <xref linkend="libpaper"/>,
     124      <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found), and
     125      <xref linkend="x-window-system"/>
    126126    </para>
    127127
  • pst/ps/a2ps.xml

    r1ec0251 r64135787  
    9292    <bridgehead renderas="sect4">Optional</bridgehead>
    9393    <para role="optional">
     94      <xref linkend="gs"/>,
     95      <xref linkend="libpaper"/>,
     96      <xref linkend="texlive"/>,
    9497      <xref linkend="x-window-system"/>,
    95       <xref linkend="texlive"/>,
    96       <xref linkend="gs"/>,
    97       <ulink url="http://packages.debian.org/unstable/source/libpaper">libpaper</ulink>,
    9898      <ulink url="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</ulink>, and
    9999      <ulink url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink>
  • pst/typesetting/texlive.xml

    r1ec0251 r64135787  
    6868      (untested, you would need to alter the configure switches which refer
    6969      to &texlive-year; so that it overwrites your existing installation, or
    70       else copy everything to the location for the current year).
     70      else copy everything to the location for the current year), and
     71      <xref linkend="clisp"/> (to build <command>xindy</command> which is an
     72      index processor for multi-lingual index creation)
    7173    </para>
    7274
    7375    <bridgehead renderas="sect4">Recommended</bridgehead>
    7476    <para role="recommended">
    75       <xref linkend="gs"/> (for dvisvgm, which is used by asy),
     77      <xref linkend="gs"/> (for dvisvgm - used by asymptote which provides a
     78      mathematical coordinate-based framework for technical drawing),
    7679      <xref linkend="x-window-system"/>
    7780    </para>
     
    8790      <xref linkend="harfbuzz"/> (linked to graphite2),
    8891      <xref linkend="icu"/>,
     92      <xref linkend="libpaper"/>,
    8993      <xref linkend="libpng"/>,
    9094      <xref linkend="poppler"/>
     
    9296
    9397    <bridgehead renderas="sect4">Optional</bridgehead>
    94     <para role="optional">
    95       <ulink url="http://www.fftw.org/">FFTW</ulink> can be used by asy.
    96     </para>
    97     <para>
    98       The version of
    99       <ulink
    100       url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>
    101       shipped with the source will be used unless you have installed a system
    102       version and told it to use that.
    103     </para>
    104     <para role="optional">
    105       <ulink url="http://www.gnu.org/software/clisp/">clisp</ulink> is a build-time
    106       dependency for xindy, see <filename>utils/xindy/README-clisp</filename>.
    107     </para>
    10898    <para>
    10999      The source ships with its own versions of several libraries which are either
     
    149139    what was originally installed.</para>
    150140
    151     <para>At the moment, these instructions do not rebuild
    152     <application>biber</application> or <application>xindy</application> which were
    153     installed by the binary installer.  See the "Special considerations for ..."
    154     paragraphs of
    155     <ulink url="http://tug.org/texlive/build.html">Building TeX Live</ulink>.
    156     Asy and the rest of asymptote is by default not rebuilt, so we have to
     141    <para>Asy and the rest of asymptote is by default not rebuilt, so we have to
    157142    separately run <command>configure</command> and <command>make</command> in its
    158143    directory.
     
    184169    --with-system-xpdf                              \
    185170    --with-system-zlib                              \
    186     --with-banner-add=" - BLFS"</userinput></screen>
     171    --with-banner-add=" - BLFS"                     \
     172    --enable-xindy                                  \
     173    --enable-xindy-rules                            \
     174    --enable-xindy-doc                              \
     175    --with-clisp-runtime=system</userinput></screen>
    187176
    188177    <para>Asymptote has to be separately configured.  It ships with its own copy
     
    192181
    193182<screen><userinput>pushd ../utils/asymptote &amp;&amp;
    194     rm -v gc-7.4.0.tar.gz &amp;&amp;
    195 
    196     echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
    197     echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
     183rm -v gc-7.4.0.tar.gz &amp;&amp;
     184
     185echo "ac_cv_lib_m_sqrt=yes"     >config.cache &amp;&amp;
     186echo "ac_cv_lib_z_deflate=yes" >>config.cache &amp;&amp;
    198187
    199188./configure LIBS="-ltirpc "                         \
     
    218207<screen><userinput role="root">make install &amp;&amp;
    219208make -C ../utils/asymptote install</userinput></screen>
     209
     210    <para>One part of the package remains to be rebuilt:
     211    <xref linkend="biber"/>.</para>
    220212
    221213  </sect2>
  • pst/typesetting/typesetting.xml

    r1ec0251 r64135787  
    2121  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/>
    2222  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="texlive.xml"/>
     23  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="biber.xml"/>
    2324
    2425</chapter>
  • server/databases/mariadb-systemd.xml

    r1ec0251 r64135787  
    336336        A default installation does not set up a password for the
    337337        administrator, so use the following command as the <systemitem
    338         class="username">root</systemitem> user to set one. Replace
    339         <replaceable>&lt;new-password&gt;</replaceable> with your own.
    340       </para>
    341 
    342 <screen role="root"><userinput>mysqladmin -u root password <replaceable>&lt;new-password&gt;</replaceable></userinput></screen>
     338        class="username">root</systemitem> user to set one.
     339      </para>
     340
     341<screen role="root"><userinput>mysqladmin -u root password</userinput></screen>
    343342
    344343      <para>
  • server/mail/sendmail-systemd.xml

    r1ec0251 r64135787  
    241241
    242242EOF
    243 newaliases -v</userinput></screen>
     243newaliases</userinput></screen>
    244244
    245245      <para><application>sendmail</application>'s primary configuration file,
  • template/template.xml

    r1ec0251 r64135787  
    55  %general-entities;
    66
    7   <!-- Place this in the general.ent file
     7  <!-- Place this in the packages.ent file
    88  <!ENTITY TEMPLATE-version "">
    99  -->
  • x/installing/xorg-server-systemd.xml

    r1ec0251 r64135787  
    107107
    108108    <bridgehead renderas="sect4">Optional</bridgehead>
    109     <para>
     109    <para role="optional">
    110110      <xref linkend="acpid"/> (runtime),
    111111      <xref linkend="doxygen"/> (to build API documentation),
  • x/lib/webkitgtk2-systemd.xml

    r1ec0251 r64135787  
    77  <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz">
    88  <!ENTITY webkitgtk2-download-ftp  " ">
    9   <!ENTITY webkitgtk2-md5sum        "79edd28d32172abc17a8861622cc274f">
     9  <!ENTITY webkitgtk2-md5sum        "c2e1687bb0314a0948fbf78e2d1e931f">
    1010  <!ENTITY webkitgtk2-size          "9.4 MB">
    1111  <!ENTITY webkitgtk2-buildsize     "938 MB">
  • xfce/apps/midori.xml

    r1ec0251 r64135787  
    9292      <xref linkend="gtk-doc"/> and
    9393      <xref linkend="libzeitgeist"/>
    94 <!--      <xref linkend="libunique"/> or
    95       <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->
    9694    </para>
    9795
  • xsoft/office/libreoffice.xml

    r1ec0251 r64135787  
    88
    99  <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz">
    10   <!ENTITY libreoffice-core-md5sum        "de0d9322f3aaeb20abd5e06c5c0972bb">
    11   <!ENTITY libreoffice-core-size          "145 MB">
     10  <!ENTITY libreoffice-core-md5sum        "cf750c01b6cd0b5c6fdd1760672e67d4">
     11  <!ENTITY libreoffice-core-size          "146 MB">
    1212
    1313  <!ENTITY libreoffice-dict-download-http "&libreoffice-dl;/libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz">
    14   <!ENTITY libreoffice-dict-md5sum        "cd27ec060c68079a13abf0984dbbf5fa">
     14  <!ENTITY libreoffice-dict-md5sum        "aae27f6c9db741c42acae48a1dfb0f5e">
    1515  <!ENTITY libreoffice-dict-size          "36 MB">
    1616
    1717  <!ENTITY libreoffice-help-download-http "&libreoffice-dl;/libreoffice-help-&libreoffice-dlversion;.tar.xz">
    18   <!ENTITY libreoffice-help-md5sum        "89d9da0ff2d5ea07f8c30c680fee2b0a">
     18  <!ENTITY libreoffice-help-md5sum        "24692bf69bbe877ad2524653c991705a">
    1919  <!ENTITY libreoffice-help-size          "1.8 MB">
    2020
    2121  <!ENTITY libreoffice-translations-download-http "&libreoffice-dl;/libreoffice-translations-&libreoffice-dlversion;.tar.xz">
    22   <!ENTITY libreoffice-translations-md5sum        "8e2f7905a0f827f655a1e21d93c6ddf7">
     22  <!ENTITY libreoffice-translations-md5sum        "b8d3445100c10bb4f21f6c8f25c5c600">
    2323  <!ENTITY libreoffice-translations-size          "121 MB">
    2424
    25   <!ENTITY libreoffice-buildsize          "8.23 GB (497 MB installed), 9.6 GB (528 MB installed) with translations">
    26   <!ENTITY libreoffice-time               "144.3 SBU, with translations">
     25  <!ENTITY libreoffice-buildsize          "8.1 GB (497 MB installed)">
     26  <!ENTITY libreoffice-time               "200 SBU">
    2727]>
    2828
     
    130130      <listitem>
    131131        <para>
    132           Required patch for i686 systems, in order to fix a problem introduced
    133           by <application>&gcc-490;</application>:
     132          Required patch to fix building with system Boost:
     133          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch"/>
     134        </para>
     135      </listitem>
     136      <listitem>
     137        <para>
     138          Required patch to fix building on i686 systems:
    134139          <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/>
    135140        </para>
     
    161166
    162167    <para role="recommended">
    163       <!--<xref linkend="boost"/>,-->
     168      <xref linkend="boost"/>,
    164169      <xref linkend="clucene"/>,
    165170      <xref linkend="cups"/>,
     
    208213      <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>,
    209214      <ulink url="http://www.firebirdsql.org/">Firebird</ulink>,
     215      <ulink url="http://sourceforge.net/projects/glew/">GLEW</ulink>,
    210216      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    211217      <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
     
    220226      <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>,
    221227      <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>,
     228      <ulink url="http://sourceforge.net/projects/libwpd/files/librevenge/">librevenge</ulink>,
    222229      <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>,
    223230      <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>,
     
    227234      <ulink url="http://code.google.com/p/multidimalgorithm/">mdds</ulink>,
    228235      <ulink url="http://sourceforge.net/projects/hunspell/files/MyThes/">MyThes</ulink>,
    229       <ulink url="https://gitorious.org/orcus">Orcus</ulink>, and
     236      <ulink url="http://sourceforge.net/projects/ogl-math/">OGL-Math</ulink>,
     237      <ulink url="https://gitorious.org/orcus/">Orcus</ulink>, and
    230238      <ulink url="http://hci.iwr.uni-heidelberg.de/vigra/">VIGRA</ulink>
    231239    </para>
     
    243251    <title>Installation of LibreOffice</title>
    244252
    245     <warning>
    246       <para>
    247         Untaring the libreoffice-&libreoffice-dlversion; tarball as
    248         <systemitem class="username">root</systemitem> has the curious effect of
    249         changing the ownership of the <emphasis>parent</emphasis> directory
    250         to a user with numerical id 11012 and with the permissions set to allow
    251         read, write and execute for that user only! If you untared as
    252         <systemitem class="username">root</systemitem> in your home folder you
    253         could end up unable to log in again. If you untared it in
    254         <filename class="directory">/usr</filename> you would find your user
    255         account unable to access any file in
    256         <filename class="directory">/usr</filename>.
    257       </para>
    258 
    259       <para>
    260         You can avoid this unpleasantness by
    261         <emphasis>not</emphasis> untaring it as
    262         <systemitem class="username">root</systemitem>. If you must untar
    263         it as <systemitem class="username">root</systemitem> pass the
    264         option <option>--no-overwrite-dir</option> to tar when untaring
    265         as <systemitem class="username">root</systemitem>:
    266       </para>
    267     </warning>
    268 
    269 <screen role="root"><userinput>tar -xf libreoffice-&libreoffice-dlversion;.tar.xz --no-overwrite-dir &amp;&amp;
    270 cd libreoffice-&libreoffice-dlversion;</userinput></screen>
    271 
    272253    <para>
    273254      Unpack the dictionaries file and create symlinks to tarballs from the
     
    278259
    279260tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 &amp;&amp;
    280 ln -sfv ../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
    281 ln -sfv ../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
     261ln -sfv ../../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &amp;&amp;
     262ln -sfv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    282263
    283264    <para>
     
    285266    </para>
    286267
    287 <screen><userinput>ln -sfv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
     268<screen><userinput>
     269ln -sfv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>
    288270
    289271    <note>
     
    303285
    304286    <para>
    305      For i686 systems, fix a problem introduced by
    306      <application>&gcc-490;</application>:
     287     If building on an i686 system, fix a problem introduced by
     288     <application>GCC-4.9.0</application>:
    307289    </para>
    308290
     
    314296    </para>
    315297
    316 <screen><userinput>sed -e "/gzip -f/d"   \
     298<screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch &amp;&amp;
     299
     300sed -e "/gzip -f/d"   \
    317301    -e "s|.1.gz|.1|g" \
    318302    -i bin/distro-install-desktop-integration        &amp;&amp;
    319303sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    320304
    321 sed -e "/distro-install-file-lists/d"           \
    322     -e "s:fetch_Download_item:&amp;_unchecked:"     \
    323     -e "/fetch_Download_item/s:,no-check::"     \
    324    -i Makefile.in                                  &amp;&amp;
     305sed -e "/distro-install-file-lists/d" -i Makefile.in &amp;&amp;
    325306
    326307chmod -v +x bin/unpack-sources                     &amp;&amp;
     
    341322             --disable-postgresql-sdbc   \
    342323             --enable-release-build      \
    343              --enable-python=system      \<!--
    344              - -with-system-boost    \ -->
     324             --enable-python=system      \
     325             --with-system-boost         \
    345326             --with-system-clucene       \
    346327             --with-system-cairo         \
     
    413394      <command>sed -e ...</command>: First sed prevents compression of the
    414395      manual pages, the second one prevents a script that causes install to
    415       fail from running, the third one fixes the download location
    416       and the fourth one fixes the unpack script.
     396      fail from running and the third one fixes the unpack script.
    417397    </para>
    418398
  • xsoft/other/gimp-systemd.xml

    r1ec0251 r64135787  
    66
    77  <!ENTITY gimp-download-http "http://download.gimp.org/pub/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
    8   <!ENTITY gimp-download-ftp  "ftp://mirrors.xmission.com/gimp/gimp/v2.8/gimp-&gimp-version;.tar.bz2">
    9   <!ENTITY gimp-md5sum        "84c964aab7044489af69f7319bb59b47">
     8  <!ENTITY gimp-download-ftp  " ">
     9  <!ENTITY gimp-md5sum        "233c948203383fa078434cc3f8f925cb">
    1010  <!ENTITY gimp-size          "20 MB">
    11   <!ENTITY gimp-buildsize     "570 MB (additional 553 MB to run the test suite,
     11  <!ENTITY gimp-buildsize     "642 MB (additional 553 MB to run the test suite,
    1212                                the help files add from 288 MB (en only) to 1.3
    1313                                GB (all 18 languages), typically increasing by
    1414                                54 MB per translation)">
    15   <!ENTITY gimp-time          "4.7 SBU (additional 0.9 SBU to run the test
     15  <!ENTITY gimp-time          "4.2 SBU (additional 0.9 SBU to run the test
    1616                                suite, for the help files from 0.6 SBU (en only)
    1717                                to 19 SBU (all) - typically 1.3 SBU
     
    9898        <para>
    9999          Download size: &gimp-help-size;
    100         </para>
    101       </listitem>
    102       <listitem>
    103         <para>
    104           Required patch:
    105           <ulink url="&patch-root;/gimp-&gimp-version;-freetype-1.patch"/>
    106100        </para>
    107101      </listitem>
     
    188182    </para>
    189183
    190 <screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-freetype-1.patch              &amp;&amp;
    191 ./configure --prefix=/usr --sysconfdir=/etc --without-gvfs &amp;&amp;
     184<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --without-gvfs &amp;&amp;
    192185make</userinput></screen>
    193186
Note: See TracChangeset for help on using the changeset viewer.