Ignore:
Timestamp:
04/29/2012 03:46:14 PM (12 years ago)
Author:
Andrew Benton <andy@…>
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:
ef6d249
Parents:
82027623
Message:

Xfce-4.10

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

File:
1 edited

Legend:

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

    r82027623 r17bcb81  
    5050
    5151    <note>
    52       <para>Some dependencies, such as the 
     52      <para>Some dependencies, such as the
    5353      <ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">Test-Pod</ulink>
    5454      module, are used by several of the listed dependencies of the main
     
    7979      </listitem>
    8080    </itemizedlist>
    81    
     81
    8282    <!-- Date::Manip -->
    8383    <bridgehead renderas="sect3" id="perl-date-manip"
     
    102102        Date::Manip-&Date-Manip-version;</ulink>
    103103        (uses the standard <xref linkend="perl-standard-install"/>)</para>
     104      </listitem>
     105    </itemizedlist>
     106
     107    <!-- ExtUtils::Depends -->
     108    <bridgehead renderas="sect3" id="perl-extutils-depends"
     109    xreflabel="ExtUtils::Depends-&ExtUtils-Depends-version;">
     110    ExtUtils::Depends-&ExtUtils-Depends-version;</bridgehead>
     111
     112    <indexterm zone="perl-modules perl-extutils-depends">
     113      <primary sortas="g-ExtUtils-Depends">ExtUtils::Depends</primary>
     114    </indexterm>
     115
     116    <para>
     117      ExtUtils::Depends tries to make it easy to build Perl extensions that use
     118      functions and typemaps provided by other perl extensions. This means that
     119      a perl extension is treated like a shared library that provides also a C
     120      and an XS interface besides the perl one.
     121    </para>
     122
     123    <itemizedlist spacing='compact'>
     124      <listitem>
     125        <para>
     126          <ulink url="http://www.cpan.org/authors/id/F/FL/FLORA/ExtUtils-Depends-&ExtUtils-Depends-version;.tar.gz">
     127          ExtUtils::Depends-&ExtUtils-Depends-version;</ulink>
     128          (uses the standard <xref linkend="perl-standard-install"/>)</para>
     129      </listitem>
     130    </itemizedlist>
     131
     132    <!-- ExtUtils::PkgConfig -->
     133    <bridgehead renderas="sect3" id="perl-extutils-pkgconfig"
     134    xreflabel="ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;">
     135    ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;</bridgehead>
     136
     137    <indexterm zone="perl-modules perl-extutils-depends">
     138      <primary sortas="g-ExtUtils-PkgConfig">ExtUtils::PkgConfig</primary>
     139    </indexterm>
     140
     141    <para>
     142      ExtUtils::PkgConfig is a very simplistic interface to
     143      <xref linkend="pkgconfig"/>, intended for use in the Makefile.PL of perl
     144      extensions which bind libraries that <application>pkgconfig</application>
     145      knows.
     146    </para>
     147
     148    <itemizedlist spacing='compact'>
     149      <listitem>
     150        <para>
     151          <ulink url="http://www.cpan.org/authors/id/T/TS/TSCH/ExtUtils-PkgConfig-&ExtUtils-PkgConfig-version;.tar.gz">
     152          ExtUtils::PkgConfig-&ExtUtils-PkgConfig-version;</ulink>
     153          (uses the standard <xref linkend="perl-standard-install"/>) Requires:
     154        </para>
     155        <itemizedlist>
     156          <listitem>
     157            <para><xref linkend="perl-extutils-depends"/></para>
     158          </listitem>
     159        </itemizedlist>
    104160      </listitem>
    105161    </itemizedlist>
     
    148204        <para><ulink
    149205        url="http://search.cpan.org/CPAN/authors/id/E/EC/ECOCODE/Finance-Quote-&Finance-Quote-version;.tar.gz">
    150         Finance::Quote-&Finance-Quote-version;</ulink></para>
     206Finance::Quote-&Finance-Quote-version;</ulink></para>
    151207
    152208        <itemizedlist>
     
    213269    </itemizedlist>
    214270    -->
    215    
     271
     272    <!-- Glib -->
     273    <bridgehead renderas="sect3" id="perl-glib"
     274    xreflabel="Glib-&Glib-perl-version;">
     275    Glib-&Glib-perl-version;</bridgehead>
     276
     277    <indexterm zone="perl-modules perl-extutils-depends">
     278      <primary sortas="g-Glib">Glib</primary>
     279    </indexterm>
     280
     281    <para>
     282      This module is a <application>Perl</application> wrapper around
     283      <application>Glib</application> that attempts to provide a perlish
     284      interface while remaining as true as possible to the underlying C API, so
     285      that any reference materials you can find on using GLib may still apply to
     286      using the libraries from perl.
     287    </para>
     288
     289    <itemizedlist spacing='compact'>
     290      <listitem>
     291        <para>
     292          <ulink url="http://www.cpan.org/authors/id/X/XA/XAOC/Glib-&Glib-perl-version;.tar.gz">
     293          Glib-&Glib-perl-version;</ulink>
     294          (uses the standard <xref linkend="perl-standard-install"/>) Requires:
     295        </para>
     296        <itemizedlist>
     297          <listitem>
     298            <para><xref linkend="perl-extutils-pkgconfig"/></para>
     299          </listitem>
     300        </itemizedlist>
     301      </listitem>
     302    </itemizedlist>
     303
    216304    <!-- HTML::Parser -->
    217305    <bridgehead renderas="sect3" id="perl-html-parser"
     
    245333            <itemizedlist>
    246334              <listitem>
    247                 <para><ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">
    248                 Test-Pod</ulink> (optionally used during the tests)</para>
     335                <para><ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">
     336                Test-Pod</ulink> (optionally used during the tests)</para>
    249337              </listitem>
    250338            </itemizedlist>
    251            
     339
    252340          </listitem>
    253341          <listitem>
     
    306394                  </listitem>
    307395                  <listitem>
    308                     <para><ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">
    309                     Test-Pod</ulink> (optionally used during the tests)</para>
     396                    <para><ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">
     397                    Test-Pod</ulink> (optionally used during the tests)</para>
    310398                  </listitem>
    311399                </itemizedlist>
     
    317405          <listitem>
    318406            <para><ulink url="http://search.cpan.org/~petdance/Test-Pod-Coverage/">
    319             Test-Pod-Coverage</ulink> (optionally used during the tests)</para>
     407            Test-Pod-Coverage</ulink> (optionally used during the tests)</para>
    320408          </listitem>
    321409        </itemizedlist>
     
    352440        <itemizedlist>
    353441          <listitem>
    354             <para><ulink
    355             url="http://search.cpan.org/~gaas/URI/">URI</ulink></para>
     442            <para><xref linkend="perl-uri"/></para>
    356443          </listitem>
    357444          <listitem>
     
    360447          <listitem>
    361448            <para>
    362             <ulink url="http://search.cpan.org/~nanis/Crypt-SSLeay/">
     449            <ulink url="http://search.cpan.org/~nanis/Crypt-SSLeay/">
    363450            Crypt-SSLeay</ulink> (optional, for HTTPS
    364451            support)</para>
     
    422509    </itemizedlist>
    423510    -->
    424    
     511
    425512    <!-- Module::Signature
    426513    <bridgehead renderas="sect3" id="perl-module-signature"
     
    567654          <listitem>
    568655            <para><ulink url="http://search.cpan.org/~dwheeler/Test-Pod/">
    569             Test-Pod</ulink> (optionally used during the tests)</para>
    570           </listitem>
    571         </itemizedlist>
    572 
    573       </listitem>
    574     </itemizedlist>
    575    
     656            Test-Pod</ulink> (optionally used during the tests)</para>
     657          </listitem>
     658        </itemizedlist>
     659
     660      </listitem>
     661    </itemizedlist>
     662
    576663
    577664    <!-- Pod::Coverage
     
    623710    </itemizedlist>
    624711    -->
    625    
     712
    626713    <!-- SGMLSpm -->
    627714    <bridgehead renderas="sect3" id="perl-sgmlspm"
     
    635722    <para>The SGMLSpm module is a <application>Perl</application> library
    636723    used for parsing the output from James Clark's SGMLS and NSGMLS
    637     parsers. The module is installed using the standard 
     724    parsers. The module is installed using the standard
    638725    <application>Perl</application> module
    639726    <xref linkend="perl-standard-install"/>.</para>
     
    781868    </itemizedlist>
    782869    -->
    783    
    784     <!-- URI
     870
     871    <!-- URI -->
    785872    <bridgehead renderas="sect3" id="perl-uri"
    786873    xreflabel="URI-&URI-version;">
     
    791878    </indexterm>
    792879
    793     <para>The URI module implements the URI class.  Objects of this class
    794     represent Uniform Resource Identifier references as specified in
    795     RFC 2396 and updated by RFC 2732 and can be used to access and
    796     manipulate the various components that make up these strings.
    797     The URI module and all its dependencies are installed using
    798     the standard <xref linkend="perl-standard-install"/>.</para>
    799 
    800     <itemizedlist spacing='compact'>
    801       <listitem>
    802         <para><ulink
    803         url="http://cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
    804         URI-&URI-version;</ulink></para>
    805         <indexterm zone="perl-modules perl-uri">
    806           <primary sortas="g-URI">URI</primary>
    807         </indexterm>
    808         <itemizedlist>
    809           <listitem>
    810             <para id="perl-business-isbn"><ulink
    811             url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
    812             Business-ISBN-&Business-ISBN-version;</ulink> (optional, only
    813             used during the test suite)</para>
    814             <indexterm zone="perl-modules perl-business-isbn">
    815               <primary sortas="g-Business-ISBN">Business::ISBN</primary>
    816             </indexterm>
    817 
    818             <itemizedlist>
    819               <listitem>
    820                 <para>LWP::Simple is required for many of the tests. This
    821                 is a circular dependency.</para>
    822               </listitem>
    823               <listitem>
    824                 <para id="perl-business-isbn-data"><ulink
    825                 url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
    826                 Business-ISBN-Data-&Business-ISBN-Data-version;</ulink></para>
    827                 <indexterm zone="perl-modules perl-business-isbn-data">
    828                   <primary sortas="g-Business-ISBN-Data">Business::ISBN::Data</primary>
    829                 </indexterm>
    830 
    831                 <itemizedlist>
    832                   <listitem>
    833                     <para id="perl-test-prereq"><ulink
    834                     url="http://cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-&Test-Prereq-version;.tar.gz">
    835                     Test-Prereq-&Test-Prereq-version;</ulink> (you may need
    836                     to set up your CPAN access parameters by issuing the
    837                     command <command>perl -MCPAN -e shell</command> before
    838                     running the test suite, else the tests may hang)</para>
    839                     <indexterm zone="perl-modules perl-test-prereq">
    840                       <primary sortas="g-Test-Prereq">Test::Prereq</primary>
    841                     </indexterm>
    842 
    843                     <itemizedlist>
    844                       <listitem>
    845                         <para><xref linkend="perl-module-info"/></para>
    846                       </listitem>
    847                       <listitem>
    848                         <para id="perl-module-corelist"><ulink
    849                         url="http://cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-&Module-Corelist-version;.tar.gz">
    850                         Module-CoreList-&Module-Corelist-version;</ulink></para>
    851                         <indexterm zone="perl-modules perl-module-corelist">
    852                           <primary sortas="g-Module-Corelist">Module::Corelist</primary>
    853                         </indexterm>
    854                         <itemizedlist>
    855                           <listitem>
    856                             <para><xref linkend="perl-test-pod"/>
    857                             (optionally used during the tests)</para>
    858                           </listitem>
    859                         </itemizedlist>
    860 
    861                       </listitem>
    862                     </itemizedlist>
    863 
    864                   </listitem>
    865                   <listitem>
    866                     <para><xref linkend="perl-test-pod-coverage"/>
    867                     (optionally used during the tests)</para>
    868                   </listitem>
    869                 </itemizedlist>
    870 
    871               </listitem>
    872             </itemizedlist>
    873 
    874           </listitem>
    875         </itemizedlist>
    876 
    877       </listitem>
    878     </itemizedlist>
    879     -->
    880    
     880    <para>
     881      This module implements the URI class. Objects of this class represent
     882      "Uniform Resource Identifier references" as specified in RFC 2396 (and
     883      updated by RFC 2732). A Uniform Resource Identifier is a compact string of
     884      characters that identifies an abstract or physical resource. A Uniform
     885      Resource Identifier can be further classified as either a Uniform Resource
     886      Locator (URL) or a Uniform Resource Name (URN). The distinction between
     887      URL and URN does not matter to the URI class interface. A "URI-reference"
     888      is a URI that may have additional information attached in the form of a
     889      fragment identifier.
     890    </para>
     891
     892    <itemizedlist spacing='compact'>
     893      <listitem>
     894        <para>
     895          <ulink url="http://www.cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
     896          URI-&URI-version;</ulink>
     897          (uses the standard <xref linkend="perl-standard-install"/>)</para>
     898      </listitem>
     899    </itemizedlist>
     900
    881901    <!-- XML::Parser -->
    882902    <bridgehead renderas="sect3" id="perl-xml-parser"
     
    9951015      </listitem>
    9961016    </itemizedlist>
    997    
    998    
    999    
     1017
     1018
     1019
    10001020    <!-- YAML
    10011021    <bridgehead renderas="sect3" id="perl-yaml"
     
    10771097    </itemizedlist>
    10781098    -->
    1079    
    1080    
     1099
     1100
    10811101  </sect2>
    10821102
Note: See TracChangeset for help on using the changeset viewer.