source: general/sysutils/raptor.xml@ d6341da

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
Last change on this file since d6341da was 3d6c5d7, checked in by Ragnar Thomsen <rthomsen@…>, 12 years ago

Fix patches for raptor/strigi.

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

  • Property mode set to 100644
File size: 4.7 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY raptor-download-http "http://download.librdf.org/source/raptor-&raptor-version;.tar.gz">
8 <!ENTITY raptor-download-ftp " ">
9 <!ENTITY raptor-md5sum "992061488af7a9e2d933df6b694bb876">
10 <!ENTITY raptor-size "1.6 MB">
11 <!ENTITY raptor-buildsize "24 MB">
12 <!ENTITY raptor-time "0.5 SBU">
13]>
14
15<sect1 id="raptor" xreflabel="raptor-&raptor-version;">
16 <?dbhtml filename="raptor.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Raptor-&raptor-version;</title>
24
25 <indexterm zone="raptor">
26 <primary sortas="l-raptor">raptor</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Raptor</title>
31
32 <para><application>Raptor</application> is a C library that provides a set
33 of parsers and serializers that generate Resource Description Framework (RDF)
34 triples.</para>
35
36 &lfs70_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&raptor-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&raptor-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &raptor-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &raptor-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &raptor-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &raptor-time;</para>
57 </listitem>
58 </itemizedlist>
59
60
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/raptor-&raptor-version;-curl.patch"/></para>
66 </listitem>
67 </itemizedlist>
68
69 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="expat"/> or <xref linkend="libxml2"/>,
74 <xref linkend="curl"/>
75 </para>
76<!--
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gtk2"/>
80 </para>
81-->
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/raptor"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of raptor</title>
89
90 <para>Install <application>raptor</application> by running the following
91 commands:</para>
92
93<screen><userinput>patch -Np0 -i ../raptor-&raptor-version;-curl.patch &amp;&amp;
94./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>patch -Np1 -i ../raptor-&raptor-version;-curl.patch</option>: This
107 patch fixes compiling with <application>cURL</application>.</para>
108 <para><option>--disable-static</option>: This option prevents compiling the
109 static archive versions of the libraries.</para>
110 </sect2>
111
112 <sect2 role="content">
113 <title>Contents</title>
114
115 <segmentedlist>
116 <segtitle>Installed Programs</segtitle>
117 <segtitle>Installed Libraries</segtitle>
118 <segtitle>Installed Directory</segtitle>
119
120 <seglistitem>
121 <seg>rapper, raptor-config</seg>
122 <seg>libraptor.so</seg>
123 <seg>None</seg>
124 </seglistitem>
125 </segmentedlist>
126
127 <variablelist>
128 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
129 <?dbfo list-presentation="list"?>
130 <?dbhtml list-presentation="table"?>
131
132 <varlistentry id="rapper">
133 <term><command>rapper</command></term>
134 <listitem>
135 <para>is a RDF parsing and serializing utility.</para>
136 <indexterm zone="raptor rapper">
137 <primary sortas="b-rapper">rapper</primary>
138 </indexterm>
139 </listitem>
140 </varlistentry>
141
142 <varlistentry id="raptor-config">
143 <term><command>raptor-config</command></term>
144 <listitem>
145 <para>is a utility for retrieving the installation options of raptor</para>
146 <indexterm zone="raptor raptor-config">
147 <primary sortas="b-raptor-config">raptor-config</primary>
148 </indexterm>
149 </listitem>
150 </varlistentry>
151
152 </variablelist>
153
154 </sect2>
155
156</sect1>
Note: See TracBrowser for help on using the repository browser.