Changeset 64135787
- Timestamp:
- 04/13/2021 09:31:15 PM (2 years ago)
- 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)
- Files:
-
- 4 added
- 50 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/genlib.xml
r1ec0251 r64135787 86 86 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="liblinear.xml"/> 87 87 <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"/> 88 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libqmi-systemd.xml"/> 89 90 <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"/> 90 92 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libtasn1.xml"/> 91 93 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libunistring.xml"/> -
general/prog/elfutils.xml
r1ec0251 r64135787 8 8 "https://fedorahosted.org/releases/e/l/elfutils/&elfutils-version;/elfutils-&elfutils-version;.tar.bz2"> 9 9 <!ENTITY elfutils-download-ftp " "> 10 <!ENTITY elfutils-md5sum " 1f45a18231c782ccd0966059e2e42ea9">11 <!ENTITY elfutils-size "5. 3MB">12 <!ENTITY elfutils-buildsize "7 1MB (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)"> 13 13 <!ENTITY elfutils-time "0.7 SBU (additional 0.2 SBU for the tests)"> 14 14 ]> … … 90 90 91 91 <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>. 94 101 </para> 95 102 -
general/prog/git.xml
r1ec0251 r64135787 207 207 </para> 208 208 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> 210 211 211 212 <para> … … 214 215 </para> 215 216 216 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text} && 217 218 tar -xf ../git-htmldocs-&git-version;.tar.xz \ 217 <screen role="root"><userinput>tar -xf ../git-htmldocs-&git-version;.tar.xz \ 219 218 -C /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir && 220 219 … … 230 229 </para> 231 230 232 <screen role="root"><userinput>mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} && 231 <screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text} && 232 233 mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} && 233 234 mv /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html && 234 235 mkdir /usr/share/doc/git-&git-version;/technical/{html,text} && -
general/prog/java.xml
r1ec0251 r64135787 17 17 ]> 18 18 19 <sect1 id="java" xreflabel=" java-&openjdk-version;">19 <sect1 id="java" xreflabel="Java-&openjdk-version;"> 20 20 <?dbhtml filename="java.html"?> 21 21 … … 151 151 export PATH="$PATH:/opt/OpenJDK-&openjdk-version;-bin/bin"</userinput></screen> 152 152 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 154 156 modification.</para> 157 155 158 156 159 <para>The binary version is now installed. If you don't want to compile the 157 160 sources, skip ahead to the <xref linkend='openjdk-config'/> section. 158 Otherwise, continue to the <xref linkend=' junit'/>, <xref159 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> 160 163 161 164 </sect2> -
general/prog/openjdk.xml
r1ec0251 r64135787 5 5 %general-entities; 6 6 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;"> 8 8 <!ENTITY icedtea-download "http://icedtea.classpath.org/download/source/icedtea-&icedtea-version;.tar.xz"> 9 9 10 <!ENTITY icedtea-md5sum " de88ab45dcea7a4c2088f845b0dfe542">10 <!ENTITY icedtea-md5sum "6c57b54ab8b7916425d567dbb478ad73"> 11 11 <!ENTITY icedtea-size "1.9 MB"> 12 12 13 13 <!ENTITY corba-download "&anduin-download;/corba.tar.bz2"> 14 <!ENTITY corba-md5sum " 381f9c3694b302064520b603feb8aba3">14 <!ENTITY corba-md5sum "86cf23060d726aa55d77bffedb8b6a99"> 15 15 <!ENTITY corba-size "1.0 MB"> 16 16 17 17 <!ENTITY hotspot-download "&anduin-download;/hotspot.tar.bz2"> 18 <!ENTITY hotspot-md5sum " 79442639a24fedefe0ca5c3a66f87fe1">18 <!ENTITY hotspot-md5sum "026bb8ca9e764fe53b8a19f1ddad1479"> 19 19 <!ENTITY hotspot-size "7.4 MB"> 20 20 21 21 <!ENTITY jaxp-download "&anduin-download;/jaxp.tar.bz2"> 22 <!ENTITY jaxp-md5sum " 0c11aeb494fb76143ccf0b58b0b6ac96">22 <!ENTITY jaxp-md5sum "cbd3226b916fe9e6c7e9f1cd15e54d55"> 23 23 <!ENTITY jaxp-size "2.6 MB"> 24 24 25 25 <!ENTITY jaxws-download "&anduin-download;/jaxws.tar.bz2"> 26 <!ENTITY jaxws-md5sum " ab102f6a0e4bb56a5153d0a005451566">26 <!ENTITY jaxws-md5sum "84b921fc3e328eea770dc1a092e240dc"> 27 27 <!ENTITY jaxws-size "1.9 MB"> 28 28 29 29 <!ENTITY jdk-download "&anduin-download;/jdk.tar.bz2"> 30 <!ENTITY jdk-md5sum " 5183620f97e366267568f4e613b71f28">30 <!ENTITY jdk-md5sum "b5a4703501bf4a6adeaa614e6d2345b3"> 31 31 <!ENTITY jdk-size "30.2 MB"> 32 32 33 33 <!ENTITY langtools-download "&anduin-download;/langtools.tar.bz2"> 34 <!ENTITY langtools-md5sum " 04b5c20b2320f75c1f510e0b53f6480c">34 <!ENTITY langtools-md5sum "e104e60e44aba0a8bc60c48df1d859b9"> 35 35 <!ENTITY langtools-size "1.6 MB"> 36 36 37 37 <!ENTITY openjdk-download "&anduin-download;/openjdk.tar.bz2"> 38 <!ENTITY openjdk-md5sum " 9a599c97007df0f6156767e914063956">38 <!ENTITY openjdk-md5sum "f48d6f8b748f869a5624d2c44998d54c"> 39 39 <!ENTITY openjdk-size "122 KB"> 40 40 … … 43 43 <!ENTITY rhino-size "6.2 MB"> 44 44 45 <!ENTITY icedtea-web-download "http://icedtea.classpath.org/download/source/icedtea-web-&icedtea-web-version;.tar.gz"> 46 45 47 <!ENTITY openjdk-buildsize "8-10 GB"> 46 <!ENTITY openjdk-time "2 6-27 SBU (an additional 90 SBU for testsuite)">48 <!ENTITY openjdk-time "28-36 SBU (an additional 100 SBU for testsuite)"> 47 49 ]> 48 50 49 <sect1 id="openjdk" xreflabel="OpenJDK-&openjdk-version;/IcedTea-&icedtea-version;"> 51 <sect1 id="openjdk" 52 xreflabel="OpenJDK-&openjdk-version;/IcedTea-&icedtea-version;"> 50 53 <?dbhtml filename="openjdk.html" ?> 51 54 … … 75 78 programs.</para> 76 79 77 &lfs7 6_checked;80 &lfs75_checked; 78 81 79 82 <note><para>The browser plugin and webstart implementation have been split … … 88 91 General Public License, version 2, with the Classpath Exception</ulink> 89 92 allows third party programs to use classes provided by free software 90 without the requirement that the third party software also be free. 93 without the requirement that the third party software also be free. As with 91 94 the LGPL, any modifications made to the free software portions of a 92 95 third party application, must also be made freely available.</para> … … 215 218 <itemizedlist spacing='compact'> 216 219 <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> 231 242 </listitem> 232 243 </itemizedlist> … … 241 252 <member>Download Size: &rhino-size;</member> 242 253 </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;"/> 243 264 </para> 244 265 </listitem> … … 272 293 <bridgehead renderas="sect4">Optional</bridgehead> 273 294 <para role="optional"> 274 <xref linkend="icedtea-web"/> (to obtain icon file for the275 <command>policytool</command> menu entry),276 295 <xref linkend="libxslt"/>, 277 296 <xref linkend="lsb-release"/>, … … 316 335 <application>JDK</application> that have been relicensed under an open 317 336 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> 319 339 320 340 <screen><userinput>cp -v ../corba.tar.bz2 . && … … 340 360 <screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_new_giflib-1.patch</userinput></screen> 341 361 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> 343 364 344 365 <screen><userinput>patch -Np1 -i ../icedtea-&icedtea-version;-fix_tests-1.patch</userinput></screen> 345 366 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> 346 379 <para>Configure and build the package with the following commands 347 380 (--with-pkgversion and --with-version-suffix values can be modified to fit … … 392 425 chown -R root:root /opt/OpenJDK-&openjdk-version;</userinput></screen> 393 426 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 \ 400 432 icedtea-web-&icedtea-web-version;/javaws.png \ 401 433 --strip-components=1</userinput></screen> … … 403 435 <para>Now, as <systemitem class="username">root</systemitem> user:</para> 404 436 405 <screen role="root"><userinput>cat ;> /usr/share/applications/openjdk-7-policytool.desktop << "EOF" && 437 <screen role="root"><userinput>mkdir -pv /usr/share/applications && 438 439 cat > /usr/share/applications/openjdk-7-policytool.desktop << "EOF" && 406 440 <literal>[Desktop Entry] 407 441 Name=OpenJDK Java 7 Policy Tool … … 416 450 EOF 417 451 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> 452 install -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> 423 458 424 459 </sect2> … … 443 478 security provider.</para> 444 479 445 <para><parameter>--disable-system-kerberos</parameter>: Remove this switch 480 <para><parameter>--disable-system-kerberos</parameter>: Remove this switch, 446 481 if <xref linkend="mitkrb"/> is installed.</para> 447 482 … … 464 499 </sect2> 465 500 466 <sect2 role="configuration" id="openjdk-config" xreflabel="Configuring OpenJDK" > 501 <sect2 role="configuration" 502 id="openjdk-config" 503 xreflabel="Configuring OpenJDK"> 467 504 <title>Configuring OpenJDK</title> 468 505 … … 476 513 the <systemitem class="username">root</systemitem> user:</para> 477 514 478 <screen role="root"><userinput>ln - sfvOpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen>515 <screen role="root"><userinput>ln -v -nsf OpenJDK-&openjdk-version;-bin /opt/jdk</userinput></screen> 479 516 480 517 <para>The information below assumes your system is set up using the … … 489 526 user:</para> 490 527 491 <screen role="root"><userinput>cat > >/etc/profile.d/openjdk.sh << "EOF"528 <screen role="root"><userinput>cat > /etc/profile.d/openjdk.sh << "EOF" 492 529 <literal># Begin /etc/profile.d/openjdk.sh 493 530 … … 495 532 JAVA_HOME=/opt/jdk 496 533 534 # Set ANT_HOME directory 535 ANT_HOME=/opt/ant 536 497 537 # Adjust PATH 498 538 pathappend $JAVA_HOME/bin PATH 539 pathappend $ANT_HOME/bin PATH 499 540 500 541 pathappend $JAVA_HOME/include C_INCLUDE_PATH … … 545 586 mandb -c /opt/jdk/man</userinput></screen> 546 587 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> 548 591 549 592 </sect3> 550 593 551 594 <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> 553 597 554 598 <para>Use the following procedure to check if the … … 661 705 echo "`basename ${0}` creates a valid cacerts file for use with IcedTea." 662 706 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." 668 710 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." 670 714 echo "" 671 echo " - s --openssl The path to the openssl utility."715 echo " -o --outfile The path to the output file." 672 716 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." 674 722 echo "" 675 723 echo "" … … 769 817 certend=`grep -n "^-----END" "${cert}" | cut -d ":" -f 1` 770 818 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}" 773 824 rm "${tempfile}" 774 825 done … … 795 846 <systemitem class="username">root</systemitem> user:</para> 796 847 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> 799 853 800 854 </sect3> … … 814 868 jarsigner, java, javac, javadoc, javah, javap, java-rmi.cgi, 815 869 jcmd, jconsole, jdb, jhat, jinfo, jmap, jps, 816 jrunscript, jsadebugd, jstack, jstat, jstatd, keytool, 870 jrunscript, jsadebugd, jstack, jstat, jstatd, keytool, mkcacerts, 817 871 native2ascii, orbd, pack200, policytool, rmic, rmid, rmiregistry, 818 872 schemagen, serialver, servertool, tnameserv, unpack200, … … 1098 1152 </varlistentry> 1099 1153 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 1100 1165 <varlistentry id="native2ascii"> 1101 1166 <term><command>native2ascii</command></term> -
general/prog/perl-modules.xml
r1ec0251 r64135787 64 64 http://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz 65 65 MD5 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> 86 http://www.cpan.org/authors/id/V/VP/VPIT/autovification-&autovivification-version;.tar.gz 87 MD5 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> 108 http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz 109 MD5 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> 135 http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISMN-&Business-ISMN-version;.tar.gz 136 MD5 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> 162 http://www.cpan.org/authors/id/B/BD/BDFOY/Business-ISSN-&Business-ISSN-version;.tar.gz 163 MD5 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> 184 http://www.cpan.org/authors/id/D/DC/DCANTRELL/Data-Compare-&Data-Compare-version;.tar.gz 185 MD5 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> 220 http://www.cpan.org/authors/id/I/IZ/IZUT/Date-Simple-&Date-Simple-version;.tar.gz 221 MD5 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> 241 http://www.cpan.org/authors/id/N/NE/NEZUMI/Encode-EUCJPASCII-&Encode-EUCJPASCII-version;.tar.gz 242 MD5 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> 262 http://www.cpan.org/authors/id/A/AU/AUDREYT/Encode-HanExtra-&Business-ISSN-version;.tar.gz 263 MD5 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> 284 http://www.cpan.org/authors/id/D/DA/DANKOGAI/Encode-JIS2K-&Business-ISSN-version;.tar.gz 285 MD5 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> 306 http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-&Business-ISSN-version;.tar.gz 307 MD5 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 'which' 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> 328 http://www.cpan.org/authors/id/A/AD/ADAMK/File-Which-&File-Which-version;.tar.gz 329 MD5 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> 66 353 </listitem> 67 354 </itemizedlist> … … 204 491 </itemizedlist> --> 205 492 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> 510 http://www.cpan.org/authors/id/R/RJ/RJBS/IPC-Run3-&Business-ISSN-version;.tar.gz 511 MD5 sum: 5a8cec571c51a118b265cf6e24e55761</literallayout> 512 </listitem> 513 </itemizedlist> 514 515 <!-- LWP (but listed as libwww-perl) --> 207 516 <bridgehead renderas="sect3" id="perl-lwp" 208 517 xreflabel="libwww-perl-&LWP-version;"> … … 227 536 228 537 <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.gz231 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> 539 http://cpan.org/authors/id/M/MS/MSCHILLI/libwww-perl-&LWP-version;.tar.gz 540 MD5 sum: 28e5005609af16c1fa297d12e0312f86</literallayout> 232 541 <itemizedlist> 233 542 <listitem> <literallayout><ulink url="http://search.cpan.org/~gaas/Encode-Locale/">Encode::Locale</ulink> … … 317 626 </itemizedlist> 318 627 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> 657 http://www.cpan.org/authors/id/D/DR/DROLSKY/List-AllUtils-&List-AllUtils-version;.tar.gz 658 MD5 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> 687 http://www.cpan.org/authors/id/M/MS/MSCHILLI/Log-Log4perl-&Log-Log4perl-version;.tar.gz 688 MD5 sum: 4065a8b123badf07a3d6f57b48a0aa5c</literallayout> 689 </listitem> 690 </itemizedlist> 319 691 320 692 <!-- Module::Info … … 458 830 </itemizedlist> 459 831 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> 849 http://www.cpan.org/authors/id/R/RO/ROODE/Readonly-XS-&Readonly-XS-version;.tar.gz 850 MD5 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/) 854 this 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> 876 http://www.cpan.org/authors/id/A/AB/ABIGAIL/Regexp-Common-&Regexp-Common-version;.tar.gz 877 MD5 sum: 2b9c335312dcfd9980ff7acbad0e5905</literallayout> 878 </listitem> 879 </itemizedlist> 880 460 881 <!-- SGMLSpm --> 461 882 <bridgehead renderas="sect3" id="perl-sgmlspm" … … 491 912 MD5 sum: 746c74ae969992cedb1a2879b4168090 </literallayout> 492 913 <!--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> 936 http://www.cpan.org/authors/id/A/AM/AMBS/Text/Text-BibTeX-&Text-BibTeX-version;.tar.gz 937 MD5 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/) 950 this uses the <xref linkend="perl-build-install"/> 951 </literallayout> 952 </listitem> 953 </itemizedlist> 954 </listitem> 955 </itemizedlist> 493 956 </listitem> 494 957 </itemizedlist> … … 564 1027 </itemizedlist> 565 1028 --> 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> 1046 http://www.cpan.org/authors/id/S/SA/SADAHIRO/Unicode-Collate-&Unicode-Collate-version;.tar.gz 1047 MD5 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> 1068 http://www.cpan.org/authors/id/N/NE/NEZUMI/Unicode-LineBreak-&Unicode-LineBreak-version;.tar.gz 1069 MD5 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> 566 1095 567 1096 <!-- URI --> … … 590 1119 591 1120 <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> 1122 http://www.cpan.org/authors/id/E/ET/ETHER/URI-&URI-version;.tar.gz 1123 MD5 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> 1146 http://cpan.org/authors/id/M/MA/MARKOV/XML-LibXML-Simple-&XML-LibXML-Simple-version;.tar.gz 1147 MD5 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> 1184 http://www.cpan.org/authors/id/S/SH/SHLOMIF/XML-LibXSLT-&XML-LibXSLT-version;.tar.gz 1185 MD5 sum: e543d54493c8be6d4fb26595593818d1</literallayout> 1186 <itemizedlist> 1187 <listitem> 1188 <para> 1189 <xref linkend="libxslt"/> 1190 </para> 1191 </listitem> 1192 </itemizedlist> 595 1193 </listitem> 596 1194 </itemizedlist> … … 653 1251 MD5 sum: 4d10964e123b76eca36678464daa63cd </literallayout> 654 1252 <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> 656 1255 (http://search.cpan.org/~grantm/XML-SAX/) 657 1256 (Note: this package does not support parallel build) … … 680 1279 </itemizedlist>--> 681 1280 </listitem> 682 <listitem> <literallayout id="perl-xml-libxml"><ulinkurl="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> 683 1282 (http://search.cpan.org/~shlomif/XML-LibXML/) 684 1283 (recommended for faster parsing) </literallayout> … … 689 1288 </listitem> 690 1289 </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> 1310 http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz 1311 MD5 sum: b9c2420c243c6a36ce45a008740fcede</literallayout> 691 1312 </listitem> 692 1313 </itemizedlist> … … 794 1415 </sect2> 795 1416 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 && 1427 ./Build && 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 796 1447 <sect2 role="installation" id="perl-auto-install" 797 1448 xreflabel="alternate auto installation instructions"> -
general/prog/prog.xml
r1ec0251 r64135787 25 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="bazaar.xml"/> 26 26 <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"/> 27 28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cmake-systemd.xml"/> 28 29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="cvs.xml"/> -
general/prog/tcl.xml
r1ec0251 r64135787 7 7 <!ENTITY tcl-download-http "&sourceforge-repo;/tcl/tcl&tcl-version;-src.tar.gz"> 8 8 <!ENTITY tcl-download-ftp " "> 9 <!ENTITY tcl-md5sum " aae4b701ee527c6e4e1a6f9c7399882e">10 <!ENTITY tcl-size "8. 4MB">11 <!ENTITY tcl-buildsize " 60MB (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)"> 13 13 14 14 <!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"> 16 16 <!ENTITY tcl-doc-size "1.2 MB"> 17 17 … … 215 215 </seg> 216 216 <seg> 217 /usr/lib/itcl4.0.1, 218 /usr/lib/sqlite3.8.6, 217 219 /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,223 220 /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 228 228 </seg> 229 229 </seglistitem> -
general/prog/tk.xml
r1ec0251 r64135787 7 7 <!ENTITY tk-download-http "&sourceforge-repo;/tcl/tk&tk-version;-src.tar.gz"> 8 8 <!ENTITY tk-download-ftp " "> 9 <!ENTITY tk-md5sum " 63f21c3a0e0cefbd854b4eb29b129ac6">9 <!ENTITY tk-md5sum "a719038d2df12ffd41dda4a255da5e09"> 10 10 <!ENTITY tk-size "4.1 MB"> 11 11 <!ENTITY tk-buildsize "24 MB"> -
gnome-systemd/intro/build-order.xml
r1ec0251 r64135787 105 105 </listitem> 106 106 <listitem> 107 <para><xref linkend="geoclue2"/>,</para> 108 </listitem> 109 <listitem> 107 110 <para><xref linkend="gstreamer10"/>,</para> 108 111 </listitem> -
gnome/applications/brasero.xml
r1ec0251 r64135787 109 109 <bridgehead renderas="sect4">Optional (Runtime)</bridgehead> 110 110 <para role="optional"> 111 <xref linkend="cdrdao"/>, one of 111 <xref linkend="cdrdao"/>, 112 <xref linkend="libdvdcss"/>, one of 112 113 <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 115 115 <ulink url="http://ftp.gnu.org/gnu/vcdimager/">VCDImager</ulink> 116 116 </para> -
gnome/applications/cheese.xml
r1ec0251 r64135787 83 83 <xref linkend="libcanberra"/>, 84 84 <xref linkend="librsvg"/>, 85 <xref linkend=" systemd"/> (for GUdev), and85 <xref linkend="udev-extras"/> (for GUdev), and 86 86 <xref linkend="yelp-xsl"/> 87 87 </para> -
gnome/applications/totem.xml
r1ec0251 r64135787 107 107 bootscript/systemd unit), 108 108 <xref linkend="gtk-doc"/>, 109 <xref linkend="xulrunner"/>,110 109 <ulink url="http://www.lirc.org">LIRC</ulink>, 111 110 <ulink url="http://pypi.python.org/pypi/pylint">pylint</ulink>, and -
gnome/platform/dconf.xml
r1ec0251 r64135787 76 76 <bridgehead renderas="sect4">Required</bridgehead> 77 77 <para role="required"> 78 <xref linkend="dbus"/> .79 <xref linkend="gtk3"/> and78 <xref linkend="dbus"/>, 79 <xref linkend="gtk3"/>, and 80 80 <xref linkend="libxml2"/> 81 81 </para> -
gnome/platform/gvfs.xml
r1ec0251 r64135787 7 7 <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.20/gvfs-&gvfs-version;.tar.xz"> 8 8 <!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"> 10 10 <!ENTITY gvfs-size "1.5 MB"> 11 <!ENTITY gvfs-buildsize "5 5MB (additional 1 MB for the tests)">12 <!ENTITY gvfs-time "0.7 SBU (additional less than0.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)"> 13 13 ]> 14 14 … … 85 85 <xref linkend="libsecret"/>, 86 86 <xref linkend="libsoup"/>, 87 <xref linkend=" systemd"/> (for GUdev), and87 <xref linkend="udev-extras"/> (for GUdev), and 88 88 <xref linkend="udisks2"/> 89 89 </para> … … 96 96 <xref linkend="dbus-glib"/>, 97 97 <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"/>, 98 106 <!-- <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 --> 101 108 <ulink url="&gnome-download-http;/gnome-online-accounts"> 102 109 GNOME Online Accounts</ulink>, 103 <xref linkend="gtk-doc"/>,104 <xref linkend="libarchive"/>,105 110 <ulink url="http://www.videolan.org/developers/libbluray.html"> 106 111 libbluray</ulink>, 107 112 <ulink url="http://www.gnu.org/software/libcdio/">libcdio-paranoia</ulink>, 108 <xref linkend="libgcrypt"/>,109 113 <ulink url="http://www.gphoto.org/">libgphoto2</ulink>, 110 114 <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 116 116 <ulink url="http://twistedmatrix.com/trac/">Twisted</ulink>, 117 117 </para> … … 180 180 <seglistitem> 181 181 <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 192 191 </seg> 193 192 <seg> -
gnome/platform/libwnck.xml
r1ec0251 r64135787 7 7 <!ENTITY libwnck-download-http "&gnome-download-http;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz"> 8 8 <!ENTITY libwnck-download-ftp "&gnome-download-ftp;/libwnck/3.4/libwnck-&libwnck-version;.tar.xz"> 9 <!ENTITY libwnck-md5sum " b028685089dd1267dab64cca77fd7f35">10 <!ENTITY libwnck-size "6 52KB">11 <!ENTITY libwnck-buildsize " 20MB">9 <!ENTITY libwnck-md5sum "5cb080285e8d5d6a70424cfb43bbf440"> 10 <!ENTITY libwnck-size "660 KB"> 11 <!ENTITY libwnck-buildsize "18 MB"> 12 12 <!ENTITY libwnck-time "0.2 SBU"> 13 13 ]> -
introduction/welcome/changelog.xml
r1ec0251 r64135787 44 44 45 45 --> 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 46 177 <listitem> 47 178 <para>August 25th, 2014</para> -
lxde/desktop/menu-cache.xml
r1ec0251 r64135787 7 7 <!ENTITY menu-cache-download-http "&sourceforge-repo;/lxde/menu-cache-&menu-cache-version;.tar.xz"> 8 8 <!ENTITY menu-cache-download-ftp " "> 9 <!ENTITY menu-cache-md5sum " f1bbe2281feb4e78c401ca8d7ed46306">9 <!ENTITY menu-cache-md5sum "2bb9b83282ae671df1d2f5b617ca1949"> 10 10 <!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)"> 12 12 <!ENTITY menu-cache-time "less than 0.1 SBU"> 13 13 ]> … … 144 144 <seg> 145 145 /usr/include/menu-cache, 146 /usr/lib/menu-cache,147 146 /usr/libexec/menu-cache and 148 147 /usr/share/gtk-doc/html/libmenu-cache -
multimedia/libdriv/alsa-tools.xml
r1ec0251 r64135787 99 99 <title>Installation of ALSA Tools</title> 100 100 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 101 107 <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 && 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> 111 113 112 114 <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. 114 120 </para> 115 121 116 122 <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 * 128 do 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 145 done 146 unset tool tool_dir</userinput></screen> 147 148 <para>Finally, exit the shell that was started earlier:</para> 149 150 <screen><userinput>exit</userinput></screen> 121 151 122 152 </sect2> -
multimedia/libdriv/grilo-plugins-systemd.xml
r1ec0251 r64135787 102 102 <title>Installation of Grilo-Plugins</title> 103 103 104 <para>Install <application>Grilo-Plugins</application> by running the105 following commands:</para>104 <para>Install <application>Grilo-Plugins</application> by running 105 the following commands:</para> 106 106 107 107 <screen><userinput>./configure --prefix=/usr && … … 109 109 110 110 <para> 111 To test the results, issue: 112 <command>make check 2>&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>. 115 112 </para> 116 113 … … 120 117 121 118 <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. 125 124 </para> 126 125 … … 136 135 137 136 <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> 144 148 </seglistitem> 145 149 </segmentedlist> -
multimedia/libdriv/grilo.xml
r1ec0251 r64135787 7 7 <!ENTITY grilo-download-http "&gnome-download-http;/grilo/0.2/grilo-&grilo-version;.tar.xz"> 8 8 <!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"> 13 13 ]> 14 14 … … 99 99 make</userinput></screen> 100 100 101 <!-- testsuite exists, but does nothing -->102 101 <para>This package does not come with a testsuite.</para> 103 102 … … 128 127 129 128 <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> 133 139 </seglistitem> 134 140 </segmentedlist> … … 161 167 </varlistentry> 162 168 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 163 180 <varlistentry id="libgrilo"> 164 181 <term><filename class='libraryfile'>libgrilo.so</filename></term> -
multimedia/libdriv/gst10-plugins-bad.xml
r1ec0251 r64135787 8 8 "&gstreamer-dl;/gst-plugins-bad/gst-plugins-bad-&gst10-plugins-bad-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-bad-download-ftp " "> 10 <!ENTITY gst10-plugins-bad-md5sum " 3bc0fcfe8d16ad1295f0454c1fcb4ba3">10 <!ENTITY gst10-plugins-bad-md5sum "20cb190b18dc63017326321cdb7c91e5"> 11 11 <!ENTITY gst10-plugins-bad-size "3.7 MB"> 12 <!ENTITY gst10-plugins-bad-buildsize "13 8MB (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)"> 14 14 ]> 15 15 … … 209 209 </seg> 210 210 <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}and211 /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 214 214 /usr/share/gtk-doc/html/gst-plugins-bad-{libs,plugins}-1.0 215 215 </seg> -
multimedia/libdriv/gst10-plugins-base.xml
r1ec0251 r64135787 8 8 "&gstreamer-dl;/gst-plugins-base/gst-plugins-base-&gst10-plugins-base-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-base-download-ftp " "> 10 <!ENTITY gst10-plugins-base-md5sum " 1ff06280b03b9098a706d1290d8bb3bd">10 <!ENTITY gst10-plugins-base-md5sum "a825628225bd0a58c0df87cdd2a5db91"> 11 11 <!ENTITY gst10-plugins-base-size "2.5 MB"> 12 <!ENTITY gst10-plugins-base-buildsize "9 3MB (additional 13 MB to run the test suite)">12 <!ENTITY gst10-plugins-base-buildsize "94 MB (additional 13 MB to run the test suite)"> 13 13 <!ENTITY gst10-plugins-base-time "1.1 SBU (additional 0.7 SBU to run the test suite)"> 14 14 ]> … … 173 173 </seg> 174 174 <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}, 178 177 /usr/share/gst-plugins-base/1.0 and 179 178 /usr/share/gtk-doc/html/gst-plugins-base-{libs,plugins}-1.0 -
multimedia/libdriv/gst10-plugins-good-systemd.xml
r1ec0251 r64135787 8 8 "&gstreamer-dl;/gst-plugins-good/gst-plugins-good-&gst10-plugins-good-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-good-download-ftp " "> 10 <!ENTITY gst10-plugins-good-md5sum " 8007d57a38f6b2882961b2547fa4597c">10 <!ENTITY gst10-plugins-good-md5sum "eb3a3296b2f6009def1f5a09590ce767"> 11 11 <!ENTITY gst10-plugins-good-size "2.9 MB"> 12 <!ENTITY gst10-plugins-good-buildsize "10 5 MB (additional 10MB to run the test suite)">12 <!ENTITY gst10-plugins-good-buildsize "106 MB (additional 11 MB to run the test suite)"> 13 13 <!ENTITY gst10-plugins-good-time "1.2 SBU (additional 0.9 SBU to run the test suite)"> 14 14 ]> -
multimedia/libdriv/gst10-plugins-ugly.xml
r1ec0251 r64135787 8 8 "&gstreamer-dl;/gst-plugins-ugly/gst-plugins-ugly-&gst10-plugins-ugly-version;.tar.xz"> 9 9 <!ENTITY gst10-plugins-ugly-download-ftp " "> 10 <!ENTITY gst10-plugins-ugly-md5sum " 558146cb5ec8b313afe2113aafc3da85">10 <!ENTITY gst10-plugins-ugly-md5sum "316974af949ca4654efee704a0164076"> 11 11 <!ENTITY gst10-plugins-ugly-size "828 KB"> 12 <!ENTITY gst10-plugins-ugly-buildsize "1 6 MB (additional 1 MB to run the test suite)">12 <!ENTITY gst10-plugins-ugly-buildsize "17 MB"> 13 13 <!ENTITY gst10-plugins-ugly-time "0.2 SBU"> 14 14 ]> -
multimedia/libdriv/gstreamer10.xml
r1ec0251 r64135787 7 7 <!ENTITY gstreamer10-download-http "&gstreamer-dl;/gstreamer/gstreamer-&gstreamer10-version;.tar.xz"> 8 8 <!ENTITY gstreamer10-download-ftp " "> 9 <!ENTITY gstreamer10-md5sum " 594c0c06eaace9b9d3bad010de1bdfae">9 <!ENTITY gstreamer10-md5sum "bd0938d680d657249b885162f310702d"> 10 10 <!ENTITY gstreamer10-size "3.2 MB"> 11 11 <!ENTITY gstreamer10-buildsize "77 MB (additional 19 MB to run the test suite)"> … … 147 147 /usr/include/gstreamer-1.0, 148 148 /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 152 151 </seg> 153 152 </seglistitem> -
multimedia/libdriv/libdvdread.xml
r1ec0251 r64135787 70 70 <screen><userinput>./configure --prefix=/usr \ 71 71 --disable-static \ 72 --docdir=/usr/share/ libdvdread-&libdvdread-version; &&72 --docdir=/usr/share/doc/libdvdread-&libdvdread-version; && 73 73 make</userinput></screen> 74 74 -
multimedia/libdriv/pulseaudio.xml
r1ec0251 r64135787 194 194 </sect2> 195 195 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 196 235 <sect2 role="content"> 197 236 <title>Contents</title> … … 217 256 /usr/include/pulse, 218 257 /usr/lib/cmake/PulseAudio, 219 /usr/lib/pulse, 220 /usr/libexec/pulse and 258 /usr/lib/pulse, and 221 259 /usr/share/pulseaudio 222 260 </seg> -
multimedia/libdriv/sdl.xml
r1ec0251 r64135787 70 70 <xref linkend="pth"/>, 71 71 <ulink url="http://www.directfb.org/">DirectFB</ulink>, 72 <ulink url="http:// www.ggi-project.org/">GGI</ulink>,73 <ulink url="http://m y.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> 74 74 (<ulink url="&patch-root;/svgalib-1.9.25-megafixes-1.patch">patched</ulink>), 75 75 <ulink url="http://caca.zoy.org/wiki/libcaca">libcaca</ulink> and -
networking/netlibs/geoclue2-systemd.xml
r1ec0251 r64135787 131 131 <para> 132 132 <option>--disable-modem-gps-source</option>: This switch disables 133 the modem GPS backend. Remove it if you have not installed the133 the modem GPS backend. Use it if you have not installed the 134 134 <application>ModemManager</application> package. 135 135 </para> -
networking/netutils/nmap.xml
r1ec0251 r64135787 8 8 <!-- <!ENTITY nmap-download-ftp "&gentoo-ftp-repo;/nmap-&nmap-version;.tar.bz2">--> 9 9 <!ENTITY nmap-download-ftp " "> 10 <!ENTITY nmap-md5sum " 5a36ad3a63d5b7ea5514f745a397436a">11 <!ENTITY nmap-size "7. 6MB">12 <!ENTITY nmap-buildsize "1 05MB (additional 1 MB for the tests)">13 <!ENTITY nmap-time " 0.7 SBU (additional 4.3SBU 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)"> 14 14 ]> 15 15 … … 56 56 <listitem> 57 57 <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>68 58 </listitem> 69 59 </itemizedlist> … … 112 102 </note> 113 103 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 118 104 <para>Install <application>Nmap</application> by running the following 119 105 commands:</para> … … 121 107 <screen><userinput>./configure --prefix=/usr && 122 108 make -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> 123 113 124 114 <para>To test the results, issue: <command>make check</command> as the -
packages.ent
r1ec0251 r64135787 23 23 <!ENTITY mitkrb-version "&mitkrb-major-version;.2"> 24 24 <!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;"> 28 31 <!ENTITY openssh-version "6.6p1"> 29 32 <!ENTITY openssl-version "1.0.1i"> … … 39 42 <!ENTITY fuse-version "2.9.3"> 40 43 <!ENTITY jfsutils-version "1.1.15"> 41 <!ENTITY lvm2-version "2.02.1 09">44 <!ENTITY lvm2-version "2.02.110"> 42 45 <!ENTITY mdadm-version "3.3.2"> 43 46 <!ENTITY ntfs-3g-version "2014.2.15"> … … 59 62 <!ENTITY dash-version "0.5.7"> 60 63 <!ENTITY tcsh-version "6.18.01"> 61 <!ENTITY zsh-version "5.0. 5">64 <!ENTITY zsh-version "5.0.6"> 62 65 63 66 <!-- Chapter 8 Virtualization --> … … 121 124 <!ENTITY libksba-version "1.3.0"> 122 125 <!ENTITY liblinear-version "1.94"> 126 <!ENTITY libpaper-version "1.1.24+nmu3"> 123 127 <!ENTITY libsigc-version "2.3.2"> 128 <!ENTITY libsigsegv-version "2.10"> 124 129 <!ENTITY libtasn1-version "4.1"> 125 130 <!ENTITY libunistring-version "0.9.3"> … … 239 244 <!ENTITY bazaar-version "2.5.1"> 240 245 <!ENTITY check-version "0.9.14"> 246 <!ENTITY clisp-version "2.49"> 241 247 <!ENTITY cmake-major-version "3.0"> 242 248 <!ENTITY cmake-minor-version "1"> … … 245 251 <!ENTITY dejagnu-version "1.5.1"> 246 252 <!ENTITY doxygen-version "1.8.8"> 247 <!ENTITY elfutils-version "0.1 59">253 <!ENTITY elfutils-version "0.160"> 248 254 <!ENTITY expect-version "5.45"> 249 255 <!ENTITY gcc-version "4.9.1"> … … 267 273 <!ENTITY subversion-version "1.8.10"> 268 274 <!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"> 271 277 <!ENTITY vala-major-version "0.24"> <!-- even minors only --> 272 278 <!ENTITY vala-version "&vala-major-version;.0"> … … 284 290 285 291 <!-- Perl module versions used in the Perl Modules instructions --> 292 <!ENTITY autovivification-version "0.12"> 286 293 <!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"> 287 304 <!ENTITY Glib-perl-version "1.280"> 288 305 <!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"> 290 310 <!ENTITY Net-DNS-version "0.76"> 311 <!ENTITY Readonly-XS-version "1.05"> 312 <!ENTITY Regexp-Common-version "2013031301"> 291 313 <!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"> 293 320 <!ENTITY XML-Parser-version "2.41"> 294 321 <!ENTITY XML-Simple-version "2.20"> 322 <!ENTITY XML-Writer-version "0.625"> 295 323 296 324 <!-- Python module versions used in the Python Modules instructions --> … … 328 356 <!ENTITY mod_dnssd-version "0.6"> 329 357 <!ENTITY NetworkManager-version "0.9.10.0"> 330 <!ENTITY nmap-version "6.4 6">358 <!ENTITY nmap-version "6.47"> 331 359 <!ENTITY traceroute-version "2.0.20"> 332 360 <!ENTITY whois-version "5.1.5"> … … 449 477 <!ENTITY startup-notification-version "0.12"> 450 478 <!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 --> 452 480 <!ENTITY xulrunner-version "31.0"> 453 481 … … 527 555 <!ENTITY lxmenu-data-version "0.1.2"> 528 556 <!ENTITY lxde-icon-theme-version "0.5.0"> 529 <!ENTITY menu-cache-version "0.6. 0">557 <!ENTITY menu-cache-version "0.6.1"> 530 558 <!ENTITY libfm-version "1.2.2.1"> 531 559 <!ENTITY pcmanfm-version "1.2.2"> … … 550 578 <!ENTITY gnucash-version "2.4.11"> 551 579 552 <!ENTITY libreoffice-version "4.3. 0">553 <!ENTITY libreoffice-patch ". 4">580 <!ENTITY libreoffice-version "4.3.1"> 581 <!ENTITY libreoffice-patch ".2"> 554 582 <!ENTITY libreoffice-dlversion "&libreoffice-version;&libreoffice-patch;"> 555 583 … … 564 592 <!ENTITY gparted-version "0.19.1"> 565 593 <!ENTITY gnash-version "0.8.10"> 566 <!ENTITY gimp-version "2.8.1 0">594 <!ENTITY gimp-version "2.8.14"> 567 595 <!ENTITY icedtea-web-version "1.5.1"> 568 596 <!ENTITY inkscape-version "0.48.5"> … … 601 629 <!ENTITY gst-plugins-ugly-version "0.10.19"> 602 630 <!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 --> 609 637 <!ENTITY liba52-version "0.7.4"> 610 638 <!ENTITY libao-version "1.2.0"> … … 713 741 page, as well as to reference the directory in texlive --> 714 742 <!ENTITY texlive-year "2014"> 715 743 <!ENTITY biber-version "1.8"> 744 -
postlfs/filesystems/lvm2.xml
r1ec0251 r64135787 7 7 <!ENTITY lvm2-download-http " "> 8 8 <!ENTITY lvm2-download-ftp "ftp://sources.redhat.com/pub/lvm2/LVM2.&lvm2-version;.tgz"> 9 <!ENTITY lvm2-md5sum " 8fec006327b266fa611b165d8ec0b008">10 <!ENTITY lvm2-size "1. 4MB">11 <!ENTITY lvm2-buildsize "2 4MB (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)"> 12 12 <!ENTITY lvm2-time "0.4 SBU (additional 5.4 SBU to run the test suite)"> 13 13 ]> -
postlfs/security/cacerts.xml
r1ec0251 r64135787 86 86 87 87 # Used to generate PEM encoded files from Mozilla certdata.txt. 88 # Run as ./m kcrt.pl > certificate.crt88 # Run as ./make-cert.pl > certificate.crt 89 89 # 90 90 # Parts of this script courtesy of RedHat (mkcabundle.pl) … … 179 179 mkdir "${TEMPDIR}/certs" 180 180 181 # Get a list of star ing lines for each cert181 # Get a list of starting lines for each cert 182 182 CERTBEGINLIST=$(grep -n "^# Certificate" "${certdata}" | cut -d ":" -f1) 183 183 … … 197 197 done 198 198 199 unset CERTBEGINLIST CERTDATA CERTENDLIST cert ebegin certend199 unset CERTBEGINLIST CERTDATA CERTENDLIST certbegin certend 200 200 201 201 mkdir -p certs … … 314 314 wget $URL && 315 315 make-ca.sh && 316 remove-expired-certs.sh certs</userinput></screen> 316 remove-expired-certs.sh certs && 317 unset URL</userinput></screen> 317 318 318 319 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> -
postlfs/security/gnutls.xml
r1ec0251 r64135787 7 7 <!ENTITY gnutls-download-http " "> 8 8 <!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"> 10 10 <!ENTITY gnutls-size "5.8 MB"> 11 11 <!ENTITY gnutls-buildsize "122 MB (additional 8 MB for the tests)"> 12 <!ENTITY gnutls-time "0.9 SBU (additional 1. 9SBU for the tests)">12 <!ENTITY gnutls-time "0.9 SBU (additional 1.8 SBU for the tests)"> 13 13 ]> 14 14 … … 99 99 <bridgehead renderas="sect4">Recommended</bridgehead> 100 100 <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"/> 104 103 </para> 105 104 … … 109 108 <xref linkend="guile"/>, 110 109 <xref linkend="libidn"/>, 110 <xref linkend="p11-kit"/>, 111 111 <xref linkend="unbound"/> (to build the DANE library), 112 112 <xref linkend="valgrind"/> (used during the test suite), … … 129 129 <title>Installation of GnuTLS</title> 130 130 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 131 139 <para> 132 140 Install <application>GnuTLS</application> by running the … … 162 170 <sect2 role="commands"> 163 171 <title>Command Explanations</title> 164 165 <para>166 <option>--without-p11-kit</option>: This switch disables167 PKCS#11 support. Use it if you have not installed168 <xref linkend="p11-kit"/>.169 </para>170 172 171 173 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
postlfs/security/nss.xml
r1ec0251 r64135787 5 5 %general-entities; 6 6 7 <!-- for when .0 is not part of the new tarball name --> 7 8 <!ENTITY nss-url "ftp.mozilla.org/pub/mozilla.org/security/nss/releases"> 8 9 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 9 15 <!ENTITY nss-download-http 10 16 "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"> 14 19 <!ENTITY nss-size "6.2 MB"> 15 <!ENTITY nss-buildsize "7 8MB">20 <!ENTITY nss-buildsize "79 MB"> 16 21 <!ENTITY nss-time "0.7 SBU"> 17 22 ]> -
postlfs/shells/zsh.xml
r1ec0251 r64135787 7 7 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.bz2"> 8 8 <!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"> 16 15 <!ENTITY zsh-doc-size "2.9 MB"> 17 16 ]> … … 82 81 <bridgehead renderas="sect4">Optional</bridgehead> 83 82 <para role="optional"> 84 <xref linkend="pcre"/> 83 <xref linkend="pcre"/> and 84 <xref linkend="valgrind"/> 85 85 </para> 86 86 … … 98 98 <screen><userinput>tar --strip-components=1 -xvf ../zsh-&zsh-version;-doc.tar.bz2</userinput></screen> 99 99 100 <note>100 <!-- <note> 101 101 <para> 102 102 Using a script to build with "su -c script" may produce a funny 103 103 configure error message: "no controlling tty". If this happens, add 104 the switch - -with-tcsetpgrp to configure.104 the switch -\-with-tcsetpgrp to configure. 105 105 </para> 106 106 </note> 107 107 --> 108 108 <para>Install <application>zsh</application> by running the following 109 109 commands:</para> -
pst/printing/cups-systemd.xml
r1ec0251 r64135787 109 109 <xref linkend="gnutls"/> (if you have it installed, then 110 110 <xref linkend="libgcrypt"/> is required) or <xref linkend="openssl"/>, 111 <xref linkend="libpaper"/>, 111 112 <xref linkend="linux-pam"/>, 112 113 <xref linkend="mitkrb"/>, 113 114 <xref linkend="openjdk"/>, 114 115 <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"/> 119 118 </para> 120 119 -
pst/printing/gs.xml
r1ec0251 r64135787 116 116 <para role="optional"> 117 117 <xref linkend="cairo"/>, 118 <xref linkend="cups"/>, 118 119 <xref linkend="fontconfig"/> (required, if you are installing any 119 120 suggested font), 120 121 <xref linkend="gtk2"/>, 121 <xref linkend="cups"/>,122 <xref linkend="lcms"/> (not used by default, nor if lcms2 is present or found),123 122 <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"/> 126 126 </para> 127 127 -
pst/ps/a2ps.xml
r1ec0251 r64135787 92 92 <bridgehead renderas="sect4">Optional</bridgehead> 93 93 <para role="optional"> 94 <xref linkend="gs"/>, 95 <xref linkend="libpaper"/>, 96 <xref linkend="texlive"/>, 94 97 <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>,98 98 <ulink url="http://www.adobe.com/products/acrobat/readstep2.html">Adobe Reader</ulink>, and 99 99 <ulink url="http://www.gnu.org/software/ghostview/ghostview.html">Ghostview</ulink> -
pst/typesetting/texlive.xml
r1ec0251 r64135787 68 68 (untested, you would need to alter the configure switches which refer 69 69 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) 71 73 </para> 72 74 73 75 <bridgehead renderas="sect4">Recommended</bridgehead> 74 76 <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), 76 79 <xref linkend="x-window-system"/> 77 80 </para> … … 87 90 <xref linkend="harfbuzz"/> (linked to graphite2), 88 91 <xref linkend="icu"/>, 92 <xref linkend="libpaper"/>, 89 93 <xref linkend="libpng"/>, 90 94 <xref linkend="poppler"/> … … 92 96 93 97 <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 of99 <ulink100 url="http://packages.debian.org/source/sid/libpaper">libpaper</ulink>101 shipped with the source will be used unless you have installed a system102 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-time106 dependency for xindy, see <filename>utils/xindy/README-clisp</filename>.107 </para>108 98 <para> 109 99 The source ships with its own versions of several libraries which are either … … 149 139 what was originally installed.</para> 150 140 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 157 142 separately run <command>configure</command> and <command>make</command> in its 158 143 directory. … … 184 169 --with-system-xpdf \ 185 170 --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> 187 176 188 177 <para>Asymptote has to be separately configured. It ships with its own copy … … 192 181 193 182 <screen><userinput>pushd ../utils/asymptote && 194 195 196 197 183 rm -v gc-7.4.0.tar.gz && 184 185 echo "ac_cv_lib_m_sqrt=yes" >config.cache && 186 echo "ac_cv_lib_z_deflate=yes" >>config.cache && 198 187 199 188 ./configure LIBS="-ltirpc " \ … … 218 207 <screen><userinput role="root">make install && 219 208 make -C ../utils/asymptote install</userinput></screen> 209 210 <para>One part of the package remains to be rebuilt: 211 <xref linkend="biber"/>.</para> 220 212 221 213 </sect2> -
pst/typesetting/typesetting.xml
r1ec0251 r64135787 21 21 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tl-installer.xml"/> 22 22 <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"/> 23 24 24 25 </chapter> -
server/databases/mariadb-systemd.xml
r1ec0251 r64135787 336 336 A default installation does not set up a password for the 337 337 administrator, so use the following command as the <systemitem 338 class="username">root</systemitem> user to set one. Replace 339 <replaceable><new-password></replaceable> with your own. 340 </para> 341 342 <screen role="root"><userinput>mysqladmin -u root password <replaceable><new-password></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> 343 342 344 343 <para> -
server/mail/sendmail-systemd.xml
r1ec0251 r64135787 241 241 242 242 EOF 243 newaliases -v</userinput></screen>243 newaliases</userinput></screen> 244 244 245 245 <para><application>sendmail</application>'s primary configuration file, -
template/template.xml
r1ec0251 r64135787 5 5 %general-entities; 6 6 7 <!-- Place this in the general.ent file7 <!-- Place this in the packages.ent file 8 8 <!ENTITY TEMPLATE-version ""> 9 9 --> -
x/installing/xorg-server-systemd.xml
r1ec0251 r64135787 107 107 108 108 <bridgehead renderas="sect4">Optional</bridgehead> 109 <para >109 <para role="optional"> 110 110 <xref linkend="acpid"/> (runtime), 111 111 <xref linkend="doxygen"/> (to build API documentation), -
x/lib/webkitgtk2-systemd.xml
r1ec0251 r64135787 7 7 <!ENTITY webkitgtk2-download-http "http://webkitgtk.org/releases/webkitgtk-&webkitgtk2-version;.tar.xz"> 8 8 <!ENTITY webkitgtk2-download-ftp " "> 9 <!ENTITY webkitgtk2-md5sum " 79edd28d32172abc17a8861622cc274f">9 <!ENTITY webkitgtk2-md5sum "c2e1687bb0314a0948fbf78e2d1e931f"> 10 10 <!ENTITY webkitgtk2-size "9.4 MB"> 11 11 <!ENTITY webkitgtk2-buildsize "938 MB"> -
xfce/apps/midori.xml
r1ec0251 r64135787 92 92 <xref linkend="gtk-doc"/> and 93 93 <xref linkend="libzeitgeist"/> 94 <!-- <xref linkend="libunique"/> or95 <ulink url="&gnome-download-http;/libunique/">libunique (3.x)</ulink>-->96 94 </para> 97 95 -
xsoft/office/libreoffice.xml
r1ec0251 r64135787 8 8 9 9 <!ENTITY libreoffice-core-download-http "&libreoffice-dl;/libreoffice-&libreoffice-dlversion;.tar.xz"> 10 <!ENTITY libreoffice-core-md5sum " de0d9322f3aaeb20abd5e06c5c0972bb">11 <!ENTITY libreoffice-core-size "14 5MB">10 <!ENTITY libreoffice-core-md5sum "cf750c01b6cd0b5c6fdd1760672e67d4"> 11 <!ENTITY libreoffice-core-size "146 MB"> 12 12 13 13 <!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"> 15 15 <!ENTITY libreoffice-dict-size "36 MB"> 16 16 17 17 <!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"> 19 19 <!ENTITY libreoffice-help-size "1.8 MB"> 20 20 21 21 <!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"> 23 23 <!ENTITY libreoffice-translations-size "121 MB"> 24 24 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"> 27 27 ]> 28 28 … … 130 130 <listitem> 131 131 <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: 134 139 <ulink url="&patch-root;/libreoffice-&libreoffice-dlversion;-gcc_4_9_0-1.patch"/> 135 140 </para> … … 161 166 162 167 <para role="recommended"> 163 < !--<xref linkend="boost"/>,-->168 <xref linkend="boost"/>, 164 169 <xref linkend="clucene"/>, 165 170 <xref linkend="cups"/>, … … 208 213 <ulink url="http://sourceforge.net/projects/cppunit/">Cppunit</ulink>, 209 214 <ulink url="http://www.firebirdsql.org/">Firebird</ulink>, 215 <ulink url="http://sourceforge.net/projects/glew/">GLEW</ulink>, 210 216 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, 211 217 <ulink url="http://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>, … … 220 226 <ulink url="http://sourceforge.net/projects/libmwaw/">libmwaw</ulink>, 221 227 <ulink url="http://sourceforge.net/projects/libwpd/files/libodfgen/">libodfgen</ulink>, 228 <ulink url="http://sourceforge.net/projects/libwpd/files/librevenge/">librevenge</ulink>, 222 229 <ulink url="http://www.freedesktop.org/wiki/Software/libvisio/">libvisio</ulink>, 223 230 <ulink url="http://libwpd.sourceforge.net/">libwpd</ulink>, … … 227 234 <ulink url="http://code.google.com/p/multidimalgorithm/">mdds</ulink>, 228 235 <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 230 238 <ulink url="http://hci.iwr.uni-heidelberg.de/vigra/">VIGRA</ulink> 231 239 </para> … … 243 251 <title>Installation of LibreOffice</title> 244 252 245 <warning>246 <para>247 Untaring the libreoffice-&libreoffice-dlversion; tarball as248 <systemitem class="username">root</systemitem> has the curious effect of249 changing the ownership of the <emphasis>parent</emphasis> directory250 to a user with numerical id 11012 and with the permissions set to allow251 read, write and execute for that user only! If you untared as252 <systemitem class="username">root</systemitem> in your home folder you253 could end up unable to log in again. If you untared it in254 <filename class="directory">/usr</filename> you would find your user255 account unable to access any file in256 <filename class="directory">/usr</filename>.257 </para>258 259 <para>260 You can avoid this unpleasantness by261 <emphasis>not</emphasis> untaring it as262 <systemitem class="username">root</systemitem>. If you must untar263 it as <systemitem class="username">root</systemitem> pass the264 option <option>--no-overwrite-dir</option> to tar when untaring265 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 &&270 cd libreoffice-&libreoffice-dlversion;</userinput></screen>271 272 253 <para> 273 254 Unpack the dictionaries file and create symlinks to tarballs from the … … 278 259 279 260 tar -xf ../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz --no-overwrite-dir --strip-components=1 && 280 ln -sfv ../../ libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ &&281 ln -sfv ../../ libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen>261 ln -sfv ../../../libreoffice-dictionaries-&libreoffice-dlversion;.tar.xz external/tarballs/ && 262 ln -sfv ../../../libreoffice-help-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen> 282 263 283 264 <para> … … 285 266 </para> 286 267 287 <screen><userinput>ln -sfv ../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen> 268 <screen><userinput> 269 ln -sfv ../../../libreoffice-translations-&libreoffice-dlversion;.tar.xz external/tarballs/</userinput></screen> 288 270 289 271 <note> … … 303 285 304 286 <para> 305 For i686 systems, fix a problem introduced by306 <application> &gcc-490;</application>:287 If building on an i686 system, fix a problem introduced by 288 <application>GCC-4.9.0</application>: 307 289 </para> 308 290 … … 314 296 </para> 315 297 316 <screen><userinput>sed -e "/gzip -f/d" \ 298 <screen><userinput>patch -Np1 -i ../libreoffice-&libreoffice-dlversion;-boost_1_56_0-1.patch && 299 300 sed -e "/gzip -f/d" \ 317 301 -e "s|.1.gz|.1|g" \ 318 302 -i bin/distro-install-desktop-integration && 319 303 sed -e "/distro-install-file-lists/d" -i Makefile.in && 320 304 321 sed -e "/distro-install-file-lists/d" \ 322 -e "s:fetch_Download_item:&_unchecked:" \ 323 -e "/fetch_Download_item/s:,no-check::" \ 324 -i Makefile.in && 305 sed -e "/distro-install-file-lists/d" -i Makefile.in && 325 306 326 307 chmod -v +x bin/unpack-sources && … … 341 322 --disable-postgresql-sdbc \ 342 323 --enable-release-build \ 343 --enable-python=system \ <!--344 - -with-system-boost \ -->324 --enable-python=system \ 325 --with-system-boost \ 345 326 --with-system-clucene \ 346 327 --with-system-cairo \ … … 413 394 <command>sed -e ...</command>: First sed prevents compression of the 414 395 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. 417 397 </para> 418 398 -
xsoft/other/gimp-systemd.xml
r1ec0251 r64135787 6 6 7 7 <!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"> 10 10 <!ENTITY gimp-size "20 MB"> 11 <!ENTITY gimp-buildsize " 570MB (additional 553 MB to run the test suite,11 <!ENTITY gimp-buildsize "642 MB (additional 553 MB to run the test suite, 12 12 the help files add from 288 MB (en only) to 1.3 13 13 GB (all 18 languages), typically increasing by 14 14 54 MB per translation)"> 15 <!ENTITY gimp-time "4. 7SBU (additional 0.9 SBU to run the test15 <!ENTITY gimp-time "4.2 SBU (additional 0.9 SBU to run the test 16 16 suite, for the help files from 0.6 SBU (en only) 17 17 to 19 SBU (all) - typically 1.3 SBU … … 98 98 <para> 99 99 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"/>106 100 </para> 107 101 </listitem> … … 188 182 </para> 189 183 190 <screen><userinput>patch -Np1 -i ../gimp-&gimp-version;-freetype-1.patch && 191 ./configure --prefix=/usr --sysconfdir=/etc --without-gvfs && 184 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc --without-gvfs && 192 185 make</userinput></screen> 193 186
Note:
See TracChangeset
for help on using the changeset viewer.