Changeset 4a18013


Ignore:
Timestamp:
08/22/2005 03:22: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:
0bbf4c4
Parents:
430a0c1
Message:

Updated to SLIB-3a2

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r430a0c1 r4a18013  
    1 <!ENTITY day          "21">
     1<!ENTITY day          "22">
    22<!ENTITY month        "08">
    33<!ENTITY year         "2005">
    44<!ENTITY version      "svn-&year;&month;&day;">
    5 <!ENTITY releasedate  "August &day;st, &year;">
     5<!ENTITY releasedate  "August &day;nd, &year;">
    66<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    77<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    8585<!ENTITY aspell-version               "0.60.3">
    8686<!ENTITY ispell-version               "3.2.06.epa7">
    87 <!ENTITY slib-version                 "3a1">
     87<!ENTITY slib-version                 "3a2">
    8888<!ENTITY gwrap-version                "1.3.4">
    8989<!ENTITY LZO-version                  "2.01">
  • general/genlib/slib.xml

    r430a0c1 r4a18013  
    77  <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib&slib-version;.tar.gz">
    88  <!ENTITY slib-download-ftp  " ">
    9   <!ENTITY slib-md5sum        "dc1aa0ffb9e2414223ceefc315f6baf9">
    10   <!ENTITY slib-size          "705 KB">
    11   <!ENTITY slib-buildsize     "8.6 MB">
    12   <!ENTITY slib-time          "0.01 SBU">
     9  <!ENTITY slib-md5sum        "190b20552dce6148f5a4917648eb589e">
     10  <!ENTITY slib-size          "846 KB">
     11  <!ENTITY slib-buildsize     "19.5 MB (includes building and installing all docs)">
     12  <!ENTITY slib-time          "0.1 SBU">
    1313]>
    1414
     
    3131
    3232    <para>The <application>SLIB</application> package is a portable library for
    33     the programming language <application>Scheme</application>. It provides a
     33    the <application>Scheme</application> programming language. It provides a
    3434    platform independent framework for using <quote>packages</quote> of
    3535    <application>Scheme</application> procedures and syntax.
     
    6666      <listitem>
    6767        <para>Required Patch: <ulink
    68         url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
     68        url="&patch-root;/slib-&slib-version;-blfs_install-1.patch"/></para>
    6969      </listitem>
    7070    </itemizedlist>
     
    7474    <bridgehead renderas="sect4">Required</bridgehead>
    7575    <para><xref linkend="guile"/></para>
     76
     77    <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead>
     78    <para><xref linkend="tex"/> and <xref linkend="lynx"/></para>
    7679
    7780  </sect2>
     
    8386    commands:</para>
    8487
    85 <screen><userinput>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
     88<screen><userinput>patch -Np1 -i ../slib-&slib-version;-blfs_install-1.patch &amp;&amp;
     89sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init &amp;&amp;
    8690make</userinput></screen>
     91
     92    <para>If you have <application>TeX</application> installed and you wish to
     93    build the PDF, Postscript and HTML documentation, issue the following
     94    commands:</para>
     95
     96<screen><userinput>make pdfdocs &amp;&amp;
     97make psdocs &amp;&amp;
     98make htmldocs</userinput></screen>
     99
     100    <para>If you built the HTML documentation and you wish to build the text
     101    documentation (requires <application>Lynx</application>), issue the
     102    following command:</para>
     103
     104<screen><userinput>make txtdocs</userinput></screen>
     105
     106    <para>This package does not come with a test suite.</para>
    87107
    88108    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    96116  <sect2 role="commands">
    97117    <title>Command Explanations</title>
     118
     119    <para><command>sed -i 's|\*vicinity-suffix\*)|"/")|' guile.init</command>:
     120    This command fixes a problem with the Guile initialization script.</para>
    98121
    99122    <para><command>make prefix=/usr/ catalogs</command>: This command builds the
     
    116139      <seglistitem>
    117140        <seg>slib</seg>
    118         <seg>a <application>Scheme</application> library system.</seg>
    119         <seg>/usr/share/guile/slib</seg>
     141        <seg>a <application>Scheme</application> library system</seg>
     142        <seg>/usr/share/guile/slib and /usr/share/doc/slib-&slib-version;</seg>
    120143      </seglistitem>
    121144    </segmentedlist>
     
    144167
    145168</sect1>
    146 
  • introduction/welcome/changelog.xml

    r430a0c1 r4a18013  
    3939      </itemizedlist>
    4040    </listitem>
     41
    4142-->
     43
     44    <listitem>
     45      <para>August 22nd, 2005</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Updated to SLIB-3a2</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
    4253    <listitem>
    4354      <para>August 21st, 2005</para>
Note: See TracChangeset for help on using the changeset viewer.