Changeset 41b9f22


Ignore:
Timestamp:
12/16/2007 07:20:17 AM (16 years ago)
Author:
Alexander E. Patrakov <alexander@…>
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:
be9eae3
Parents:
ebda9aa
Message:

Moved the URI Perl module and its dependencies under a separate
<bridgehead> tag. Fixed the URI link on the Xfce page.

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

Files:
3 edited

Legend:

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

    rebda9aa r41b9f22  
    469469        <itemizedlist>
    470470          <listitem>
    471             <para id="perl-uri"><ulink
    472             url="http://cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
    473             URI-&URI-version;</ulink></para>
    474             <indexterm zone="perl-modules perl-uri">
    475               <primary sortas="g-URI">URI</primary>
    476             </indexterm>
    477 
    478             <itemizedlist>
    479               <listitem>
    480                 <para id="perl-business-isbn"><ulink
    481                 url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
    482                 Business-ISBN-&Business-ISBN-version;</ulink> (optional, only
    483                 used during the test suite)</para>
    484                 <indexterm zone="perl-modules perl-business-isbn">
    485                   <primary sortas="g-Business-ISBN">Business::ISBN</primary>
    486                 </indexterm>
    487 
    488                 <itemizedlist>
    489                   <listitem>
    490                     <para>LWP::Simple is required for many of the tests. This
    491                     is a circular dependency.</para>
    492                   </listitem>
    493                   <listitem>
    494                     <para id="perl-business-isbn-data"><ulink
    495                     url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
    496                     Business-ISBN-Data-&Business-ISBN-Data-version;</ulink></para>
    497                     <indexterm zone="perl-modules perl-business-isbn-data">
    498                       <primary sortas="g-Business-ISBN-Data">Business::ISBN::Data</primary>
    499                     </indexterm>
    500 
    501                     <itemizedlist>
    502                       <listitem>
    503                         <para id="perl-test-prereq"><ulink
    504                         url="http://cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-&Test-Prereq-version;.tar.gz">
    505                         Test-Prereq-&Test-Prereq-version;</ulink> (you may need
    506                         to set up your CPAN access parameters by issuing the
    507                         command <command>perl -MCPAN -e shell</command> before
    508                         running the test suite, else the tests may hang)</para>
    509                         <indexterm zone="perl-modules perl-test-prereq">
    510                           <primary sortas="g-Test-Prereq">Test::Prereq</primary>
    511                         </indexterm>
    512 
    513                         <itemizedlist>
    514                           <listitem>
    515                             <para><xref linkend="perl-module-info"/></para>
    516                           </listitem>
    517                           <listitem>
    518                             <para><xref linkend="perl-module-build"/> (optional)</para>
    519                           </listitem>
    520                           <listitem>
    521                             <para id="perl-module-corelist"><ulink
    522                             url="http://cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-&Module-Corelist-version;.tar.gz">
    523                             Module-CoreList-&Module-Corelist-version;</ulink></para>
    524                             <indexterm zone="perl-modules perl-module-corelist">
    525                               <primary sortas="g-Module-Corelist">Module::Corelist</primary>
    526                             </indexterm>
    527 
    528                             <itemizedlist>
    529                               <listitem>
    530                                 <para><xref linkend="perl-test-pod"/>
    531                                 (optionally used during the tests)</para>
    532                               </listitem>
    533                             </itemizedlist>
    534 
    535                           </listitem>
    536                         </itemizedlist>
    537 
    538                       </listitem>
    539                       <listitem>
    540                         <para><xref linkend="perl-test-pod-coverage"/>
    541                         (optionally used during the tests)</para>
    542                       </listitem>
    543                     </itemizedlist>
    544 
    545                   </listitem>
    546                 </itemizedlist>
    547 
    548               </listitem>
    549             </itemizedlist>
    550 
     471            <para><xref linkend="perl-uri"/></para>
    551472          </listitem>
    552473          <listitem>
     
    12491170    </itemizedlist>
    12501171
     1172    <!-- URI -->
     1173    <bridgehead renderas="sect3" id="perl-uri"
     1174    xreflabel="URI-&URI-version;">
     1175    URI-&URI-version;</bridgehead>
     1176
     1177    <indexterm zone="perl-modules perl-uri">
     1178      <primary sortas="g-URI">URI</primary>
     1179    </indexterm>
     1180
     1181    <para>The URI module implements the URI class.  Objects of this class
     1182    represent Uniform Resource Identifier references as specified in
     1183    RFC 2396 and updated by RFC 2732 and can be used to access and
     1184    manipulate the various components that make up these strings.
     1185    The URI module and all its dependencies are installed using
     1186    the standard <xref linkend="perl-standard-install"/>.</para>
     1187
     1188    <itemizedlist spacing='compact'>
     1189      <listitem>
     1190        <para><ulink
     1191        url="http://cpan.org/authors/id/G/GA/GAAS/URI-&URI-version;.tar.gz">
     1192        URI-&URI-version;</ulink></para>
     1193        <indexterm zone="perl-modules perl-uri">
     1194          <primary sortas="g-URI">URI</primary>
     1195        </indexterm>
     1196        <itemizedlist>
     1197          <listitem>
     1198            <para id="perl-business-isbn"><ulink
     1199            url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-&Business-ISBN-version;.tar.gz">
     1200            Business-ISBN-&Business-ISBN-version;</ulink> (optional, only
     1201            used during the test suite)</para>
     1202            <indexterm zone="perl-modules perl-business-isbn">
     1203              <primary sortas="g-Business-ISBN">Business::ISBN</primary>
     1204            </indexterm>
     1205
     1206            <itemizedlist>
     1207              <listitem>
     1208                <para>LWP::Simple is required for many of the tests. This
     1209                is a circular dependency.</para>
     1210              </listitem>
     1211              <listitem>
     1212                <para id="perl-business-isbn-data"><ulink
     1213                url="http://cpan.org/authors/id/B/BD/BDFOY/Business-ISBN-Data-&Business-ISBN-Data-version;.tar.gz">
     1214                Business-ISBN-Data-&Business-ISBN-Data-version;</ulink></para>
     1215                <indexterm zone="perl-modules perl-business-isbn-data">
     1216                  <primary sortas="g-Business-ISBN-Data">Business::ISBN::Data</primary>
     1217                </indexterm>
     1218
     1219                <itemizedlist>
     1220                  <listitem>
     1221                    <para id="perl-test-prereq"><ulink
     1222                    url="http://cpan.org/authors/id/B/BD/BDFOY/Test-Prereq-&Test-Prereq-version;.tar.gz">
     1223                    Test-Prereq-&Test-Prereq-version;</ulink> (you may need
     1224                    to set up your CPAN access parameters by issuing the
     1225                    command <command>perl -MCPAN -e shell</command> before
     1226                    running the test suite, else the tests may hang)</para>
     1227                    <indexterm zone="perl-modules perl-test-prereq">
     1228                      <primary sortas="g-Test-Prereq">Test::Prereq</primary>
     1229                    </indexterm>
     1230
     1231                    <itemizedlist>
     1232                      <listitem>
     1233                        <para><xref linkend="perl-module-info"/></para>
     1234                      </listitem>
     1235                      <listitem>
     1236                        <para><xref linkend="perl-module-build"/> (optional)</para>
     1237                      </listitem>
     1238                      <listitem>
     1239                        <para id="perl-module-corelist"><ulink
     1240                        url="http://cpan.org/authors/id/R/RG/RGARCIA/Module-CoreList-&Module-Corelist-version;.tar.gz">
     1241                        Module-CoreList-&Module-Corelist-version;</ulink></para>
     1242                        <indexterm zone="perl-modules perl-module-corelist">
     1243                          <primary sortas="g-Module-Corelist">Module::Corelist</primary>
     1244                        </indexterm>
     1245                        <itemizedlist>
     1246                          <listitem>
     1247                            <para><xref linkend="perl-test-pod"/>
     1248                            (optionally used during the tests)</para>
     1249                          </listitem>
     1250                        </itemizedlist>
     1251
     1252                      </listitem>
     1253                    </itemizedlist>
     1254
     1255                  </listitem>
     1256                  <listitem>
     1257                    <para><xref linkend="perl-test-pod-coverage"/>
     1258                    (optionally used during the tests)</para>
     1259                  </listitem>
     1260                </itemizedlist>
     1261
     1262              </listitem>
     1263            </itemizedlist>
     1264
     1265          </listitem>
     1266        </itemizedlist>
     1267
     1268      </listitem>
     1269    </itemizedlist>
     1270
    12511271    <!-- XML::Parser -->
    12521272    <bridgehead renderas="sect3" id="perl-xml-parser"
  • introduction/welcome/changelog.xml

    rebda9aa r41b9f22  
    4343
    4444    <listitem>
     45      <para>December 16th, 2007</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[alexander] - Moved the URI Perl module under a separate heading,
     49          to simplify cross-references.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>December 15th, 2007</para>
    4656      <itemizedlist>
     
    8292      </itemizedlist>
    8393    </listitem>
    84    
     94
    8595    <listitem>
    8696      <para>November 22nd, 2007</para>
  • x/wm/xfce.xml

    rebda9aa r41b9f22  
    193193    It contains some additional <xref linkend="gtk2"/> widgets and helpers that run
    194194    the preferred applications.</para>
    195     <para>EXO depends on <ulink url="http://cpan.org/authors/id/G/GA/GAAS/URI-1.35.tar.gz">URI-1.35</ulink>,
     195    <para>EXO depends on <xref linkend="perl-uri"/>,
    196196    <xref linkend="libxfce4util"/>,
    197197    <xref linkend="xfce-mcs-manager"/>,
     
    464464      <filename>/etc/sudoers</filename> file:</para>
    465465
    466 <screen>ALL     ALL=NOPASSWD:/usr/sbin/xfsm-shutdown-helper ""</screen>
     466<screen>ALL        ALL=NOPASSWD:/usr/sbin/xfsm-shutdown-helper ""</screen>
    467467
    468468      <indexterm zone="xfce xfce-config">
Note: See TracChangeset for help on using the changeset viewer.