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