glfs/general/sysutils/redland.xml
Thomas Trepl 47969a6003 Add several packages in preparation for (but not only for) KDE4
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8858 af4574ff-66df-0310-9fd7-8a98e5e911e0
2011-02-08 21:13:13 +00:00

149 lines
4.3 KiB
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % general-entities SYSTEM "../../general.ent">
%general-entities;
<!ENTITY redland-download-http "http://download.librdf.org/source/redland-&redland-version;.tar.gz">
<!ENTITY redland-download-ftp " ">
<!ENTITY redland-md5sum "40f37a5ad97fdfbf984f78dcea0c6115">
<!ENTITY redland-size "1.5 MB">
<!ENTITY redland-buildsize "19 MB">
<!ENTITY redland-time "0.9 SBU">
]>
<sect1 id="redland" xreflabel="redland-&redland-version;">
<?dbhtml filename="redland.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Redland-&redland-version;</title>
<indexterm zone="redland">
<primary sortas="l-redland">redland</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Redland</title>
<para><application>Redland</application> is a set of free software C libraries
that provide support for the Resource Description Framework (RDF). It is
required by <application>Soprano</application> to build
<application>Nepomuk</application>.</para>
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&redland-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&redland-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &redland-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &redland-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &redland-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &redland-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/redland-&redland-version;-fixes-1.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Redland Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="rasqal"/>
</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional">
<xref linkend="db"/>,
<xref linkend="libiodbc"/>,
<xref linkend="sqlite"/>,
<xref linkend="mysql"/>,
<xref linkend="postgresql"/>,
<xref linkend="virtuoso"/>
</para>
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/redland"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of redland</title>
<para>Install <application>redland</application> by running the following
commands:</para>
<screen><userinput>./configure prefix=/usr &amp;&amp;
make</userinput></screen>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
<screen role="root"><userinput>make install</userinput></screen>
</sect2>
<!--
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>- -xyz</option>: This option is set for ...</para>
</sect2>
-->
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directory</segtitle>
<seglistitem>
<seg>redland-db-upgrade, rdfproc, redland-config</seg>
<seg>librdf.{a,so}, redland/librdf_storage_*.{so,a}</seg>
<seg>None</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="rdfproc">
<term><command>rdfproc</command></term>
<listitem>
<para>is the Redland RDF processor utility.</para>
<indexterm zone="redland rdfproc">
<primary sortas="b-rdfproc">rdfproc</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>