Changeset 2027019


Ignore:
Timestamp:
08/06/2005 04:12:57 AM (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.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:
d6f100c
Parents:
ebcf82ba
Message:

Updated to S-Lang-2.0.4

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rebcf82ba r2027019  
    1 <!ENTITY day          "05">
     1<!ENTITY day          "06">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
     
    6868<!ENTITY pcre-version                 "6.2">
    6969<!ENTITY popt-version                 "1.7">
    70 <!ENTITY slang-version                "1.4.9">
     70<!ENTITY slang-version                "2.0.4">
    7171<!ENTITY fam-version                  "2.7.0">
    7272<!ENTITY libxml-version               "1.8.17">
  • general/genlib/slang.xml

    rebcf82ba r2027019  
    55  %general-entities;
    66
    7   <!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
    8   <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v1.4/slang-&slang-version;.tar.bz2">
    9   <!ENTITY slang-md5sum "4fbb1a7f1257e065ca830deefe13d350">
    10   <!ENTITY slang-size "624 KB">
    11   <!ENTITY slang-buildsize "10.7 MB">
    12   <!ENTITY slang-time "0.2 SBU">
     7  <!ENTITY slang-download-http "http://gd.tuwien.ac.at/editors/davis/slang/v2.0/slang-&slang-version;.tar.bz2">
     8  <!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.0/slang-&slang-version;.tar.bz2">
     9  <!ENTITY slang-md5sum "85d968e5d1ea2d79beba40d625732700">
     10  <!ENTITY slang-size "1.0 MB">
     11  <!ENTITY slang-buildsize "24.3 MB">
     12  <!ENTITY slang-time "0.5 SBU">
    1313]>
    1414
    15 <sect1 id="slang" xreflabel="slang-&slang-version;">
     15<sect1 id="slang" xreflabel="S-Lang-&slang-version;">
    1616  <?dbhtml filename="slang.html"?>
    1717
     
    2121  </sect1info>
    2222
    23   <title>Slang-&slang-version;</title>
     23  <title>S-Lang-&slang-version;</title>
    2424
    2525  <indexterm zone="slang">
    26     <primary sortas="a-Slang">Slang</primary>
     26    <primary sortas="a-S-Lang">S-Lang</primary>
    2727  </indexterm>
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Slang</title>
     30    <title>Introduction to S-Lang</title>
    3131
    32     <para>The <application>slang</application> package contains the
    33     <application>slang</application> library, which provides facilities
     32    <para>The <application>S-Lang</application> package contains the
     33    <application>S-Lang</application> library, which provides facilities
    3434    such as display/screen management, keyboard input, and keymaps.</para>
    3535
     
    5656    </itemizedlist>
    5757
     58    <bridgehead renderas="sect3">S-Lang Dependencies</bridgehead>
     59
     60    <bridgehead renderas="sect4">Optional</bridgehead>
     61    <para><xref linkend="libpng"/> and <xref linkend="pcre"/></para>
     62
    5863  </sect2>
    5964
    6065  <sect2 role="installation">
    61     <title>Installation of Slang</title>
     66    <title>Installation of S-Lang</title>
    6267
    63     <para>Install <application>slang</application> by running the following
     68    <para>Install <application>S-Lang</application> by running the following
    6469    commands:</para>
    6570
    66 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    67 make</userinput></screen>
     71<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     72make &amp;&amp;
     73make elf</userinput></screen>
    6874
    69     <para>This package does not come with a test suite.</para>
     75    <para>To test the results, issue: <command>make runtests</command>.</para>
    7076
    7177    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
    7278
    73 <screen role="root"><userinput>make install</userinput></screen>
    74 
    75     <para>Now, as the unprivileged user:</para>
    76 
    77 <screen><userinput>make elf</userinput></screen>
    78 
    79     <para>And finally, as the <systemitem class="username">root</systemitem> user:</para>
    80 
    8179<screen role='root'><userinput>make install-elf &amp;&amp;
    82 chmod 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
     80chmod -v 755 /usr/lib/libslang.so.&slang-version;</userinput></screen>
    8381  </sect2>
    8482
     
    8684    <title>Command Explanations</title>
    8785
     86    <para><option>--with-readline=gnu</option>: Use this parameter to use the
     87    system-installed version of <application>Readline</application> instead of
     88    the <application>S-Lang</application> internal version.</para>
     89
    8890    <para><command>make elf</command> and <command>make install-elf</command>:
    89     These commands create and install the dynamic shared library version of
    90     <application>slang</application>.</para>
     91    These commands create and install the dynamic shared version of the
     92    <application>S-Lang</application> library as well as an
     93    <application>S-Lang</application> script interpreter and related
     94    modules.</para>
    9195
    9296  </sect2>
    9397
    9498  <sect2 role="configuration">
    95     <title>Configuring Slang</title>
     99    <title>Configuring S-Lang</title>
     100
     101    <sect3 id="slang-config">
     102      <title>Config Files</title>
     103      <para><filename>~/.slshrc</filename> and
     104      <filename>/etc/slsh.rc</filename></para>
     105
     106      <indexterm zone="slang slang-config">
     107        <primary sortas="e-AA.slshrc">~/.slshrc</primary>
     108      </indexterm>
     109
     110      <indexterm zone="slang slang-config">
     111        <primary sortas="e-etc-slsh">/etc/slsh.rc</primary>
     112      </indexterm>
     113    </sect3>
    96114
    97115    <sect3>
     
    108126
    109127    <segmentedlist>
    110       <segtitle>Installed Programs</segtitle>
    111       <segtitle>Installed Library</segtitle>
    112       <segtitle>Installed Directory</segtitle>
     128      <segtitle>Installed Program</segtitle>
     129      <segtitle>Installed Libraries</segtitle>
     130      <segtitle>Installed Directories</segtitle>
    113131
    114132      <seglistitem>
    115         <seg>None</seg>
    116         <seg>libslang.[so,a]</seg>
    117         <seg>/usr/share/doc/slang</seg>
     133        <seg>slsh</seg>
     134        <seg>libslang.[so,a] and numerous support modules</seg>
     135        <seg>/usr/lib/slang, /usr/share/doc/slang and /usr/share/slsh</seg>
    118136      </seglistitem>
    119137    </segmentedlist>
     138
     139    <variablelist>
     140      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     141      <?dbfo list-presentation="list"?>
     142      <?dbhtml list-presentation="table"?>
     143
     144      <varlistentry id="slsh">
     145        <term><command>slsh</command></term>
     146        <listitem>
     147          <para>is a simple program for interpreting
     148          <application>S-Lang</application> scripts. It supports dynamic loading
     149          of <application>S-Lang</application> modules and includes a
     150          <application>Readline</application> interface for interactive
     151          use.</para>
     152          <indexterm zone="slang slsh">
     153            <primary sortas="b-slsh">slsh</primary>
     154          </indexterm>
     155        </listitem>
     156      </varlistentry>
     157
     158    </variablelist>
    120159
    121160  </sect2>
    122161
    123162</sect1>
    124 
  • introduction/welcome/changelog.xml

    rebcf82ba r2027019  
    2626   
    2727    <listitem>
     28      <para>August 6th, 2005 [randy]: Updated to S-Lang-2.0.4.</para>
     29    </listitem>
     30
     31    <listitem>
    2832      <para>August 5th, 2005 [randy]: Updated to Wget-1.10 and PCRE-6.2.</para>
    2933    </listitem>
Note: See TracChangeset for help on using the changeset viewer.