Author: randy
Date: 2007-04-17 09:24:42 -0600 (Tue, 17 Apr 2007)
New Revision: 6738

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/genutils/icon-naming-utils.xml
   trunk/BOOK/general/prog/perl-modules.xml
   trunk/BOOK/introduction/welcome/changelog.xml
Log:
Added new Perl Modules to support icon-naming-utils: Tie::IxHash, XML::LibXML, 
XML::NamespaceSupport, XML::SAX, XML::SAX::Expat and XML::Simple

Modified: trunk/BOOK/general/genutils/icon-naming-utils.xml
===================================================================
--- trunk/BOOK/general/genutils/icon-naming-utils.xml   2007-04-17 01:04:55 UTC 
(rev 6737)
+++ trunk/BOOK/general/genutils/icon-naming-utils.xml   2007-04-17 15:24:42 UTC 
(rev 6738)
@@ -59,6 +59,11 @@
       </listitem>
     </itemizedlist>
 
+    <bridgehead renderas="sect3">icon-naming-utils Dependencies</bridgehead>
+
+    <bridgehead renderas="sect4">Required</bridgehead>
+    <para role="required"><xref linkend="perl-xml-simple"/></para>
+
     <para condition="html" role="usernotes">User Notes:
     <ulink url="&blfs-wiki;/icon-naming-utils"/></para>
 

Modified: trunk/BOOK/general/prog/perl-modules.xml
===================================================================
--- trunk/BOOK/general/prog/perl-modules.xml    2007-04-17 01:04:55 UTC (rev 
6737)
+++ trunk/BOOK/general/prog/perl-modules.xml    2007-04-17 15:24:42 UTC (rev 
6738)
@@ -1261,6 +1261,87 @@
       </listitem>
     </itemizedlist>
 
+    <!-- XML::Simple -->
+    <bridgehead renderas="sect3" id="perl-xml-simple"
+    xreflabel="XML::Simple-&XML-Simple-version;">
+    XML::Simple-&XML-Simple-version;</bridgehead>
+
+    <indexterm zone="perl-modules perl-xml-simple">
+      <primary sortas="g-XML-Simple">XML::Simple</primary>
+    </indexterm>
+
+    <para>The XML::Simple module is a <application>Perl</application> extension
+    that provides an easy API to read and write XML (especially config files).
+    The module and all dependencies are installed using the standard
+    <application>Perl</application> module
+    <xref linkend="perl-standard-install"/>.</para>
+
+    <itemizedlist spacing='compact'>
+      <listitem>
+        <para><ulink
+        
url="http://cpan.org/authors/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz";>
+        XML-Simple-&XML-Simple-version;</ulink></para>
+
+        <itemizedlist>
+          <listitem>
+            <para>One of the following four modules must be installed:</para>
+
+            <itemizedlist>
+              <listitem>
+                <para id="perl-xml-sax"><ulink
+                
url="http://cpan.org/authors/id/G/GR/GRANTM/XML-SAX-&XML-SAX-version;.tar.gz";>
+                XML-SAX-&XML-SAX-version;</ulink></para>
+                <indexterm zone="perl-modules perl-xml-sax">
+                  <primary sortas="g-XML-SAX">XML::SAX</primary>
+                </indexterm>
+
+                <itemizedlist>
+                  <listitem>
+                    <para id="perl-xml-namespacesupport"><ulink
+                    
url="http://cpan.org/authors/id/R/RB/RBERJON/XML-NamespaceSupport-&XML-NamespaceSupport-version;.tar.gz";>
+                    
XML-NamespaceSupport-&XML-NamespaceSupport-version;</ulink></para>
+                    <indexterm zone="perl-modules perl-xml-namespacesupport">
+                      <primary 
sortas="g-XML-NamespaceSupport">XML::NamespaceSupport</primary>
+                    </indexterm>
+                  </listitem>
+                </itemizedlist>
+
+              </listitem>
+              <listitem>
+                <para id="perl-xml-sax-expat"><ulink
+                
url="http://cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-&XML-SAX-Expat-version;.tar.gz";>
+                XML-SAX-Expat-&XML-SAX-Expat-version;</ulink></para>
+                <indexterm zone="perl-modules perl-xml-sax-expat">
+                  <primary sortas="g-XML-SAX-Expat">XML::SAX::Expat</primary>
+                </indexterm>
+              </listitem>
+              <listitem>
+                <para id="perl-xml-libxml"><ulink
+                
url="http://cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-&XML-LibXML-version;.tar.gz";>
+                XML-LibXML-&XML-LibXML-version;</ulink></para>
+                <indexterm zone="perl-modules perl-xml-libxml">
+                  <primary sortas="g-XML-LibXML">XML::LibXML</primary>
+                </indexterm>
+              </listitem>
+              <listitem>
+                <para><xref linkend="perl-xml-parser"/></para>
+              </listitem>
+            </itemizedlist>
+
+          </listitem>
+          <listitem>
+            <para id="perl-tie-ixhash"><ulink
+            
url="http://cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-&Tie-IxHash-version;.tar.gz";>
+            Tie-IxHash-&Tie-IxHash-version;</ulink></para>
+            <indexterm zone="perl-modules perl-tie-ixhash">
+              <primary sortas="g-Tie-IxHash">Tie::IxHash</primary>
+            </indexterm>
+          </listitem>
+        </itemizedlist>
+
+      </listitem>
+    </itemizedlist>
+
     <!-- YAML -->
     <bridgehead renderas="sect3" id="perl-yaml"
     xreflabel="YAML-&YAML-version;">

Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent      2007-04-17 01:04:55 UTC (rev 6737)
+++ trunk/BOOK/general.ent      2007-04-17 15:24:42 UTC (rev 6738)
@@ -260,9 +260,15 @@
 <!ENTITY Text-CSV_PP-version          "1.01">
 <!ENTITY Text-CSV_XS-version          "0.23">
 <!ENTITY Text-Diff-version            "0.35">
+<!ENTITY Tie-IxHash-version           "1.21">
 <!ENTITY URI-version                  "1.35">
 <!ENTITY version-perl-version         "0.71">
+<!ENTITY XML-LibXML-version           "1.63">
+<!ENTITY XML-NamespaceSupport-version "1.09">
 <!ENTITY XML-Parser-version           "2.34">
+<!ENTITY XML-SAX-version              "0.15">
+<!ENTITY XML-SAX-Expat-version        "0.38">
+<!ENTITY XML-Simple-version           "2.16">
 <!ENTITY YAML-version                 "0.58">
 
 <!-- Perl module versions used in the PDL instructions -->

Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2007-04-17 01:04:55 UTC 
(rev 6737)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2007-04-17 15:24:42 UTC 
(rev 6738)
@@ -45,6 +45,11 @@
       <para>April 17th, 2007</para>
       <itemizedlist>
         <listitem>
+          <para>[randy] - Added new Perl Modules to support icon-naming-utils:
+          Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX,
+          XML::SAX::Expat and XML::Simple</para>
+        </listitem>
+        <listitem>
           <para>[randy] - Added new package icon-naming-utils-0.8.2 (required
           by the GNOME Icon Theme package).</para>
         </listitem>

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to