Changeset 7cdb9a45 for general/prog


Ignore:
Timestamp:
09/14/2003 01:27:34 AM (21 years ago)
Author:
Larry Lawrence <larry@…>
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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8e72009
Parents:
acaf298
Message:

update librep intro and fix python bug

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

Location:
general/prog
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/prog/librep/librep-desc.xml

    racaf298 r7cdb9a45  
    22<title>Contents</title>
    33
    4 <para>The librep package contains <userinput>rep</userinput> and
    5 <filename>librep</filename> libraries.</para>
     4<para>The <application>librep</application> package contains <command>rep
     5</command> and <filename>librep</filename> libraries.</para>
    66
    77</sect2>
     
    1010
    1111<sect3><title>rep</title>
    12 <para>rep is the Lisp interpreter.</para></sect3>
     12<para><command>rep</command> is the Lisp interpreter.</para></sect3>
    1313
    1414<sect3><title>librep libraries</title>
    15 <para>librep libraries contain the functions necessary for the Lisp
    16 interpreter.</para></sect3>
     15<para><filename>librep</filename> libraries contain the functions necessary
     16for the Lisp interpreter.</para></sect3>
    1717
    1818</sect2>
  • general/prog/librep/librep-exp.xml

    racaf298 r7cdb9a45  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--libexec=/usr/lib</userinput> : This command installs
     4<para><command>--libexec=/usr/lib</command> : This command installs
    55files to <filename>/usr/lib/rep</filename> instead of
    66<filename>/user/libexec/rep</filename>.</para>
  • general/prog/librep/librep-inst.xml

    racaf298 r7cdb9a45  
    11<sect2>
    2 <title>Installation of librep</title>
     2<title>Installation of <application>librep</application></title>
    33
    4 <para>Install librep by running the following commands:</para>
     4<para>Install <application>librep</application> by running the following
     5commands:</para>
    56
    6 <para><screen><userinput>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
     7<screen><userinput><command>./configure --prefix=/usr --libexec=/usr/lib --mandir=/usr/share/man \
    78--infodir=/usr/share/info &amp;&amp;
    89make &amp;&amp;
    9 make install </userinput></screen></para>
     10make install</command></userinput></screen>
    1011
    1112</sect2>
  • general/prog/librep/librep-intro.xml

    racaf298 r7cdb9a45  
    11<sect2>
    2 <title>Introduction to librep</title>
     2<title>Introduction to <application>librep</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&librep-download-http;"/>
    5 Download location (FTP):        <ulink url="&librep-download-ftp;"/>
    6 Version used:                   &librep-version;
    7 Package size:                   &librep-size;
    8 Estimated Disk space required:  &librep-buildsize;
    9 Estimated build time:           &librep-time;</screen>
     4<para>The <application>librep</application> package contains a Lisp system.
     5This is useful for scripting or for applications that may use the Lisp
     6interpreter as an extension language.</para>
    107
    11 <para>The librep package contains a Lisp system. This is useful for
    12 scripting or for applications that may use the Lisp interpreter as an
    13 extension language.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink
     11url="&librep-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink
     13url="&librep-download-ftp;"/></para></listitem>
     14<listitem><para>Download size: &librep-size;</para></listitem>
     15<listitem><para>Estimated Disk space required:
     16&librep-buildsize;</para></listitem>
     17<listitem><para>Estimated build time:
     18&librep-time;</para></listitem></itemizedlist>
     19</sect3>
     20                                                                               
     21<sect3><title><application>librep</application> dependencies</title>
     22<sect4><title>Required</title>
     23<para><xref linkend="gmp"/> and <xref linkend="gdbm"/></para></sect4>
     24<sect4><title>Optional</title>
     25<para><xref linkend="readline"/></para></sect4>
     26</sect3>
    1427
    15 <screen>librep depends on:
    16 <xref linkend="gmp"/> and <xref linkend="gdbm"/>
    17 librep will utilize:
    18 <xref linkend="readline"/></screen>
    1928
    2029</sect2>
  • general/prog/librep/librep.ent

    racaf298 r7cdb9a45  
    55<!ENTITY librep-desc SYSTEM "librep-desc.xml">
    66<!ENTITY librep-config SYSTEM "librep-config.xml">
    7 <!ENTITY librep-buildsize "6.8 MB">
     7<!ENTITY librep-buildsize "9.1 MB">
    88<!ENTITY librep-version "0.16.2">
    99<!ENTITY librep-download-http "http://telia.dl.sourceforge.net/sourceforge/librep/librep-0.16.2.tar.gz">
    1010<!ENTITY librep-download-ftp "">
    1111<!ENTITY librep-size "896 KB">
    12 <!ENTITY librep-time "1.46 SBU">
     12<!ENTITY librep-time "0.52 SBU">
  • general/prog/python/python-inst.xml

    racaf298 r7cdb9a45  
    44<para>Install <application>Python</application> by running the following commands:</para>
    55
    6 <para><screen><userinput><command>./configure --prefix=/usr &amp;&amp;
     6<para><screen><userinput><command>./configure --prefix=/usr --enable-shared &amp;&amp;
    77make &amp;&amp;
    88make install </command></userinput></screen></para>
  • general/prog/python/python.ent

    racaf298 r7cdb9a45  
    55<!ENTITY Python-desc SYSTEM "python-desc.xml">
    66<!ENTITY Python-config SYSTEM "python-config.xml">
    7 <!ENTITY Python-buildsize "65.8 MB">
     7<!ENTITY Python-buildsize "69.3 MB">
    88<!ENTITY Python-version "2.3">
    99<!ENTITY Python-download-http "http://www.python.org/ftp/python/2.3/Python-2.3.tgz">
Note: See TracChangeset for help on using the changeset viewer.