source: general/sysutils/rasqal.xml@ c1257873

lazarus trunk
Last change on this file since c1257873 was abfacaf, checked in by Xi Ruoyao <xry111@…>, 4 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
RevLine 
[ab4fdfc]1<?xml version="1.0" encoding="UTF-8"?>
[47969a6]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
19 <title>Rasqal-&rasqal-version;</title>
20
21 <indexterm zone="rasqal">
[8f1699f2]22 <primary sortas="a-Rasqal">Rasqal</primary>
[47969a6]23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Rasqal</title>
27
[8f1699f2]28 <para>
[0d7900a]29 <application>Rasqal</application> is a C library that handles Resource
[6de1ecc]30 Description Framework (RDF) query language syntaxes, query construction, and
[0d7900a]31 execution of queries returning results as bindings, boolean, RDF graphs/triples
[6de1ecc]32 or syntaxes.
[8f1699f2]33 </para>
[47969a6]34
[567056a]35 &lfs121_checked;
[47969a6]36
37 <bridgehead renderas="sect3">Package Information</bridgehead>
38 <itemizedlist spacing="compact">
39 <listitem>
[8f1699f2]40 <para>
41 Download (HTTP): <ulink url="&rasqal-download-http;"/>
42 </para>
[47969a6]43 </listitem>
44 <listitem>
[8f1699f2]45 <para>
46 Download (FTP): <ulink url="&rasqal-download-ftp;"/>
47 </para>
[47969a6]48 </listitem>
49 <listitem>
[8f1699f2]50 <para>
51 Download MD5 sum: &rasqal-md5sum;
52 </para>
[47969a6]53 </listitem>
54 <listitem>
[8f1699f2]55 <para>
56 Download size: &rasqal-size;
57 </para>
[47969a6]58 </listitem>
59 <listitem>
[8f1699f2]60 <para>
61 Estimated disk space required: &rasqal-buildsize;
62 </para>
[47969a6]63 </listitem>
64 <listitem>
[8f1699f2]65 <para>
66 Estimated build time: &rasqal-time;
67 </para>
[47969a6]68 </listitem>
69 </itemizedlist>
70
[9b7d496]71 <bridgehead renderas="sect3">Rasqal Dependencies</bridgehead>
72
[47969a6]73 <bridgehead renderas="sect4">Required</bridgehead>
74 <para role="required">
[8f1699f2]75 <xref linkend="raptor"/>
[47969a6]76 </para>
77
[028759b]78 <bridgehead renderas="sect4">Optional</bridgehead>
79 <para role="optional">
[abfacaf]80 <!-- <xref linkend="pcre2"/> the next rasqal release will support it -->
[028759b]81 <xref linkend="libgcrypt"/>
82 </para>
83
[47969a6]84 </sect2>
85
86 <sect2 role="installation">
[9b7d496]87 <title>Installation of Rasqal</title>
[47969a6]88
[8f1699f2]89 <para>
90 Install <application>Rasqal</application> by running the following
91 commands:
92 </para>
[47969a6]93
[8f1699f2]94<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
[47969a6]95make</userinput></screen>
96
[028759b]97 <para>
[d8377ddb]98 To test the results, issue: <command>make check</command>.
[028759b]99 </para>
100
[8f1699f2]101 <para>
102 Now, as the <systemitem class="username">root</systemitem> user:
103 </para>
[47969a6]104
105<screen role="root"><userinput>make install</userinput></screen>
106
107 </sect2>
[9b7d496]108
[47969a6]109 <sect2 role="commands">
110 <title>Command Explanations</title>
[0d7900a]111
[8f1699f2]112 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
113 href="../../xincludes/static-libraries.xml"/>
[0d7900a]114
[47969a6]115 </sect2>
[9b7d496]116
[47969a6]117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
[8f1699f2]122 <segtitle>Installed Library</segtitle>
[9b7d496]123 <segtitle>Installed Directories</segtitle>
[47969a6]124
125 <seglistitem>
[8f1699f2]126 <seg>
127 rasqal-config and roqet
128 </seg>
129 <seg>
130 librasqal.so
131 </seg>
[028759b]132 <seg>
[8f1699f2]133 /usr/include/rasqal and
134 /usr/share/gtk-doc/html/rasqal
135 </seg>
[47969a6]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>
[8f1699f2]147 <para>
[6de1ecc]148 is an utility for retrieving the installation options
[4c24eb0a]149 of <application>Rasqal</application>
[8f1699f2]150 </para>
[47969a6]151 <indexterm zone="rasqal rasqal-config">
152 <primary sortas="b-rasqal-config">rasqal-config</primary>
153 </indexterm>
154 </listitem>
155 </varlistentry>
[0d7900a]156
[9b7d496]157 <varlistentry id="roqet">
158 <term><command>roqet</command></term>
159 <listitem>
[8f1699f2]160 <para>
[4c24eb0a]161 is an RDF query utility
[8f1699f2]162 </para>
[9b7d496]163 <indexterm zone="rasqal roqet">
164 <primary sortas="b-roqet">roqet</primary>
165 </indexterm>
166 </listitem>
167 </varlistentry>
[47969a6]168
169 </variablelist>
170
171 </sect2>
172
173</sect1>
Note: See TracBrowser for help on using the repository browser.