Changeset 826f430


Ignore:
Timestamp:
02/03/2010 09:35:02 AM (14 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
448c517
Parents:
d939eba
Message:

Updated to S-Lang-2.2.2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd939eba r826f430  
    44-->
    55
    6 <!ENTITY day          "28">                   <!-- Always 2 digits -->
    7 <!ENTITY month        "01">                   <!-- Always 2 digits -->
     6<!ENTITY day          "03">                   <!-- Always 2 digits -->
     7<!ENTITY month        "02">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
    99<!ENTITY copyrightdate "2001-&year;">
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "svn-&year;&month;&day;">
    12 <!ENTITY releasedate  "January &day;th, &year;">
     12<!ENTITY releasedate  "January &day;rd, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    122122<!ENTITY pcre-version                 "8.00">
    123123<!ENTITY popt-version                 "1.15">
    124 <!ENTITY slang-version                "2.2.0">
     124<!ENTITY slang-version                "2.2.2">
    125125<!ENTITY gamin-version                "0.1.10">
    126126<!ENTITY libxml2-version              "2.7.6">
  • general/genlib/slang.xml

    rd939eba r826f430  
    77  <!ENTITY slang-download-http "&sources-anduin-http;/slang-&slang-version;.tar.bz2">
    88  <!ENTITY slang-download-ftp  "ftp://space.mit.edu/pub/davis/slang/v2.2/slang-&slang-version;.tar.bz2">
    9   <!ENTITY slang-md5sum        "2593b390c6db81b840f6b48b0e768fa0">
    10   <!ENTITY slang-size          "1.3 MB">
     9  <!ENTITY slang-md5sum        "974437602a781cfe92ab61433dd16d03">
     10  <!ENTITY slang-size          "1.33 MB">
    1111  <!ENTITY slang-buildsize     "28 MB">
    1212  <!ENTITY slang-time          "0.3 SBU">
     
    3030    <title>Introduction to S-Lang</title>
    3131
    32     <para>The <application>S-Lang</application> package contains the
    33     <application>S-Lang</application> library, which provides facilities
    34     such as display/screen management, keyboard input, and keymaps.</para>
     32    <para><application>S-Lang</application> is an interpreted language that
     33    maybe be embedded into an application to make the application extensible.
     34    It provides facilities required by interactive applications such as
     35    display/screen management, keyboard input and keymaps.</para>
    3536
    3637    &lfs65_checked;
     
    125126    </sect3>
    126127
    127     <sect3>
    128       <title>Configuration Information</title>
    129 
    130       <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    131       href="../../xincludes/lib-config.xml"/>
    132 
    133     </sect3>
    134 
    135128  </sect2>
    136129
  • introduction/welcome/changelog.xml

    rd939eba r826f430  
    4343
    4444    <listitem>
     45      <para>February 3rd, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ag] - Updated to S-Lang-2.2.2.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>January 28th, 2010</para>
    4655      <itemizedlist>
     
    5564      <itemizedlist>
    5665        <listitem>
    57           <para>[ag] - Applied two patches to epdfview-0.1.7.</para>
     66          <para>[ag] - Applied two patches to ePDFView-0.1.7.</para>
    5867        </listitem>
    5968        <listitem>
Note: See TracChangeset for help on using the changeset viewer.