Changeset 8f1699f2


Ignore:
Timestamp:
01/25/2013 01:36:11 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
8bf11809
Parents:
5a464e4d
Message:

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

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

Files:
10 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5a464e4d r8f1699f2  
    44-->
    55
    6 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     6<!ENTITY day          "25">                   <!-- Always 2 digits -->
    77<!ENTITY month        "01">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2013">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "January 24th, &year;">
     12<!ENTITY releasedate  "January 25th, &year;">
    1313<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1414<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
     
    170170<!ENTITY attr-version                 "2.4.46">
    171171<!ENTITY consolekit-version           "0.4.6">
    172 <!ENTITY cracklib-version             "2.8.19">
     172<!ENTITY cracklib-version             "2.8.22">
    173173<!ENTITY cyrus-sasl-version           "2.1.25">
    174174<!ENTITY gnupg-version                "1.4.12">
     
    209209<!-- Chapter 6 -->
    210210<!ENTITY bluefish-version             "2.2.3">
    211 <!ENTITY ed-version                   "1.6">
     211<!ENTITY ed-version                   "1.7">
    212212<!ENTITY emacs-version                "24.2">
    213213<!ENTITY joe-version                  "3.7">
     
    372372<!ENTITY pciutils-version             "3.1.10">
    373373<!ENTITY raptor-version               "2.0.8">
    374 <!ENTITY rasqal-version               "0.9.29">
     374<!ENTITY rasqal-version               "0.9.30">
    375375<!ENTITY redland-version              "1.0.16">
    376376<!ENTITY sg3_utils-version            "1.34">
     
    393393<!ENTITY cvs-version                  "1.11.23">
    394394<!ENTITY dejagnu-version              "1.5">
    395 <!ENTITY doxygen-version              "1.8.2">
     395<!ENTITY doxygen-version              "1.8.3.1">
    396396<!ENTITY expect-version               "5.45">
    397397<!ENTITY gcc-version                  "4.7.2">
     
    533533<!ENTITY openldap-version             "2.4.33">
    534534<!ENTITY virtuoso-version             "6.1.6">
    535 <!ENTITY soprano-version              "2.8.0">
     535<!ENTITY soprano-version              "2.9.0">
    536536<!ENTITY xinetd-version               "2.3.15">
    537537
  • general/prog/doxygen.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY doxygen-download-http "http://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    88  <!ENTITY doxygen-download-ftp  "ftp://ftp.stack.nl/pub/doxygen/doxygen-&doxygen-version;.src.tar.gz">
    9   <!ENTITY doxygen-md5sum        "6fa7baf995fa3f71cfc09e264ba88a83">
    10   <!ENTITY doxygen-size          "5.8 MB">
    11   <!ENTITY doxygen-buildsize     "76 MB">
     9  <!ENTITY doxygen-md5sum        "31b0aaab51c5cab7db9f0ebbe9f85530">
     10  <!ENTITY doxygen-size          "6.0 MB">
     11  <!ENTITY doxygen-buildsize     "86 MB">
    1212  <!ENTITY doxygen-time          "1.4 SBU (includes building the GUI frontend and all docs)">
    1313]>
     
    3030    <title>Introduction to Doxygen</title>
    3131
    32     <para>The <application>Doxygen</application> package contains a
    33     documentation system for C++, C, Java, Objective-C, Corba IDL and to some
    34     extent PHP, C# and D. This is useful for generating HTML documentation
    35     and/or an off-line reference manual from a set of documented source files.
    36     There is also support for generating output in RTF, PostScript, hyperlinked
    37     PDF, compressed HTML, and Unix man pages. The documentation is extracted
    38     directly from the sources, which makes it much easier to keep the
    39     documentation consistent with the source code.</para>
    40 
    41     <para>You can also configure <application>Doxygen</application> to extract
    42     the code structure from undocumented source files. This is very useful to
    43     quickly find your way in large source distributions. Used along with
    44     <application>Graphviz</application>, you can also visualize the relations
    45     between the various elements by means of include dependency graphs,
    46     inheritance diagrams, and collaboration diagrams, which are all generated
    47     automatically.</para>
     32    <para>
     33      The <application>Doxygen</application> package contains a documentation
     34      system for C++, C, Java, Objective-C, Corba IDL and to some extent PHP,
     35      C# and D. It is useful for generating HTML documentation and/or an
     36      off-line reference manual from a set of documented source files. There
     37      is also support for generating output in RTF, PostScript, hyperlinked
     38      PDF, compressed HTML, and Unix man pages. The documentation is extracted
     39      directly from the sources, which makes it much easier to keep the
     40      documentation consistent with the source code.
     41    </para>
     42
     43    <para>
     44      You can also configure <application>Doxygen</application> to extract
     45      the code structure from undocumented source files. This is very useful
     46      to quickly find your way in large source distributions. Used along with
     47      <application>Graphviz</application>, you can also visualize the relations
     48      between the various elements by means of include dependency graphs,
     49      inheritance diagrams, and collaboration diagrams, which are all generated
     50      automatically.
     51    </para>
    4852
    4953    &lfs72_checked;
     
    5256    <itemizedlist spacing="compact">
    5357      <listitem>
    54         <para>Download (HTTP): <ulink url="&doxygen-download-http;"/></para>
    55       </listitem>
    56       <listitem>
    57         <para>Download (FTP): <ulink url="&doxygen-download-ftp;"/></para>
    58       </listitem>
    59       <listitem>
    60         <para>Download MD5 sum: &doxygen-md5sum;</para>
    61       </listitem>
    62       <listitem>
    63         <para>Download size: &doxygen-size;</para>
    64       </listitem>
    65       <listitem>
    66         <para>Estimated disk space required: &doxygen-buildsize;</para>
    67       </listitem>
    68       <listitem>
    69         <para>Estimated build time: &doxygen-time;</para>
     58        <para>
     59          Download (HTTP): <ulink url="&doxygen-download-http;"/>
     60        </para>
     61      </listitem>
     62      <listitem>
     63        <para>
     64          Download (FTP): <ulink url="&doxygen-download-ftp;"/>
     65        </para>
     66      </listitem>
     67      <listitem>
     68        <para>
     69          Download MD5 sum: &doxygen-md5sum;
     70        </para>
     71      </listitem>
     72      <listitem>
     73        <para>
     74          Download size: &doxygen-size;
     75        </para>
     76      </listitem>
     77      <listitem>
     78        <para>
     79          Estimated disk space required: &doxygen-buildsize;
     80        </para>
     81      </listitem>
     82      <listitem>
     83        <para>
     84          Estimated build time: &doxygen-time;
     85        </para>
    7086      </listitem>
    7187    </itemizedlist>
     
    7490
    7591    <bridgehead renderas="sect4">Optional</bridgehead>
    76     <para role="optional"><xref linkend="qt"/> (for doxywizard),
    77     <xref linkend="graphviz"/>,
    78     <xref linkend="python2"/>, 
    79     <xref linkend="texlive"/>, and
    80     <xref linkend="gs"/></para>
     92    <para role="optional">
     93      <xref linkend="graphviz"/>,
     94      <xref linkend="gs"/>,
     95      <xref linkend="python2"/>,
     96      <xref linkend="qt"/> (for doxywizard) and
     97      <xref linkend="texlive"/>
     98    </para>
    8199
    82100    <para condition="html" role="usernotes">User Notes:
    83     <ulink url="&blfs-wiki;/doxygen"/></para>
    84 
     101      <ulink url="&blfs-wiki;/doxygen"/>
     102    </para>
    85103  </sect2>
    86104
     
    88106    <title>Installation of Doxygen</title>
    89107
    90     <para>Install <application>Doxygen</application> by running the following
    91     commands:</para>
     108    <para>
     109      Install <application>Doxygen</application> by running the following
     110      commands:
     111    </para>
    92112
    93113<screen><userinput>./configure --prefix /usr \
     
    95115make</userinput></screen>
    96116
    97     <para>This package does not come with a test suite.</para>
    98 
    99     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     117    <para>
     118      This package does not come with a test suite.
     119    </para>
     120
     121    <para>
     122      Now, as the <systemitem class="username">root</systemitem> user:
     123    </para>
    100124
    101125<screen role="root"><userinput>make install</userinput></screen>
    102126
    103     <para>If you wish to generate and install the package documentation
    104     (note that man pages have already been installed), you must have
    105     <application>Python</application>,
    106     <application>TeX Live</application> (for HTML docs) and
    107     <application>Ghostscript</application> (for PDF docs)
    108     installed, then issue the following command as the
    109     <systemitem class="username">root</systemitem> user:</para>
     127    <para>
     128      If you wish to generate and install the package documentation
     129      (note that man pages have already been installed), you must have
     130      <application>Python</application>,
     131      <application>TeX Live</application> (for HTML docs) and
     132      <application>Ghostscript</application> (for PDF docs)
     133      installed, then issue the following command as the
     134      <systemitem class="username">root</systemitem> user:
     135    </para>
    110136
    111137<screen role="root"><userinput>make install_docs</userinput></screen>
     
    116142    <title>Command Explanations</title>
    117143
    118     <para><option>--with-doxywizard</option>: Use this parameter if
    119     <application>Qt</application> is installed and you wish to build the
    120     GUI front-end.</para>
     144    <para>
     145      <option>--with-doxywizard</option>: Use this parameter if
     146      <application>Qt</application> is installed and you wish to
     147      build the GUI front-end.
     148    </para>
    121149
    122150  </sect2>
     
    125153    <title>Configuring Doxygen</title>
    126154
    127     <para>There is no real configuration necessary for the
    128     <application>Doxygen</application> package although three additional
    129     packages are required if you wish to use extended capabilities. If you need
    130     to use the language translation features, you must have <xref
    131     linkend="python2"/> installed. If you require formulas to create PDF
    132     documentation, then you must have <xref linkend="texlive"/> installed. If
    133     you require formulas to convert PostScript files to bitmaps, then you must
    134     have <xref linkend="gs"/> installed.</para>
     155    <para>
     156      There is no real configuration necessary for the
     157      <application>Doxygen</application> package although three additional
     158      packages are required if you wish to use extended capabilities. If you
     159      need to use the language translation features, you must have <xref
     160       linkend="python2"/> installed. If you require formulas to create PDF
     161      documentation, then you must have <xref linkend="texlive"/> installed.
     162      If you require formulas to convert PostScript files to bitmaps, then
     163      you must have <xref linkend="gs"/> installed.
     164    </para>
    135165
    136166  </sect2>
     
    141171    <segmentedlist>
    142172      <segtitle>Installed Programs</segtitle>
    143       <segtitle>Installed Libraries</segtitle>
    144173      <segtitle>Installed Directory</segtitle>
    145174
    146175      <seglistitem>
    147         <seg>doxygen, doxytag, and optionally, doxywizard</seg>
    148         <seg>None</seg>
    149         <seg>/usr/share/doc/doxygen</seg>
     176        <seg>
     177          doxygen and optionally, doxywizard
     178        </seg>
     179        <seg>
     180          /usr/share/doc/doxygen-&doxygen-version;
     181        </seg>
    150182      </seglistitem>
    151183    </segmentedlist>
     
    159191        <term><command>doxygen</command></term>
    160192        <listitem>
    161           <para>is a command-line based utility used to generate template
    162           configuration files and then generate documentation from these templates. Use
    163           <command>doxygen --help</command> for an explanation of the command-line
    164           parameters.</para>
     193          <para>
     194            is a command-line based utility used to generate template
     195            configuration files and then generate documentation from these
     196            templates. Use <command>doxygen --help</command> for an
     197            explanation of the command-line parameters.
     198          </para>
    165199          <indexterm zone="doxygen doxygen-prog">
    166200            <primary sortas="b-doxygen">doxygen</primary>
     
    169203      </varlistentry>
    170204
    171       <varlistentry id="doxytag">
    172         <term><command>doxytag</command></term>
    173         <listitem>
    174           <para>is used to generate a tag file and/or a search index for a set
    175           of HTML files.</para>
    176           <indexterm zone="doxygen doxytag">
    177             <primary sortas="b-doxytag">doxytag</primary>
    178           </indexterm>
    179         </listitem>
    180       </varlistentry>
    181 
    182205      <varlistentry id="doxywizard">
    183206        <term><command>doxywizard</command></term>
    184207        <listitem>
    185           <para>is a GUI front-end for configuring and
    186           running <command>doxygen</command>.</para>
     208          <para>
     209            is a GUI front-end for configuring and
     210            running <command>doxygen</command>.
     211          </para>
    187212          <indexterm zone="doxygen doxywizard">
    188213            <primary sortas="b-doxywizard">doxywizard</primary>
     
    190215        </listitem>
    191216      </varlistentry>
     217
    192218    </variablelist>
    193219
  • general/sysutils/raptor.xml

    r5a464e4d r8f1699f2  
    1313]>
    1414
    15 <sect1 id="raptor" xreflabel="raptor-&raptor-version;">
     15<sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
    1616  <?dbhtml filename="raptor.html"?>
    1717
     
    2424
    2525  <indexterm zone="raptor">
    26     <primary sortas="a-raptor">raptor</primary>
     26    <primary sortas="a-Raptor">Raptor</primary>
    2727  </indexterm>
    2828
  • general/sysutils/rasqal.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY rasqal-download-http "http://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
    88  <!ENTITY rasqal-download-ftp  " ">
    9   <!ENTITY rasqal-md5sum        "49e4b75a0c67465edf55dd20606715fa">
     9  <!ENTITY rasqal-md5sum        "b12c5f9cfdb6b04efce5a4a186b8416b">
    1010  <!ENTITY rasqal-size          "1.5 MB">
    11   <!ENTITY rasqal-buildsize     "18 MB">
     11  <!ENTITY rasqal-buildsize     "23 MB">
    1212  <!ENTITY rasqal-time          "0.2 SBU">
    1313]>
    1414
    15 <sect1 id="rasqal" xreflabel="rasqal-&rasqal-version;">
     15<sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
    1616  <?dbhtml filename="rasqal.html"?>
    1717
     
    2424
    2525  <indexterm zone="rasqal">
    26     <primary sortas="a-rasqal">rasqal</primary>
     26    <primary sortas="a-Rasqal">Rasqal</primary>
    2727  </indexterm>
    2828
     
    3030    <title>Introduction to Rasqal</title>
    3131
    32     <para><application>Rasqal</application> is a C library that handles Resource
    33     Description Framework (RDF) query language syntaxes, query construction and
    34     execution of queries returning results as bindings, boolean, RDF graphs/triples
    35     or syntaxes. It is required by <application>Soprano</application> to build
    36     <application>Nepomuk</application>.</para>
     32    <para>
     33      <application>Rasqal</application> is a C library that handles Resource
     34      Description Framework (RDF) query language syntaxes, query construction and
     35      execution of queries returning results as bindings, boolean, RDF graphs/triples
     36      or syntaxes. It is required by <application>Soprano</application> to build
     37      <application>Nepomuk</application>.
     38    </para>
    3739
    3840    &lfs72_checked;
     
    4143    <itemizedlist spacing="compact">
    4244      <listitem>
    43         <para>Download (HTTP): <ulink url="&rasqal-download-http;"/></para>
     45        <para>
     46          Download (HTTP): <ulink url="&rasqal-download-http;"/>
     47        </para>
    4448      </listitem>
    4549      <listitem>
    46         <para>Download (FTP): <ulink url="&rasqal-download-ftp;"/></para>
     50        <para>
     51          Download (FTP): <ulink url="&rasqal-download-ftp;"/>
     52        </para>
    4753      </listitem>
    4854      <listitem>
    49         <para>Download MD5 sum: &rasqal-md5sum;</para>
     55        <para>
     56          Download MD5 sum: &rasqal-md5sum;
     57        </para>
    5058      </listitem>
    5159      <listitem>
    52         <para>Download size: &rasqal-size;</para>
     60        <para>
     61          Download size: &rasqal-size;
     62        </para>
    5363      </listitem>
    5464      <listitem>
    55         <para>Estimated disk space required: &rasqal-buildsize;</para>
     65        <para>
     66          Estimated disk space required: &rasqal-buildsize;
     67        </para>
    5668      </listitem>
    5769      <listitem>
    58         <para>Estimated build time: &rasqal-time;</para>
     70        <para>
     71          Estimated build time: &rasqal-time;
     72        </para>
    5973      </listitem>
    6074    </itemizedlist>
    6175
    62 <!--
    63     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    64     <itemizedlist spacing='compact'>
    65       <listitem>
    66         <para>Required patch: <ulink
    67         url="&patch-root;/rasqal-&rasqal-version;-fixes-1.patch"/></para>
    68       </listitem>
    69     </itemizedlist>
    70 -->
    7176    <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
    7277
    7378    <bridgehead renderas="sect4">Required</bridgehead>
    7479    <para role="required">
    75     <xref linkend="raptor"/>
     80      <xref linkend="raptor"/>
    7681    </para>
    7782
    7883    <para condition="html" role="usernotes">User Notes:
    79     <ulink url="&blfs-wiki;/rasqal"/></para>
    80 
     84      <ulink url="&blfs-wiki;/rasqal"/>
     85    </para>
    8186  </sect2>
    8287
     
    8489    <title>Installation of Rasqal</title>
    8590
    86     <para>Install <application>Rasqal</application> by running the following
    87     commands:</para>
     91    <para>
     92      Install <application>Rasqal</application> by running the following
     93      commands:
     94    </para>
    8895
    89 <screen><userinput>./configure --prefix=/usr \
    90             --disable-static &amp;&amp;
     96<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9197make</userinput></screen>
    9298
    93     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     99    <para>
     100      Now, as the <systemitem class="username">root</systemitem> user:
     101    </para>
    94102
    95103<screen role="root"><userinput>make install</userinput></screen>
     
    100108    <title>Command Explanations</title>
    101109   
    102     <para><option>--disable-static</option>: This option prevents compiling the
    103     static archive versions of the libraries.</para>
     110    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     111      href="../../xincludes/static-libraries.xml"/>
    104112   
    105113  </sect2>
     
    110118    <segmentedlist>
    111119      <segtitle>Installed Programs</segtitle>
    112       <segtitle>Installed Libraries</segtitle>
     120      <segtitle>Installed Library</segtitle>
    113121      <segtitle>Installed Directories</segtitle>
    114122
    115123      <seglistitem>
    116         <seg>rasqal-config and roqet</seg>
    117         <seg>librasqal.so</seg>
    118         <seg>/usr/include/rasqal and /usr/share/gtk-doc/html/rasqal</seg>
     124        <seg>
     125          rasqal-config and roqet
     126        </seg>
     127        <seg>
     128          librasqal.so
     129        </seg>
     130        <seg>
     131          /usr/include/rasqal and
     132          /usr/share/gtk-doc/html/rasqal
     133        </seg>
    119134      </seglistitem>
    120135    </segmentedlist>
     
    128143        <term><command>rasqal-config</command></term>
    129144        <listitem>
    130           <para>is a utility for retrieving the installation options of rasqal</para>
     145          <para>
     146            is a utility for retrieving the installation options
     147            of <application>Rasqal</application>.
     148          </para>
    131149          <indexterm zone="rasqal rasqal-config">
    132150            <primary sortas="b-rasqal-config">rasqal-config</primary>
     
    138156        <term><command>roqet</command></term>
    139157        <listitem>
    140           <para>is a RDF query utility.</para>
     158          <para>
     159            is an RDF query utility.
     160          </para>
    141161          <indexterm zone="rasqal roqet">
    142162            <primary sortas="b-roqet">roqet</primary>
  • gnome/core/libsecret.xml

    r5a464e4d r8f1699f2  
    9292    <bridgehead renderas="sect4">Optional (Required for the testsuite)</bridgehead>
    9393    <para role="optional">
    94       <xref linkend="gjs"/>,
    95       <xref linkend="dbus-python"/> and
     94      <xref linkend="dbus-python"/>,
     95      <xref linkend="gjs"/> and
    9696      <xref linkend="pygobject3"/>
    9797    </para>
     
    115115    <para>
    116116      To test the results, issue: <command>make -k check</command>. The
    117       JavaScript tests fail for unknown reasons.
     117      JavaScript tests can sometimes fail for unknown reasons.
    118118    </para>
    119119
  • introduction/welcome/changelog.xml

    r5a464e4d r8f1699f2  
    4444
    4545-->
     46    <listitem>
     47      <para>January 25th, 2013</para>
     48      <itemizedlist>
     49        <listitem>
     50          <para>[krejzi] - CrackLib 2.8.22.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[krejzi] - Doxygen 1.8.3.1.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[krejzi] - Ed 1.7.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[krejzi] - Rasqal 0.9.30.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[krejzi] - Soprano 2.9.0.</para>
     63        </listitem>
     64      </itemizedlist>
     65    </listitem>
    4666
    4767    <listitem>
  • postlfs/editors/ed.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
    88  <!ENTITY ed-download-ftp  "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz">
    9   <!ENTITY ed-md5sum        "9a78593decccaa889523aa4bb555ed4b">
    10   <!ENTITY ed-size          "92 KB">
    11   <!ENTITY ed-buildsize     "140 MB">
     9  <!ENTITY ed-md5sum        "0aa4e2428e325203d0d7c3e86c961b1c">
     10  <!ENTITY ed-size          "88 KB">
     11  <!ENTITY ed-buildsize     "1.4 MB">
    1212  <!ENTITY ed-time          "less than 0.1 SBU">
    1313]>
     
    8383  </sect2>
    8484
    85   <sect2 role="commands">
    86     <title>Command Explanations</title>
    87 
    88     <para><parameter>--bindir=/bin</parameter>: This parameter places the
    89     <command>ed</command> binary into the root filesystem.</para>
    90 
    91   </sect2>
    92 
    9385  <sect2 role="content">
    9486    <title>Contents</title>
     
    9688    <segmentedlist>
    9789      <segtitle>Installed Programs</segtitle>
    98       <segtitle>Installed Libraries</segtitle>
    99       <segtitle>Installed Directories</segtitle>
    10090
    10191      <seglistitem>
    10292        <seg>ed and red</seg>
    103         <seg>None</seg>
    104         <seg>None</seg>
    10593      </seglistitem>
    10694    </segmentedlist>
  • postlfs/security/cracklib.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY cracklib-download-http "&sourceforge-repo;/cracklib/cracklib-&cracklib-version;.tar.gz">
    88  <!ENTITY cracklib-download-ftp  "&gentoo-ftp-repo;/cracklib-&cracklib-version;.tar.gz">
    9   <!ENTITY cracklib-md5sum        "ca0ec168d9c6466612204e8dfb2df8a9">
    10   <!ENTITY cracklib-size          "604 KB">
    11   <!ENTITY cracklib-buildsize     "29 MB">
     9  <!ENTITY cracklib-md5sum        "463177b5c29c7a598c991e12a4898e06">
     10  <!ENTITY cracklib-size          "620 KB">
     11  <!ENTITY cracklib-buildsize     "5.2 MB">
    1212  <!ENTITY cracklib-time          "less than 0.1 SBU">
    1313
     
    6464
    6565    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    66     <itemizedlist spacing='compact'>
     66    <itemizedlist spacing="compact">
    6767      <listitem>
    6868        <para>Recommended word list for English-speaking countries (size:
     
    100100
    101101    <bridgehead renderas="sect4">Optional</bridgehead>
    102     <para role="optional"><xref linkend="python2"/></para>
     102    <para role="optional">
     103      <xref linkend="python2"/>
     104    </para>
    103105
    104106    <para condition="html" role="usernotes">User Notes:
    105     <ulink url="&blfs-wiki;/cracklib"/></para>
    106 
     107      <ulink url="&blfs-wiki;/cracklib"/>
     108    </para>
    107109  </sect2>
    108110
     
    114116
    115117<screen><userinput>./configure --prefix=/usr \
    116             --with-default-dict=/lib/cracklib/pw_dict &amp;&amp;
     118            --with-default-dict=/lib/cracklib/pw_dict \
     119            --disable-static &amp;&amp;
    117120make</userinput></screen>
    118121
     
    128131    dictionary. Other word lists (text based, one word per line) can also be
    129132    used by simply installing them into
    130     <filename class='directory'>/usr/share/dict</filename> and adding them
     133    <filename class="directory">/usr/share/dict</filename> and adding them
    131134    to the <command>create-cracklib-dict</command> command.</para>
    132135
     
    164167    This parameter forces the installation of the
    165168    <application>CrackLib</application> dictionary to the
    166     <filename class='directory'>/lib</filename> hierarchy.</para>
     169    <filename class="directory">/lib</filename> hierarchy.</para>
     170
     171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     172      href="../../xincludes/static-libraries.xml"/>
    167173
    168174    <para><command>mv -v /usr/lib/libcrack.so.2* /lib</command> and
    169175    <command>ln -v -sf ../../lib/libcrack.so.2.8.1 ...</command>: These two
    170     commands move the <filename class='libraryfile'>libcrack.so.2.8.1</filename>
     176    commands move the <filename class="libraryfile">libcrack.so.2.8.1</filename>
    171177    library and associated symlink from
    172     <filename class='directory'>/usr/lib</filename> to
    173     <filename class='directory'>/lib</filename>, then recreates the
    174     <filename class='symlink'>/usr/lib/libcrack.so</filename> symlink pointing
     178    <filename class="directory">/usr/lib</filename> to
     179    <filename class="directory">/lib</filename>, then recreates the
     180    <filename class="symlink">/usr/lib/libcrack.so</filename> symlink pointing
    175181    to the relocated file.</para>
    176182
    177183    <para><command>install -v -m644 -D ...</command>: This command creates the
    178     <filename class='directory'>/usr/share/dict</filename> directory (if it
     184    <filename class="directory">/usr/share/dict</filename> directory (if it
    179185    doesn't already exist) and installs the compressed word list there.</para>
    180186
     
    211217        cracklib-unpacker and create-cracklib-dict</seg>
    212218
    213         <seg>libcrack.so and the _cracklibmodule.{so,a}
     219        <seg>libcrack.so and the _cracklibmodule.so
    214220          <application>Python</application> module</seg>
    215221       
     
    235241
    236242      <varlistentry id="libcrack">
    237         <term><filename class='libraryfile'>libcrack.so</filename></term>
     243        <term><filename class="libraryfile">libcrack.so</filename></term>
    238244        <listitem>
    239245          <para>provides a fast dictionary lookup method for strong
  • server/other/soprano.xml

    r5a464e4d r8f1699f2  
    77  <!ENTITY soprano-download-http "&sourceforge-repo;/soprano/soprano-&soprano-version;.tar.bz2">
    88  <!ENTITY soprano-download-ftp  " ">
    9   <!ENTITY soprano-md5sum        "273c3403aeb6d8a43e78a4887f50a385">
     9  <!ENTITY soprano-md5sum        "90134eaaf40b6663dd01cfaefdaba7fb">
    1010  <!ENTITY soprano-size          "1.9 MB">
    11   <!ENTITY soprano-buildsize     "23 MB">
     11  <!ENTITY soprano-buildsize     "25 MB">
    1212  <!ENTITY soprano-time          "0.6 SBU">
    1313]>
    1414
    15 <sect1 id="soprano" xreflabel="soprano-&soprano-version;">
     15<sect1 id="soprano" xreflabel="Soprano-&soprano-version;">
    1616  <?dbhtml filename="soprano.html"?>
    1717
     
    3030    <title>Introduction to Soprano</title>
    3131
    32     <para><application>Soprano</application> (formally known as QRDF) is a
    33     library which provides a nice Qt interface to RDF storage solutions. It
    34     has a modular structure which allows to  replace the actual RDF storage
    35     implementation used.</para>
     32    <para>
     33      <application>Soprano</application> (formally known as QRDF) is a
     34      library which provides a nice Qt interface to RDF storage solutions.
     35      It has a modular structure which allows to replace the actual RDF
     36      storage  implementation used.
     37    </para>
    3638
    3739    &lfs72_checked;
     
    4042    <itemizedlist spacing="compact">
    4143      <listitem>
    42         <para>Download (HTTP): <ulink url="&soprano-download-http;"/></para>
    43       </listitem>
    44       <listitem>
    45         <para>Download (FTP): <ulink url="&soprano-download-ftp;"/></para>
    46       </listitem>
    47       <listitem>
    48         <para>Download MD5 sum: &soprano-md5sum;</para>
    49       </listitem>
    50       <listitem>
    51         <para>Download size: &soprano-size;</para>
    52       </listitem>
    53       <listitem>
    54         <para>Estimated disk space required: &soprano-buildsize;</para>
    55       </listitem>
    56       <listitem>
    57         <para>Estimated build time: &soprano-time;</para>
     44        <para>
     45          Download (HTTP): <ulink url="&soprano-download-http;"/>
     46        </para>
     47      </listitem>
     48      <listitem>
     49        <para>
     50          Download (FTP): <ulink url="&soprano-download-ftp;"/>
     51        </para>
     52      </listitem>
     53      <listitem>
     54        <para>
     55          Download MD5 sum: &soprano-md5sum;
     56        </para>
     57      </listitem>
     58      <listitem>
     59        <para>
     60          Download size: &soprano-size;
     61        </para>
     62      </listitem>
     63      <listitem>
     64        <para>
     65          Estimated disk space required: &soprano-buildsize;
     66        </para>
     67      </listitem>
     68      <listitem>
     69        <para>
     70          Estimated build time: &soprano-time;
     71        </para>
    5872      </listitem>
    5973    </itemizedlist>
    60 <!--
    61 no longer required in 4.6
    62     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    63     <itemizedlist spacing='compact'>
    64       <listitem>
    65         <para>Required patch: <ulink
    66         url="&equinox-download;/soprano-&soprano-version;-redland_fix-1.patch"/></para>
    67       </listitem>
    68     </itemizedlist>
    69 -->
     74
    7075    <bridgehead renderas="sect3">Soprano Dependencies</bridgehead>
    7176
    7277    <bridgehead renderas="sect4">Required</bridgehead>
    7378    <para role="required">
    74     <xref linkend="cmake"/>,
    75     <xref linkend="qt"/>,
    76     <xref linkend="dbus"/> and
    77     <xref linkend="redland"/>
    78     </para>
    79 
    80     <bridgehead renderas="sect4">Recommended</bridgehead>
     79      <xref linkend="dbus"/>,
     80      <xref linkend="cmake"/>,
     81      <xref linkend="qt"/> and
     82      <xref linkend="redland"/>
     83    </para>
     84
     85    <bridgehead renderas="sect4">Recommended (Required if building KDE)</bridgehead>
    8186    <para role="recommended">
    82     <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
    83     <xref linkend="virtuoso"/> is required as a runtime dependency for this
    84     backend.)
     87      <xref linkend="libiodbc"/> (required for the Virtuoso backend. Additionally,
     88      <xref linkend="virtuoso"/> is required as a runtime dependency for this
     89      backend.)
    8590    </para>
    8691   
    8792    <bridgehead renderas="sect4">Optional</bridgehead>
    8893    <para role="optional">
    89     <xref linkend="doxygen"/> (to build the documentation),
    90     <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink>
    91     (no longer required to use soprano in KDE) and
    92     <ulink url="http://www.openrdf.org/">Sesame2</ulink>
     94      <xref linkend="doxygen"/> (to build the documentation),
     95      <ulink url="http://sourceforge.net/projects/clucene/">CLucene</ulink>
     96      (no longer required to use Soprano in KDE) and
     97      <ulink url="http://www.openrdf.org/">Sesame2</ulink>
    9398    </para>
    9499
    95100    <para condition="html" role="usernotes">User Notes:
    96     <ulink url="&blfs-wiki;/soprano"/></para>
    97 
     101      <ulink url="&blfs-wiki;/soprano"/>
     102    </para>
    98103  </sect2>
    99104
     
    106111<screen><userinput>mkdir build &amp;&amp;
    107112cd build &amp;&amp;
    108 cmake -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;
     113cmake -DCMAKE_INSTALL_PREFIX=/usr \
     114      -DCMAKE_BUILD_TYPE=Release  \
     115      .. &amp;&amp;
    109116make</userinput></screen>
    110117
    111     <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     118    <para>
     119      Now, as the <systemitem class="username">root</systemitem> user:
     120    </para>
    112121
    113122<screen role="root"><userinput>make install</userinput></screen>
     
    117126    <title>Command Explanations</title>
    118127
    119     <para><option>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</option>: Soprano might not
    120     build with recent Clucene versions. Use this option to fix it.</para>
     128    <para>
     129      <parameter>-DCMAKE_BUILD_TYPE=Release</parameter>: This switch is used
     130      to apply higher level of the compiler optimizations.
     131    </para>
     132
     133    <para>
     134      <parameter>-DSOPRANO_DISABLE_CLUCENE_INDEX=1</parameter>:
     135      <application>Soprano</application> might not  build with recent
     136      <application>Clucene</application> versions. Use this switch
     137      to fix it.
     138    </para>
    121139
    122140  </sect2>
     
    125143    <title>Configuration of Soprano</title>
    126144
    127     <para>Create a directory where <application>soprano</application> places some
    128     runtime data:</para>
    129    
     145    <para>
     146      Create a directory where <application>Soprano</application> places some
     147      runtime data:
     148    </para>
     149
    130150<screen role="root"><userinput>install -m755 -d /srv/soprano</userinput></screen>
    131151
    132     <para>The <application>soprano</application>d accepts some parameter. To not
    133     hardcode them in the startscript, create a configuration file:</para>
     152    <para>
     153      The <command>sopranod</command> accepts some parameters. To configure
     154      how the bootscript starts <command>sopranod</command>,
     155      create a configuration file:
     156    </para>
    134157
    135158<screen role="root"><userinput>cat &gt; /etc/sysconfig/soprano &lt;&lt;EOF
     
    143166EOF</userinput></screen>
    144167
    145 
    146168<sect3 id="soprano-init">
    147169      <title>Boot Script</title>
    148170
    149171      <note>
    150       <para>It is not required to start the soprano server at boottime for KDE.
    151       KDE will start soprano as needed.</para>
     172        <para>
     173          It is not required to start the <application>Soprano</application>
     174          server at boottime for <application>KDE</application>.
     175          <application>KDE</application> will start
     176          <application>Soprano</application> as needed.
     177        </para>
    152178      </note>
    153179     
    154       <para>In order to get <application>Soprano</application> started
    155       automatically when the system is booted, install the
    156       <filename>/etc/rc.d/init.d/soprano</filename> init script included
    157       in the <xref linkend="bootscripts"/> package.</para>
     180      <para>
     181        In order to get <application>Soprano</application> started
     182        automatically when the system is booted, install the
     183        <filename>/etc/rc.d/init.d/soprano</filename> init script included
     184        in the <xref linkend="bootscripts"/> package.
     185      </para>
    158186
    159187      <indexterm zone="soprano soprano-init">
     
    176204
    177205      <seglistitem>
    178         <seg>sopranod, sopranocmd and onto2vocabularyclass</seg>
    179         <seg>libsoprano.so, libsopranoclient.so, libsopranoserver.so and
    180         several libraries in /usr/lib/soprano/</seg>
    181         <seg>/usr/include/soprano, /usr/include/Soprano and /usr/share/soprano</seg>
     206        <seg>
     207          onto2vocabularyclass, sopranocmd and sopranod
     208        </seg>
     209        <seg>
     210          libsopranoclient.so, libsopranoserver.so and libsoprano.so
     211        </seg>
     212        <seg>
     213          /usr/include/soprano,
     214          /usr/include/Soprano,
     215          /usr/lib/soprano and
     216          /usr/share/soprano
     217        </seg>
    182218      </seglistitem>
    183219    </segmentedlist>
    184 <!--
    185     <variablelist>
    186       <bridgehead renderas="sect3">Short Descriptions</bridgehead>
    187       <?dbfo list-presentation="list"?>
    188       <?dbhtml list-presentation="table"?>
    189 
    190       <varlistentry id="a-soprano">
    191         <term><command>soprano</command></term>
    192         <listitem>
    193           <para>is a testing utility for soprano-generated build trees.</para>
    194           <indexterm zone="a-soprano soprano">
    195             <primary sortas="b-soprano">soprano</primary>
    196           </indexterm>
    197         </listitem>
    198       </varlistentry>
    199 
    200     </variablelist>
    201 -->
     220
    202221  </sect2>
    203222
  • server/other/virtuoso.xml

    r5a464e4d r8f1699f2  
    1313]>
    1414
    15 <sect1 id="virtuoso" xreflabel="virtuoso-&virtuoso-version;">
     15<sect1 id="virtuoso" xreflabel="Virtuoso-&virtuoso-version;">
    1616  <?dbhtml filename="virtuoso.html"?>
    1717
     
    2424
    2525  <indexterm zone="virtuoso">
    26     <primary sortas="a-virtuoso">virtuoso</primary>
     26    <primary sortas="a-Virtuoso">Virtuoso</primary>
    2727  </indexterm>
    2828
Note: See TracChangeset for help on using the changeset viewer.