Changeset e82b5b1d


Ignore:
Timestamp:
09/26/2016 01:32:15 AM (8 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2060b08
Parents:
f5e458bd
Message:

Perl modules - move XML::SAX to top level as a second-class citizen.

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

Files:
2 edited

Legend:

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

    rf5e458bd re82b5b1d  
    18821882(http://search.cpan.org/dist/XML-LibXML/)</literallayout>
    18831883        </para>
    1884 <!--  </listitem>
    1885       <listitem> -->
    18861884        <itemizedlist>
    18871885          <listitem>
     
    20052003    </itemizedlist>-->
    20062004
    2007     <!-- XML::Simple -->
    2008     <bridgehead renderas="sect3" id="perl-xml-simple"
    2009     xreflabel="XML::Simple-&XML-Simple-version;">
    2010     XML::Simple-&XML-Simple-version;</bridgehead>
    2011 
    2012     <indexterm zone="perl-modules perl-xml-simple">
    2013       <primary sortas="a-XML-Simple">XML::Simple</primary>
    2014     </indexterm>
    2015 
    2016     <para>The XML::Simple module is a <application>Perl</application> extension
    2017     that provides an easy API to read and write XML (especially config files).
    2018     This module and all dependency modules use the standard
    2019     <xref linkend="perl-standard-install"/>.</para>
    2020 
    2021     &lfs7a_checked;
    2022 
    2023     <itemizedlist>
    2024       <listitem>
    2025         <para>
    2026           <ulink url="&XML-Simple-download-http;">XML::Simple-&XML-Simple-version;</ulink>
    2027         </para>
    2028       </listitem>
    2029       <listitem>
    2030 <literallayout>&XML-Simple-download-http;
    2031 MD5 sum: &XML-Simple-md5sum;</literallayout>
    2032         <itemizedlist>
    2033    <!--   <listitem> <literallayout><ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink> -->
    2034           <listitem><literallayout><ulink id="perl-xml-sax" xreflabel="XML::SAX" url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink>
    2035 (http://search.cpan.org/~grantm/XML-SAX/)
    2036 (Note: this package does not support parallel build)</literallayout>
     2005    <!-- XML::SAX is a dependency of multiple modules on this page
     2006         But it is not linked from other pages, so only give minimal details -->
     2007
     2008    <bridgehead renderas="sect3" id="perl-xml-sax"
     2009    xreflabel="XML::SAX">
     2010    XML::SAX</bridgehead>
     2011
     2012    <indexterm zone="perl-modules perl-xml-sax">
     2013      <primary sortas="a-XML-SAX">XML::SAX</primary>
     2014    </indexterm>
     2015
     2016    <para>XML::SAX provides a simple API for XML.
     2017    This module uses the standard <xref linkend="perl-standard-install"/>.
     2018    </para>
     2019
     2020    <para>Note: this module does not support parallel builds.</para>
     2021
     2022    <itemizedlist>
     2023      <listitem>
     2024        <para>
     2025          <ulink url="http://search.cpan.org/dist/XML-SAX/">XML::SAX</ulink><literallayout>
     2026(http://search.cpan.org/dist/XML-SAX/)</literallayout>
     2027        </para>
     2028        <itemizedlist>
     2029          <listitem>
     2030            <para><xref linkend="libxml2"/></para>
    20372031            <itemizedlist>
    20382032              <listitem><literallayout><ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">XML::NamespaceSupport</ulink>
     
    20442038            </itemizedlist>
    20452039          </listitem>
     2040        </itemizedlist>
     2041      </listitem>
     2042    </itemizedlist>
     2043
     2044    <!-- XML::Simple -->
     2045    <bridgehead renderas="sect3" id="perl-xml-simple"
     2046    xreflabel="XML::Simple-&XML-Simple-version;">
     2047    XML::Simple-&XML-Simple-version;</bridgehead>
     2048
     2049    <indexterm zone="perl-modules perl-xml-simple">
     2050      <primary sortas="a-XML-Simple">XML::Simple</primary>
     2051    </indexterm>
     2052
     2053    <para>The XML::Simple module is a <application>Perl</application> extension
     2054    that provides an easy API to read and write XML (especially config files).
     2055    This module and all dependency modules use the standard
     2056    <xref linkend="perl-standard-install"/>.</para>
     2057
     2058    &lfs7a_checked;
     2059
     2060    <itemizedlist>
     2061      <listitem>
     2062        <para>
     2063          <ulink url="&XML-Simple-download-http;">XML::Simple-&XML-Simple-version;</ulink>
     2064        </para>
     2065      </listitem>
     2066      <listitem>
     2067<literallayout>&XML-Simple-download-http;
     2068MD5 sum: &XML-Simple-md5sum;</literallayout>
     2069        <itemizedlist>
     2070          <listitem>
     2071            <para><xref linkend="perl-xml-sax"/></para>
     2072          </listitem>
    20462073          <listitem> <literallayout><ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML::SAX::Expat</ulink>
    20472074(http://search.cpan.org/~bjoern/XML-SAX-Expat/)
    20482075(Note: this package does not support parallel build)</literallayout>
    2049 <!--            <itemizedlist>
    2050               <listitem>
    2051                 <para>
    2052                   <xref linkend="perl-xml-parser"/>
    2053                 </para>
    2054               </listitem>
    2055             </itemizedlist>-->
    20562076          </listitem>
    20572077          <listitem>
  • introduction/welcome/changelog.xml

    rf5e458bd re82b5b1d  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[ken] - Perl Modules - move XML::SAX to top level.</para>
     51        </listitem>
     52        <listitem>
    5053          <para>[ken] - Perl Modules - fix Capture::Tiny to correct the
    5154          description and to again list the download URL now that it has been
Note: See TracChangeset for help on using the changeset viewer.