source: networking/netlibs/neon.xml@ 75e3e09

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since 75e3e09 was 75e3e09, checked in by Xi Ruoyao <xry111@…>, 20 months ago

networking: URL update

Also change all "http://sphinx-doc.org" to "https://www.sphinx-doc.org".
Without "www." I get a connection time out for some reason...

  • Property mode set to 100644
File size: 6.1 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-http "https://notroj.github.io/neon/neon-&neon-version;.tar.gz">
9 <!ENTITY neon-download-ftp " ">
10 <!ENTITY neon-md5sum "debc852527c2c495ac4fb1c297c1c321">
11 <!ENTITY neon-size "868 KB">
12 <!ENTITY neon-buildsize "6.6 MB (additional 20 MB for tests)">
13 <!ENTITY neon-time "less than 0.1 SBU (add 0.4 SBU for tests)">
14]>
15
16<sect1 id="neon" xreflabel="neon-&neon-version;">
17 <?dbhtml filename="neon.html"?>
18
19 <sect1info>
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 &lfs112_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">Optional</bridgehead>
76 <para role="optional">
77 <xref linkend="gnutls"/>,
78 <xref linkend="libxml2"/>,
79 <xref linkend="mitkrb"/>,
80 <xref linkend="nss"/> (for some tests),
81 <xref linkend="xmlto"/> (to regenerate the documentation),
82 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
83 <ulink url="https://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
84 </para>
85
86 <para condition="html" role="usernotes">User Notes:
87 <ulink url="&blfs-wiki;/neon"/>
88 </para>
89 </sect2>
90
91 <sect2 role="installation">
92 <title>Installation of neon</title>
93<!-- Not needed for 0.32.2
94 <para>
95 The build mechanism tries to recreate the documentation even
96 though its included in the archive. Recreating would require
97 <application>xmlto</application> to be installed. Apply the
98 following sed to not recreate the docs:
99 </para>
100
101<screen><userinput>sed 's/\(install-\(html\|man\):\).*/\1/' -i Makefile.in</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 \
109 --with-ssl \
110 --enable-shared \
111 --disable-static &amp;&amp;
112make</userinput></screen>
113
114 <para>
115 To test the results, issue: <command>make check</command>.
116 </para>
117
118 <para>
119 If you wish to regenerate the documentation, issue:
120 </para>
121
122<screen remap="doc"><userinput>make docs</userinput></screen>
123
124 <para>
125 Now, as the <systemitem class="username">root</systemitem> user:
126 </para>
127
128<screen role="root"><userinput>make install</userinput></screen>
129
130 </sect2>
131
132 <sect2 role="commands">
133 <title>Command Explanations</title>
134
135 <para>
136 <parameter>--with-ssl</parameter>: This switch enables SSL support
137 using <application>OpenSSL</application>.
138 <application>GnuTLS</application> can be used instead, by passing
139 <option>--with-ssl=gnutls</option> and
140 <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
141 <command>configure</command> script.
142 </para>
143
144 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
145 href="../../xincludes/static-libraries.xml"/>
146
147<!-- We have Expat in LFS now, so this really isn't applicable anymore.
148 <para>
149 <option>- -with-libxml2</option>: This switch forces the use of
150 <application>libxml2</application> instead of
151 <application>Expat</application>.
152 </para>
153-->
154
155 </sect2>
156
157 <sect2 role="content">
158 <title>Contents</title>
159
160 <segmentedlist>
161 <segtitle>Installed Program</segtitle>
162 <segtitle>Installed Library</segtitle>
163 <segtitle>Installed Directories</segtitle>
164
165 <seglistitem>
166 <seg>
167 neon-config
168 </seg>
169 <seg>
170 libneon.so
171 </seg>
172 <seg>
173 /usr/include/neon and
174 /usr/share/doc/neon-&neon-version;
175 </seg>
176 </seglistitem>
177 </segmentedlist>
178
179 <variablelist>
180 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
181 <?dbfo list-presentation="list"?>
182 <?dbhtml list-presentation="table"?>
183
184 <varlistentry id="neon-config">
185 <term><command>neon-config</command></term>
186 <listitem>
187 <para>
188 is a script that provide information about an installed copy
189 of the neon library
190 </para>
191 <indexterm zone="neon neon-config">
192 <primary sortas="b-neon-config">neon-config</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196
197 <varlistentry id="libneon">
198 <term><filename class="libraryfile">libneon.so</filename></term>
199 <listitem>
200 <para>
201 is used as a high-level interface to common HTTP and WebDAV
202 methods
203 </para>
204 <indexterm zone="neon libneon">
205 <primary sortas="c-libneon">libneon.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209
210 </variablelist>
211
212 </sect2>
213
214</sect1>
Note: See TracBrowser for help on using the repository browser.