glfs/general/sysutils/raptor.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

154 lines
4.4 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 raptor-download-http "http://download.librdf.org/source/raptor-&raptor-version;.tar.gz">
<!ENTITY raptor-download-ftp " ">
<!ENTITY raptor-md5sum "992061488af7a9e2d933df6b694bb876">
<!ENTITY raptor-size "1.6 MB">
<!ENTITY raptor-buildsize "24 MB">
<!ENTITY raptor-time "0.5 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="l-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>
&lfs67_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;-fixes-1.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 &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>rapper, raptor-config</seg>
<seg>libraptor.{a,so}</seg>
<seg>None</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>
<varlistentry id="raptor-config">
<term><command>raptor-config</command></term>
<listitem>
<para>is a utility for retrieving the installation options of raptor</para>
<indexterm zone="raptor raptor-config">
<primary sortas="b-raptor-config">raptor-config</primary>
</indexterm>
</listitem>
</varlistentry>
</variablelist>
</sect2>
</sect1>