Changeset daaee0be


Ignore:
Timestamp:
01/17/2006 04:42:50 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b35e86b2
Parents:
1ca3642
Message:

Updated to the HTML::TableExtract-2.06 Perl Module and added new modules HTML::Element::Extended and HTML::Tree as dependencies; also more reorganization and singling out of the Perl Modules

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r1ca3642 rdaaee0be  
    189189<!ENTITY Finance-Quote-version        "1.10">
    190190<!ENTITY Finance-QuoteHist-version    "1.00">
     191<!ENTITY HTML-Element-Extended-version "1.14">
    191192<!ENTITY HTML-Parser-version          "3.48">
    192 <!ENTITY HTML-TableExtract-version    "2.02">
     193<!ENTITY HTML-TableExtract-version    "2.06">
    193194<!ENTITY HTML-Tagset-version          "3.10">
     195<!ENTITY HTML-Tree-version            "3.1901">
    194196<!ENTITY IO-Socket-INET6-version      "2.51">
    195197<!ENTITY IO-Zlib-version              "1.04">
  • general/prog/perl-modules.xml

    r1ca3642 rdaaee0be  
    9191    <para>The Archive::Zip module allows a <application>Perl</application>
    9292    program to create, manipulate, read, and write Zip archive files. The
    93     modules listed below can be installed using the standard
     93    modules listed below are installed using the standard
    9494    <application>Perl</application> module
    9595    <xref linkend="perl-standard-install"/>.</para>
     
    198198    Alternatively, you can issue <command>perldoc lib/Finance/Quote.pm</command>
    199199    after unpacking the distribution tarball and changing into the top-level
    200     directory. The module and dependencies can be installed using the
     200    directory. The module and dependencies are installed using the
    201201    standard <application>Perl</application> module
    202202    <xref linkend="perl-standard-install"/>.</para>
     
    242242
    243243    <para>The Finance::QuoteHist bundle is several modules designed to fetch
    244     historical stock quotes from the web. The module and dependencies can be
     244    historical stock quotes from the web. The module and dependencies are
    245245    installed using the standard <application>Perl</application> module
    246246    <xref linkend="perl-standard-install"/>.</para>
     
    285285
    286286    <para>The HTML::Parser distribution is a collection of modules that parse
    287     and extract information from HTML documents. In order to use the included
    288     HTML::HeadParser module, you will also need to install
    289     <xref linkend="perl-lwp"/>. The two modules listed below can be installed
    290     using the standard <application>Perl</application> Module
     287    and extract information from HTML documents. The modules listed below are
     288    installed using the standard <application>Perl</application> module
    291289    <xref linkend="perl-standard-install"/>.</para>
    292290
     
    314312
    315313          </listitem>
     314          <listitem>
     315            <para><xref linkend="perl-lwp"/> (run-time requirement for the
     316            included HTML::HeadParser module)</para>
     317          </listitem>
    316318        </itemizedlist>
    317319
     
    328330    </indexterm>
    329331
    330     <para></para>
     332    <para>HTML::TableExtract is a module that simplifies the extraction of the
     333    content contained in tables within HTML documents, extracted either as
     334    text or encoded element trees. Tables of note may be specified using
     335    Headers, Depth, Count, Attributes, or some combination of the four. The
     336    module and dependencies are installed using the standard
     337    <application>Perl</application> module
     338    <xref linkend="perl-standard-install"/>.</para>
    331339
    332340    <itemizedlist spacing='compact'>
     
    338346        <itemizedlist>
    339347          <listitem>
    340             <para><xref linkend="perl-html-parser"/></para>
     348            <para id="perl-html-element-extended"><ulink
     349            url="http://cpan.org/authors/id/M/MS/MSISK/HTML-Element-Extended-&HTML-Element-Extended-version;.tar.gz">
     350            HTML-Element-Extended-&HTML-Element-Extended-version;</ulink></para>
     351            <indexterm zone="perl-modules perl-html-element-extended">
     352              <primary sortas="g-HTML-Element-Extended">HTML::Element::Extended</primary>
     353            </indexterm>
     354
     355            <itemizedlist>
     356              <listitem>
     357                <para id="perl-html-tree"><ulink
     358                url="http://cpan.org/authors/id/P/PE/PETDANCE/HTML-Tree-&HTML-Tree-version;.tar.gz">
     359                HTML-Tree-&HTML-Tree-version;</ulink></para>
     360                <indexterm zone="perl-modules perl-html-tree">
     361                  <primary sortas="g-HTML-Tree">HTML::Tree</primary>
     362                </indexterm>
     363
     364                <itemizedlist>
     365                  <listitem>
     366                    <para><xref linkend="perl-html-parser"/></para>
     367                  </listitem>
     368                  <listitem>
     369                    <para><xref linkend="perl-test-pod"/> (optionally used
     370                    during the tests)</para>
     371                  </listitem>
     372                </itemizedlist>
     373
     374              </listitem>
     375            </itemizedlist>
     376
     377          </listitem>
     378          <listitem>
     379            <para><xref linkend="perl-test-pod-coverage"/> (optionally used
     380            during the tests)</para>
    341381          </listitem>
    342382        </itemizedlist>
     
    354394    </indexterm>
    355395
    356     <para>The libwww-perl (LWP) collection is a set of
    357     <application>Perl</application> modules which provides a simple and
     396    <para>The LWP (libwww-perl) collection is a set of
     397    <application>Perl</application> modules which provide a simple and
    358398    consistent application programming interface to the World-Wide Web. The
    359399    main focus of the library is to provide classes and functions that allow
    360400    you to write WWW clients. The library also contains modules that are of
    361401    more general use and even classes that help you implement simple HTTP
    362     servers. The LWP modules and all its <application>Perl</application>
    363     module dependencies can be installed using the standard
    364     <application>Perl</application> Module
     402    servers. The LWP collection and all its <application>Perl</application>
     403    module dependencies are installed using the standard
     404    <application>Perl</application> module
    365405    <xref linkend="perl-standard-install"/>.</para>
    366406
     
    486526    <application>Perl</application> module that uses the Module::Build build
    487527    system) uses <xref linkend="perl-module-build-install"/>. All the
    488     dependencies can be installed using the standard
     528    dependencies are installed using the standard
    489529    <application>Perl</application> module
    490530    <xref linkend="perl-standard-install"/>.</para>
     
    601641    <application>Perl</application> module
    602642    <xref linkend="perl-standard-install"/>. The version module requires using
    603     the Module::Build installation method.</para>
     643    the Module::Build <xref linkend="perl-module-build-install"/>.</para>
    604644
    605645    <itemizedlist spacing='compact'>
     
    650690    the tarball, changing into the newly created directory and issuing the
    651691    command <command>cpansign -v</command>. It will check each file's
    652     integrity, as well as the signature's validity. Some of the dependencies
    653     appear to be circular, however, they are only run-time conflicts and you
    654     should be able to fully utilize them as long as everything is
    655     installed.</para>
     692    integrity, as well as the signature's validity. Note that some of the
     693    dependencies appear to be circular, however, they are only run-time
     694    conflicts and you should be able to fully utilize them as long as
     695    everything is installed. Module::Signature and the dependency modules are
     696    installed using the standard <application>Perl</application>
     697    module <xref linkend="perl-standard-install"/>.</para>
    656698
    657699    <itemizedlist spacing='compact'>
     
    696738            <itemizedlist>
    697739              <listitem>
    698                 <para id="perl-test-pod-coverage"><ulink
    699                 url="http://cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-&Test-Pod-Coverage-version;.tar.gz">
    700                 Test-Pod-Coverage-&Test-Pod-Coverage-version;</ulink>
    701                 (optionally used during the tests).</para>
    702                 <indexterm zone="perl-modules perl-test-pod-coverage">
    703                   <primary sortas="g-Test-Pod-Coverage">Test::Pod::Coverage</primary>
    704                 </indexterm>
    705 
    706                 <itemizedlist>
    707                   <listitem>
    708                     <para id="perl-test-builder-tester">
    709                     <xref linkend="perl-test-simple"/> or
    710                     <ulink
    711                     url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
    712                     Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
    713                     <indexterm zone="perl-modules perl-test-builder-tester">
    714                       <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
    715                     </indexterm>
    716                   </listitem>
    717                   <listitem>
    718                     <para id="perl-pod-coverage"><ulink
    719                     url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-&Pod-Coverage-version;.tar.gz">
    720                     Pod-Coverage-&Pod-Coverage-version;</ulink></para>
    721                     <indexterm zone="perl-modules perl-pod-coverage">
    722                       <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
    723                     </indexterm>
    724 
    725                     <itemizedlist>
    726                       <listitem>
    727                         <para id="perl-devel-symdump"><ulink
    728                         url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
    729                         Devel-Symdump-&Devel-Symdump-version;</ulink></para>
    730                         <indexterm zone="perl-modules perl-devel-symdump">
    731                           <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
    732                         </indexterm>
    733 
    734                         <itemizedlist>
    735                           <listitem>
    736                             <para><xref linkend="perl-test-pod"/> (optionally
    737                             used during the tests)</para>
    738                           </listitem>
    739                         </itemizedlist>
    740 
    741                       </listitem>
    742                       <listitem>
    743                         <para><xref linkend="perl-module-build"/></para>
    744                       </listitem>
    745                     </itemizedlist>
    746 
    747                   </listitem>
    748                 </itemizedlist>
    749 
     740                <para><xref linkend="perl-test-pod-coverage"/> (optionally used
     741                during the tests)</para>
    750742              </listitem>
    751743            </itemizedlist>
     
    772764    <application>Perl</application>. It can be used to perform nearly any type
    773765    of DNS query from a <application>Perl</application> script. The Net::DNS
    774     module and all its dependencies can be installed using the standard
    775     <application>Perl</application> Module
     766    module and all its dependencies are installed using the standard
     767    <application>Perl</application> module
    776768    <xref linkend="perl-standard-install"/>.</para>
    777769
     
    898890    Documentation) files. The Test::Pod module is typically included by module
    899891    authors to automatically find and check all POD files in a module
    900     distribution. This module and all the dependencies can be installed using
    901     the standard <application>Perl</application> Module
     892    distribution. This module and all the dependencies are installed using
     893    the standard <application>Perl</application> module
    902894    <xref linkend="perl-standard-install"/>.</para>
    903895
     
    931923          <listitem>
    932924            <para><xref linkend="perl-test-simple"/></para>
     925          </listitem>
     926        </itemizedlist>
     927
     928      </listitem>
     929    </itemizedlist>
     930
     931    <!-- Test::Pod::Coverage -->
     932    <bridgehead renderas="sect3" id="perl-test-pod-coverage"
     933    xreflabel="Test::Pod::Coverage-&Test-Pod-Coverage-version;">
     934    Test::Pod::Coverage-&Test-Pod-Coverage-version;</bridgehead>
     935
     936    <indexterm zone="perl-modules perl-test-pod-coverage">
     937      <primary sortas="g-Test-Pod-Coverage">Test::Pod::Coverage</primary>
     938    </indexterm>
     939
     940    <para>The Test::Pod::Coverage module is used to check files in a
     941    distribution for POD coverage. It is normally used by developers to
     942    ensure their projects are adequately covered with POD and it is also used
     943    in the test suites of many module distributions. The Pod::Coverage module
     944    requires using the Module::Build
     945    <xref linkend="perl-module-build-install"/>, all the other modules are
     946    installed using the standard <application>Perl</application> module
     947    <xref linkend="perl-standard-install"/>.</para>
     948
     949    <itemizedlist spacing='compact'>
     950      <listitem>
     951        <para><ulink
     952        url="http://cpan.org/authors/id/P/PE/PETDANCE/Test-Pod-Coverage-&Test-Pod-Coverage-version;.tar.gz">
     953        Test-Pod-Coverage-&Test-Pod-Coverage-version;</ulink></para>
     954
     955        <itemizedlist>
     956          <listitem>
     957            <para id="perl-test-builder-tester">
     958            <xref linkend="perl-test-simple"/> or
     959            <ulink
     960            url="http://cpan.org/authors/id/M/MA/MARKF/Test-Builder-Tester-&Test-Builder-Tester-version;.tar.gz">
     961            Test-Builder-Tester-&Test-Builder-Tester-version;</ulink></para>
     962            <indexterm zone="perl-modules perl-test-builder-tester">
     963              <primary sortas="g-Test-Builder-Tester">Test::Builder::Tester</primary>
     964            </indexterm>
     965          </listitem>
     966          <listitem>
     967            <para id="perl-pod-coverage"><ulink
     968            url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-&Pod-Coverage-version;.tar.gz">
     969            Pod-Coverage-&Pod-Coverage-version;</ulink></para>
     970            <indexterm zone="perl-modules perl-pod-coverage">
     971              <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
     972            </indexterm>
     973
     974            <itemizedlist>
     975              <listitem>
     976                <para id="perl-devel-symdump"><ulink
     977                url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
     978                Devel-Symdump-&Devel-Symdump-version;</ulink></para>
     979                <indexterm zone="perl-modules perl-devel-symdump">
     980                  <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
     981                </indexterm>
     982
     983                <itemizedlist>
     984                  <listitem>
     985                    <para><xref linkend="perl-test-pod"/> (optionally used
     986                    during the tests)</para>
     987                  </listitem>
     988                </itemizedlist>
     989
     990              </listitem>
     991              <listitem>
     992                <para><xref linkend="perl-module-build"/></para>
     993              </listitem>
     994            </itemizedlist>
     995
    933996          </listitem>
    934997        </itemizedlist>
     
    9921055    <application>Perl</application> and available on all platforms. Text::Diff
    9931056    is often faster than shelling out to a system's <command>diff</command>
    994     executable for small files, and generally slower on larger files.</para>
     1057    executable for small files, and generally slower on larger files. The
     1058    modules listed below are installed using the standard
     1059    <application>Perl</application> module
     1060    <xref linkend="perl-standard-install"/>.</para>
    9951061
    9961062    <itemizedlist spacing='compact'>
     
    10361102    core-<application>Tk</application>'s use of UTF-8. Tk-&Tk-Perl-version;
    10371103    builds and loads into a threaded <application>Perl</application> but is NOT
    1038     yet thread safe. The module can be installed using the standard
    1039     <application>Perl</application> Module
     1104    yet thread safe. The module is installed using the standard
     1105    <application>Perl</application> module
    10401106    <xref linkend="perl-standard-install"/>.</para>
    10411107
     
    10661132    <para>The XML::Parser module is a <application>Perl</application> extension
    10671133    interface to James Clark's XML parser,
    1068     <application>expat</application>. The module can be installed using the
    1069     standard <application>Perl</application> Module
     1134    <application>expat</application>. The module is installed using the
     1135    standard <application>Perl</application> module
    10701136    <xref linkend="perl-standard-install"/>.</para>
    10711137
  • introduction/welcome/changelog.xml

    r1ca3642 rdaaee0be  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Updated to the HTML::TableExtract-2.06 Perl Module
     49          and added new modules HTML::Element::Extended and HTML::Tree as
     50          dependencies; also more reorganization and singling out of the
     51          Perl Modules.</para>
     52        </listitem>
     53        <listitem>
    4854          <para>[tushar] - Change lynx installation target to install-full.</para>
    4955        </listitem>
Note: See TracChangeset for help on using the changeset viewer.