source: general/sysutils/raptor.xml@ 7223306a

11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 7223306a was 7223306a, checked in by Ken Moffat <ken@…>, 3 years ago

Tags

  • Property mode set to 100644
File size: 5.5 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 "https://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
8 <!ENTITY raptor-download-ftp " ">
9 <!ENTITY raptor-md5sum "a39f6c07ddb20d7dd2ff1f95fa21e2cd">
10 <!ENTITY raptor-size "1.9 MB">
11 <!ENTITY raptor-buildsize "28 MB (additional 1 MB for the tests)">
12 <!ENTITY raptor-time "0.2 SBU (additional 0.5 SBU for the tests)">
13]>
14
15<sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
16 <?dbhtml filename="raptor.html"?>
17
18 <sect1info>
19 <date>$Date$</date>
20 </sect1info>
21
22 <title>Raptor-&raptor-version;</title>
23
24 <indexterm zone="raptor">
25 <primary sortas="a-Raptor">Raptor</primary>
26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Raptor</title>
30
31 <para>
32 <application>Raptor</application> is a C library that provides a set of
33 parsers and serializers that generate Resource Description Framework
34 (RDF) triples.
35 </para>
36
37 &lfs110a_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&raptor-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&raptor-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &raptor-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &raptor-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &raptor-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &raptor-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
74 <itemizedlist spacing="compact">
75 <listitem>
76 <para>
77 Required patch:
78 <ulink url="&patch-root;/raptor-&raptor-version;-security_fixes-1.patch"/>
79 </para>
80 </listitem>
81 </itemizedlist>
82
83 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
87 <xref linkend="curl"/> and
88 <xref linkend="libxslt"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="gtk-doc"/>,
94 <xref linkend="icu"/> and
95 <ulink url="http://lloyd.github.io/yajl/">libyajl</ulink>
96 </para>
97
98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/raptor"/>
100 </para>
101 </sect2>
102
103 <sect2 role="installation">
104 <title>Installation of Raptor</title>
105
106 <para>
107 First, apply a patch that fixes a couple of security issues:
108 </para>
109
110<screen><userinput remap="pre">patch -Np1 -i ../raptor-&raptor-version;-security_fixes-1.patch</userinput></screen>
111
112 <para>
113 Install <application>Raptor</application> by running the following
114 commands:
115 </para>
116
117<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
118make</userinput></screen>
119
120 <para>
121 To test the results, issue: <command>make check</command>.
122 Several of the XML tests may fail.
123 </para>
124
125 <para>
126 Now, as the <systemitem class="username">root</systemitem> user:
127 </para>
128
129<screen role="root"><userinput>make install</userinput></screen>
130
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
137 href="../../xincludes/static-libraries.xml"/>
138
139 <para>
140 <option>--with-icu-config=/usr/bin/icu-config</option>: Use
141 this switch if you have installed <xref linkend="icu"/> and wish
142 to build <application>Raptor</application> with its support.
143 </para>
144
145 </sect2>
146
147 <sect2 role="content">
148 <title>Contents</title>
149
150 <segmentedlist>
151 <segtitle>Installed Programs</segtitle>
152 <segtitle>Installed Libraries</segtitle>
153 <segtitle>Installed Directories</segtitle>
154
155 <seglistitem>
156 <seg>
157 rapper
158 </seg>
159 <seg>
160 libraptor2.so
161 </seg>
162 <seg>
163 /usr/include/raptor2 and
164 /usr/share/gtk-doc/html/raptor2
165 </seg>
166 </seglistitem>
167 </segmentedlist>
168
169 <variablelist>
170 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
171 <?dbfo list-presentation="list"?>
172 <?dbhtml list-presentation="table"?>
173
174 <varlistentry id="rapper">
175 <term><command>rapper</command></term>
176 <listitem>
177 <para>
178 is a RDF parsing and serializing utility
179 </para>
180 <indexterm zone="raptor rapper">
181 <primary sortas="b-rapper">rapper</primary>
182 </indexterm>
183 </listitem>
184 </varlistentry>
185
186 <varlistentry id="libraptor2">
187 <term><filename class="libraryfile">libraptor2.so</filename></term>
188 <listitem>
189 <para>
190 contains the <application>Raptor</application> API functions
191 </para>
192 <indexterm zone="raptor libraptor2">
193 <primary sortas="c-libraptor2">libraptor2.so</primary>
194 </indexterm>
195 </listitem>
196 </varlistentry>
197
198 </variablelist>
199
200 </sect2>
201
202</sect1>
Note: See TracBrowser for help on using the repository browser.