Ignore:
Timestamp:
01/15/2006 02:18:21 AM (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:
6b830b9f
Parents:
5a9f4b0
Message:

Singled out the Compress::Zlib module and added descriptive comments to the Perl Modules instructions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/perl-modules.xml

    r5a9f4b0 r47daa5a  
    5252    -->
    5353
     54    <!-- Module::Info -->
    5455    <bridgehead renderas="sect3" id="perl-module-info"
    5556    xreflabel="Module::Info">The Module::Info Module</bridgehead>
     
    7677    </itemizedlist>
    7778
     79    <!-- Test::Pod -->
    7880    <bridgehead renderas="sect3" id="perl-test-pod"
    7981    xreflabel="Test::Pod">The Test::Pod Module</bridgehead>
     
    132134    </itemizedlist>
    133135
     136    <!-- Module::Build -->
    134137    <bridgehead renderas="sect3" id="perl-module-build"
    135138    xreflabel="Module::Build">The Module::Build Module</bridgehead>
     
    154157    <xref linkend="perl-standard-install"/>.</para>
    155158
    156     <note>
    157       <para>The Compress::Zlib module requires the following
    158       <command>sed</command> after untarring the distribution tarball (before
    159       any other build commands) to use the system-installed copy of
    160       <application>Zlib</application>.</para>
    161 
    162 <screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
    163        -e "s|INCLUDE    = ./zlib-src|INCLUDE    = /usr/include|" \
    164        -e "s|LIB        = ./zlib-src|LIB        = /usr/lib|" \
    165     config.in</userinput></screen>
    166 
    167       <para>The Algorithm-Diff module is distributed in
    168       <filename class='extension'>.zip</filename> format and requires
    169       <xref linkend="unzip"/> to extract the archive.</para>
    170 
    171     </note>
    172 
    173159    <itemizedlist spacing='compact'>
    174160      <listitem>
     
    248234                <itemizedlist>
    249235                  <listitem>
    250                     <para id="perl-compress-zlib"><ulink
    251                     url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    252                     Compress-Zlib-&Compress-Zlib-version;</ulink></para>
    253                     <indexterm zone="perl-modules perl-compress-zlib">
    254                       <primary sortas="g-Compress-Zlib">Compress::Zlib</primary>
    255                     </indexterm>
     236                    <para><xref linkend="perl-compress-zlib"/></para>
    256237                  </listitem>
    257238                </itemizedlist>
     
    277258                      <primary sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
    278259                    </indexterm>
     260
     261                    <itemizedlist>
     262                      <listitem>
     263                        <para><xref linkend="unzip"/></para>
     264                      </listitem>
     265                    </itemizedlist>
     266
    279267                  </listitem>
    280268                </itemizedlist>
     
    308296<screen role='root'><userinput>./Build install</userinput></screen>
    309297
     298    <!-- Compress::Zlib -->
     299    <bridgehead renderas="sect3" id="perl-compress-zlib"
     300    xreflabel="Compress::Zlib">The Compress::Zlib Module</bridgehead>
     301
     302    <indexterm zone="perl-modules perl-compress-zlib">
     303      <primary sortas="g-Compress-Zlib">Compress::Zlib</primary>
     304    </indexterm>
     305
     306    <para></para>
     307
     308    <note>
     309      <para>The Compress::Zlib module requires the following
     310      <command>sed</command> after untarring the distribution tarball (before
     311      any other build commands) to use the system-installed copy of
     312      <application>Zlib</application>.</para>
     313
     314<screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
     315       -e "s|INCLUDE    = ./zlib-src|INCLUDE    = /usr/include|" \
     316       -e "s|LIB        = ./zlib-src|LIB        = /usr/lib|" \
     317    config.in</userinput></screen>
     318    </note>
     319
     320    <itemizedlist spacing='compact'>
     321      <listitem>
     322        <para><ulink
     323        url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
     324        Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     325      </listitem>
     326    </itemizedlist>
     327
     328    <!-- HTML::Parser -->
    310329    <bridgehead renderas="sect3" id="perl-html-parser"
    311330    xreflabel="HTML::Parser">The HTML::Parser Module</bridgehead>
     
    342361    </itemizedlist>
    343362
     363    <!-- XML::Parser -->
    344364    <bridgehead renderas="sect3" id="perl-xml-parser"
    345365    xreflabel="XML::Parser">The XML::Parser Module</bridgehead>
     
    370390    </itemizedlist>
    371391
     392    <!-- SGMLSpm -->
    372393    <bridgehead renderas="sect3" id="perl-sgmlspm"
    373394    xreflabel="SGMLSpm">The SGMLSpm Module</bridgehead>
     
    407428install -v -m644 DOC/sample.pl /usr/share/doc/perl5/SGMLSpm</userinput></screen>
    408429
     430    <!-- Tk -->
    409431    <bridgehead renderas="sect3" id="perl-tk"
    410432    xreflabel="Perl-Tk">The Tk Module</bridgehead>
     
    439461    </itemizedlist>
    440462
     463    <!-- Net::DNS -->
    441464    <bridgehead renderas="sect3" id="perl-net-dns"
    442465    xreflabel="Net-DNS">The Net::DNS Module</bridgehead>
     
    523546    </itemizedlist>
    524547
     548    <!-- LWP -->
    525549    <bridgehead renderas="sect3" id="perl-lwp"
    526550    xreflabel="LWP">The LWP Module</bridgehead>
     
    540564    <application>Perl</application> Module
    541565    <xref linkend="perl-standard-install"/>.</para>
    542 
    543     <note>
    544       <para>The Compress::Zlib module requires the following
    545       <command>sed</command> after untarring the distribution tarball (before
    546       any other build commands) to use the system-installed copy of
    547       <application>Zlib</application>.</para>
    548 
    549 <screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
    550        -e "s|INCLUDE    = ./zlib-src|INCLUDE    = /usr/include|" \
    551        -e "s|LIB        = ./zlib-src|LIB        = /usr/lib|" \
    552     config.in</userinput></screen>
    553     </note>
    554566
    555567    <itemizedlist spacing='compact'>
     
    630642          </listitem>
    631643          <listitem>
    632             <para><ulink
    633             url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    634             Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     644            <para><xref linkend="perl-compress-zlib"/></para>
    635645          </listitem>
    636646          <listitem>
     
    655665    </itemizedlist>
    656666
     667    <!-- Date::Manip -->
    657668    <bridgehead renderas="sect3" id="perl-date-manip"
    658669    xreflabel="Date::Manip">The Date::Manip Module</bridgehead>
     
    678689    </itemizedlist>
    679690
     691    <!-- Finance::Quote -->
    680692    <bridgehead renderas="sect3" id="perl-finance-quote"
    681693    xreflabel="Finance::Quote">The Finance::Quote Module</bridgehead>
     
    744756    </itemizedlist>
    745757
     758    <!-- Finance::QuoteHist -->
    746759    <bridgehead renderas="sect3" id="perl-finance-quotehist"
    747760    xreflabel="Finance::QuoteHist">The Finance::QuoteHist Module</bridgehead>
     
    794807    </itemizedlist>
    795808
     809    <!-- Archive::Zip -->
    796810    <bridgehead renderas="sect3" id="perl-archive-zip"
    797811    xreflabel="Archive::Zip">The Archive::Zip Module</bridgehead>
     
    815829        <itemizedlist>
    816830          <listitem>
    817             <para><ulink
    818             url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    819             Compress-Zlib-&Compress-Zlib-version;</ulink></para>
     831            <para><xref linkend="perl-compress-zlib"/></para>
    820832          </listitem>
    821833        </itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.