From 202701932087c70a86109360d87a6a3b5eaa5dd1 Mon Sep 17 00:00:00 2001 From: Randy McMurchy Date: Sat, 6 Aug 2005 04:12:57 +0000 Subject: [PATCH] Updated to S-Lang-2.0.4 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@4887 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 4 +- general/genlib/slang.xml | 110 +++++++++++++++++++---------- introduction/welcome/changelog.xml | 4 ++ 3 files changed, 80 insertions(+), 38 deletions(-) diff --git a/general.ent b/general.ent index 934ff861af..40b76caca9 100644 --- a/general.ent +++ b/general.ent @@ -1,4 +1,4 @@ - + @@ -67,7 +67,7 @@ - + diff --git a/general/genlib/slang.xml b/general/genlib/slang.xml index 1ba3daccd9..2d878ea903 100644 --- a/general/genlib/slang.xml +++ b/general/genlib/slang.xml @@ -4,15 +4,15 @@ %general-entities; - - - - - - + + + + + + ]> - + @@ -20,17 +20,17 @@ $Date$ - Slang-&slang-version; + S-Lang-&slang-version; - Slang + S-Lang - Introduction to Slang + Introduction to S-Lang - The slang package contains the - slang library, which provides facilities + The S-Lang package contains the + S-Lang library, which provides facilities such as display/screen management, keyboard input, and keymaps. Package Information @@ -55,44 +55,62 @@ + S-Lang Dependencies + + Optional + and + - Installation of Slang + Installation of S-Lang - Install slang by running the following + Install S-Lang by running the following commands: -./configure --prefix=/usr && -make +./configure --prefix=/usr --sysconfdir=/etc && +make && +make elf - This package does not come with a test suite. + To test the results, issue: make runtests. Now, as the root user: -make install - - Now, as the unprivileged user: - -make elf - - And finally, as the root user: - make install-elf && -chmod 755 /usr/lib/libslang.so.&slang-version; +chmod -v 755 /usr/lib/libslang.so.&slang-version; Command Explanations + : Use this parameter to use the + system-installed version of Readline instead of + the S-Lang internal version. + make elf and make install-elf: - These commands create and install the dynamic shared library version of - slang. + These commands create and install the dynamic shared version of the + S-Lang library as well as an + S-Lang script interpreter and related + modules. - Configuring Slang + Configuring S-Lang + + + Config Files + ~/.slshrc and + /etc/slsh.rc + + + ~/.slshrc + + + + /etc/slsh.rc + + Configuration Information @@ -107,18 +125,38 @@ chmod 755 /usr/lib/libslang.so.&slang-version; Contents - Installed Programs - Installed Library - Installed Directory + Installed Program + Installed Libraries + Installed Directories - None - libslang.[so,a] - /usr/share/doc/slang + slsh + libslang.[so,a] and numerous support modules + /usr/lib/slang, /usr/share/doc/slang and /usr/share/slsh + + Short Descriptions + + + + + slsh + + is a simple program for interpreting + S-Lang scripts. It supports dynamic loading + of S-Lang modules and includes a + Readline interface for interactive + use. + + slsh + + + + + + - diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 498790f347..2d15fcbca5 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -24,6 +24,10 @@ + + August 6th, 2005 [randy]: Updated to S-Lang-2.0.4. + + August 5th, 2005 [randy]: Updated to Wget-1.10 and PCRE-6.2.