glfs/general/sysutils/raptor.xml

145 lines
4.2 KiB
XML
Raw Normal View History

<?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 raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
<!ENTITY raptor-download-ftp " ">
<!ENTITY raptor-md5sum "ac60858b875aab8fa7917f21a1237aa9">
<!ENTITY raptor-size "1.7 MB">
<!ENTITY raptor-buildsize "19 MB">
<!ENTITY raptor-time "0.2 SBU">
]>
<sect1 id="raptor" xreflabel="raptor-&raptor-version;">
<?dbhtml filename="raptor.html"?>
<sect1info>
<othername>$LastChangedBy$</othername>
<date>$Date$</date>
</sect1info>
<title>Raptor-&raptor-version;</title>
<indexterm zone="raptor">
<primary sortas="a-raptor">raptor</primary>
</indexterm>
<sect2 role="package">
<title>Introduction to Raptor</title>
<para><application>Raptor</application> is a C library that provides a set
of parsers and serializers that generate Resource Description Framework (RDF)
triples.</para>
&lfs72_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
<listitem>
<para>Download (HTTP): <ulink url="&raptor-download-http;"/></para>
</listitem>
<listitem>
<para>Download (FTP): <ulink url="&raptor-download-ftp;"/></para>
</listitem>
<listitem>
<para>Download MD5 sum: &raptor-md5sum;</para>
</listitem>
<listitem>
<para>Download size: &raptor-size;</para>
</listitem>
<listitem>
<para>Estimated disk space required: &raptor-buildsize;</para>
</listitem>
<listitem>
<para>Estimated build time: &raptor-time;</para>
</listitem>
</itemizedlist>
<!--
<bridgehead renderas="sect3">Additional Downloads</bridgehead>
<itemizedlist spacing='compact'>
<listitem>
<para>Required patch: <ulink
url="&patch-root;/raptor-&raptor-version;-curl.patch"/></para>
</listitem>
</itemizedlist>
-->
<bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="expat"/> or <xref linkend="libxml2"/>,
<xref linkend="curl"/>
</para>
<!--
<bridgehead renderas="sect4">Recommended</bridgehead>
<para role="recommended">
<xref linkend="gtk2"/>
</para>
-->
<para condition="html" role="usernotes">User Notes:
<ulink url="&blfs-wiki;/raptor"/></para>
</sect2>
<sect2 role="installation">
<title>Installation of Raptor</title>
<para>Install <application>Raptor</application> by running the following
commands:</para>
<screen><userinput>./configure --prefix=/usr \
--disable-static &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>--disable-static</option>: This option prevents compiling the
static archive versions of the libraries.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>
<segmentedlist>
<segtitle>Installed Programs</segtitle>
<segtitle>Installed Libraries</segtitle>
<segtitle>Installed Directories</segtitle>
<seglistitem>
<seg>rapper</seg>
<seg>libraptor2.so</seg>
<seg>/usr/include/raptor2 and /usr/share/gtk-doc/html/raptor2</seg>
</seglistitem>
</segmentedlist>
<variablelist>
<bridgehead renderas="sect3">Short Descriptions</bridgehead>
<?dbfo list-presentation="list"?>
<?dbhtml list-presentation="table"?>
<varlistentry id="rapper">
<term><command>rapper</command></term>
<listitem>
<para>is a RDF parsing and serializing utility.</para>
<indexterm zone="raptor rapper">
<primary sortas="b-rapper">rapper</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>