Author: randy Date: 2010-03-22 08:15:56 -0600 (Mon, 22 Mar 2010) New Revision: 8348
Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/slib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated BLFS to SLIB-3b2 Modified: trunk/BOOK/general/genlib/slib.xml =================================================================== --- trunk/BOOK/general/genlib/slib.xml 2010-03-22 13:32:22 UTC (rev 8347) +++ trunk/BOOK/general/genlib/slib.xml 2010-03-22 14:15:56 UTC (rev 8348) @@ -4,12 +4,12 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; - <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/OLD/slib&slib-version;.tar.gz"> + <!ENTITY slib-download-http "http://swiss.csail.mit.edu/ftpdir/scm/slib-&slib-version;.tar.gz"> <!ENTITY slib-download-ftp " "> - <!ENTITY slib-md5sum "87bc0b62370c0bf8a510a2acf6868eb9"> - <!ENTITY slib-size "877 KB"> - <!ENTITY slib-buildsize "21 MB (includes building and installing docs)"> - <!ENTITY slib-time "0.1 SBU"> + <!ENTITY slib-md5sum "850f48ad933e2fe8bb03b1e994ed4407"> + <!ENTITY slib-size "948 KB"> + <!ENTITY slib-buildsize "31 MB (includes building and installing docs)"> + <!ENTITY slib-time "less than 0.1 SBU"> ]> <sect1 id="slib" xreflabel="SLIB-&slib-version;"> @@ -62,13 +62,13 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> + <!-- <bridgehead renderas="sect3">Additional Downloads</bridgehead> <itemizedlist spacing='compact'> <listitem> <para>Required Patch: <ulink url="&patch-root;/slib-&slib-version;-guile_fixes-1.patch"/></para> </listitem> - </itemizedlist> + </itemizedlist> --> <bridgehead renderas="sect3">SLIB Dependencies</bridgehead> @@ -90,18 +90,17 @@ <para>Install <application>SLIB</application> by issuing the following commands:</para> -<screen><userinput>patch -Np1 -i ../slib-&slib-version;-guile_fixes-1.patch && -sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</userinput></screen> +<screen><userinput>sed -i 's|usr/lib|usr/share|' RScheme.init && +makeinfo -o slib.txt --plaintext slib.texi && +makeinfo -o slib.html --html --no-split slib.texi</userinput></screen> <para>If you have <xref linkend="tetex"/> installed and wish to - build PDF, Postscript, HTML or text documentation, issue any or all of + build PDF or Postscript documentation, issue any or all of the following commands:</para> -<screen><userinput>texi2pdf slib.texi && -texi2html slib.texi && -texi2dvi slib.texi && -dvips -o slib.ps slib.dvi && -makeinfo -o slib.txt --plaintext slib.texi</userinput></screen> +<screen><userinput>texi2pdf slib.texi && +texi2dvi slib.texi && +dvips -o slib.ps slib.dvi</userinput></screen> <para>This package does not come with a functional test suite.</para> @@ -113,8 +112,9 @@ infodir=/usr/share/info/ \ install installinfo && -install -v -m755 -d /usr/share/doc/slib-&slib-version; && -install -v -m644 ANNOUNCE FAQ README /usr/share/doc/slib-&slib-version;</userinput></screen> +install -v -m755 -d /usr/share/doc/slib-&slib-version; && +install -v -m644 ANNOUNCE FAQ README slib.{txt,html} \ + /usr/share/doc/slib-&slib-version;</userinput></screen> <para>If you have <xref linkend="guile"/> installed, create the following symbolic link as the <systemitem class="username">root</systemitem> user to @@ -123,10 +123,11 @@ <screen role="root"><userinput>ln -v -s ../slib /usr/share/guile</userinput></screen> - <para>If you built any of the documentation, install it using the following - command as the <systemitem class="username">root</systemitem> user:</para> + <para>If you built any of the optional documentation, install it using the + following command as the <systemitem class="username">root</systemitem> + user:</para> -<screen role="root"><userinput>install -v -m644 slib.{pdf,html,dvi,ps,txt,texi} \ +<screen role="root"><userinput>install -v -m644 slib.{pdf,dvi,ps} \ /usr/share/doc/slib-&slib-version;</userinput></screen> </sect2> @@ -134,9 +135,9 @@ <sect2 role="commands"> <title>Command Explanations</title> - <para><command>sed -i 's|usr/lib|usr/share|' {RScheme,guile}.init</command>: + <para><command>sed -i 's|usr/lib|usr/share|' RScheme.init</command>: This command is used to change the <envar>libdir</envar> variable embedded - in the two scripts to match the installation variable.</para> + in the script to match the installation variable.</para> <para><command>make ... install installinfo</command>: This command installs the package and the <command>info</command> documentation into the @@ -162,7 +163,7 @@ -c "(use-modules (ice-9 slib)) (require 'new-catalog)"</userinput></screen> <para>If there was no output from the previous command, and the file - <filename>/usr/share/guile/slibcat</filename> now exists, the catalog + <filename>/usr/share/guile/1.8/slibcat</filename> now exists, the catalog was properly created.</para> </sect2> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2010-03-22 13:32:22 UTC (rev 8347) +++ trunk/BOOK/general.ent 2010-03-22 14:15:56 UTC (rev 8348) @@ -138,7 +138,7 @@ <!ENTITY libesmtp-version "1.0.4"> <!ENTITY aspell-version "0.60.6"> <!ENTITY enchant-version "1.5.0"> -<!ENTITY slib-version "3a4"> +<!ENTITY slib-version "3b2"> <!ENTITY gwrap-version "1.3.4"> <!ENTITY LZO-version "2.03"> <!ENTITY libusb-version "1.0.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2010-03-22 13:32:22 UTC (rev 8347) +++ trunk/BOOK/introduction/welcome/changelog.xml 2010-03-22 14:15:56 UTC (rev 8348) @@ -45,6 +45,9 @@ <para>March 22nd, 2010</para> <itemizedlist> <listitem> + <para>[randy] - Updated to SLIB-3b2.</para> + </listitem> + <listitem> <para>[randy] - Removed parameters from the Guile configure command as they are all the default settings.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
