Changeset 9824250


Ignore:
Timestamp:
02/01/2005 08:04:27 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:
b577f26
Parents:
8c9ec303
Message:

Added MD5 sum and indexing tags to Python instructions

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

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python.xml

    r8c9ec303 r9824250  
    77<!ENTITY python-download-http "http://www.python.org/ftp/python/&Python-version;/Python-&Python-version;.tar.bz2">
    88<!ENTITY python-download-ftp "ftp://ftp.python.org/pub/python/&Python-version;/Python-&Python-version;.tar.bz2">
    9 <!ENTITY python-size "7.5 MB">
     9<!ENTITY python-md5sum "44c2226eff0f3fc1f2fedaa1ce596533">
     10<!ENTITY python-size "7.8 MB">
    1011<!ENTITY python-buildsize "133 MB">
    1112<!ENTITY python-time "1.01 SBU">
     
    1920<?dbhtml filename="Python.html" ?>
    2021<title>Python-&Python-version;</title>
     22<indexterm zone="python">
     23<primary sortas="a-Python">Python</primary></indexterm>
    2124
    2225<sect2>
     
    3033<sect3><title>Package information</title>
    3134<itemizedlist spacing='compact'>
    32 <listitem><para>Download (HTTP): <ulink url="&python-download-http;"/></para></listitem>
    33 <listitem><para>Download (FTP): <ulink url="&python-download-ftp;"/></para></listitem>
     35<listitem><para>Download (HTTP):
     36<ulink url="&python-download-http;"/></para></listitem>
     37<listitem><para>Download (FTP):
     38<ulink url="&python-download-ftp;"/></para></listitem>
     39<listitem><para>Download MD5 sum: &python-md5sum;</para></listitem>
    3440<listitem><para>Download size: &python-size;</para></listitem>
    35 <listitem><para>Estimated disk space required: &python-buildsize;</para></listitem>
    36 <listitem><para>Estimated build time: &python-time;</para></listitem></itemizedlist>
     41<listitem><para>Estimated disk space required:
     42&python-buildsize;</para></listitem>
     43<listitem><para>Estimated build time:
     44&python-time;</para></listitem></itemizedlist>
    3745</sect3>
    3846
     
    6068<title>Installation of <application>Python</application></title>
    6169
    62 <para>If you have Berkeley DB installed and wish to utilize it, apply
    63 the following patch:</para>
     70<para>If you have Berkeley <application>DB</application> installed and wish to
     71utilize it, apply the following patch:</para>
    6472
    6573<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-db43-1.patch</command></userinput></screen>
     
    7078<screen><userinput><command>patch -Np1 -i ../Python-&Python-version;-gdbm-1.patch &amp;&amp;
    7179./configure --prefix=/usr --enable-shared &amp;&amp;
    72 make &amp;&amp;
    73 make install</command></userinput></screen>
     80make</command></userinput></screen>
     81
     82<para>Now, as the root user:</para>
     83
     84<screen><userinput role='root'><command>make install</command></userinput></screen>
    7485
    7586</sect2>
     
    7889<title>Contents</title>
    7990
    80 <para>The <application>Python</application> package contains
    81 <command>python</command>,
    82 <command>pydoc</command>,
    83 <command>smtpd.py</command> and
    84 <application>Python</application> libraries, modules and scripts. If
    85 <application>Tk</application> is installed, the <command>idle</command>
    86 script will also be installed.</para>
     91<segmentedlist>
     92<segtitle>Installed Programs</segtitle>
     93<segtitle>Installed Libraries</segtitle>
     94<segtitle>Installed Directories</segtitle>
    8795
    88 </sect2>
     96<seglistitem>
     97<seg>pydoc, python, smtpd.py and optionally if <application>Tk</application>
     98is installed, idle</seg>
     99<seg>libpython&Python-version;.so and numerous modules installed in
     100/usr/lib/python&Python-version;/lib-dynload</seg>
     101<seg>/usr/include/python&Python-version;
     102and /usr/lib/python&Python-version;</seg>
     103</seglistitem>
     104</segmentedlist>
    89105
    90 <sect2><title>Description</title>
     106<variablelist>
     107<bridgehead renderas="sect3">Short Descriptions</bridgehead>
     108<?dbfo list-presentation="list"?>
    91109
    92 <sect3><title>python</title>
    93 <para><command>python</command> is an interpreted, interactive,
    94 object-oriented programming language.</para></sect3>
     110<varlistentry id="idle">
     111<term><command>idle</command></term>
     112<listitem><para>is a wrapper script that opens a
     113<application>Python</application> aware <acronym>GUI</acronym> editor.</para>
     114<indexterm zone="python idle">
     115<primary sortas="b-idle">idle</primary>
     116</indexterm></listitem>
     117</varlistentry>
    95118
    96 <sect3><title>pydoc</title>
    97 <para><command>pydoc</command> is the <application>Python</application>
    98 documentation tool.</para></sect3>
     119<varlistentry id="pydoc">
     120<term><command>pydoc</command></term>
     121<listitem><para>is the <application>Python</application> documentation
     122tool.</para>
     123<indexterm zone="python pydoc">
     124<primary sortas="b-pydoc">pydoc</primary>
     125</indexterm></listitem>
     126</varlistentry>
    99127
    100 <sect3><title>smtpd.py</title>
    101 <para><command>smtpd.py</command> is a <acronym>SMTP</acronym> proxy
    102 implemented in <application>Python</application>.</para></sect3>
     128<varlistentry id="python-prog">
     129<term><command>python</command></term>
     130<listitem><para>is an interpreted, interactive, object-oriented programming
     131language.</para>
     132<indexterm zone="python python-prog">
     133<primary sortas="b-python">python</primary>
     134</indexterm></listitem>
     135</varlistentry>
    103136
    104 <sect3><title>idle</title>
    105 <para><command>idle</command> is a wrapper script that opens a
    106 <application>Python</application> aware <acronym>GUI</acronym>
    107 editor.</para></sect3>
     137<varlistentry id="smtpd.py">
     138<term><command>smtpd.py</command></term>
     139<listitem><para>is an <acronym>SMTP</acronym> proxy implemented in
     140<application>Python</application>.</para>
     141<indexterm zone="python smtpd.py">
     142<primary sortas="b-smtpd.py">smtpd.py</primary>
     143</indexterm></listitem>
     144</varlistentry>
     145</variablelist>
    108146
    109147</sect2>
  • introduction/welcome/changelog.xml

    r8c9ec303 r9824250  
    2323<itemizedlist>
    2424
    25 <listitem><para>February 1st, 2005 [randy]: Added MD5 sum to GCC-3.3.4
    26 instructions; split long sed command in the Tcl instructions to fit on the
    27 PDF book.</para></listitem>
     25<listitem><para>February 1st, 2005 [randy]: Added MD5 sums to GCC-3.3.4,
     26GCC-3.4.1 and Python instructions; split long sed command in the Tcl
     27instructions to fit on the PDF book.</para></listitem>
    2828
    2929<listitem><para>January 31st, 2005 [randy]: Updated to
Note: See TracChangeset for help on using the changeset viewer.