Changeset a206343
- Timestamp:
- 11/17/2018 11:06:15 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 684bf6b4
- Parents:
- 5d01724
- Files:
-
- 149 added
- 21 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r5d01724 ra206343 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 6"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "11"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2018"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "November 1 6th, &year;">9 <!ENTITY releasedate "November 17th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> … … 49 49 <!ENTITY mozilla-http "https://archive.mozilla.org/pub"> 50 50 <!ENTITY mozilla-hg "https://hg.mozilla.org/releases/mozilla-release/archive/"> 51 <!ENTITY perl_authors "https://www.cpan.org/authors"> 52 <!ENTITY metacpan_authors "https://cpan.metacpan.org/authors/id"> 51 53 <!ENTITY pymodules-dl "https://files.pythonhosted.org/packages/source"> 52 54 <!ENTITY sourceforge-dl "https://downloads.sourceforge.net"> -
general/graphlib/fontconfig.xml
r5d01724 ra206343 102 102 you remove the <parameter>--disable-docs</parameter> parameter from 103 103 the <command>configure</command> command below, you must have 104 <xref linkend=" perl-sgmlspm"/> and <xref linkend="texlive"/> installed104 <xref linkend="new-perl-sgmlspm"/> and <xref linkend="texlive"/> installed 105 105 also, or the <application>Fontconfig</application> build will fail. 106 106 </para> -
general/prog/git.xml
r5d01724 ra206343 110 110 <xref linkend="curl"/> (needed to use <application>Git</application> over http, 111 111 https, ftp or ftps), 112 <xref linkend=" perl-error"/>, and112 <xref linkend="new-perl-error"/>, and 113 113 <xref linkend="python2"/> 114 114 </para> -
general/prog/perl-modules.xml
r5d01724 ra206343 7 7 %general-entities; 8 8 9 <!ENTITY perl_authors "https://www.cpan.org/authors"> 9 <!-- moved to general.ent 10 <!ENTITY perl_authors "https://www.cpan.org/authors">--> 10 11 11 12 <!ENTITY Archive-Zip-download-http "&perl_authors;/id/P/PH/PHRED/Archive-Zip-&Archive-Zip-version;.tar.gz"> -
general/prog/prog.xml
r5d01724 ra206343 49 49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ninja.xml"/> 50 50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="npapi-sdk.xml"/> 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-modules.xml"/> 51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="new-perl-modules.xml"/> 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-deps.xml"/> 53 <!-- <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="perl-modules.xml"/> --> 52 54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="php.xml"/> 53 55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="python2.xml"/> -
introduction/welcome/changelog.xml
r5d01724 ra206343 43 43 --> 44 44 <listitem> 45 <para>November 17th, 2018</para> 46 <itemizedlist> 47 <listitem> 48 <para>[ken] - Merge the perl modules branch. This separates the perl 49 modules into those directly used by other packages in the book, and 50 those which are only mentioned as dependencies of other modules. For 51 each, provide versioned download and md5sum, a summary of what it 52 does, and build instructions. Fixes 53 <ulink url="&blfs-ticket-root;11123">#11123</ulink>.</para> 54 <para>Add XML::SAX::Expat as yet another optional parser dependency 55 for XML::Simple.</para> 56 57 <para>Remove IO::Socket::INET-6 and Socket-6 from the dependencies of 58 Net::DNS (they were dropped from that in v1.16 according to its 59 Changes file). Fixes 60 <ulink url="&blfs-ticket-root;11066">#11066</ulink>.</para> 61 62 <para>The runtime dependency for URI is HTTP::Message (which was split 63 out of libwww-perl). Fixes 64 <ulink url="&blfs-ticket-root;11148">#11148</ulink>.</para> 65 66 <para>Updated the instructions for using cpan to install modules. Fixes 67 <ulink url="&blfs-ticket-root;11123">#11123</ulink>.</para> 68 69 <para>Module::Runtime can now be built using the conventional process, 70 although it still lists Module::Build as a prerequisite.</para> 71 72 <para>Remove Package::Stash::XS from the dependencies of 73 Package::Stash, it is not required.</para> 74 75 <para>File::Copy::Recursive - all dependencies are for the testsuite, 76 Test::Exception is not required and Test::utf8 includes a copy of 77 Module::Install, using that requires an 'unsafe' install so delete 78 the dependency on Module::Install.</para> 79 80 <para>In libwww-perl - drop the 'Bundle' a.k.a which has not been used 81 for v6, and demote it to a dependency because no non-perl packages 82 directly reference it.</para> 83 84 <para>I have attempted to separate the dependencies only needed when 85 running tests, but I have assumed that people will either test a module 86 and all of its dependencies, or not test, so that (like the build 87 dependencies) anything pulled in by an alphabetically-previous 88 dependency of the current module is not specifically listed.</para> 89 90 <para>Updated perl dependencies as at 7th November.</para> 91 92 <para>Updated to Archive-Zip-1.64. Fixes 93 <ulink url="&blfs-ticket-root;11142">#11142</ulink>.</para> 94 95 <para>Updated to Business-ISMN-1.201. Fixes 96 <ulink url="&blfs-ticket-root;11263">#11263</ulink>.</para> 97 98 <para>Updated to Net-DNS-1.18. Fixes 99 <ulink url="&blfs-ticket-root;11066">#11066</ulink>.</para> 100 101 <para>Updated to libwww-perl-6.36. Fixes 102 <ulink url="&blfs-ticket-root;11236">#11236</ulink>.</para> 103 104 </listitem> 105 </itemizedlist> 106 </listitem> 107 108 <listitem> 45 109 <para>November 16th, 2018</para> 46 110 <itemizedlist> -
kde/kf5/kf5-frameworks.xml
r5d01724 ra206343 78 78 <xref linkend="phonon"/>, 79 79 <xref linkend="shared-mime-info"/>, 80 <xref linkend=" perl-uri"/>, and80 <xref linkend="new-perl-uri"/>, and 81 81 <xref linkend="wget"/> (required to download the packages) 82 82 </para> -
networking/netprogs/ntp.xml
r5d01724 ra206343 63 63 <bridgehead renderas="sect4">Required</bridgehead> 64 64 <para role="required"> 65 <xref linkend=" perl-io-socket-ssl"/>65 <xref linkend="new-perl-io-socket-ssl"/> 66 66 </para> 67 67 -
networking/netprogs/samba.xml
r5d01724 ra206343 76 76 <xref linkend="gpgme"/>, 77 77 <xref linkend="libxslt"/> (for documentation), 78 <xref linkend=" perl-parse-yapp"/>78 <xref linkend="new-perl-parse-yapp"/>, 79 79 <xref linkend="pycrypto"/>, and 80 80 <xref linkend="openldap"/> -
networking/netprogs/wget.xml
r5d01724 ra206343 84 84 <xref linkend="gnutls"/>, 85 85 <xref linkend="gpgme"/>, 86 <xref linkend=" perl-http-daemon"/> (for the test suite),87 <xref linkend=" perl-io-socket-ssl"/> (for the test suite),86 <xref linkend="new-perl-http-daemon"/> (for the test suite), 87 <xref linkend="new-perl-io-socket-ssl"/> (for the test suite), 88 88 <xref linkend="libidn2"/>, 89 89 <xref linkend="libpsl"/>, -
packages.ent
r5d01724 ra206343 362 362 <!ENTITY python3-majorver "3.7"> 363 363 364 <!-- Perl module versions used in the Perl Modules instructions --> 364 <!-- Perl module versions used in the Perl Modules instructions 365 Please read the Changes file before updating - module --> 365 366 <!ENTITY autovivification-version "0.18"> 366 <!ENTITY Archive-Zip-version "1.6 3">367 <!ENTITY Archive-Zip-version "1.64"> 367 368 <!ENTITY Business-ISBN-version "3.004"> 368 <!ENTITY Business-ISMN-version "1. 132">369 <!ENTITY Business-ISMN-version "1.201"> 369 370 <!ENTITY Business-ISSN-version "1.003"> 370 371 <!ENTITY Class-Accessor-version "0.51"> … … 389 390 <!ENTITY List-MoreUtils-version "0.428"> 390 391 <!ENTITY Log-Log4perl-version "1.49"> 391 <!ENTITY LWP-version "6.35">392 392 <!ENTITY LWP-Protocol-https-version "6.07"> 393 393 <!ENTITY Module-Build-version "0.4224"> 394 <!ENTITY Net-DNS-version "1.1 7">394 <!ENTITY Net-DNS-version "1.18"> 395 395 <!ENTITY Parse-Yapp-version "1.21"> 396 396 <!ENTITY PerlIO-utf8_strict-version "0.007"> … … 410 410 <!ENTITY XML-Simple-version "2.25"> 411 411 <!ENTITY XML-Writer-version "0.625"> 412 413 <!-- perl modules which are only in the book as deps of other modules 414 DO NOT RUN DAILY TESTS FOR NEWER VERSIONS --> 415 <!ENTITY Algorithm-Diff-version "1.1903"> 416 <!ENTITY B-Hooks-EndOfScope-version "0.24"> 417 <!ENTITY Business-ISBN-Data-version "20140910.003"> 418 <!ENTITY Capture-Tiny-version "0.48"> 419 <!ENTITY Class-Data-Inheritable-version "0.08"> 420 <!ENTITY Class-Factory-Util-version "1.7"> 421 <!ENTITY Class-Inspector-version "1.32"> 422 <!ENTITY Class-Singleton-version "1.5"> 423 <!ENTITY Class-Tiny-version "1.006"> 424 <!ENTITY Config-AutoConf-version "0.317"> 425 <!ENTITY CPAN-Meta-Check-version "0.014"> 426 <!ENTITY DateTime-version "1.50"> 427 <!ENTITY DateTime-Format-Strptime-version "1.75"> 428 <!ENTITY DateTime-Locale-version "1.23"> 429 <!ENTITY DateTime-TimeZone-version "2.21"> 430 <!ENTITY Devel-StackTrace-version "2.03"> 431 <!ENTITY Dist-CheckConflicts-version "0.11"> 432 <!ENTITY Encode-Locale-version "1.05"> 433 <!ENTITY Eval-Closure-version "0.14"> 434 <!ENTITY Exception-Class-version "1.44"> 435 <!ENTITY Exporter-Tiny-version "1.002001"> 436 <!ENTITY ExtUtils-LibBuilder-version "0.06"> 437 <!ENTITY File-Copy-Recursive-version "0.44"> 438 <!ENTITY File-Find-Rule-version "0.34"> 439 <!ENTITY File-Listing-version "6.04"> 440 <!ENTITY File-ShareDir-version "1.116"> 441 <!ENTITY File-ShareDir-Install-version "0.13"> 442 <!ENTITY HTTP-Cookies-version "6.04"> 443 <!ENTITY HTTP-Date-version "6.02"> 444 <!ENTITY HTTP-Message-version "6.18"> 445 <!ENTITY HTTP-Negotiate-version "6.01"> 446 <!ENTITY HTML-Tagset-version "3.20"> 447 <!ENTITY Importer-version "0.025"> 448 <!ENTITY IO-HTML-version "1.001"> 449 <!ENTITY IPC-System-Simple-version "1.25"> 450 <!ENTITY libwww-perl-version "6.36"> 451 <!ENTITY List-MoreUtils-XS-version "0.428"> 452 <!ENTITY List-SomeUtils-version "0.56"> 453 <!ENTITY List-SomeUtils-XS-version "0.58"> 454 <!ENTITY List-UtilsBy-version "0.11"> 455 <!ENTITY LWP-MediaTypes-version "6.02"> 456 <!ENTITY MIME-Charset-version "1.012.2"> 457 <!ENTITY Module-Implementation-version "0.09"> 458 <!ENTITY Module-Pluggable-version "5.2"> 459 <!ENTITY Module-Runtime-version "0.016"> 460 <!ENTITY MRO-Compat-version "0.13"> 461 <!ENTITY namespace-autoclean-version "0.28"> 462 <!ENTITY namespace-clean-version "0.27"> 463 <!ENTITY Net-HTTP-version "6.18"> 464 <!ENTITY Net-SSLeay-version "1.85"> 465 <!ENTITY Number-Compare-version "0.03"> 466 <!ENTITY Package-Stash-version "0.37"> 467 <!ENTITY Params-Util-version "1.07"> 468 <!ENTITY Sub-Install-version "0.928"> 469 <!ENTITY Sub-Name-version "0.21"> 470 <!ENTITY Package-DeprecationManager-version "0.17"> 471 <!ENTITY Params-Validate-version "1.29"> 472 <!ENTITY Params-ValidationCompiler-version "0.30"> 473 <!ENTITY Path-Tiny-version "0.108"> 474 <!ENTITY Role-Tiny-version "2.000006"> 475 <!ENTITY Scope-Guard-version "0.21"> 476 <!ENTITY Specio-version "0.43"> 477 <!ENTITY Sub-Exporter-Progressive-version "0.001013"> 478 <!ENTITY Sub-Identify-version "0.14"> 479 <!ENTITY Sub-Info-version "0.002"> 480 <!ENTITY Sub-Name-version "0.21"> 481 <!ENTITY Sub-Quote-version "2.005001"> 482 <!ENTITY Sub-Uplevel-version "0.2800"> 483 <!ENTITY SUPER-version "1.20141117"> 484 <!ENTITY Term-Table-version "0.012"> 485 <!ENTITY Test-Deep-version "1.128"> 486 <!ENTITY Test-Exception-version "0.43"> 487 <!ENTITY Test-Fatal-version "0.014"> 488 <!ENTITY Test-File-version "1.443"> 489 <!ENTITY Test-File-ShareDir-version "1.001002"> 490 <!ENTITY Test-LeakTrace-version "0.16"> 491 <!ENTITY Test-MockModule-version "v0.170.0"> 492 <!ENTITY Test-Needs-version "0.002005"> 493 <!ENTITY Test-Requires-version "0.10"> 494 <!ENTITY Test-RequiresInternet-version "0.05"> 495 <!ENTITY Test-Simple-version "1.302140"> 496 <!ENTITY Test-utf8-version "1.01"> 497 <!ENTITY Test-Warnings-version "0.026"> 498 <!ENTITY Test-Without-Module-version "0.20"> 499 <!ENTITY Test2-Plugin-NoWarnings-version "0.06"> 500 <!ENTITY Test2-Suite-version "0.000115"> 501 <!ENTITY Text-CSV_XS-version "1.37"> 502 <!ENTITY Text-Diff-version "1.45"> 503 <!ENTITY Text-Glob-version "0.11"> 504 <!ENTITY Tie-Cycle-version "1.225"> 505 <!ENTITY Try-Tiny-version "0.30"> 506 <!ENTITY Variable-Magic-version "0.62"> 507 <!ENTITY WWW-RobotRules-version "6.02"> 508 <!ENTITY XML-LibXML-version "2.0132"> 509 <!ENTITY XML-NamespaceSupport-version "1.12"> 510 <!ENTITY XML-SAX-Base-version "1.09"> 511 <!ENTITY XML-SAX-Expat-version "0.51"> 512 <!ENTITY XML-SAX-version "1.00"> 412 513 413 514 <!-- Python module versions used in the Python Modules instructions --> -
pst/sgml/docbook-utils.xml
r5d01724 ra206343 81 81 <bridgehead renderas="sect4">Optional (Runtime Dependencies Only)</bridgehead> 82 82 <para role="optional"> 83 <xref role="runtime" linkend=" perl-sgmlspm"/> (for conversion to man and83 <xref role="runtime" linkend="new-perl-sgmlspm"/> (for conversion to man and 84 84 texinfo), and 85 85 <xref role="runtime" linkend="lynx"/> or -
pst/typesetting/biber.xml
r5d01724 ra206343 100 100 <bridgehead renderas="sect4">Required</bridgehead> 101 101 <para role="required"> 102 <!-- KFM: because I always get confused by these deps, I've decided 103 to add some comments. 104 Both Config::AutoConf and ExtUtils::LibBuilder are listed as build 105 requirements in Build.PL, the rest are just requirements, but the 106 difference seems moot. Those two are needed to build Text::BibTeX 107 so not listed separately. --> 108 <xref linkend="perl-autovivification"/> 109 <xref linkend="perl-business-isbn"/> 110 <xref linkend="perl-business-ismn"/> 111 <xref linkend="perl-business-issn"/> 112 <xref linkend="perl-class-accessor"/> 113 <xref linkend="perl-data-compare"/> 114 <xref linkend="perl-data-dump"/> 115 <xref linkend="perl-data-uniqid"/> 116 <xref linkend="perl-datetime-calendar-julian"/> 117 <xref linkend="perl-datetime-format-builder"/> 118 <xref linkend="perl-encode-eucjpascii"/> 119 <xref linkend="perl-encode-hanextra"/> 120 <xref linkend="perl-encode-jis2k"/> 121 <xref linkend="perl-file-slurper"/> 102 <!-- KFM: the order listed in Build.PL is not alphabetical --> 103 <xref linkend="new-perl-autovivification"/> 104 <xref linkend="new-perl-business-isbn"/> 105 <xref linkend="new-perl-business-ismn"/> 106 <xref linkend="new-perl-business-issn"/> 107 <xref linkend="new-perl-class-accessor"/> 108 <xref linkend="new-perl-data-compare"/> 109 <xref linkend="new-perl-data-dump"/> 110 <xref linkend="new-perl-data-uniqid"/> 111 <xref linkend="new-perl-datetime-calendar-julian"/> 112 <xref linkend="new-perl-datetime-format-builder"/> 113 <xref linkend="new-perl-encode-eucjpascii"/> 114 <xref linkend="new-perl-encode-hanextra"/> 115 <xref linkend="new-perl-encode-jis2k"/> 116 <xref linkend="new-perl-file-slurper"/> 117 <xref linkend="new-perl-perlio-utf8_strict"/> 122 118 <!-- IPC::Cmd is a part of core perl --> 123 <xref linkend="perl-ipc-run3"/> 124 <xref linkend="perl-lingua-translit"/> 125 <xref linkend="perl-list-allutils"/> 126 <!-- List::MoreUtils was pulled in for the testsuite of List::AllUtils, 127 but it needs to be present even if people do not run the tests --> 128 <xref linkend="perl-list-moreutils"/> 129 <!-- List::MoreUtils::XS is listed as a dep, but it is part of 130 List::MoreUtils --> 131 <xref linkend="perl-log-log4perl"/> 132 <!-- I initially misread LWP-Protocol-https as part of libwww-perl 133 when I was preparing this list. In fact, it depends on that --> 134 <xref linkend="perl-lwp-protocol-https"/> 135 <!-- LWP::Simple is part of libwww-perl, 136 that is pulled in by LWP::Protocol::https --> 137 <!-- Module::Build is pulled in by perl-text-bibtex, but mention it explicitly 138 so that the note on automatically installing missing dependencies can be run --> 139 <xref linkend="perl-module-build"/> 140 <!-- Mozilla::CA is a dependency of LWP-Protocol-https --> 141 <xref linkend="perl-perlio-utf8_strict"/> 142 <xref linkend="perl-regexp-common"/> 143 <xref linkend="perl-sort-key"/> 144 <xref linkend="perl-text-bibtex"/> 145 <xref linkend="perl-text-csv"/> 146 <!-- Text-CSV_XS is a recommended dependency for Text-CSV --> 147 <xref linkend="perl-text-roman"/> 148 <!-- Unicode-Collate usually needs to be latest, core perl is older --> 149 <xref linkend="perl-unicode-collate"/> 119 <xref linkend="new-perl-ipc-run3"/> 120 <xref linkend="new-perl-lingua-translit"/> 121 <xref linkend="new-perl-list-allutils"/> 122 <xref linkend="new-perl-list-moreutils"/> 123 <!-- perl-list-moreutils-xs is a dep of perl-list-moreutils --> 124 <xref linkend="new-perl-log-log4perl"/> 125 <xref linkend="new-perl-lwp-protocol-https"/> 126 <!-- LWP::Simple is part of perl-libwww-perl, 127 that is pulled in by perl-lwp-protocol-https 128 and that pulls in perl-uri --> 129 <xref linkend="new-perl-module-build"/> 130 <!-- Mozilla::CA should not be needed when using system certificates --> 131 <xref linkend="new-perl-regexp-common"/> 132 <xref linkend="new-perl-sort-key"/> 133 <xref linkend="new-perl-text-bibtex"/> 134 <xref linkend="new-perl-text-csv"/> 135 <!-- perl-text-csv_xs is a recommended dependency for perl-text-csv --> 136 <xref linkend="new-perl-text-roman"/> 137 <!-- Unicode-Collate usually needs to be latest when biber is released, 138 core perl is usually older. To read the core version, look at 139 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Collate.pm --> 140 <xref linkend="new-perl-unicode-collate"/> 150 141 <!-- Unicode::GCstring is part of Unicode::LineBreak --> 151 <xref linkend="perl-unicode-linebreak"/> 152 <xref linkend="perl-xml-libxml-simple"/> 153 <xref linkend="perl-xml-libxslt"/> 154 <xref linkend="perl-xml-writer"/> and 142 <xref linkend="new-perl-unicode-linebreak"/> 143 <!-- Unicode::Normalize is part of core perl, found in 144 /usr/lib/perl5/5.xx.y/x86_64-linux-thread-multi/Unicode/Normalize.pm --> 145 <!-- perl-xml-libxml is a dependency of perl-xml-libxml-simple --> 146 <xref linkend="new-perl-xml-libxml-simple"/> 147 <xref linkend="new-perl-xml-libxslt"/> 148 <xref linkend="new-perl-xml-writer"/> and 155 149 <!-- untarring biblatex requires that the texmf directories already exist --> 156 150 <xref linkend="texlive"/> 157 (or <xref linkend="tl-installer"/>) 151 (or <xref linkend="tl-installer"/>, but for that you can use 152 <command>tlmgr update </command>) 158 153 </para> 159 154 … … 167 162 <bridgehead renderas="sect4">Optional</bridgehead> 168 163 <para role="optional"> 169 <xref linkend=" perl-file-which"/> and170 <xref linkend=" perl-test-differences"/> to run the testsuite164 <xref linkend="new-perl-file-which"/> and 165 <xref linkend="new-perl-test-differences"/> (both required for the testsuite) 171 166 </para> 172 167 … … 175 170 It is possible to install all missing dependencies automatically. 176 171 But from <application>perl-5.22.0</application> onwards, 177 <xref linkend="perl-module-build"/> is no longer part of the core perl 178 distribution.<!-- And for <xref linkend="perl-data-uniqid"/> we have to 179 patch it to skip over a test which always fails - that failing test may 180 break the automatic install.--> To automatically install the remaining perl 172 <xref linkend="new-perl-module-build"/> is no longer part of the core perl 173 distribution. To automatically install the remaining perl 181 174 dependencies you can install that module first using <xref 182 linkend=" perl-auto-install"/>. then run <command>perl ./Build.PL</command>175 linkend="new-perl-auto-install"/>. then run <command>perl ./Build.PL</command> 183 176 and when it prompts you, become the root user and run 184 177 <command>./Build installdeps</command> -
server/databases/postgresql.xml
r5d01724 ra206343 77 77 <xref linkend="docbook-dsssl"/>, 78 78 <xref linkend="openjade"/>, and 79 <xref linkend=" perl-sgmlspm"/>79 <xref linkend="new-perl-sgmlspm"/> 80 80 </para> 81 81 -
server/major/bind.xml
r5d01724 ra206343 93 93 <bridgehead renderas="sect4">Optional (to run the test suite)</bridgehead> 94 94 <para role="optional"> 95 <xref linkend=" perl-net-dns"/>95 <xref linkend="new-perl-net-dns"/> 96 96 <!-- and 97 97 <xref linkend="net-tools"/> (you may omit net-tools by using the optional … … 144 144 <para>The test suite may indicate some skipped tests depending on 145 145 what configuration options are used. Some tests are marked <quote>UNTESTED 146 </quote> if <xref linkend=" perl-net-dns"/> is not installed.146 </quote> if <xref linkend="new-perl-net-dns"/> is not installed. 147 147 To run the tests, as an unprivileged user, execute:</para> 148 148 -
x/icons/icon-naming-utils.xml
r5d01724 ra206343 65 65 66 66 <bridgehead renderas="sect4">Required</bridgehead> 67 <para role="required"><xref linkend=" perl-xml-simple"/></para>67 <para role="required"><xref linkend="new-perl-xml-simple"/></para> 68 68 69 69 <para condition="html" role="usernotes">User Notes: -
xfce/core/exo.xml
r5d01724 ra206343 80 80 <xref linkend="libxfce4ui"/>, 81 81 <xref linkend="libxfce4util"/> and 82 <xref linkend=" perl-uri"/>82 <xref linkend="new-perl-uri"/> 83 83 </para> 84 84 -
xfce/core/libxfce4ui.xml
r5d01724 ra206343 91 91 <para role="optional"> 92 92 <xref linkend="gtk-doc"/>, 93 <xref linkend=" perl-html-parser"/>, and93 <xref linkend="new-perl-html-parser"/>, and 94 94 <ulink url="https://glade.gnome.org/">Glade</ulink> 95 95 </para> -
xfce/core/xfconf.xml
r5d01724 ra206343 85 85 Perl Module 86 86 <ulink url="http://sourceforge.net/projects/gtk2-perl/files/Glib/">Glib</ulink> 87 (you may want to use <xref linkend="perl-standard-install"/> or 88 <xref linkend="perl-auto-install"/>) 89 <!-- <xref linkend="perl-glib"/>--> 87 (this allows perl developers to store settings in xfconf for perl applications) 90 88 </para> 91 89 -
xsoft/office/libreoffice.xml
r5d01724 ra206343 160 160 <bridgehead renderas="sect4">Required</bridgehead> 161 161 <para role="required"> 162 <xref linkend=" perl-archive-zip"/>,162 <xref linkend="new-perl-archive-zip"/>, 163 163 <xref linkend="unzip"/>, 164 164 <xref linkend="wget"/>, -
xsoft/other/feh.xml
r5d01724 ra206343 127 127 <bridgehead renderas="sect4">Optional (test suite)</bridgehead> 128 128 <para role="optional"> 129 <xref linkend=" perl-test-command"/> (required)129 <xref linkend="new-perl-test-command"/> (required) 130 130 </para> 131 131
Note:
See TracChangeset
for help on using the changeset viewer.