Changeset bd23186f


Ignore:
Timestamp:
12/31/2004 09:06:50 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:
396508b
Parents:
77c609f1
Message:

Moved the PDL Perl bundle to its own BLFS page

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

Files:
1 added
7 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r77c609f1 rbd23186f  
    1 <!ENTITY day          "30">
     1<!ENTITY day          "31">
    22<!ENTITY month        "12">
    33<!ENTITY year         "2004">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "December &day;th, &year;">
     5<!ENTITY releasedate  "December &day;st, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "cvs">                  <!-- cvs|[release #] -->
     
    131131<!-- Chapter 12 -->                 
    132132<!ENTITY Python-version               "2.3.4">
     133<!ENTITY LFS-Perl-version             "5.8.5">
    133134<!ENTITY Module-Info-version          "0.26">
    134135<!ENTITY Gtk-Perl-version             "0.7009">
     
    137138<!ENTITY SGMLSpm-version              "1.03ii">
    138139<!ENTITY Perl-Tk-version              "804.027">
    139 <!ENTITY Digest-MD5-version           "2.33">
    140140<!ENTITY Net-DNS-version              "0.48">
    141141<!ENTITY Digest-HMAC-version          "1.01">
    142142<!ENTITY Digest-SHA1-version          "2.10">
    143143<!ENTITY LWP-version                  "5.803">
    144 <!ENTITY PDL-version                  "2.4.1">
     144<!ENTITY pdl-version                  "2.4.2">
    145145<!ENTITY Filter-version               "1.30">
    146146<!ENTITY Term-ReadLine-Gnu-version    "1.15">
  • general/prog/nasm.xml

    r77c609f1 rbd23186f  
    1010<!ENTITY NASM-buildsize "6.3 MB">
    1111<!ENTITY NASM-time "0.14 SBU">
    12 
    1312]>
    1413
     
    2221
    2322<sect2>
    24 <title>Introduction to <application><acronym>NASM</acronym></application></title>
    25                                                                                
    26 <para><application><acronym>NASM</acronym></application> (Netwide Assembler) is                                                                               
    27 an 80x86 assembler designed for portability and modularity. It includes a
     23<title>Introduction to
     24<application><acronym>NASM</acronym></application></title>
     25
     26<para><application><acronym>NASM</acronym></application> (Netwide Assembler)
     27is an 80x86 assembler designed for portability and modularity. It includes a
    2828disassembler as well.</para>
    29                                                                                
     29
    3030<sect3><title>Package information</title>
    3131<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&NASM-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&NASM-download-ftp;"/></para></listitem>
     32<listitem><para>Download (HTTP):
     33<ulink url="&NASM-download-http;"/></para></listitem>
     34<listitem><para>Download (FTP):
     35<ulink url="&NASM-download-ftp;"/></para></listitem>
    3436<listitem><para>Download size: &NASM-size;</para></listitem>
    35 <listitem><para>Estimated Disk space required: &NASM-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &NASM-time;</para></listitem></itemizedlist>
     37<listitem><para>Estimated disk space required:
     38&NASM-buildsize;</para></listitem>
     39<listitem><para>Estimated build time:
     40&NASM-time;</para></listitem></itemizedlist>
    3741</sect3>
    38                                                                                
     42
    3943</sect2>
    4044
    4145<sect2>
    42 <title>Installation of <application><acronym>NASM</acronym></application></title>
    43                                                                                
    44 <para>Install <application><acronym>NASM</acronym></application> by running thefollowing commands:</para>
    45                                                                                
     46<title>Installation of
     47<application><acronym>NASM</acronym></application></title>
     48
     49<para>Install <application><acronym>NASM</acronym></application> by running
     50the following commands:</para>
     51
    4652<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
    4753make &amp;&amp;
    4854make install</command></userinput></screen>
    49                                                                                
     55
    5056</sect2>
    5157
    5258<sect2>
    5359<title>Contents</title>
    54                                                                                
    55 <para>The <application><acronym>NASM</acronym></application> package contains <command>nasm
    56 </command> and <command>ndisasm</command> programs.</para>
    57                                                                                
     60
     61<para>The <application><acronym>NASM</acronym></application> package contains
     62<command>nasm</command> and <command>ndisasm</command> programs.</para>
     63
    5864</sect2>
    59                                                                                
     65
    6066<sect2><title>Description</title>
    61                                                                                
     67
    6268<sect3><title>nasm</title>
    6369<para><command>nasm</command> is a portable 80x86 assembler.</para></sect3>
    64                                                                                
     70
    6571<sect3><title>ndisasm</title>
    66 <para><command>ndisasm</command> is an 80x86 binary file disassembler.</para></sect3>
    67                                                                                
     72<para><command>ndisasm</command> is an 80x86 binary file
     73disassembler.</para></sect3>
     74
    6875</sect2>
    6976
  • general/prog/perl-modules.xml

    r77c609f1 rbd23186f  
    44  <!ENTITY % general-entities SYSTEM "../../general.ent">
    55  %general-entities;
    6 
    7 <!ENTITY LFS-Perl-version          "5.8.5">
    86]>
    97
     
    1412</sect1info>
    1513<?dbhtml filename="perl-modules.html" ?>
    16 <title>Perl modules</title>
     14<title><application>Perl</application> modules</title>
    1715
    1816<sect2>
     
    2220to the <application>Perl</application> language.  Modules utilized by packages
    2321throughout <acronym>BLFS</acronym> are listed here, along with their
    24 dependencies.</para>
     22dependencies. Most references to <application>Perl</application> modules are
     23in the form of Module, Module::SubName or Module::Sub::Name, however
     24occasionally you'll also see Module, Module-SubName or Module-Sub-Name. Most
     25references on this page are in the latter form, as these are the official
     26package names.</para>
    2527
    26 <sect3><title><application>Perl</application> Module Packages</title>
    27 <itemizedlist spacing='compact'>
    28 <listitem><para><ulink
    29 url="http://search.cpan.org/CPAN/authors/id/C/CS/CSOE/PDL-&PDL-version;.tar.gz">PDL-&PDL-version;</ulink>
    30 </para>
     28<sect3><title>The Module::Info module</title>
     29<para>One module in particular is shown first, as this module's usefulness
     30warrants installation, even though it won't be required by many other modules.
     31The Module::Info module can tell you if a particular module is included in,
     32or has been installed into your <application>Perl</application> installation.
     33Additionally, the module can tell you what versions are installed and what
     34dependencies are required for them. You can even use Module::Info to gather
     35dependencies of uninstalled modules.</para>
    3136
    3237<itemizedlist spacing='compact'>
    3338<listitem><para><ulink
    34 url="http://www.cpan.org/authors/id/K/KG/KGB/ExtUtils-F77-&ExtUtils-F77-version;.tar.gz">ExtUtils-F77-&ExtUtils-F77-version;</ulink>
     39url="http://www.cpan.org/authors/id/M/MB/MBARBON/Module-Info-&Module-Info-version;.tar.gz">Module-Info-&Module-Info-version;</ulink>
    3540</para></listitem>
     41</itemizedlist>
     42</sect3>
     43
     44<sect3><title><application>Perl</application> Module Packages</title>
     45
     46<itemizedlist><listitem><para><ulink
     47url="http://www.cpan.org/authors/id/M/ML/MLEHMANN/Gtk-Perl-&Gtk-Perl-version;.tar.gz">
     48Gtk-Perl-&Gtk-Perl-version;</ulink></para>
     49
     50<itemizedlist spacing='compact'><listitem><para><ulink
     51url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">
     52XML-Writer-&XML-Writer-version;</ulink></para>
     53</listitem>
    3654
    3755<listitem><para><ulink
    38 url="http://www.cpan.org/authors/id/I/IN/INGY/Inline-&Inline-version;.tar.gz">Inline-&Inline-version;</ulink>
    39 </para>
     56url="http://www.cpan.org/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">
     57XML-Parser-&XML-Parser-version;</ulink></para>
    4058
    41 <itemizedlist spacing='compact'>
    42 <listitem><para><ulink
    43 url="http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Parse-RecDescent-&Parse-RecDescent-version;.tar.gz">Parse-RecDescent-&Parse-RecDescent-version;</ulink>
    44 </para></listitem>
    45 </itemizedlist></listitem>
     59<itemizedlist spacing='compact'><listitem>
     60<para><xref linkend="expat"/></para>
     61</listitem></itemizedlist>
     62</listitem>
     63
     64<listitem>
     65<para><xref linkend="GTK"/></para>
     66</listitem></itemizedlist>
     67</listitem>
    4668
    4769<listitem><para><ulink
    48 url="http://search.cpan.org/CPAN/authors/id/A/AA/AALLAN/Astro-FITS-Header-&Astro-FITS-Header-version;.tar.gz">Astro-FITS-Header-&Astro-FITS-Header-version;</ulink>
    49 </para></listitem>
    50 </itemizedlist></listitem>
     70url="http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">
     71SGMLSpm-&SGMLSpm-version;</ulink></para>
     72</listitem>
    5173
    5274<listitem><para><ulink
    53 url="http://search.cpan.org/CPAN/authors/id/M/ML/MLEHMANN/Gtk-Perl-&Gtk-Perl-version;.tar.gz">Gtk-Perl-&Gtk-Perl-version;</ulink>
    54 </para>
     75url="http://www.cpan.org/authors/id/N/NI/NI-S/Tk-&Perl-Tk-version;.tar.gz">
     76Tk-&Perl-Tk-version;</ulink></para>
    5577
    56 <itemizedlist spacing='compact'>
    57 <listitem><para><ulink
    58 url="http://www.cpan.org/authors/id/J/JO/JOSEPHW/XML-Writer-&XML-Writer-version;.tar.gz">XML-Writer-&XML-Writer-version;</ulink>
    59 </para></listitem>
     78<itemizedlist spacing='compact'><listitem>
     79<para><xref linkend="tk"/> and <xref linkend="libjpeg"/></para>
     80</listitem></itemizedlist>
     81</listitem>
    6082
    6183<listitem><para><ulink
    62 url="http://search.cpan.org/CPAN/authors/id/M/MS/MSERGEANT/XML-Parser-&XML-Parser-version;.tar.gz">XML-Parser-&XML-Parser-version;</ulink>
    63 </para>
     84url="http://www.cpan.org/authors/id/C/CR/CREIN/Net-DNS-&Net-DNS-version;.tar.gz">
     85Net-DNS-&Net-DNS-version;</ulink></para>
    6486
    65 <itemizedlist spacing='compact'>
    66 <listitem><para><xref linkend="expat"/></para></listitem>
    67 </itemizedlist></listitem>
     87<itemizedlist spacing='compact'><listitem><para><ulink
     88url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-&Digest-HMAC-version;.tar.gz">
     89Digest-HMAC-&Digest-HMAC-version;</ulink></para>
    6890
    69 <listitem><para><xref linkend="GTK"/></para>
    70 </listitem>
    71 </itemizedlist></listitem>
    72 
    73 <listitem><para><ulink
    74 url="http://www.cpan.org/authors/id/D/DM/DMEGG/SGMLSpm-&SGMLSpm-version;.tar.gz">SGMLSpm-&SGMLSpm-version;</ulink>
    75 </para></listitem>
    76 
    77 <listitem><para><ulink
    78 url="http://www.cpan.org/authors/id/N/NI/NI-S/Tk-&Perl-Tk-version;.tar.gz">Tk-&Perl-Tk-version;</ulink>
    79 </para>
    80 
    81 <itemizedlist spacing='compact'>
    82 <listitem><para><xref linkend="tk"/> and
    83 <xref linkend="libjpeg"/></para></listitem>
    84 </itemizedlist></listitem>
    85 
    86 <listitem><para><ulink
    87 url="http://www.cpan.org/authors/id/C/CR/CREIN/Net-DNS-&Net-DNS-version;.tar.gz">Net-DNS-&Net-DNS-version;</ulink>
    88 </para>
    89 
    90 <itemizedlist spacing='compact'>
    91 <listitem><para><ulink
    92 url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-MD5-&Digest-MD5-version;.tar.gz">Digest-MD5-&Digest-MD5-version;</ulink>
    93 </para></listitem>
    94 
    95 <listitem><para><ulink
    96 url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-HMAC-&Digest-HMAC-version;.tar.gz">Digest-HMAC-&Digest-HMAC-version;</ulink>
    97 </para>
    98 
    99 <itemizedlist spacing='compact'>
    100 <listitem><para><ulink
    101 url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-&Digest-SHA1-version;.tar.gz">Digest-SHA1-&Digest-SHA1-version;</ulink>
    102 </para></listitem></itemizedlist>
     91<itemizedlist spacing='compact'><listitem><para><ulink
     92url="http://www.cpan.org/authors/id/G/GA/GAAS/Digest-SHA1-&Digest-SHA1-version;.tar.gz">
     93Digest-SHA1-&Digest-SHA1-version;</ulink></para>
    10394</listitem></itemizedlist>
    10495</listitem></itemizedlist>
    105 
     96</listitem></itemizedlist>
    10697</sect3>
    10798
     
    122113order to install successfully.</para>
    123114                                                                               
    124 <sect3>
    125 <title>Gtk-Perl-&Gtk-Perl-version;:</title>
    126                                                                                
     115<sect3><title>Gtk-Perl-&Gtk-Perl-version;:</title>
    127116<screen><userinput><command>perl Makefile.PL --without-guessing &amp;&amp;
    128117make &amp;&amp;
    129118make test &amp;&amp;
    130 make install</command></userinput></screen></sect3>
     119make install</command></userinput></screen>
     120</sect3>
    131121                                                                               
    132 <sect3>
    133 <title>SGMLSpm-&SGMLSpm-version;</title>
     122<sect3><title>SGMLSpm-&SGMLSpm-version;</title>
    134123                                                                               
    135124<para>If your system's <application>Perl</application> version is different
     
    152141<sect2><title>(Alternate) Auto installation of <application>Perl</application>
    153142modules.</title>
     143
     144<para>There is an alternate way of installing the modules using
     145<application>Perl</application>'s built-in <command>install</command> command.
     146The command automatically downloads the source from the <acronym>CPAN</acronym>
     147archive, extracts it, runs the commands mentioned above, and removes the build
     148tree. You may still need to install dependent library packages before running
     149the automated installation method.</para>
    154150                                                                               
    155 <para>There is an alternate way of installing the modules using
    156 <application>Perl</application>'s built-in <command>install</command> command.
    157 The command automatically downloads the source from the <acronym>CPAN</acronym>
    158 archive, extracts it, runs the commands mentioned above, and removes
    159 the build tree.</para>
    160                                                                                
    161 <para>Start the perl shell with the commands:</para>
     151<para>The first time you run this command, you'll be prompted to enter some
     152information regarding download locations and methods. This information is
     153retained in files located in <filename class='directory'>~/.cpan</filename>.
     154Start the perl shell with the following command:</para>
    162155                                                                               
    163156<screen><userinput><command>perl -MCPAN -e shell</command></userinput></screen>                                                                               
    164157<para>Each module may now be installed from this shell with the command:</para>                                                                               
    165 <screen><userinput><command>install &lt;moduleName&gt;</command></userinput></screen>
     158<screen><userinput><command>install <replaceable>[ModuleName]</replaceable></command></userinput></screen>
    166159                                                                               
    167160<para>For additional commands and help, type <command>help</command>.</para>
  • general/prog/prog.xml

    r77c609f1 rbd23186f  
    1919<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="python.xml"/>
    2020<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="perl-modules.xml"/>
     21<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="pdl.xml"/>
    2122<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="librep.xml"/>
    2223<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="j2sdk.xml"/>
  • introduction/welcome/changelog.xml

    r77c609f1 rbd23186f  
    2222
    2323<itemizedlist>
     24
     25<listitem><para>December 31st, 2004 [randy]: Moved PDL Perl bundle to its
     26own BLFS page.</para></listitem>
    2427
    2528<listitem><para>December 30th, 2004 [dj]: Simplified OOo instructions,
  • introduction/welcome/credits.xml

    r77c609f1 rbd23186f  
    154154DocBook-utils, Ethereal, Evolution Data Server, Expect, GNOME Doc Utils,
    155155Heimdal, HTML Tidy, JadeTeX, Java Access Bridge, libgail-gnome, libgnomecups,
    156 MPlayer (extensive overhaul), Perl Modules (Net-DNS, SGMLSpm and Tk),
     156MPlayer (extensive overhaul), PDL, Perl Modules (Net-DNS, SGMLSpm and Tk),
    157157pilot-link, SANE (original instructions by Alex Kloss), SLIB, Stunnel and
    158158Sysstat: <emphasis>Randy McMurchy</emphasis></para></listitem>
  • server/other/rsync.xml

    r77c609f1 rbd23186f  
    3434<ulink url="&rsync-download-ftp;"/></para></listitem>
    3535<listitem><para>Download size: &rsyncd-size;</para></listitem>
    36 <listitem><para>Estimated Disk space required:
     36<listitem><para>Estimated disk space required:
    3737&rsync-buildsize;</para></listitem>
    3838<listitem><para>Estimated build time:
Note: See TracChangeset for help on using the changeset viewer.