source: networking/netlibs/neon.xml@ cb0bbd2

systemd-13485
Last change on this file since cb0bbd2 was cb0bbd2, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Update to gjs-1.43.3
Update to libsecret-0.18.3
Update to sqlite-3.8.11.1
Update to nss-3.19.3
Update to gsettings-desktop-schemas-3.16.1
Update to firefox-40.0.2
Added some short descriptions by Denis.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16346 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 5.7 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 neon-download-http "http://www.webdav.org/neon/neon-&neon-version;.tar.gz">
8 <!ENTITY neon-download-ftp " ">
9 <!ENTITY neon-md5sum "231adebe5c2f78fded3e3df6e958878e">
10 <!ENTITY neon-size "892 KB">
11 <!ENTITY neon-buildsize "7.9 MB (additional 18 MB for the tests)">
12 <!ENTITY neon-time "0.1 SBU (additional 0.2 SBU for the tests)">
13]>
14
15<sect1 id="neon" xreflabel="neon-&neon-version;">
16 <?dbhtml filename="neon.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>neon-&neon-version;</title>
24
25 <indexterm zone="neon">
26 <primary sortas="a-neon">neon</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to neon</title>
31
32 <para>
33 <application>neon</application> is an HTTP and WebDAV
34 client library, with a C interface.
35 </para>
36
37 &lfs77_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&neon-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&neon-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &neon-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &neon-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &neon-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &neon-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">neon Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="openssl"/> or
78 <xref linkend="gnutls"/>
79 </para>
80
81 <bridgehead renderas="sect4">Optional</bridgehead>
82 <para role="optional">
83 <xref linkend="libxml2"/>,
84 <xref linkend="mitkrb"/>,
85 <ulink url="http://code.google.com/p/libproxy/">libproxy</ulink>, and
86 <ulink url="http://www.manyfish.co.uk/pakchois/">pakchois</ulink>,
87 </para>
88
89 <para condition="html" role="usernotes">User Notes:
90 <ulink url="&blfs-wiki;/neon"/>
91 </para>
92 </sect2>
93
94 <sect2 role="installation">
95 <title>Installation of neon</title>
96
97 <para>Fix some code when building with gnutls-3.4 and later:</para>
98
99<screen><userinput>sed -e 's/gnutls_retr_st/gnutls_retr2_st/' \
100 -e 's/type = type/cert_&amp;/' \
101 -i src/ne_gnutls.c</userinput></screen>
102
103 <para>
104 Install <application>neon</application> by running the following
105 commands:
106 </para>
107
108<screen><userinput>./configure --prefix=/usr --enable-shared --with-ssl --disable-static &amp;&amp;
109make</userinput></screen>
110
111 <para>
112 To test the results, issue: <command>make -k check</command>.
113 Some tests are known to fail.
114 </para>
115
116 <para>
117 Now, as the <systemitem class="username">root</systemitem> user:
118 </para>
119
120<screen role="root"><userinput>make install</userinput></screen>
121
122 </sect2>
123
124 <sect2 role="commands">
125 <title>Command Explanations</title>
126
127 <para>
128 <parameter>--with-ssl</parameter>: This switch enables SSL support
129 using <application>OpenSSL</application> or
130 <application>GnuTLS</application> respectively. Remove it if
131 you don't have any of these installed. To force
132 <application>GnuTLS</application> usage when both are present,
133 simply pass <option>--with-ssl=gnutls</option> to the
134 <command>configure</command> script.
135 </para>
136
137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
138 href="../../xincludes/static-libraries.xml"/>
139
140 <para>
141 <option>--with-libxml2</option>: This switch forces the use of
142 <application>libxml2</application> instead of
143 <application>Expat</application>.
144 </para>
145
146 </sect2>
147
148 <sect2 role="content">
149 <title>Contents</title>
150
151 <segmentedlist>
152 <segtitle>Installed Program</segtitle>
153 <segtitle>Installed Library</segtitle>
154 <segtitle>Installed Directories</segtitle>
155
156 <seglistitem>
157 <seg>
158 neon-config
159 </seg>
160 <seg>
161 libneon.so
162 </seg>
163 <seg>
164 /usr/include/neon and
165 /usr/share/doc/neon-&neon-version;
166 </seg>
167 </seglistitem>
168 </segmentedlist>
169
170 <variablelist>
171 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
172 <?dbfo list-presentation="list"?>
173 <?dbhtml list-presentation="table"?>
174
175 <varlistentry id="neon-config">
176 <term><command>neon-config</command></term>
177 <listitem>
178 <para>
179 is a script that provide information about an installed copy
180 of the neon library.
181 </para>
182 <indexterm zone="neon neon-config">
183 <primary sortas="b-neon-config">neon-config</primary>
184 </indexterm>
185 </listitem>
186 </varlistentry>
187
188 <varlistentry id="libneon">
189 <term><filename class="libraryfile">libneon.so</filename></term>
190 <listitem>
191 <para>
192 is used as a high-level interface to common HTTP and WebDAV
193 methods.
194 </para>
195 <indexterm zone="neon libneon">
196 <primary sortas="c-libneon">libneon.so</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 </variablelist>
202
203 </sect2>
204
205</sect1>
Note: See TracBrowser for help on using the repository browser.