Changeset 13242dc6 for general


Ignore:
Timestamp:
01/17/2005 04:55:17 PM (19 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
5bb9ec2
Parents:
c6301dc
Message:

Added index tags to PDL

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/pdl.xml

    rc6301dc r13242dc6  
    1313]>
    1414
    15 <sect1 id="pdl" xreflabel="PDL">
     15<sect1 id="pdl-package" xreflabel="PDL">
    1616<sect1info>
    1717<othername>$LastChangedBy$</othername>
     
    2020<?dbhtml filename="pdl.html" ?>
    2121<title><application><acronym>PDL</acronym></application>-&pdl-version;</title>
     22<indexterm zone="pdl-package">
     23<primary sortas="a-PDL">PDL</primary></indexterm>
    2224
    2325<sect2>
     
    399401<title>Installation of <application><acronym>PDL</acronym></application></title>
    400402
    401 <para>Install <application><acronym>PDL</acronym></application> by running
    402 the following commands:</para>
     403<para>Install <application><acronym>PDL</acronym></application> (and all the
     404dependency <application>Perl</application> modules) by running the following
     405commands:</para>
    403406
    404407<screen><userinput><command>perl Makefile.PL &amp;&amp;
    405408make &amp;&amp;
    406 make test &amp;&amp;
    407 make install</command></userinput></screen>
     409make test</command></userinput></screen>
     410
     411<para>Now, as the root user:</para>
     412
     413<screen><userinput role='root'><command>make install</command></userinput></screen>
    408414
    409415</sect2>
     
    412418<title>Configuring <application><acronym>PDL</acronym></application></title>
    413419
    414 <sect3><title>Config files</title>
     420<sect3 id="pdl-config"><title>Config files</title>
    415421<para><filename>~/.perldlrc</filename> and
    416422<filename>local.perldlrc</filename> in the current directory</para>
     423<indexterm zone="pdl-package pdl-config">
     424<primary sortas="e-AA.perldlrc">~/.perldlrc</primary></indexterm>
     425<indexterm zone="pdl-package pdl-config">
     426<primary sortas="e-local.perldlrc">local.perldlrc</primary></indexterm>
    417427</sect3>
    418428
     
    429439<title>Contents</title>
    430440
    431 <para>The <application><acronym>PDL</acronym></application> package contains
    432 <command>pdl</command>,
    433 <command>pdldoc</command>,
    434 <command>perldl</command>,
    435 <command>pptemplate</command> and over 90
    436 <application><acronym>Perl</acronym></application> modules.</para>
     441<segmentedlist>
     442<segtitle>Installed Programs</segtitle>
     443<segtitle>Installed Modules</segtitle>
     444<segtitle>Installed Directories</segtitle>
     445<seglistitem>
     446<seg>pdl, pdldoc, perldl and pptemplate</seg>
     447<seg>90+ individual <application>Perl</application> modules</seg>
     448<seg>/usr/lib/perl5/site_perl/&LFS-Perl-version;/i686-linux/{,auto/}PDL</seg>
     449</seglistitem>
     450</segmentedlist>
     451
     452<variablelist>
     453<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     454<?dbfo list-presentation="list"?>
     455
     456<varlistentry id="pdl">
     457<term><command>pdl</command></term>
     458<listitem><para>is a binary program called from
     459<application><acronym>PDL</acronym></application> scripts which is used to
     460interface <command>perldl</command>.</para>
     461<indexterm zone="pdl-package pdl">
     462<primary sortas="b-pdl">pdl</primary></indexterm>
     463</listitem>
     464</varlistentry>
     465
     466<varlistentry id="pdldoc">
     467<term><command>pdldoc</command></term>
     468<listitem><para>is a shell interface to
     469<application><acronym>PDL</acronym></application> documentation.</para>
     470<indexterm zone="pdl-package pdldoc">
     471<primary sortas="b-pdldoc">pdldoc</primary></indexterm>
     472</listitem>
     473</varlistentry>
     474
     475<varlistentry id="perldl">
     476<term><command>perldl</command></term>
     477<listitem><para>is a simple shell (written in
     478<application><acronym>Perl</acronym></application>) for interactive use of
     479<application><acronym>PDL</acronym></application>.</para>
     480<indexterm zone="pdl-package perldl">
     481<primary sortas="b-perldl">perldl</primary></indexterm>
     482</listitem>
     483</varlistentry>
     484
     485<varlistentry id="pptemplate">
     486<term><command>pptemplate</command></term>
     487<listitem><para>is a script to generate <filename>Makefile.PL</filename>
     488and <acronym>PP</acronym> file skeletons.</para>
     489<indexterm zone="pdl-package pptemplate">
     490<primary sortas="b-pptemplate">pptemplate</primary></indexterm>
     491</listitem>
     492</varlistentry>
     493</variablelist>
    437494
    438495</sect2>
    439496
    440 <sect2>
    441 <title>Description</title>
    442 
    443 <sect3><title>pdl</title>
    444 <para><command>pdl</command> is a binary program called from
    445 <application><acronym>PDL</acronym></application> scripts which is used to
    446 interface <command>perldl</command>.</para>
    447 </sect3>
    448 
    449 <sect3><title>pdldoc</title>
    450 <para><command>pdldoc</command> is a shell interface to
    451 <application><acronym>PDL</acronym></application> documentation.</para>
    452 </sect3>
    453 
    454 <sect3><title>perldl</title>
    455 <para><command>perldl</command> is a simple shell (written in
    456 <application><acronym>Perl</acronym></application>) for interactive use of
    457 <application><acronym>PDL</acronym></application>.</para>
    458 </sect3>
    459 
    460 <sect3><title>pptemplate</title>
    461 <para><command>pptemplate</command> is a script to generate
    462 <filename>Makefile.PL</filename> and <acronym>PP</acronym> file
    463 skeletons.</para>
    464 </sect3>
    465 
    466 </sect2>
    467 
    468497</sect1>
    469498
Note: See TracChangeset for help on using the changeset viewer.