Author: krejzi
Date: Fri Jan 25 05:36:11 2013
New Revision: 10974

Log:
Some package updates (see changelog) and minor fixes to other packages' pages.

Modified:
   trunk/BOOK/general.ent
   trunk/BOOK/general/prog/doxygen.xml
   trunk/BOOK/general/sysutils/raptor.xml
   trunk/BOOK/general/sysutils/rasqal.xml
   trunk/BOOK/gnome/core/libsecret.xml
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/editors/ed.xml
   trunk/BOOK/postlfs/security/cracklib.xml
   trunk/BOOK/server/other/soprano.xml
   trunk/BOOK/server/other/virtuoso.xml

Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent      Thu Jan 24 16:48:47 2013        (r10973)
+++ trunk/BOOK/general.ent      Fri Jan 25 05:36:11 2013        (r10974)
@@ -3,13 +3,13 @@
 $Date$
 -->
 
-<!ENTITY day          "24">                   <!-- Always 2 digits -->
+<!ENTITY day          "25">                   <!-- Always 2 digits -->
 <!ENTITY month        "01">                   <!-- Always 2 digits -->
 <!ENTITY year         "2013">
 <!ENTITY copyrightdate "2001-&year;">
 <!ENTITY copyholder   "The BLFS Development Team">
 <!ENTITY version      "&year;-&month;-&day;">
-<!ENTITY releasedate  "January 24th, &year;">
+<!ENTITY releasedate  "January 25th, &year;">
 <!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
 <!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
 <!ENTITY lfs-version  "development">          <!-- 
version|testing|unstable|development] -->
@@ -169,7 +169,7 @@
 <!ENTITY acl-version                  "2.2.51">
 <!ENTITY attr-version                 "2.4.46">
 <!ENTITY consolekit-version           "0.4.6">
-<!ENTITY cracklib-version             "2.8.19">
+<!ENTITY cracklib-version             "2.8.22">
 <!ENTITY cyrus-sasl-version           "2.1.25">
 <!ENTITY gnupg-version                "1.4.12">
 <!ENTITY gnupg2-version               "2.0.19">
@@ -208,7 +208,7 @@
 
 <!-- Chapter 6 -->
 <!ENTITY bluefish-version             "2.2.3">
-<!ENTITY ed-version                   "1.6">
+<!ENTITY ed-version                   "1.7">
 <!ENTITY emacs-version                "24.2">
 <!ENTITY joe-version                  "3.7">
 <!ENTITY nano-version                 "2.3.1">
@@ -371,7 +371,7 @@
 <!ENTITY obexd-version                "0.48">
 <!ENTITY pciutils-version             "3.1.10">
 <!ENTITY raptor-version               "2.0.8">
-<!ENTITY rasqal-version               "0.9.29">
+<!ENTITY rasqal-version               "0.9.30">
 <!ENTITY redland-version              "1.0.16">
 <!ENTITY sg3_utils-version            "1.34">
 <!ENTITY strigi-version               "0.7.7">
@@ -392,7 +392,7 @@
 <!ENTITY cmake-version                "2.8.10.2">
 <!ENTITY cvs-version                  "1.11.23">
 <!ENTITY dejagnu-version              "1.5">
-<!ENTITY doxygen-version              "1.8.2">
+<!ENTITY doxygen-version              "1.8.3.1">
 <!ENTITY expect-version               "5.45">
 <!ENTITY gcc-version                  "4.7.2">
 <!ENTITY gc-version                   "7.2d">
@@ -532,7 +532,7 @@
 <!-- Chapter 23 -->
 <!ENTITY openldap-version             "2.4.33">
 <!ENTITY virtuoso-version             "6.1.6">
-<!ENTITY soprano-version              "2.8.0">
+<!ENTITY soprano-version              "2.9.0">
 <!ENTITY xinetd-version               "2.3.15"> 
 
 <!-- Part VI -->

Modified: trunk/BOOK/general/prog/doxygen.xml
==============================================================================
--- trunk/BOOK/general/prog/doxygen.xml Thu Jan 24 16:48:47 2013        (r10973)
+++ trunk/BOOK/general/prog/doxygen.xml Fri Jan 25 05:36:11 2013        (r10974)
@@ -6,9 +6,9 @@
 
   <!ENTITY doxygen-download-http 
"http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz";>
   <!ENTITY doxygen-download-ftp  
"ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz";>
-  <!ENTITY doxygen-md5sum        "6fa7baf995fa3f71cfc09e264ba88a83">
-  <!ENTITY doxygen-size          "5.8 MB">
-  <!ENTITY doxygen-buildsize     "76 MB">
+  <!ENTITY doxygen-md5sum        "31b0aaab51c5cab7db9f0ebbe9f85530">
+  <!ENTITY doxygen-size          "6.0 MB">
+  <!ENTITY doxygen-buildsize     "86 MB">
   <!ENTITY doxygen-time          "1.4 SBU (includes building the GUI frontend 
and all docs)">
 ]>
 
@@ -29,84 +29,110 @@
   <sect2 role="package">
     <title>Introduction to Doxygen</title>
 
-    <para>The <application>Doxygen</application> package contains a
-    documentation system for C++, C, Java, Objective-C, Corba IDL and to some
-    extent PHP, C# and D. This is useful for generating HTML documentation
-    and/or an off-line reference manual from a set of documented source files.
-    There is also support for generating output in RTF, PostScript, hyperlinked
-    PDF, compressed HTML, and Unix man pages. The documentation is extracted
-    directly from the sources, which makes it much easier to keep the
-    documentation consistent with the source code.</para>
-
-    <para>You can also configure <application>Doxygen</application> to extract
-    the code structure from undocumented source files. This is very useful to
-    quickly find your way in large source distributions. Used along with
-    <application>Graphviz</application>, you can also visualize the relations
-    between the various elements by means of include dependency graphs,
-    inheritance diagrams, and collaboration diagrams, which are all generated
-    automatically.</para>
+    <para>
+      The <application>Doxygen</application> package contains a documentation
+      system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP,
+      C# and D. It is useful for generating HTML documentation and/or an
+      off-line reference manual from a set of documented source files. There
+      is also support for generating output in RTF, PostScript, hyperlinked
+      PDF, compressed HTML, and Unix man pages. The documentation is extracted
+      directly from the sources, which makes it much easier to keep the
+      documentation consistent with the source code.
+    </para>
+
+    <para>
+      You can also configure <application>Doxygen</application> to extract
+      the code structure from undocumented source files. This is very useful
+      to quickly find your way in large source distributions. Used along with
+      <application>Graphviz</application>, you can also visualize the relations
+      between the various elements by means of include dependency graphs,
+      inheritance diagrams, and collaboration diagrams, which are all generated
+      automatically.
+    </para>
 
     &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
-        <para>Download (HTTP): <ulink url="&doxygen-download-http;"/></para>
+        <para>
+          Download (HTTP): <ulink url="&doxygen-download-http;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download (FTP): <ulink url="&doxygen-download-ftp;"/></para>
+        <para>
+          Download (FTP): <ulink url="&doxygen-download-ftp;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download MD5 sum: &doxygen-md5sum;</para>
+        <para>
+          Download MD5 sum: &doxygen-md5sum;
+        </para>
       </listitem>
       <listitem>
-        <para>Download size: &doxygen-size;</para>
+        <para>
+          Download size: &doxygen-size;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated disk space required: &doxygen-buildsize;</para>
+        <para>
+          Estimated disk space required: &doxygen-buildsize;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated build time: &doxygen-time;</para>
+        <para>
+          Estimated build time: &doxygen-time;
+        </para>
       </listitem>
     </itemizedlist>
 
     <bridgehead renderas="sect3">Doxygen Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="qt"/> (for doxywizard),
-    <xref linkend="graphviz"/>,
-    <xref linkend="python2"/>,  
-    <xref linkend="texlive"/>, and
-    <xref linkend="gs"/></para>
+    <para role="optional">
+      <xref linkend="graphviz"/>,
+      <xref linkend="gs"/>,
+      <xref linkend="python2"/>,
+      <xref linkend="qt"/> (for doxywizard) and
+      <xref linkend="texlive"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/doxygen"/></para>
-
+      <ulink url="&blfs-wiki;/doxygen"/>
+    </para>
   </sect2>
 
   <sect2 role="installation">
     <title>Installation of Doxygen</title>
 
-    <para>Install <application>Doxygen</application> by running the following
-    commands:</para>
+    <para>
+      Install <application>Doxygen</application> by running the following
+      commands:
+    </para>
 
 <screen><userinput>./configure --prefix /usr \
             --docdir /usr/share/doc/doxygen-&doxygen-version; &amp;&amp;
 make</userinput></screen>
 
-    <para>This package does not come with a test suite.</para>
-
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    <para>
+      This package does not come with a test suite.
+    </para>
+
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
 
 <screen role="root"><userinput>make install</userinput></screen>
 
-    <para>If you wish to generate and install the package documentation
-    (note that man pages have already been installed), you must have
-    <application>Python</application>, 
-    <application>TeX Live</application> (for HTML docs) and
-    <application>Ghostscript</application> (for PDF docs)
-    installed, then issue the following command as the
-    <systemitem class="username">root</systemitem> user:</para>
+    <para>
+      If you wish to generate and install the package documentation
+      (note that man pages have already been installed), you must have
+      <application>Python</application>, 
+      <application>TeX Live</application> (for HTML docs) and
+      <application>Ghostscript</application> (for PDF docs)
+      installed, then issue the following command as the
+      <systemitem class="username">root</systemitem> user:
+    </para>
 
 <screen role="root"><userinput>make install_docs</userinput></screen>
 
@@ -115,23 +141,27 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>--with-doxywizard</option>: Use this parameter if
-    <application>Qt</application> is installed and you wish to build the
-    GUI front-end.</para>
+    <para>
+      <option>--with-doxywizard</option>: Use this parameter if
+      <application>Qt</application> is installed and you wish to
+      build the GUI front-end.
+    </para>
 
   </sect2>
 
   <sect2 role="configuration">
     <title>Configuring Doxygen</title>
 
-    <para>There is no real configuration necessary for the
-    <application>Doxygen</application> package although three additional
-    packages are required if you wish to use extended capabilities. If you need
-    to use the language translation features, you must have <xref
-    linkend="python2"/> installed. If you require formulas to create PDF
-    documentation, then you must have <xref linkend="texlive"/> installed. If
-    you require formulas to convert PostScript files to bitmaps, then you must
-    have <xref linkend="gs"/> installed.</para>
+    <para>
+      There is no real configuration necessary for the
+      <application>Doxygen</application> package although three additional
+      packages are required if you wish to use extended capabilities. If you
+      need to use the language translation features, you must have <xref
+       linkend="python2"/> installed. If you require formulas to create PDF
+      documentation, then you must have <xref linkend="texlive"/> installed.
+      If you require formulas to convert PostScript files to bitmaps, then
+      you must have <xref linkend="gs"/> installed.
+    </para>
 
   </sect2>
 
@@ -140,13 +170,15 @@
 
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
       <segtitle>Installed Directory</segtitle>
 
       <seglistitem>
-        <seg>doxygen, doxytag, and optionally, doxywizard</seg>
-        <seg>None</seg>
-        <seg>/usr/share/doc/doxygen</seg>
+        <seg>
+          doxygen and optionally, doxywizard
+        </seg>
+        <seg>
+          /usr/share/doc/doxygen-&doxygen-version;
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -158,37 +190,31 @@
       <varlistentry id="doxygen-prog">
         <term><command>doxygen</command></term>
         <listitem>
-          <para>is a command-line based utility used to generate template
-          configuration files and then generate documentation from these 
templates. Use
-          <command>doxygen --help</command> for an explanation of the 
command-line
-          parameters.</para>
+          <para>
+            is a command-line based utility used to generate template
+            configuration files and then generate documentation from these
+            templates. Use <command>doxygen --help</command> for an
+            explanation of the command-line parameters.
+          </para>
           <indexterm zone="doxygen doxygen-prog">
             <primary sortas="b-doxygen">doxygen</primary>
           </indexterm>
         </listitem>
       </varlistentry>
 
-      <varlistentry id="doxytag">
-        <term><command>doxytag</command></term>
-        <listitem>
-          <para>is used to generate a tag file and/or a search index for a set
-          of HTML files.</para>
-          <indexterm zone="doxygen doxytag">
-            <primary sortas="b-doxytag">doxytag</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
-
       <varlistentry id="doxywizard">
         <term><command>doxywizard</command></term>
         <listitem>
-          <para>is a GUI front-end for configuring and
-          running <command>doxygen</command>.</para>
+          <para>
+            is a GUI front-end for configuring and
+            running <command>doxygen</command>.
+          </para>
           <indexterm zone="doxygen doxywizard">
             <primary sortas="b-doxywizard">doxywizard</primary>
           </indexterm>
         </listitem>
       </varlistentry>
+
     </variablelist>
 
   </sect2>

Modified: trunk/BOOK/general/sysutils/raptor.xml
==============================================================================
--- trunk/BOOK/general/sysutils/raptor.xml      Thu Jan 24 16:48:47 2013        
(r10973)
+++ trunk/BOOK/general/sysutils/raptor.xml      Fri Jan 25 05:36:11 2013        
(r10974)
@@ -12,7 +12,7 @@
   <!ENTITY raptor-time          "0.2 SBU">
 ]>
 
-<sect1 id="raptor" xreflabel="raptor-&raptor-version;">
+<sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
   <?dbhtml filename="raptor.html"?>
 
   <sect1info>
@@ -23,7 +23,7 @@
   <title>Raptor-&raptor-version;</title>
 
   <indexterm zone="raptor">
-    <primary sortas="a-raptor">raptor</primary>
+    <primary sortas="a-Raptor">Raptor</primary>
   </indexterm>
 
   <sect2 role="package">

Modified: trunk/BOOK/general/sysutils/rasqal.xml
==============================================================================
--- trunk/BOOK/general/sysutils/rasqal.xml      Thu Jan 24 16:48:47 2013        
(r10973)
+++ trunk/BOOK/general/sysutils/rasqal.xml      Fri Jan 25 05:36:11 2013        
(r10974)
@@ -6,13 +6,13 @@
 
   <!ENTITY rasqal-download-http 
"http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz";>
   <!ENTITY rasqal-download-ftp  " ">
-  <!ENTITY rasqal-md5sum        "49e4b75a0c67465edf55dd20606715fa">
+  <!ENTITY rasqal-md5sum        "b12c5f9cfdb6b04efce5a4a186b8416b">
   <!ENTITY rasqal-size          "1.5 MB">
-  <!ENTITY rasqal-buildsize     "18 MB">
+  <!ENTITY rasqal-buildsize     "23 MB">
   <!ENTITY rasqal-time          "0.2 SBU">
 ]>
 
-<sect1 id="rasqal" xreflabel="rasqal-&rasqal-version;">
+<sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
   <?dbhtml filename="rasqal.html"?>
 
   <sect1info>
@@ -23,74 +23,82 @@
   <title>Rasqal-&rasqal-version;</title>
 
   <indexterm zone="rasqal">
-    <primary sortas="a-rasqal">rasqal</primary>
+    <primary sortas="a-Rasqal">Rasqal</primary>
   </indexterm>
 
   <sect2 role="package">
     <title>Introduction to Rasqal</title>
 
-    <para><application>Rasqal</application> is a C library that handles 
Resource 
-    Description Framework (RDF) query language syntaxes, query construction 
and 
-    execution of queries returning results as bindings, boolean, RDF 
graphs/triples 
-    or syntaxes. It is required by <application>Soprano</application> to build 
-    <application>Nepomuk</application>.</para>
+    <para>
+      <application>Rasqal</application> is a C library that handles Resource 
+      Description Framework (RDF) query language syntaxes, query construction 
and 
+      execution of queries returning results as bindings, boolean, RDF 
graphs/triples 
+      or syntaxes. It is required by <application>Soprano</application> to 
build 
+      <application>Nepomuk</application>.
+    </para>
 
     &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
-        <para>Download (HTTP): <ulink url="&rasqal-download-http;"/></para>
+        <para>
+          Download (HTTP): <ulink url="&rasqal-download-http;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download (FTP): <ulink url="&rasqal-download-ftp;"/></para>
+        <para>
+          Download (FTP): <ulink url="&rasqal-download-ftp;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download MD5 sum: &rasqal-md5sum;</para>
+        <para>
+          Download MD5 sum: &rasqal-md5sum;
+        </para>
       </listitem>
       <listitem>
-        <para>Download size: &rasqal-size;</para>
+        <para>
+          Download size: &rasqal-size;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated disk space required: &rasqal-buildsize;</para>
+        <para>
+          Estimated disk space required: &rasqal-buildsize;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated build time: &rasqal-time;</para>
+        <para>
+          Estimated build time: &rasqal-time;
+        </para>
       </listitem>
     </itemizedlist>
 
-<!--
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
-      <listitem>
-        <para>Required patch: <ulink
-        url="&patch-root;/rasqal-&rasqal-version;-fixes-1.patch"/></para>
-      </listitem>
-    </itemizedlist>
--->
     <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-    <xref linkend="raptor"/>
+      <xref linkend="raptor"/>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/rasqal"/></para>
-
+      <ulink url="&blfs-wiki;/rasqal"/>
+    </para>
   </sect2>
 
   <sect2 role="installation">
     <title>Installation of Rasqal</title>
 
-    <para>Install <application>Rasqal</application> by running the following
-    commands:</para>
+    <para>
+      Install <application>Rasqal</application> by running the following
+      commands:
+    </para>
 
-<screen><userinput>./configure --prefix=/usr \
-            --disable-static &amp;&amp;
+<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
 
 <screen role="root"><userinput>make install</userinput></screen>
 
@@ -99,8 +107,8 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
     
-    <para><option>--disable-static</option>: This option prevents compiling 
the 
-    static archive versions of the libraries.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
     
   </sect2>
 
@@ -109,13 +117,20 @@
 
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
+      <segtitle>Installed Library</segtitle>
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>rasqal-config and roqet</seg>
-        <seg>librasqal.so</seg>
-       <seg>/usr/include/rasqal and /usr/share/gtk-doc/html/rasqal</seg>
+        <seg>
+          rasqal-config and roqet
+        </seg>
+        <seg>
+          librasqal.so
+        </seg>
+       <seg>
+          /usr/include/rasqal and
+          /usr/share/gtk-doc/html/rasqal
+        </seg>
       </seglistitem>
     </segmentedlist>
 
@@ -127,7 +142,10 @@
       <varlistentry id="rasqal-config">
         <term><command>rasqal-config</command></term>
         <listitem>
-          <para>is a utility for retrieving the installation options of 
rasqal</para>
+          <para>
+            is a utility for retrieving the installation options
+            of <application>Rasqal</application>.
+          </para>
           <indexterm zone="rasqal rasqal-config">
             <primary sortas="b-rasqal-config">rasqal-config</primary>
           </indexterm>
@@ -137,7 +155,9 @@
       <varlistentry id="roqet">
         <term><command>roqet</command></term>
         <listitem>
-          <para>is a RDF query utility.</para>
+          <para>
+            is an RDF query utility.
+          </para>
           <indexterm zone="rasqal roqet">
             <primary sortas="b-roqet">roqet</primary>
           </indexterm>

Modified: trunk/BOOK/gnome/core/libsecret.xml
==============================================================================
--- trunk/BOOK/gnome/core/libsecret.xml Thu Jan 24 16:48:47 2013        (r10973)
+++ trunk/BOOK/gnome/core/libsecret.xml Fri Jan 25 05:36:11 2013        (r10974)
@@ -91,8 +91,8 @@
 
     <bridgehead renderas="sect4">Optional (Required for the 
testsuite)</bridgehead>
     <para role="optional">
-      <xref linkend="gjs"/>,
-      <xref linkend="dbus-python"/> and
+      <xref linkend="dbus-python"/>,
+      <xref linkend="gjs"/> and
       <xref linkend="pygobject3"/>
     </para>
 
@@ -114,7 +114,7 @@
 
     <para>
       To test the results, issue: <command>make -k check</command>. The
-      JavaScript tests fail for unknown reasons.
+      JavaScript tests can sometimes fail for unknown reasons.
     </para>
 
     <para>

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Thu Jan 24 16:48:47 
2013        (r10973)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Fri Jan 25 05:36:11 
2013        (r10974)
@@ -43,6 +43,26 @@
     </listitem>
 
 -->
+    <listitem>
+      <para>January 25th, 2013</para>
+      <itemizedlist>
+        <listitem>
+          <para>[krejzi] - CrackLib 2.8.22.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Doxygen 1.8.3.1.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Ed 1.7.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Rasqal 0.9.30.</para>
+        </listitem>
+        <listitem>
+          <para>[krejzi] - Soprano 2.9.0.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
 
     <listitem>
       <para>January 24th, 2013</para>

Modified: trunk/BOOK/postlfs/editors/ed.xml
==============================================================================
--- trunk/BOOK/postlfs/editors/ed.xml   Thu Jan 24 16:48:47 2013        (r10973)
+++ trunk/BOOK/postlfs/editors/ed.xml   Fri Jan 25 05:36:11 2013        (r10974)
@@ -6,9 +6,9 @@
 
   <!ENTITY ed-download-http 
"http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz";>
   <!ENTITY ed-download-ftp  
"ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz";>
-  <!ENTITY ed-md5sum        "9a78593decccaa889523aa4bb555ed4b">
-  <!ENTITY ed-size          "92 KB">
-  <!ENTITY ed-buildsize     "140 MB">
+  <!ENTITY ed-md5sum        "0aa4e2428e325203d0d7c3e86c961b1c">
+  <!ENTITY ed-size          "88 KB">
+  <!ENTITY ed-buildsize     "1.4 MB">
   <!ENTITY ed-time          "less than 0.1 SBU">
 ]>
 
@@ -82,26 +82,14 @@
 
   </sect2>
 
-  <sect2 role="commands">
-    <title>Command Explanations</title>
-
-    <para><parameter>--bindir=/bin</parameter>: This parameter places the
-    <command>ed</command> binary into the root filesystem.</para>
-
-  </sect2>
-
   <sect2 role="content">
     <title>Contents</title>
 
     <segmentedlist>
       <segtitle>Installed Programs</segtitle>
-      <segtitle>Installed Libraries</segtitle>
-      <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
         <seg>ed and red</seg>
-        <seg>None</seg>
-        <seg>None</seg>
       </seglistitem>
     </segmentedlist>
 

Modified: trunk/BOOK/postlfs/security/cracklib.xml
==============================================================================
--- trunk/BOOK/postlfs/security/cracklib.xml    Thu Jan 24 16:48:47 2013        
(r10973)
+++ trunk/BOOK/postlfs/security/cracklib.xml    Fri Jan 25 05:36:11 2013        
(r10974)
@@ -6,9 +6,9 @@
 
   <!ENTITY cracklib-download-http 
"&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
   <!ENTITY cracklib-download-ftp  
"&gentoo-ftp-repo;/cracklib-&cracklib-version;.tar.gz">
-  <!ENTITY cracklib-md5sum        "ca0ec168d9c6466612204e8dfb2df8a9">
-  <!ENTITY cracklib-size          "604 KB">
-  <!ENTITY cracklib-buildsize     "29 MB">
+  <!ENTITY cracklib-md5sum        "463177b5c29c7a598c991e12a4898e06">
+  <!ENTITY cracklib-size          "620 KB">
+  <!ENTITY cracklib-buildsize     "5.2 MB">
   <!ENTITY cracklib-time          "less than 0.1 SBU">
 
   <!ENTITY crackdict-version      "20080507">
@@ -63,7 +63,7 @@
     </itemizedlist>
 
     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
+    <itemizedlist spacing="compact">
       <listitem>
         <para>Recommended word list for English-speaking countries (size:
         &crackdict-size;; md5sum: &crackdict-md5sum;):
@@ -99,11 +99,13 @@
     <bridgehead renderas="sect3">CrackLib Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Optional</bridgehead>
-    <para role="optional"><xref linkend="python2"/></para>
+    <para role="optional">
+      <xref linkend="python2"/>
+    </para>
 
     <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/cracklib"/></para>
-
+      <ulink url="&blfs-wiki;/cracklib"/>
+    </para>
   </sect2>
 
   <sect2 role="installation">
@@ -113,7 +115,8 @@
     commands:</para>
 
 <screen><userinput>./configure --prefix=/usr \
-            --with-default-dict=/lib/cracklib/pw_dict &amp;&amp;
+            --with-default-dict=/lib/cracklib/pw_dict \
+            --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
@@ -127,7 +130,7 @@
     recommended word list and create the <application>CrackLib</application>
     dictionary. Other word lists (text based, one word per line) can also be
     used by simply installing them into
-    <filename class='directory'>/usr/share/dict</filename> and adding them
+    <filename class="directory">/usr/share/dict</filename> and adding them
     to the <command>create-cracklib-dict</command> command.</para>
 
 <screen role="root"><userinput>install -v -m644 -D 
../cracklib-words-&crackdict-version;.gz \
@@ -163,19 +166,22 @@
     <para><parameter>--with-default-dict=/lib/cracklib/pw_dict</parameter>:
     This parameter forces the installation of the
     <application>CrackLib</application> dictionary to the
-    <filename class='directory'>/lib</filename> hierarchy.</para>
+    <filename class="directory">/lib</filename> hierarchy.</para>
+
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
 
     <para><command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
     <command>ln -v -sf ../../lib/libcrack.so.2.8.1 ...</command>: These two
-    commands move the <filename 
class='libraryfile'>libcrack.so.2.8.1</filename>
+    commands move the <filename 
class="libraryfile">libcrack.so.2.8.1</filename>
     library and associated symlink from
-    <filename class='directory'>/usr/lib</filename> to
-    <filename class='directory'>/lib</filename>, then recreates the
-    <filename class='symlink'>/usr/lib/libcrack.so</filename> symlink pointing
+    <filename class="directory">/usr/lib</filename> to
+    <filename class="directory">/lib</filename>, then recreates the
+    <filename class="symlink">/usr/lib/libcrack.so</filename> symlink pointing
     to the relocated file.</para>
 
     <para><command>install -v -m644 -D ...</command>: This command creates the
-    <filename class='directory'>/usr/share/dict</filename> directory (if it
+    <filename class="directory">/usr/share/dict</filename> directory (if it
     doesn't already exist) and installs the compressed word list there.</para>
 
     <para><command>ln -v -s cracklib-words /usr/share/dict/words</command>: The
@@ -210,7 +216,7 @@
         <seg>cracklib-check, cracklib-format, cracklib-packer,
         cracklib-unpacker and create-cracklib-dict</seg>
 
-        <seg>libcrack.so and the _cracklibmodule.{so,a}
+        <seg>libcrack.so and the _cracklibmodule.so
           <application>Python</application> module</seg>
         
         <seg>/lib/cracklib, /usr/share/dict and /usr/share/cracklib</seg>
@@ -234,7 +240,7 @@
       </varlistentry>
 
       <varlistentry id="libcrack">
-        <term><filename class='libraryfile'>libcrack.so</filename></term>
+        <term><filename class="libraryfile">libcrack.so</filename></term>
         <listitem>
           <para>provides a fast dictionary lookup method for strong
           password enforcement.</para>

Modified: trunk/BOOK/server/other/soprano.xml
==============================================================================
--- trunk/BOOK/server/other/soprano.xml Thu Jan 24 16:48:47 2013        (r10973)
+++ trunk/BOOK/server/other/soprano.xml Fri Jan 25 05:36:11 2013        (r10974)
@@ -6,13 +6,13 @@
 
   <!ENTITY soprano-download-http 
"&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
   <!ENTITY soprano-download-ftp  " ">
-  <!ENTITY soprano-md5sum        "273c3403aeb6d8a43e78a4887f50a385">
+  <!ENTITY soprano-md5sum        "90134eaaf40b6663dd01cfaefdaba7fb">
   <!ENTITY soprano-size          "1.9 MB">
-  <!ENTITY soprano-buildsize     "23 MB">
+  <!ENTITY soprano-buildsize     "25 MB">
   <!ENTITY soprano-time          "0.6 SBU">
 ]>
 
-<sect1 id="soprano" xreflabel="soprano-&soprano-version;">
+<sect1 id="soprano" xreflabel="Soprano-&soprano-version;">
   <?dbhtml filename="soprano.html"?>
 
   <sect1info>
@@ -29,72 +29,77 @@
   <sect2 role="package">
     <title>Introduction to Soprano</title>
 
-    <para><application>Soprano</application> (formally known as QRDF) is a 
-    library which provides a nice Qt interface to RDF storage solutions. It 
-    has a modular structure which allows to  replace the actual RDF storage 
-    implementation used.</para>
+    <para>
+      <application>Soprano</application> (formally known as QRDF) is a 
+      library which provides a nice Qt interface to RDF storage solutions.
+      It has a modular structure which allows to replace the actual RDF
+      storage  implementation used.
+    </para>
 
     &lfs72_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
       <listitem>
-        <para>Download (HTTP): <ulink url="&soprano-download-http;"/></para>
-      </listitem>
-      <listitem>
-        <para>Download (FTP): <ulink url="&soprano-download-ftp;"/></para>
+        <para>
+          Download (HTTP): <ulink url="&soprano-download-http;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download MD5 sum: &soprano-md5sum;</para>
+        <para>
+          Download (FTP): <ulink url="&soprano-download-ftp;"/>
+        </para>
       </listitem>
       <listitem>
-        <para>Download size: &soprano-size;</para>
+        <para>
+          Download MD5 sum: &soprano-md5sum;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated disk space required: &soprano-buildsize;</para>
+        <para>
+          Download size: &soprano-size;
+        </para>
       </listitem>
       <listitem>
-        <para>Estimated build time: &soprano-time;</para>
+        <para>
+          Estimated disk space required: &soprano-buildsize;
+        </para>
       </listitem>
-    </itemizedlist>
-<!--
-no longer required in 4.6
-    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
-    <itemizedlist spacing='compact'>
       <listitem>
-        <para>Required patch: <ulink
-        
url="&equinox-download;/soprano-&soprano-version;-redland_fix-1.patch"/></para>
+        <para>
+          Estimated build time: &soprano-time;
+        </para>
       </listitem>
     </itemizedlist>
--->
+
     <bridgehead renderas="sect3">Soprano Dependencies</bridgehead>
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-    <xref linkend="cmake"/>, 
-    <xref linkend="qt"/>, 
-    <xref linkend="dbus"/> and
-    <xref linkend="redland"/>
+      <xref linkend="dbus"/>,
+      <xref linkend="cmake"/>, 
+      <xref linkend="qt"/> and 
+      <xref linkend="redland"/>
     </para>
 
-    <bridgehead renderas="sect4">Recommended</bridgehead>
+    <bridgehead renderas="sect4">Recommended (Required if building 
KDE)</bridgehead>
     <para role="recommended">
-    <xref linkend="libiodbc"/> (required for the Virtuoso backend. 
Additionally, 
-    <xref linkend="virtuoso"/> is required as a runtime dependency for this 
-    backend.)
+      <xref linkend="libiodbc"/> (required for the Virtuoso backend. 
Additionally, 
+      <xref linkend="virtuoso"/> is required as a runtime dependency for this 
+      backend.)
     </para>
     
     <bridgehead renderas="sect4">Optional</bridgehead>
     <para role="optional">
-    <xref linkend="doxygen"/> (to build the documentation), 
-    <ulink url="http://sourceforge.net/projects/clucene/";>CLucene</ulink>
-    (no longer required to use soprano in KDE) and 
-    <ulink url="http://www.openrdf.org/";>Sesame2</ulink>
+      <xref linkend="doxygen"/> (to build the documentation), 
+      <ulink url="http://sourceforge.net/projects/clucene/";>CLucene</ulink>
+      (no longer required to use Soprano in KDE) and 
+      <ulink url="http://www.openrdf.org/";>Sesame2</ulink>
     </para>
 
     <para condition="html" role="usernotes">User Notes:
-    <ulink url="&blfs-wiki;/soprano"/></para>
-
+      <ulink url="&blfs-wiki;/soprano"/>
+    </para>
   </sect2>
 
   <sect2 role="installation">
@@ -105,10 +110,14 @@
 
 <screen><userinput>mkdir build &amp;&amp;
 cd build &amp;&amp;
-cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+      -DCMAKE_BUILD_TYPE=Release  \
+      .. &amp;&amp;
 make</userinput></screen>
 
-    <para>Now, as the <systemitem class="username">root</systemitem> 
user:</para>
+    <para>
+      Now, as the <systemitem class="username">root</systemitem> user:
+    </para>
 
 <screen role="root"><userinput>make install</userinput></screen>
 
@@ -116,21 +125,35 @@
   <sect2 role="commands">
     <title>Command Explanations</title>
 
-    <para><option>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</option>: Soprano might 
not 
-    build with recent Clucene versions. Use this option to fix it.</para>
+    <para>
+      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
+      to apply higher level of the compiler optimizations.
+    </para>
+
+    <para>
+      <parameter>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</parameter>:
+      <application>Soprano</application> might not  build with recent
+      <application>Clucene</application> versions. Use this switch
+      to fix it.
+    </para>
 
   </sect2>
   
   <sect2 role="configuration">
     <title>Configuration of Soprano</title>
 
-    <para>Create a directory where <application>soprano</application> places 
some
-    runtime data:</para>
-    
+    <para>
+      Create a directory where <application>Soprano</application> places some
+      runtime data:
+    </para>
+
 <screen role="root"><userinput>install -m755 -d 
/srv/soprano</userinput></screen>
 
-    <para>The <application>soprano</application>d accepts some parameter. To 
not
-    hardcode them in the startscript, create a configuration file:</para>
+    <para>
+      The <command>sopranod</command> accepts some parameters. To configure
+      how the bootscript starts <command>sopranod</command>,
+      create a configuration file:
+    </para>
 
 <screen role="root"><userinput>cat &gt; /etc/sysconfig/soprano &lt;&lt;EOF
 # Begin /etc/sysconfig/soprano
@@ -142,19 +165,24 @@
 # End /etc/sysconfig/soprano
 EOF</userinput></screen>
 
-
 <sect3 id="soprano-init">
       <title>Boot Script</title>
 
       <note>
-      <para>It is not required to start the soprano server at boottime for 
KDE. 
-      KDE will start soprano as needed.</para>
+        <para>
+          It is not required to start the <application>Soprano</application>
+          server at boottime for <application>KDE</application>. 
+          <application>KDE</application> will start
+          <application>Soprano</application> as needed.
+        </para>
       </note>
       
-      <para>In order to get <application>Soprano</application> started
-      automatically when the system is booted, install the
-      <filename>/etc/rc.d/init.d/soprano</filename> init script included
-      in the <xref linkend="bootscripts"/> package.</para>
+      <para>
+        In order to get <application>Soprano</application> started
+        automatically when the system is booted, install the
+        <filename>/etc/rc.d/init.d/soprano</filename> init script included
+        in the <xref linkend="bootscripts"/> package.
+      </para>
 
       <indexterm zone="soprano soprano-init">
         <primary sortas="f-soprano">soprano</primary>
@@ -175,30 +203,21 @@
       <segtitle>Installed Directories</segtitle>
 
       <seglistitem>
-        <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
-        <seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
-        several libraries in /usr/lib/soprano/</seg>
-       <seg>/usr/include/soprano, /usr/include/Soprano and 
/usr/share/soprano</seg>
+        <seg>
+          onto2vocabularyclass, sopranocmd and sopranod
+        </seg>
+        <seg>
+          libsopranoclient.so, libsopranoserver.so and libsoprano.so
+        </seg>
+       <seg>
+          /usr/include/soprano,
+          /usr/include/Soprano,
+          /usr/lib/soprano and
+          /usr/share/soprano
+        </seg>
       </seglistitem>
     </segmentedlist>
-<!--
-    <variablelist>
-      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
-      <?dbfo list-presentation="list"?>
-      <?dbhtml list-presentation="table"?>
-
-      <varlistentry id="a-soprano">
-        <term><command>soprano</command></term>
-        <listitem>
-          <para>is a testing utility for soprano-generated build trees.</para>
-          <indexterm zone="a-soprano soprano">
-            <primary sortas="b-soprano">soprano</primary>
-          </indexterm>
-        </listitem>
-      </varlistentry>
 
-    </variablelist>
--->
   </sect2>
 
 </sect1>

Modified: trunk/BOOK/server/other/virtuoso.xml
==============================================================================
--- trunk/BOOK/server/other/virtuoso.xml        Thu Jan 24 16:48:47 2013        
(r10973)
+++ trunk/BOOK/server/other/virtuoso.xml        Fri Jan 25 05:36:11 2013        
(r10974)
@@ -12,7 +12,7 @@
   <!ENTITY virtuoso-time          "4.2 SBU">
 ]>
 
-<sect1 id="virtuoso" xreflabel="virtuoso-&virtuoso-version;">
+<sect1 id="virtuoso" xreflabel="Virtuoso-&virtuoso-version;">
   <?dbhtml filename="virtuoso.html"?>
 
   <sect1info>
@@ -23,7 +23,7 @@
   <title>Virtuoso-&virtuoso-version;</title>
 
   <indexterm zone="virtuoso">
-    <primary sortas="a-virtuoso">virtuoso</primary>
+    <primary sortas="a-Virtuoso">Virtuoso</primary>
   </indexterm>
 
   <sect2 role="package">
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to