source: general/sysutils/raptor.xml@ db3bd9c5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since db3bd9c5 was db3bd9c5, checked in by Krejzi <krejzi@…>, 12 years ago

Mark some packages as 7.2 checked.

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

  • Property mode set to 100644
File size: 4.2 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 raptor-download-http "http://download.librdf.org/source/raptor2-&raptor-version;.tar.gz">
8 <!ENTITY raptor-download-ftp " ">
9 <!ENTITY raptor-md5sum "ac60858b875aab8fa7917f21a1237aa9">
10 <!ENTITY raptor-size "1.7 MB">
11 <!ENTITY raptor-buildsize "19 MB">
12 <!ENTITY raptor-time "0.2 SBU">
13]>
14
15<sect1 id="raptor" xreflabel="raptor-&raptor-version;">
16 <?dbhtml filename="raptor.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Raptor-&raptor-version;</title>
24
25 <indexterm zone="raptor">
26 <primary sortas="a-raptor">raptor</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Raptor</title>
31
32 <para><application>Raptor</application> is a C library that provides a set
33 of parsers and serializers that generate Resource Description Framework (RDF)
34 triples.</para>
35
36 &lfs72_checked;
37
38 <bridgehead renderas="sect3">Package Information</bridgehead>
39 <itemizedlist spacing="compact">
40 <listitem>
41 <para>Download (HTTP): <ulink url="&raptor-download-http;"/></para>
42 </listitem>
43 <listitem>
44 <para>Download (FTP): <ulink url="&raptor-download-ftp;"/></para>
45 </listitem>
46 <listitem>
47 <para>Download MD5 sum: &raptor-md5sum;</para>
48 </listitem>
49 <listitem>
50 <para>Download size: &raptor-size;</para>
51 </listitem>
52 <listitem>
53 <para>Estimated disk space required: &raptor-buildsize;</para>
54 </listitem>
55 <listitem>
56 <para>Estimated build time: &raptor-time;</para>
57 </listitem>
58 </itemizedlist>
59
60 <!--
61 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
62 <itemizedlist spacing='compact'>
63 <listitem>
64 <para>Required patch: <ulink
65 url="&patch-root;/raptor-&raptor-version;-curl.patch"/></para>
66 </listitem>
67 </itemizedlist>
68 -->
69 <bridgehead renderas="sect3">Raptor Dependencies</bridgehead>
70
71 <bridgehead renderas="sect4">Required</bridgehead>
72 <para role="required">
73 <xref linkend="expat"/> or <xref linkend="libxml2"/>,
74 <xref linkend="curl"/>
75 </para>
76<!--
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="gtk2"/>
80 </para>
81-->
82 <para condition="html" role="usernotes">User Notes:
83 <ulink url="&blfs-wiki;/raptor"/></para>
84
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Raptor</title>
89
90 <para>Install <application>Raptor</application> by running the following
91 commands:</para>
92
93<screen><userinput>./configure --prefix=/usr \
94 --disable-static &amp;&amp;
95make</userinput></screen>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <para><option>--disable-static</option>: This option prevents compiling the
107 static archive versions of the libraries.</para>
108 </sect2>
109
110 <sect2 role="content">
111 <title>Contents</title>
112
113 <segmentedlist>
114 <segtitle>Installed Programs</segtitle>
115 <segtitle>Installed Libraries</segtitle>
116 <segtitle>Installed Directories</segtitle>
117
118 <seglistitem>
119 <seg>rapper</seg>
120 <seg>libraptor2.so</seg>
121 <seg>/usr/include/raptor2 and /usr/share/gtk-doc/html/raptor2</seg>
122 </seglistitem>
123 </segmentedlist>
124
125 <variablelist>
126 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
127 <?dbfo list-presentation="list"?>
128 <?dbhtml list-presentation="table"?>
129
130 <varlistentry id="rapper">
131 <term><command>rapper</command></term>
132 <listitem>
133 <para>is a RDF parsing and serializing utility.</para>
134 <indexterm zone="raptor rapper">
135 <primary sortas="b-rapper">rapper</primary>
136 </indexterm>
137 </listitem>
138 </varlistentry>
139
140 </variablelist>
141
142 </sect2>
143
144</sect1>
Note: See TracBrowser for help on using the repository browser.