source: general/sysutils/redland.xml@ eede1a3

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