Changeset c1c5ff55


Ignore:
Timestamp:
04/17/2007 03:24:42 PM (17 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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:
68efe1db
Parents:
480801d7
Message:

Added new Perl Modules to support icon-naming-utils: Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX, XML::SAX::Expat and XML::Simple

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r480801d7 rc1c5ff55  
    261261<!ENTITY Text-CSV_XS-version          "0.23">
    262262<!ENTITY Text-Diff-version            "0.35">
     263<!ENTITY Tie-IxHash-version           "1.21">
    263264<!ENTITY URI-version                  "1.35">
    264265<!ENTITY version-perl-version         "0.71">
     266<!ENTITY XML-LibXML-version           "1.63">
     267<!ENTITY XML-NamespaceSupport-version "1.09">
    265268<!ENTITY XML-Parser-version           "2.34">
     269<!ENTITY XML-SAX-version              "0.15">
     270<!ENTITY XML-SAX-Expat-version        "0.38">
     271<!ENTITY XML-Simple-version           "2.16">
    266272<!ENTITY YAML-version                 "0.58">
    267273
  • general/genutils/icon-naming-utils.xml

    r480801d7 rc1c5ff55  
    5959      </listitem>
    6060    </itemizedlist>
     61
     62    <bridgehead renderas="sect3">icon-naming-utils Dependencies</bridgehead>
     63
     64    <bridgehead renderas="sect4">Required</bridgehead>
     65    <para role="required"><xref linkend="perl-xml-simple"/></para>
    6166
    6267    <para condition="html" role="usernotes">User Notes:
  • general/prog/perl-modules.xml

    r480801d7 rc1c5ff55  
    12621262    </itemizedlist>
    12631263
     1264    <!-- XML::Simple -->
     1265    <bridgehead renderas="sect3" id="perl-xml-simple"
     1266    xreflabel="XML::Simple-&XML-Simple-version;">
     1267    XML::Simple-&XML-Simple-version;</bridgehead>
     1268
     1269    <indexterm zone="perl-modules perl-xml-simple">
     1270      <primary sortas="g-XML-Simple">XML::Simple</primary>
     1271    </indexterm>
     1272
     1273    <para>The XML::Simple module is a <application>Perl</application> extension
     1274    that provides an easy API to read and write XML (especially config files).
     1275    The module and all dependencies are installed using the standard
     1276    <application>Perl</application> module
     1277    <xref linkend="perl-standard-install"/>.</para>
     1278
     1279    <itemizedlist spacing='compact'>
     1280      <listitem>
     1281        <para><ulink
     1282        url="http://cpan.org/authors/id/G/GR/GRANTM/XML-Simple-&XML-Simple-version;.tar.gz">
     1283        XML-Simple-&XML-Simple-version;</ulink></para>
     1284
     1285        <itemizedlist>
     1286          <listitem>
     1287            <para>One of the following four modules must be installed:</para>
     1288
     1289            <itemizedlist>
     1290              <listitem>
     1291                <para id="perl-xml-sax"><ulink
     1292                url="http://cpan.org/authors/id/G/GR/GRANTM/XML-SAX-&XML-SAX-version;.tar.gz">
     1293                XML-SAX-&XML-SAX-version;</ulink></para>
     1294                <indexterm zone="perl-modules perl-xml-sax">
     1295                  <primary sortas="g-XML-SAX">XML::SAX</primary>
     1296                </indexterm>
     1297
     1298                <itemizedlist>
     1299                  <listitem>
     1300                    <para id="perl-xml-namespacesupport"><ulink
     1301                    url="http://cpan.org/authors/id/R/RB/RBERJON/XML-NamespaceSupport-&XML-NamespaceSupport-version;.tar.gz">
     1302                    XML-NamespaceSupport-&XML-NamespaceSupport-version;</ulink></para>
     1303                    <indexterm zone="perl-modules perl-xml-namespacesupport">
     1304                      <primary sortas="g-XML-NamespaceSupport">XML::NamespaceSupport</primary>
     1305                    </indexterm>
     1306                  </listitem>
     1307                </itemizedlist>
     1308
     1309              </listitem>
     1310              <listitem>
     1311                <para id="perl-xml-sax-expat"><ulink
     1312                url="http://cpan.org/authors/id/B/BJ/BJOERN/XML-SAX-Expat-&XML-SAX-Expat-version;.tar.gz">
     1313                XML-SAX-Expat-&XML-SAX-Expat-version;</ulink></para>
     1314                <indexterm zone="perl-modules perl-xml-sax-expat">
     1315                  <primary sortas="g-XML-SAX-Expat">XML::SAX::Expat</primary>
     1316                </indexterm>
     1317              </listitem>
     1318              <listitem>
     1319                <para id="perl-xml-libxml"><ulink
     1320                url="http://cpan.org/authors/id/P/PA/PAJAS/XML-LibXML-&XML-LibXML-version;.tar.gz">
     1321                XML-LibXML-&XML-LibXML-version;</ulink></para>
     1322                <indexterm zone="perl-modules perl-xml-libxml">
     1323                  <primary sortas="g-XML-LibXML">XML::LibXML</primary>
     1324                </indexterm>
     1325              </listitem>
     1326              <listitem>
     1327                <para><xref linkend="perl-xml-parser"/></para>
     1328              </listitem>
     1329            </itemizedlist>
     1330
     1331          </listitem>
     1332          <listitem>
     1333            <para id="perl-tie-ixhash"><ulink
     1334            url="http://cpan.org/authors/id/G/GS/GSAR/Tie-IxHash-&Tie-IxHash-version;.tar.gz">
     1335            Tie-IxHash-&Tie-IxHash-version;</ulink></para>
     1336            <indexterm zone="perl-modules perl-tie-ixhash">
     1337              <primary sortas="g-Tie-IxHash">Tie::IxHash</primary>
     1338            </indexterm>
     1339          </listitem>
     1340        </itemizedlist>
     1341
     1342      </listitem>
     1343    </itemizedlist>
     1344
    12641345    <!-- YAML -->
    12651346    <bridgehead renderas="sect3" id="perl-yaml"
  • introduction/welcome/changelog.xml

    r480801d7 rc1c5ff55  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[randy] - Added new Perl Modules to support icon-naming-utils:
     49          Tie::IxHash, XML::LibXML, XML::NamespaceSupport, XML::SAX,
     50          XML::SAX::Expat and XML::Simple</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[randy] - Added new package icon-naming-utils-0.8.2 (required
    4954          by the GNOME Icon Theme package).</para>
Note: See TracChangeset for help on using the changeset viewer.