mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to S-Lang-2.2.2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8231 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d939eba7ee
commit
826f430bc3
@ -3,13 +3,13 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "28"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "01"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "02"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2010">
|
||||
<!ENTITY copyrightdate "2001-&year;">
|
||||
<!ENTITY copyholder "The BLFS Development Team">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "January &day;th, &year;">
|
||||
<!ENTITY releasedate "January &day;rd, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -121,7 +121,7 @@ $Date$
|
||||
<!-- Chapter 8 -->
|
||||
<!ENTITY pcre-version "8.00">
|
||||
<!ENTITY popt-version "1.15">
|
||||
<!ENTITY slang-version "2.2.0">
|
||||
<!ENTITY slang-version "2.2.2">
|
||||
<!ENTITY gamin-version "0.1.10">
|
||||
<!ENTITY libxml2-version "2.7.6">
|
||||
<!ENTITY libxslt-version "1.1.26">
|
||||
|
@ -6,8 +6,8 @@
|
||||
|
||||
<!ENTITY slang-download-http "&sources-anduin-http;/slang-&slang-version;.tar.bz2">
|
||||
<!ENTITY slang-download-ftp "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-&slang-version;.tar.bz2">
|
||||
<!ENTITY slang-md5sum "2593b390c6db81b840f6b48b0e768fa0">
|
||||
<!ENTITY slang-size "1.3 MB">
|
||||
<!ENTITY slang-md5sum "974437602a781cfe92ab61433dd16d03">
|
||||
<!ENTITY slang-size "1.33 MB">
|
||||
<!ENTITY slang-buildsize "28 MB">
|
||||
<!ENTITY slang-time "0.3 SBU">
|
||||
]>
|
||||
@ -29,9 +29,10 @@
|
||||
<sect2 role="package">
|
||||
<title>Introduction to S-Lang</title>
|
||||
|
||||
<para>The <application>S-Lang</application> package contains the
|
||||
<application>S-Lang</application> library, which provides facilities
|
||||
such as display/screen management, keyboard input, and keymaps.</para>
|
||||
<para><application>S-Lang</application> is an interpreted language that
|
||||
maybe be embedded into an application to make the application extensible.
|
||||
It provides facilities required by interactive applications such as
|
||||
display/screen management, keyboard input and keymaps.</para>
|
||||
|
||||
&lfs65_checked;
|
||||
|
||||
@ -124,14 +125,6 @@ chmod -v 755 /usr/lib/libslang.so.&slang-version; \
|
||||
</indexterm>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
<title>Configuration Information</title>
|
||||
|
||||
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
|
||||
href="../../xincludes/lib-config.xml"/>
|
||||
|
||||
</sect3>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2 role="content">
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>February 3rd, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ag] - Updated to S-Lang-2.2.2.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>January 28th, 2010</para>
|
||||
<itemizedlist>
|
||||
@ -54,7 +63,7 @@
|
||||
<para>January 27th, 2010</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ag] - Applied two patches to epdfview-0.1.7.</para>
|
||||
<para>[ag] - Applied two patches to ePDFView-0.1.7.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[dj] - Moved /usr/X11R6 compatibility symlink to xorg-libs
|
||||
|
Loading…
Reference in New Issue
Block a user