Changeset 6aa5714
- Timestamp:
- 09/14/2003 01:38:02 PM (20 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 6.0, 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/inkscape-core-mods, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/python-mods, qt5new, systemd-11177, systemd-13485, trunk, upgradedb, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c37e15f
- Parents:
- 23b0c17b
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/genlib/slib/slib-desc.xml
r23b0c17b r6aa5714 2 2 <title>Contents</title> 3 3 4 <para>The slib package contains a Scheme library.</para> 4 <para>The <application>slib</application> package contains a <application> 5 Scheme</application> library.</para> 5 6 6 7 </sect2> -
general/genlib/slib/slib-inst.xml
r23b0c17b r6aa5714 1 1 <sect2> 2 <title>Installation of slib</title>2 <title>Installation of <application>slib</application></title> 3 3 4 <para>Installation of slib is merely a copy command:</para> 4 <para>Installation of <application>slib</application> is merely a copy command: 5 </para> 5 6 6 <para><screen><userinput>cp -R slib /usr/share/guile</userinput></screen></para> 7 <screen><userinput><command>cp -R slib /usr/share/guile</command></userinput> 8 </screen> 7 9 8 10 </sect2> -
general/genlib/slib/slib-intro.xml
r23b0c17b r6aa5714 1 1 <sect2> 2 <title>Introduction to slib&slib-version;</title>2 <title>Introduction to <application>slib</application></title> 3 3 4 <screen>Download location (HTTP): <ulink url="&slib-download-http;"/> 5 Download location (FTP): <ulink url="&slib-download-ftp;"/> 6 Version used: &slib-version; 7 Package size: &slib-size; 8 Estimated Disk space required: &slib-buildsize;</screen> 4 <para>The <application>slib</application> package is a <application>Scheme 5 </application> library used with <application>Guile</application>.</para> 9 6 10 <para>The slib package is a scheme library used with Guile.</para> 11 12 <screen>slib depends on: 13 <xref linkend="guile"></xref></screen> 7 <sect3><title>Package information</title> 8 <itemizedlist spacing='compact'> 9 <listitem><para>Download (HTTP): <ulink 10 url="&slib-download-http;"/></para></listitem> 11 <listitem><para>Download (FTP): <ulink 12 url="&slib-download-ftp;"/></para></listitem> 13 <listitem><para>Download size: &slib-size;</para></listitem> 14 <listitem><para>Estimated Disk space required: 15 &slib-buildsize;</para></listitem> 16 <listitem><para>Estimated build time: 17 &slib-time;</para></listitem></itemizedlist> 18 </sect3> 19 20 <sect3><title><application>slib</application> dependencies</title> 21 <sect4><title>Required</title> 22 <para><xref linkend="guile"/></para></sect4> 23 </sect3> 14 24 15 25 </sect2> -
general/genlib/slib/slib.ent
r23b0c17b r6aa5714 4 4 <!ENTITY slib-desc SYSTEM "slib-desc.xml"> 5 5 <!ENTITY slib-buildsize "2.9 MB"> 6 <!ENTITY slib-version "2d 5">6 <!ENTITY slib-version "2d6"> 7 7 <!ENTITY slib-download-http "http://www.swiss.ai.mit.edu/ftpdir/scm/slib&slib-version;.tar.gz"> 8 8 <!ENTITY slib-download-ftp ""> 9 9 <!ENTITY slib-size "620 KB"> 10 <!ENTITY slib-time ""> -
introduction/welcome/changelog.xml
r23b0c17b r6aa5714 12 12 13 13 <listitem><para>September 14th, 2003 [larry]: general: updated to 14 guile-1.6.4 .</para></listitem>14 guile-1.6.4 and slib-2d6.</para></listitem> 15 15 16 16 <listitem><para>September 13th, 2003 [larry]: general: updated to
Note:
See TracChangeset
for help on using the changeset viewer.