Changeset aa6045e


Ignore:
Timestamp:
03/30/2007 03:41:49 AM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
60d502a2
Parents:
615db3f
Message:

Updated Perl modules: Algorithm::Diff-1.1902, Compress::Zlib-2.004, Crypt::SSLeay-0.53, Pod::Simple-3.05, Test::Pod-1.26, Test::Simple-0.70, version-0.71; added new Perl modules: Compress::Raw::Zlib-2.004, IO::Compress::Base-2.004, IO::Compress::Bzip2-2.004, IO::Compress::Zlib-2.004

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r615db3f raa6045e  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
     6<!ENTITY day          "30">                   <!-- Always 2 digits -->
    77<!ENTITY month        "03">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2007">
     
    203203
    204204<!-- Perl module versions used in the Perl Modules instructions -->
    205 <!ENTITY Algorithm-Diff-version       "1.1901">
     205<!ENTITY Algorithm-Diff-version       "1.1902">
    206206<!ENTITY Archive-Tar-version          "1.29">
    207207<!ENTITY Archive-Zip-version          "1.16">
    208208<!ENTITY Business-ISBN-Data-version   "1.13">
    209209<!ENTITY Business-ISBN-version        "1.84">
    210 <!ENTITY Compress-Zlib-version        "1.41">
    211 <!ENTITY Crypt-SSLeay-version         "0.51">
     210<!ENTITY Compress-Raw-Zlib-version    "2.004">
     211<!ENTITY Compress-Zlib-version        "2.004">
     212<!ENTITY Crypt-SSLeay-version         "0.53">
    212213<!ENTITY DateManip-version            "5.44">
    213214<!ENTITY Devel-Symdump-version        "2.07">
     
    225226<!ENTITY HTML-Tagset-version          "3.10">
    226227<!ENTITY HTML-Tree-version            "3.23">
     228<!ENTITY IO-Compress-Base-version     "2.004">
     229<!ENTITY IO-Compress-Bzip2-version    "2.004">
     230<!ENTITY IO-Compress-Zlib-version     "2.004">
    227231<!ENTITY IO-Socket-INET6-version      "2.51">
    228232<!ENTITY IO-Zlib-version              "1.04">
     
    239243<!ENTITY Pod-Escapes-version          "1.04">
    240244<!ENTITY Pod-Readme-version           "0.081">
    241 <!ENTITY Pod-Simple-version           "3.04">
     245<!ENTITY Pod-Simple-version           "3.05">
    242246<!ENTITY SGMLSpm-version              "1.03ii">
    243247<!ENTITY Socket6-version              "0.19">
     
    245249<!ENTITY Test-Base-version            "0.50">
    246250<!ENTITY Test-Builder-Tester-version  "1.01">
    247 <!ENTITY Test-Pod-version             "1.24">
     251<!ENTITY Test-Pod-version             "1.26">
    248252<!ENTITY Test-Pod-Coverage-version    "1.08">
    249253<!ENTITY Test-Portability-Files-version "0.05">
    250254<!ENTITY Test-Prereq-version          "1.032">
    251 <!ENTITY Test-Simple-version          "0.62">
     255<!ENTITY Test-Simple-version          "0.70">
    252256<!ENTITY Text-CSV_PP-version          "1.01">
    253257<!ENTITY Text-CSV_XS-version          "0.23">
    254258<!ENTITY Text-Diff-version            "0.35">
    255259<!ENTITY URI-version                  "1.35">
    256 <!ENTITY version-perl-version         "0.63">
     260<!ENTITY version-perl-version         "0.71">
    257261<!ENTITY XML-Parser-version           "2.34">
    258262<!ENTITY YAML-version                 "0.58">
  • general/prog/perl-modules.xml

    r615db3f raa6045e  
    124124    available in Compress::Zlib. The module can be split into two general areas
    125125    of functionality, namely in-memory compression/decompression and read/write
    126     access to gzip files.</para>
     126    access to gzip files. This module and all the dependencies are installed
     127    using the standard <xref linkend="perl-standard-install"/>.</para>
    127128
    128129    <note>
    129       <para>The Compress::Zlib module requires the following
     130      <para>The Compress::Raw::Zlib module requires the following
    130131      <command>sed</command> after untarring the distribution tarball (before
    131132      any other build commands) to use the system-installed copy of
    132133      <application>Zlib</application>.</para>
    133134
    134 <screen><userinput>sed -i -e "s|BUILD_ZLIB = True|BUILD_ZLIB = False|" \
    135        -e "s|INCLUDE    = ./zlib-src|INCLUDE    = /usr/include|" \
    136        -e "s|LIB        = ./zlib-src|LIB        = /usr/lib|" \
     135<screen><userinput>sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \
     136       -e "s|INCLUDE\s*= ./zlib-src|INCLUDE    = /usr/include|" \
     137       -e "s|LIB\s*= ./zlib-src|LIB        = /usr/lib|" \
    137138    config.in</userinput></screen>
    138139    </note>
     
    143144        url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    144145        Compress-Zlib-&Compress-Zlib-version;</ulink>
    145         (<xref linkend="perl-standard-install"/>)</para>
     146        (uses the standard <xref linkend="perl-standard-install"/>)</para>
     147
     148        <itemizedlist>
     149          <listitem>
     150            <para><ulink
     151            url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-&Compress-Raw-Zlib-version;.tar.gz">
     152            Compress-Raw-Zlib-&Compress-Raw-Zlib-version;</ulink></para>
     153          </listitem>
     154          <listitem>
     155            <para><ulink
     156            url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Zlib-&IO-Compress-Zlib-version;.tar.gz">
     157            IO-Compress-Zlib-&IO-Compress-Zlib-version;</ulink></para>
     158
     159            <itemizedlist>
     160              <listitem>
     161                <para><ulink
     162                url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Base-&IO-Compress-Base-version;.tar.gz">
     163                IO-Compress-Base-&IO-Compress-Base-version;</ulink></para>
     164              </listitem>
     165              <listitem>
     166                <para><ulink
     167                url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Bzip2-&IO-Compress-Bzip2-version;.tar.gz">
     168                IO-Compress-Bzip2-&IO-Compress-Bzip2-version;</ulink> (used during the tests)</para>
     169              </listitem>
     170            </itemizedlist>
     171
     172          </listitem>
     173        </itemizedlist>
     174
    146175      </listitem>
    147176    </itemizedlist>
     
    168197        url="http://cpan.org/authors/id/S/SB/SBECK/DateManip-&DateManip-version;.tar.gz">
    169198        DateManip-&DateManip-version;</ulink>
    170         (<xref linkend="perl-standard-install"/>)</para>
     199        (uses the standard <xref linkend="perl-standard-install"/>)</para>
    171200      </listitem>
    172201    </itemizedlist>
     
    518547                <para><xref linkend="openssl"/></para>
    519548              </listitem>
    520             </itemizedlist>
    521 
    522           </listitem>
    523         </itemizedlist>
    524 
    525       </listitem>
    526     </itemizedlist>
    527 
    528     <note>
    529       <para>Newer versions of <application>OpenSSL</application> expose a bug
    530       in the <application>Crypt::SSLeay</application> sources. Issue the
    531       following <command>sed</command> command (after unpacking the
    532       <application>Crypt::SSLeay</application> tarball and changing directories
    533       into the root of the source tree) to fix the problem:</para>
    534 
    535       <screen><userinput>sed -i '/algorithms/ a\               SSL_library_init();' SSLeay.xs</userinput></screen>
    536     </note>
     549              <listitem>
     550                <para>A <quote>testcover</quote> <filename>Makefile</filename>
     551                target is created (which creates a
     552                <command>/usr/bin/testcover</command> script) if the <ulink
     553                url="http://cpan.org/authors/id/S/SM/SMPETERS/ExtUtils-MakeMaker-Coverage-0.05.tar.gz">
     554                Extutils::MakeMaker::Coverage</ulink> module is installed.</para>
     555              </listitem>
     556            </itemizedlist>
     557
     558          </listitem>
     559        </itemizedlist>
     560
     561      </listitem>
     562    </itemizedlist>
    537563
    538564    <!-- Module::Build -->
     
    690716    can tell you what version of a module is installed and what dependencies
    691717    are required for it. You can even use Module::Info to gather dependencies
    692     of uninstalled modules. The Module::Info module installs using the standard
    693     <application>Perl</application> module
    694     <xref linkend="perl-standard-install"/>. The version module requires using
    695     the Module::Build <xref linkend="perl-module-build-install"/>.</para>
     718    of uninstalled modules. The Module::Info module and dependencies install
     719    using the standard <application>Perl</application> module
     720    <xref linkend="perl-standard-install"/>.</para>
    696721
    697722    <itemizedlist spacing='compact'>
     
    713738            <itemizedlist>
    714739              <listitem>
    715                 <para><xref linkend="perl-module-build"/></para>
     740                <para><xref linkend="perl-module-build"/> (optional)</para>
    716741              </listitem>
    717742            </itemizedlist>
     
    892917    </itemizedlist>
    893918
     919
     920    <!-- Pod::Coverage -->
     921    <bridgehead renderas="sect3" id="perl-pod-coverage"
     922    xreflabel="Pod::Coverage-&Pod-Coverage-version;">
     923    Pod::Coverage-&Pod-Coverage-version;</bridgehead>
     924
     925    <indexterm zone="perl-modules perl-pod-coverage">
     926      <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
     927    </indexterm>
     928
     929    <para>The Pod::Coverage module is a <application>Perl</application> library
     930    used to check if the documentation of a module is comprehensive. This
     931    module can use the Module::Build
     932    <xref linkend="perl-module-build-install"/>, but is not required. All the
     933    dependencies are installed using the standard
     934    <application>Perl</application> module
     935    <xref linkend="perl-standard-install"/>.</para>
     936
     937    <itemizedlist spacing='compact'>
     938      <listitem>
     939        <para><ulink
     940        url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-&Pod-Coverage-version;.tar.gz">
     941        Pod-Coverage-&Pod-Coverage-version;</ulink></para>
     942
     943        <itemizedlist>
     944          <listitem>
     945            <para id="perl-devel-symdump"><ulink
     946            url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
     947            Devel-Symdump-&Devel-Symdump-version;</ulink></para>
     948            <indexterm zone="perl-modules perl-devel-symdump">
     949              <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
     950            </indexterm>
     951
     952            <itemizedlist>
     953              <listitem>
     954                <para><xref linkend="perl-test-pod-coverage"/>
     955                (optionally used during the tests, and is a circular
     956                dependency)</para>
     957              </listitem>
     958              <listitem>
     959                <para><xref linkend="perl-test-pod"/>
     960                (optionally used during the tests)</para>
     961              </listitem>
     962            </itemizedlist>
     963
     964          </listitem>
     965          <listitem>
     966            <para><xref linkend="perl-module-build"/> (optional)</para>
     967          </listitem>
     968        </itemizedlist>
     969
     970      </listitem>
     971    </itemizedlist>
     972
    894973    <!-- SGMLSpm -->
    895974    <bridgehead renderas="sect3" id="perl-sgmlspm"
     
    9951074    distribution for POD coverage. It is normally used by developers to
    9961075    ensure their projects are adequately covered with POD and it is also used
    997     in the test suites of many module distributions. The Pod::Coverage module
    998     can use the Module::Build
    999     <xref linkend="perl-module-build-install"/>, all the other modules are
    1000     installed using the standard <application>Perl</application> module
     1076    in the test suites of many module distributions. This module and all the
     1077    dependencies are installed using the standard
     1078    <application>Perl</application> module
    10011079    <xref linkend="perl-standard-install"/>.</para>
    10021080
     
    10191097          </listitem>
    10201098          <listitem>
    1021             <para id="perl-pod-coverage"><ulink
    1022             url="http://cpan.org/authors/id/R/RC/RCLAMP/Pod-Coverage-&Pod-Coverage-version;.tar.gz">
    1023             Pod-Coverage-&Pod-Coverage-version;</ulink></para>
    1024             <indexterm zone="perl-modules perl-pod-coverage">
    1025               <primary sortas="g-Pod-Coverage">Pod::Coverage</primary>
    1026             </indexterm>
    1027 
    1028             <itemizedlist>
    1029               <listitem>
    1030                 <para id="perl-devel-symdump"><ulink
    1031                 url="http://cpan.org/authors/id/A/AN/ANDK/Devel-Symdump-&Devel-Symdump-version;.tar.gz">
    1032                 Devel-Symdump-&Devel-Symdump-version;</ulink></para>
    1033                 <indexterm zone="perl-modules perl-devel-symdump">
    1034                   <primary sortas="g-Devel-Symdump">Devel::Symdump</primary>
    1035                 </indexterm>
    1036 
    1037                 <itemizedlist>
    1038                   <listitem>
    1039                     <para><xref linkend="perl-test-pod-coverage"/>
    1040                     (optionally used during the tests, and is a circular
    1041                     dependency)</para>
    1042                   </listitem>
    1043                   <listitem>
    1044                     <para><xref linkend="perl-test-pod"/>
    1045                     (optionally used during the tests)</para>
    1046                   </listitem>
    1047                 </itemizedlist>
    1048 
    1049               </listitem>
    1050               <listitem>
    1051                 <para><xref linkend="perl-module-build"/></para>
    1052               </listitem>
    1053             </itemizedlist>
    1054 
     1099            <para><xref linkend="perl-pod-coverage"/></para>
    10551100          </listitem>
    10561101        </itemizedlist>
     
    10871132        url="http://cpan.org/authors/id/M/MS/MSCHWERN/Test-Simple-&Test-Simple-version;.tar.gz">
    10881133        Test-Simple-&Test-Simple-version;</ulink>
    1089         (<xref linkend="perl-standard-install"/>)</para>
     1134        (uses the standard <xref linkend="perl-standard-install"/>)</para>
    10901135
    10911136        <itemizedlist>
     
    10931138            <para><xref linkend="perl-module-signature"/>
    10941139            (optionally used during the tests)</para>
     1140          </listitem>
     1141          <listitem>
     1142            <para><xref linkend="perl-test-pod-coverage"/>
     1143            (optionally used during the tests, and is circular)</para>
     1144          </listitem>
     1145          <listitem>
     1146            <para><xref linkend="perl-pod-coverage"/>
     1147            (optionally used during the tests, and is circular)</para>
    10951148          </listitem>
    10961149        </itemizedlist>
     
    11331186              <primary sortas="g-Algorithm-Diff">Algorithm::Diff</primary>
    11341187            </indexterm>
    1135 
    1136             <itemizedlist>
    1137               <listitem>
    1138                 <para><xref linkend="unzip"/></para>
    1139               </listitem>
    1140             </itemizedlist>
    1141 
    11421188          </listitem>
    11431189        </itemizedlist>
     
    12311277    <application>YAML</application> is a generic data serialization language
    12321278    that is optimized for human readability. It can be used to express the data
    1233     structures of most modern programming languages.</para>
     1279    structures of most modern programming languages. The module and
     1280    dependencies are installed using the standard
     1281    <application>Perl</application> module
     1282    <xref linkend="perl-standard-install"/>.</para>
    12341283
    12351284    <note>
  • introduction/welcome/changelog.xml

    r615db3f raa6045e  
    4343
    4444    <listitem>
     45      <para>March 30th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated Perl modules: Algorithm::Diff-1.1902,
     49          Compress::Zlib-2.004, Crypt::SSLeay-0.53, Pod::Simple-3.05,
     50          Test::Pod-1.26, Test::Simple-0.70, version-0.71.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[randy] - Added new Perl modules: Compress::Raw::Zlib-2.004,
     54          IO::Compress::Base-2.004, IO::Compress::Bzip2-2.004,
     55          IO::Compress::Zlib-2.004.</para>
     56        </listitem>
     57      </itemizedlist>
     58    </listitem>
     59
     60    <listitem>
    4561      <para>March 28th, 2007</para>
    4662      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.