source: general/sysutils/raptor.xml@ 45ab6c7

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 45ab6c7 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

  • Property mode set to 100644
File size: 5.4 KB
RevLine 
[47969a6]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
[c6b192c]7 <!ENTITY raptor-download-http "https://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
[47969a6]8 <!ENTITY raptor-download-ftp " ">
[7b1b9d72]9 <!ENTITY raptor-md5sum "a39f6c07ddb20d7dd2ff1f95fa21e2cd">
10 <!ENTITY raptor-size "1.9 MB">
11 <!ENTITY raptor-buildsize "28 MB (additional 1 MB for the tests)">
[18310d86]12 <!ENTITY raptor-time "0.2 SBU (additional 0.5 SBU for the tests)">
[47969a6]13]>
14
[8f1699f2]15<sect1 id="raptor" xreflabel="Raptor-&raptor-version;">
[47969a6]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">
[8f1699f2]25 <primary sortas="a-Raptor">Raptor</primary>
[47969a6]26 </indexterm>
27
28 <sect2 role="package">
29 <title>Introduction to Raptor</title>
30
[5b38e37]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>
[47969a6]36
[66d551c]37 &lfs101_checked;
[47969a6]38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
[5b38e37]42 <para>
43 Download (HTTP): <ulink url="&raptor-download-http;"/>
44 </para>
[47969a6]45 </listitem>
46 <listitem>
[5b38e37]47 <para>
48 Download (FTP): <ulink url="&raptor-download-ftp;"/>
49 </para>
[47969a6]50 </listitem>
51 <listitem>
[5b38e37]52 <para>
53 Download MD5 sum: &raptor-md5sum;
54 </para>
[47969a6]55 </listitem>
56 <listitem>
[5b38e37]57 <para>
58 Download size: &raptor-size;
59 </para>
[47969a6]60 </listitem>
61 <listitem>
[5b38e37]62 <para>
63 Estimated disk space required: &raptor-buildsize;
64 </para>
[47969a6]65 </listitem>
66 <listitem>
[5b38e37]67 <para>
68 Estimated build time: &raptor-time;
69 </para>
[47969a6]70 </listitem>
71 </itemizedlist>
72
[90691c2]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
[3bb53bb]83 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
[47969a6]84
85 <bridgehead renderas="sect4">Required</bridgehead>
86 <para role="required">
[5b38e37]87 <xref linkend="curl"/> and
88 <xref linkend="libxslt"/>
[47969a6]89 </para>
[5b38e37]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.com/yajl/">libyajl</ulink>
[47969a6]96 </para>
97
[5b38e37]98 <para condition="html" role="usernotes">User Notes:
99 <ulink url="&blfs-wiki;/raptor"/>
100 </para>
[47969a6]101 </sect2>
102
103 <sect2 role="installation">
[9b7d496]104 <title>Installation of Raptor</title>
[47969a6]105
[90691c2]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
[5b38e37]112 <para>
113 Install <application>Raptor</application> by running the following
114 commands:
115 </para>
[47969a6]116
[5b38e37]117<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[47969a6]118make</userinput></screen>
119
[028759b]120 <para>
[18310d86]121 To test the results, issue: <command>make check</command>.
[028759b]122 </para>
123
[5b38e37]124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
[47969a6]127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
[3bb53bb]131
[47969a6]132 <sect2 role="commands">
133 <title>Command Explanations</title>
[d298c5f]134
[5b38e37]135 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
136 href="../../xincludes/static-libraries.xml"/>
137
138 <para>
[cd50e2e]139 <option>--with-icu-config=/usr/bin/icu-config</option>: Use
[5b38e37]140 this switch if you have installed <xref linkend="icu"/> and wish
141 to build <application>Raptor</application> with its support.
142 </para>
143
[47969a6]144 </sect2>
[3bb53bb]145
[47969a6]146 <sect2 role="content">
147 <title>Contents</title>
148
149 <segmentedlist>
150 <segtitle>Installed Programs</segtitle>
151 <segtitle>Installed Libraries</segtitle>
[9b7d496]152 <segtitle>Installed Directories</segtitle>
[47969a6]153
154 <seglistitem>
[5b38e37]155 <seg>
156 rapper
157 </seg>
158 <seg>
159 libraptor2.so
160 </seg>
161 <seg>
162 /usr/include/raptor2 and
163 /usr/share/gtk-doc/html/raptor2
164 </seg>
[47969a6]165 </seglistitem>
166 </segmentedlist>
167
168 <variablelist>
169 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
170 <?dbfo list-presentation="list"?>
171 <?dbhtml list-presentation="table"?>
172
173 <varlistentry id="rapper">
174 <term><command>rapper</command></term>
175 <listitem>
[5b38e37]176 <para>
[4c24eb0a]177 is a RDF parsing and serializing utility
[5b38e37]178 </para>
[47969a6]179 <indexterm zone="raptor rapper">
180 <primary sortas="b-rapper">rapper</primary>
181 </indexterm>
182 </listitem>
183 </varlistentry>
184
[5b38e37]185 <varlistentry id="libraptor2">
186 <term><filename class="libraryfile">libraptor2.so</filename></term>
187 <listitem>
188 <para>
[4c24eb0a]189 contains the <application>Raptor</application> API functions
[5b38e37]190 </para>
191 <indexterm zone="raptor libraptor2">
192 <primary sortas="c-libraptor2">libraptor2.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
[47969a6]197 </variablelist>
198
199 </sect2>
200
201</sect1>
Note: See TracBrowser for help on using the repository browser.