Changeset 831caa1f


Ignore:
Timestamp:
01/29/2013 05:34:10 PM (11 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:
b1a0a05
Parents:
35f8e7b
Message:

Modified the dependencies for the XML::Simple Perl Module instructions

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r35f8e7b r831caa1f  
    44-->
    55
    6 <!ENTITY day          "26">                   <!-- Always 2 digits -->
     6<!ENTITY day          "29">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 26th, &year;">
     12<!ENTITY releasedate  "January 29th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/perl-modules.xml

    r35f8e7b r831caa1f  
    459459                    <para>
    460460                      <ulink url="http://search.cpan.org/dist/Test-Fatal/">Test::Fatal</ulink>
     461                      (optionally used in the test suite)
    461462                    </para>
    462463                    <itemizedlist>
     
    913914          <listitem>
    914915            <para>
    915               <xref linkend="perl-lwp"/> (optionally used during the tests)
     916              <xref linkend="perl-lwp"/> (optionally used in the test suite)
    916917            </para>
    917918          </listitem>
     
    944945          <listitem>
    945946            <para>
    946               One of the following four modules must be installed:
     947              <ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML::SAX::Expat</ulink>
    947948            </para>
    948949            <itemizedlist>
    949950              <listitem>
    950951                <para>
    951                   <ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML-SAX</ulink>
    952                 </para>
    953                 <itemizedlist>
    954                   <listitem>
    955                     <para>
    956                       <ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">
    957                       XML-NamespaceSupport</ulink>
    958                     </para>
    959                   </listitem>
    960                 </itemizedlist>
    961               </listitem>
    962               <listitem>
    963                 <para>
    964                   <ulink url="http://search.cpan.org/~bjoern/XML-SAX-Expat/">XML-SAX-Expat</ulink>
    965                 </para>
    966               </listitem>
    967               <listitem>
    968                 <para id="perl-xml-libxml">
    969                   <ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML-LibXML</ulink>
    970                 </para>
    971               </listitem>
    972               <listitem>
    973                 <para>
    974952                  <xref linkend="perl-xml-parser"/>
    975953                </para>
     
    979957          <listitem>
    980958            <para>
    981               <ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie-IxHash</ulink>
     959              <ulink url="http://search.cpan.org/~grantm/XML-SAX/">XML::SAX</ulink>
     960            </para>
     961            <itemizedlist>
     962              <listitem>
     963                <para>
     964                  <ulink url="http://search.cpan.org/~perigrin/XML-NamespaceSupport/">
     965                  XML::NamespaceSupport</ulink>
     966                </para>
     967              </listitem>
     968              <listitem>
     969                <para>
     970                  <ulink url="http://search.cpan.org/~grantm/XML-SAX-Base/">
     971                  XML::SAX::Base</ulink>
     972                </para>
     973              </listitem>
     974            </itemizedlist>
     975          </listitem>
     976          <listitem>
     977            <para id="perl-xml-libxml">
     978              <ulink url="http://search.cpan.org/~shlomif/XML-LibXML/">XML::LibXML</ulink>
     979              (recommended for faster parsing)
     980            </para>
     981          </listitem>
     982          <listitem>
     983            <para>
     984              <ulink url="http://search.cpan.org/~chorny/Tie-IxHash/">Tie::IxHash</ulink>
     985              (optionally used in the test suite)
    982986            </para>
    983987          </listitem>
  • gnome/core/gvfs.xml

    r35f8e7b r831caa1f  
    3131
    3232    <para>
    33       The <application>Gvfs</application> package is an userspace virtual
     33      The <application>Gvfs</application> package is a userspace virtual
    3434      filesystem designed to work with the I/O abstractions of GLib's GIO
    3535      library.
     
    146146
    147147    <para>
    148       <option>--disable-gphoto2</option>: This switch is required if
     148      <parameter>--disable-gphoto2</parameter>: This switch is required if
    149149      <application>libgphoto2</application> is not installed. Remove
    150150      it if you installed <application>libgphoto2</application> and
  • introduction/welcome/changelog.xml

    r35f8e7b r831caa1f  
    4646
    4747    <listitem>
     48      <para>January 29th, 2013</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[randy] - Modified the dependencies for the XML::Simple Perl
     52          Module instructions.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>January 26th, 2013</para>
    4959      <itemizedlist>
  • multimedia/libdriv/xine-lib.xml

    r35f8e7b r831caa1f  
    9595      <xref linkend="libvorbis"/>,
    9696      <xref linkend="mesalib"/>,
    97       <ulink url="http://sourceforge.net/projects/modplug-xmms/">modplug</ulink>,
     97      <ulink url="http://sourceforge.net/projects/modplug-xmms/">libmodplug</ulink>,
    9898      <ulink url="http://www.musepack.net/">musepack</ulink>,
    9999      <xref linkend="samba3"/>,
  • multimedia/videoutils/vlc.xml

    r35f8e7b r831caa1f  
    109109      <xref linkend="samba3"/>,
    110110      <xref linkend="gvfs"/>,
    111       <ulink url="http://wiki.videolan.org/Libvcdinfo">libvcdinfo</ulink> and
     111      <ulink url="http://www.gnu.org/software/vcdimager/">VCDImager</ulink> and
    112112      <ulink url="http://libcddb.sourceforge.net/">libcddb</ulink>
    113113    </para>
     
    118118      <xref linkend="libogg"/>,
    119119      <ulink url="http://directory.fsf.org/wiki/Libshout">libshout</ulink>,
    120       <ulink url="http://modplug-xmms.sourceforge.net/">libmod</ulink> and
     120      <ulink url="http://modplug-xmms.sourceforge.net/">libmodplug</ulink> and
    121121      <ulink url="http://www.musepack.net/index.php?pg=home">Musepack</ulink>
    122122    </para>
Note: See TracChangeset for help on using the changeset viewer.