Changeset 307b7b7a


Ignore:
Timestamp:
12/02/2010 04:03:11 PM (13 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
0b9a7ab9
Parents:
44fe081f
Message:

Removed Perl Module Compress::Zlib as it is now a core module

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r44fe081f r307b7b7a  
    320320<!ENTITY Business-ISBN-Data-version   "1.17">
    321321<!ENTITY Business-ISBN-version        "1.84">
    322 <!ENTITY Compress-Raw-Zlib-version    "2.005">
    323 <!ENTITY Compress-Zlib-version        "2.005">
    324322<!ENTITY Crypt-SSLeay-version         "0.56">
    325323<!ENTITY Date-Manip-version           "5.54">
  • general/prog/perl-modules.xml

    r44fe081f r307b7b7a  
    8181        <itemizedlist>
    8282          <listitem>
    83             <para><xref linkend="perl-compress-zlib"/></para>
    84           </listitem>
    85           <listitem>
    8683            <para><xref linkend="perl-test-pod"/>
    8784            (optionally used during the tests)</para>
    88           </listitem>
    89         </itemizedlist>
    90 
    91       </listitem>
    92     </itemizedlist>
    93 
    94     <!-- Compress::Zlib -->
    95     <bridgehead renderas="sect3" id="perl-compress-zlib"
    96     xreflabel="Compress::Zlib-&Compress-Zlib-version;">
    97     Compress::Zlib-&Compress-Zlib-version;</bridgehead>
    98 
    99     <indexterm zone="perl-modules perl-compress-zlib">
    100       <primary sortas="g-Compress-Zlib">Compress::Zlib</primary>
    101     </indexterm>
    102 
    103     <para>The Compress::Zlib module provides a <application>Perl</application>
    104     interface to the <application>Zlib</application> compression library. Most
    105     of the functionality provided by <application>Zlib</application> is
    106     available in Compress::Zlib. The module can be split into two general areas
    107     of functionality, namely in-memory compression/decompression and read/write
    108     access to gzip files. This module and all the dependencies are installed
    109     using the standard <xref linkend="perl-standard-install"/>.</para>
    110 
    111     <note>
    112       <para>The Compress::Raw::Zlib module requires the following
    113       <command>sed</command> after untarring the distribution tarball (before
    114       any other build commands) to use the system-installed copy of
    115       <application>Zlib</application>.</para>
    116 
    117 <screen><userinput>sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \
    118        -e "s|INCLUDE\s*= ./zlib-src|INCLUDE    = /usr/include|" \
    119        -e "s|LIB\s*= ./zlib-src|LIB        = /usr/lib|" \
    120     config.in</userinput></screen>
    121     </note>
    122 
    123     <itemizedlist spacing='compact'>
    124       <listitem>
    125         <para><ulink
    126         url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Zlib-&Compress-Zlib-version;.tar.gz">
    127         Compress-Zlib-&Compress-Zlib-version;</ulink>
    128         (uses the standard <xref linkend="perl-standard-install"/>)</para>
    129 
    130         <itemizedlist>
    131           <listitem>
    132             <para><ulink
    133             url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Zlib-&IO-Compress-Zlib-version;.tar.gz">
    134             IO-Compress-Zlib-&IO-Compress-Zlib-version;</ulink></para>
    135 
    136             <itemizedlist>
    137               <listitem>
    138                 <para><ulink
    139                 url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Zlib-&Compress-Raw-Zlib-version;.tar.gz">
    140                 Compress-Raw-Zlib-&Compress-Raw-Zlib-version;</ulink></para>
    141 
    142                 <itemizedlist>
    143                   <listitem>
    144                     <para><ulink
    145                     url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Base-&IO-Compress-Base-version;.tar.gz">
    146                     IO-Compress-Base-&IO-Compress-Base-version;</ulink></para>
    147                   </listitem>
    148                 </itemizedlist>
    149 
    150               </listitem>
    151               <listitem>
    152                 <para><ulink
    153                 url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Bzip2-&IO-Compress-Bzip2-version;.tar.gz">
    154                 IO-Compress-Bzip2-&IO-Compress-Bzip2-version;</ulink> (used during the tests)</para>
    155 
    156                 <itemizedlist>
    157                   <listitem>
    158                     <para><ulink
    159                     url="http://cpan.org/authors/id/P/PM/PMQS/Compress-Raw-Bzip2-&Compress-Raw-Bzip2-version;.tar.gz">
    160                     Compress-Raw-Bzip2-&Compress-Raw-Bzip2-version;</ulink></para>
    161 
    162                     <itemizedlist>
    163                       <listitem>
    164                         <para><ulink
    165                         url="http://cpan.org/authors/id/P/PM/PMQS/IO-Compress-Base-&IO-Compress-Base-version;.tar.gz">
    166                         IO-Compress-Base-&IO-Compress-Base-version;</ulink></para>
    167                       </listitem>
    168                     </itemizedlist>
    169 
    170                   </listitem>
    171                 </itemizedlist>
    172 
    173               </listitem>
    174             </itemizedlist>
    175 
    17685          </listitem>
    17786        </itemizedlist>
     
    457366          </listitem>
    458367          <listitem>
    459             <para><xref linkend="perl-compress-zlib"/></para>
    460           </listitem>
    461           <listitem>
    462368            <para id="perl-crypt-ssleay"
    463369            xreflabel="Crypt::SSLeay-&Crypt-SSLeay-version;"><ulink
     
    556462                  <primary sortas="g-IO-Zlib">IO::Zlib</primary>
    557463                </indexterm>
    558 
    559                 <itemizedlist>
    560                   <listitem>
    561                     <para><xref linkend="perl-compress-zlib"/></para>
    562                   </listitem>
    563                 </itemizedlist>
    564464
    565465              </listitem>
  • introduction/welcome/changelog.xml

    r44fe081f r307b7b7a  
    4545      <para>December 2nd, 2010</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Removed <application>Perl</application> Module
     49          Compress::Zlib as it is now a core module.</para>
     50        </listitem>
    4751        <listitem>
    4852          <para>[randy] - Updated Perl module Module::Info to 0.32.</para>
Note: See TracChangeset for help on using the changeset viewer.