source: general/sysutils/rasqal.xml@ f403a76a

lazarus trunk
Last change on this file since f403a76a was abfacaf, checked in by Xi Ruoyao <xry111@…>, 3 months ago

Remove most references to PCRE1

Some notes:

  • proftpd has been supporting PCRE2 since 1.3.8a.
  • bluefish actually invokes PCRE via Glib, so since Glib was ported from PCRE1 to PCRE2 bluefish has been using PCRE2 in fact.
  • zsh and rasqal will support PCRE2 in the next release. For zsh pcre is not used with book instruction anyway, and for rasqal the maintainer suggests just relying on Glibc regex.h before the next release.
  • The other distros (Fedora for eg) are already disabling PCRE for slang.
  • Property mode set to 100644
File size: 4.6 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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
19 <title>Rasqal-&rasqal-version;</title>
20
21 <indexterm zone="rasqal">
22 <primary sortas="a-Rasqal">Rasqal</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Rasqal</title>
27
28 <para>
29 <application>Rasqal</application> is a C library that handles Resource
30 Description Framework (RDF) query language syntaxes, query construction, and
31 execution of queries returning results as bindings, boolean, RDF graphs/triples
32 or syntaxes.
33 </para>
34
35 &lfs121_checked;
36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
40 <para>
41 Download (HTTP): <ulink url="&rasqal-download-http;"/>
42 </para>
43 </listitem>
44 <listitem>
45 <para>
46 Download (FTP): <ulink url="&rasqal-download-ftp;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download MD5 sum: &rasqal-md5sum;
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download size: &rasqal-size;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Estimated disk space required: &rasqal-buildsize;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated build time: &rasqal-time;
67 </para>
68 </listitem>
69 </itemizedlist>
70
71 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
72
73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
75 <xref linkend="raptor"/>
76 </para>
77
78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
80 <!-- <xref linkend="pcre2"/> the next rasqal release will support it -->
81 <xref linkend="libgcrypt"/>
82 </para>
83
84 </sect2>
85
86 <sect2 role="installation">
87 <title>Installation of Rasqal</title>
88
89 <para>
90 Install <application>Rasqal</application> by running the following
91 commands:
92 </para>
93
94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>
98 To test the results, issue: <command>make check</command>.
99 </para>
100
101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
108
109 <sect2 role="commands">
110 <title>Command Explanations</title>
111
112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Library</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>
127 rasqal-config and roqet
128 </seg>
129 <seg>
130 librasqal.so
131 </seg>
132 <seg>
133 /usr/include/rasqal and
134 /usr/share/gtk-doc/html/rasqal
135 </seg>
136 </seglistitem>
137 </segmentedlist>
138
139 <variablelist>
140 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
141 <?dbfo list-presentation="list"?>
142 <?dbhtml list-presentation="table"?>
143
144 <varlistentry id="rasqal-config">
145 <term><command>rasqal-config</command></term>
146 <listitem>
147 <para>
148 is an utility for retrieving the installation options
149 of <application>Rasqal</application>
150 </para>
151 <indexterm zone="rasqal rasqal-config">
152 <primary sortas="b-rasqal-config">rasqal-config</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
156
157 <varlistentry id="roqet">
158 <term><command>roqet</command></term>
159 <listitem>
160 <para>
161 is an RDF query utility
162 </para>
163 <indexterm zone="rasqal roqet">
164 <primary sortas="b-roqet">roqet</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.