source: general/sysutils/rasqal.xml@ c6b192c

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

secure package download URLs

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

  • Property mode set to 100644
File size: 4.8 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 rasqal-download-http "https://download.librdf.org/source/rasqal-&rasqal-version;.tar.gz">
8 <!ENTITY rasqal-download-ftp " ">
9 <!ENTITY rasqal-md5sum "1f5def51ca0026cd192958ef07228b52">
10 <!ENTITY rasqal-size "1.6 MB">
11 <!ENTITY rasqal-buildsize "22 MB (additional 4 MB for the tests)">
12 <!ENTITY rasqal-time "0.3 SBU (additional 0.7 SBU for the tests)">
13]>
14
15<sect1 id="rasqal" xreflabel="Rasqal-&rasqal-version;">
16 <?dbhtml filename="rasqal.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Rasqal-&rasqal-version;</title>
24
25 <indexterm zone="rasqal">
26 <primary sortas="a-Rasqal">Rasqal</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Rasqal</title>
31
32 <para>
33 <application>Rasqal</application> is a C library that handles Resource
34 Description Framework (RDF) query language syntaxes, query construction, and
35 execution of queries returning results as bindings, boolean, RDF graphs/triples
36 or syntaxes.
37 </para>
38
39 &lfs101_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&rasqal-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&rasqal-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &rasqal-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &rasqal-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &rasqal-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &rasqal-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="raptor"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="pcre"/> and
85 <xref linkend="libgcrypt"/>
86 </para>
87
88 <para condition="html" role="usernotes">User Notes:
89 <ulink url="&blfs-wiki;/rasqal"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of Rasqal</title>
95
96 <para>
97 Install <application>Rasqal</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
102make</userinput></screen>
103
104 <para>
105 To test the results, issue: <command>make check</command>.
106 </para>
107
108 <para>
109 Now, as the <systemitem class="username">root</systemitem> user:
110 </para>
111
112<screen role="root"><userinput>make install</userinput></screen>
113
114 </sect2>
115
116 <sect2 role="commands">
117 <title>Command Explanations</title>
118
119 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
120 href="../../xincludes/static-libraries.xml"/>
121
122 </sect2>
123
124 <sect2 role="content">
125 <title>Contents</title>
126
127 <segmentedlist>
128 <segtitle>Installed Programs</segtitle>
129 <segtitle>Installed Library</segtitle>
130 <segtitle>Installed Directories</segtitle>
131
132 <seglistitem>
133 <seg>
134 rasqal-config and roqet
135 </seg>
136 <seg>
137 librasqal.so
138 </seg>
139 <seg>
140 /usr/include/rasqal and
141 /usr/share/gtk-doc/html/rasqal
142 </seg>
143 </seglistitem>
144 </segmentedlist>
145
146 <variablelist>
147 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
148 <?dbfo list-presentation="list"?>
149 <?dbhtml list-presentation="table"?>
150
151 <varlistentry id="rasqal-config">
152 <term><command>rasqal-config</command></term>
153 <listitem>
154 <para>
155 is an utility for retrieving the installation options
156 of <application>Rasqal</application>
157 </para>
158 <indexterm zone="rasqal rasqal-config">
159 <primary sortas="b-rasqal-config">rasqal-config</primary>
160 </indexterm>
161 </listitem>
162 </varlistentry>
163
164 <varlistentry id="roqet">
165 <term><command>roqet</command></term>
166 <listitem>
167 <para>
168 is an RDF query utility
169 </para>
170 <indexterm zone="rasqal roqet">
171 <primary sortas="b-roqet">roqet</primary>
172 </indexterm>
173 </listitem>
174 </varlistentry>
175
176 </variablelist>
177
178 </sect2>
179
180</sect1>
Note: See TracBrowser for help on using the repository browser.