Changeset 197c184


Ignore:
Timestamp:
05/01/2005 04:15:35 PM (19 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.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:
b96124dd
Parents:
c494f25
Message:

Tagged slib.xml

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/slib.xml

    rc494f25 r197c184  
    55  %general-entities;
    66
    7 <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
    8 <!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">
     7  <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz">
     8  <!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">
    1313]>
    1414
    1515<sect1 id="slib" xreflabel="SLIB-&slib-version;">
    16 <sect1info>
    17 <othername>$LastChangedBy$</othername>
    18 <date>$Date$</date>
    19 </sect1info>
    20 <?dbhtml filename="slib.html"?>
    21 <title>SLIB-&slib-version;</title>
    22 <indexterm zone="slib">
    23 <primary sortas="a-SLIB">SLIB</primary></indexterm>
     16  <?dbhtml filename="slib.html"?>
     17 
     18  <sect1info>
     19    <othername>$LastChangedBy$</othername>
     20    <date>$Date$</date>
     21  </sect1info>
     22 
     23  <title>SLIB-&slib-version;</title>
     24 
     25  <indexterm zone="slib">
     26    <primary sortas="a-SLIB">SLIB</primary>
     27  </indexterm>
    2428
    25 <sect2>
    26 <title>Introduction to <application>SLIB</application></title>
     29  <sect2 role="package">
     30    <title>Introduction to SLIB</title>
     31   
     32    <para>The <application>SLIB</application> package is a portable library for
     33    the programming language <application>Scheme</application>. It provides a
     34    platform independent framework for using <quote>packages</quote> of
     35    <application>Scheme</application> procedures and syntax.
     36    <application>SLIB</application> contains useful packages for all
     37    <application>Scheme</application> implementations, including
     38    <application>Guile</application>. Its catalog can be transparently extended
     39    to accomodate packages specific to a site, implementation, user or
     40    directory.</para>
     41   
     42    <bridgehead renderas="sect3">Package Information</bridgehead>
     43    <itemizedlist spacing="compact">
     44      <listitem>
     45        <para>Download (HTTP): <ulink url="&slib-download-http;"/></para>
     46      </listitem>
     47      <listitem>
     48        <para>Download (FTP): <ulink url="&slib-download-ftp;"/></para>
     49      </listitem>
     50      <listitem>
     51        <para>Download MD5 sum: &slib-md5sum;</para>
     52      </listitem>
     53      <listitem>
     54        <para>Download size: &slib-size;</para>
     55      </listitem>
     56      <listitem>
     57        <para>Estimated disk space required: &slib-buildsize;</para>
     58      </listitem>
     59      <listitem>
     60        <para>Estimated build time: &slib-time;</para>
     61      </listitem>
     62    </itemizedlist>
     63   
     64    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     65    <itemizedlist spacing='compact'>
     66      <listitem>
     67        <para>Required Patch: <ulink
     68        url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
     69      </listitem>
     70    </itemizedlist>
     71   
     72    <bridgehead renderas="sect3">SLIB Dependencies</bridgehead>
     73   
     74    <bridgehead renderas="sect4">Required</bridgehead>
     75    <para><xref linkend="guile"/></para>
     76   
     77  </sect2>
     78 
     79  <sect2 role="installation">
     80    <title>Installation of SLIB</title>
    2781
    28 <para>The <application>SLIB</application> package is a portable library for
    29 the programming language <application>Scheme</application>. It provides a
    30 platform independent framework for using <quote>packages</quote> of
    31 <application>Scheme</application> procedures and syntax.
    32 <application>SLIB</application> contains useful packages for all
    33 <application>Scheme</application> implementations, including
    34 <application>Guile</application>. Its catalog can be transparently extended
    35 to accomodate packages specific to a site, implementation, user or
    36 directory.</para>
     82    <para>Install <application>SLIB</application> by issuing the following
     83    commands:</para>
    3784
    38 <sect3><title>Package information</title>
    39 <itemizedlist spacing='compact'>
    40 <listitem><para>Download (HTTP): <ulink
    41 url="&slib-download-http;"/></para></listitem>
    42 <listitem><para>Download (FTP): <ulink
    43 url="&slib-download-ftp;"/></para></listitem>
    44 <listitem><para>Download MD5 sum: &slib-md5sum;</para></listitem>
    45 <listitem><para>Download size: &slib-size;</para></listitem>
    46 <listitem><para>Estimated disk space required:
    47 &slib-buildsize;</para></listitem>
    48 <listitem><para>Estimated build time:
    49 &slib-time;</para></listitem></itemizedlist>
    50 </sect3>
     85<screen><userinput>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
     86make</userinput></screen>
     87   
     88    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     89   
     90<screen role="root"><userinput>make prefix=/usr/ install &amp;&amp;
     91make prefix=/usr/ catalogs &amp;&amp;
     92make prefix=/usr/ installinfo</userinput></screen>
     93   
     94  </sect2>
     95 
     96  <sect2 role="commands">
     97    <title>Command Explanations</title>
    5198
    52 <sect3><title>Additional downloads</title>
    53 <itemizedlist spacing='compact'>
    54 <listitem><para>Required Patch: <ulink
    55 url="&patch-root;/slib-&slib-version;-automate_install-1.patch"/></para>
    56 </listitem></itemizedlist>
    57 </sect3>
     99    <para><command>make prefix=/usr/ catalogs</command>: This command builds the
     100    <application>SLIB</application> <application>Scheme</application>
     101    implementation catalog.</para>
     102   
     103    <para><command>make prefix=/usr/ installinfo</command>: This commands installs
     104    the <command>info</command> documentation.</para>
     105   
     106  </sect2>
     107 
     108  <sect2 role="content">
     109    <title>Contents</title>
    58110
    59 <sect3><title><application>SLIB</application> dependencies</title>
    60 <sect4><title>Required</title>
    61 <para><xref linkend="guile"/></para>
    62 </sect4>
    63 </sect3>
     111    <segmentedlist>
     112      <segtitle>Installed Program</segtitle>
     113      <segtitle>Installed Libraries</segtitle>
     114      <segtitle>Installed Directory</segtitle>
     115     
     116      <seglistitem>
     117        <seg>slib</seg>
     118        <seg>a <application>Scheme</application> library system.</seg>
     119        <seg>/usr/share/guile/slib</seg>
     120      </seglistitem>
     121    </segmentedlist>
     122   
     123    <variablelist>
     124      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     125      <?dbfo list-presentation="list"?>
     126      <?dbhtml list-presentation="table"?>
     127     
     128      <varlistentry id="slib-prog">
     129        <term><command>slib</command></term>
     130        <listitem>
     131          <para>is a shell script used to initialize
     132          <application>SLIB</application> in a named <application>Scheme</application>
     133          implementation. It can also be used to initialize an
     134          <application>SLIB</application> session using a given executable.</para>
     135          <indexterm zone="slib slib-prog">
     136            <primary sortas="b-slib">slib</primary>
     137          </indexterm>
     138        </listitem>
     139      </varlistentry>
     140   
     141    </variablelist>
    64142
    65 </sect2>
    66 
    67 <sect2>
    68 <title>Installation of <application>SLIB</application></title>
    69 
    70 <para>Install <application>SLIB</application> by issuing the following
    71 commands:</para>
    72 
    73 <screen><userinput><command>patch -Np1 -i ../slib-&slib-version;-automate_install-1.patch &amp;&amp;
    74 make</command></userinput></screen>
    75 
    76 <para>Now, as the root user:</para>
    77 
    78 <screen><userinput role='root'><command>make prefix=/usr/ install &amp;&amp;
    79 make prefix=/usr/ catalogs &amp;&amp;
    80 make prefix=/usr/ installinfo</command></userinput></screen>
    81 
    82 </sect2>
    83 
    84 <sect2>
    85 <title>Command explanations</title>
    86 
    87 <para><command>make prefix=/usr/ catalogs</command>: This command builds the
    88 <application>SLIB</application> <application>Scheme</application>
    89 implementation catalog.</para>
    90 
    91 <para><command>make prefix=/usr/ installinfo</command>: This commands installs
    92 the <command>info</command> documentation.</para>
    93 
    94 </sect2>
    95 
    96 <sect2>
    97 <title>Contents</title>
    98 
    99 <segmentedlist>
    100 <segtitle>Installed Program</segtitle>
    101 <segtitle>Installed Libraries</segtitle>
    102 <segtitle>Installed Directory</segtitle>
    103 
    104 <seglistitem>
    105 <seg>slib</seg>
    106 <seg>The <application>SLIB</application> package contains a
    107 <application>Scheme</application> library system.</seg>
    108 <seg>/usr/share/guile/slib</seg>
    109 </seglistitem>
    110 </segmentedlist>
    111 
    112 <variablelist>
    113 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    114 <?dbfo list-presentation="list"?>
    115 
    116 <varlistentry id="slib-prog">
    117 <term><command>slib</command></term>
    118 <listitem><para>is a shell script used to initialize
    119 <application>SLIB</application> in a named <application>Scheme</application>
    120 implementation. It can also be used to initialize an
    121 <application>SLIB</application> session using a given executable.</para>
    122 <indexterm zone="slib slib-prog">
    123 <primary sortas="b-slib">slib</primary>
    124 </indexterm></listitem>
    125 </varlistentry>
    126 </variablelist>
    127 
    128 </sect2>
     143  </sect2>
    129144 
    130145</sect1>
Note: See TracChangeset for help on using the changeset viewer.