source: networking/netlibs/neon.xml

trunk
Last change on this file was 181e069f, checked in by Bruce Dubbs <bdubbs@…>, 2 months ago

Tag all perl modules

  • Property mode set to 100644
File size: 5.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
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 "f0c6f84835f93892c22750ff60955898">
11 <!ENTITY neon-size "892 KB">
12 <!ENTITY neon-buildsize "8.6 MB (additional 53 MB for tests)">
13 <!ENTITY neon-time "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
20 <title>neon-&neon-version;</title>
21
22 <indexterm zone="neon">
23 <primary sortas="a-neon">neon</primary>
24 </indexterm>
25
26 <sect2 role="package">
27 <title>Introduction to neon</title>
28
29 <para>
30 <application>neon</application> is an HTTP and WebDAV
31 client library, with a C interface.
32 </para>
33
34 &lfs121_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&neon-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&neon-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &neon-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &neon-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &neon-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &neon-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">neon Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional">
74 <xref linkend="gnutls"/>,
75 <xref linkend="libxml2"/>,
76 <xref linkend="mitkrb"/>,
77 <xref linkend="nss"/> (for some tests),
78 <xref linkend="xmlto"/> (to regenerate the documentation),
79 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>, and
80 <ulink url="https://www.manyfish.co.uk/pakchois/">PaKChoiS</ulink>
81 </para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of neon</title>
87<!-- Not needed for 0.32.2
88 <para>
89 The build mechanism tries to recreate the documentation even
90 though its included in the archive. Recreating would require
91 <application>xmlto</application> to be installed. Apply the
92 following sed to not recreate the docs:
93 </para>
94
95<screen><userinput>sed 's/\(install-\(html\|man\):\).*/\1/' -i Makefile.in</userinput></screen>
96-->
97 <para>
98 Install <application>neon</application> by running the following
99 commands:
100 </para>
101
102<screen><userinput>./configure --prefix=/usr \
103 --with-ssl \
104 --enable-shared \
105 --disable-static &amp;&amp;
106make</userinput></screen>
107
108 <para>
109 To test the results, issue: <command>make check</command>.
110 </para>
111
112 <para>
113 If you wish to regenerate the documentation, issue:
114 </para>
115
116<screen remap="doc"><userinput>make docs</userinput></screen>
117
118 <para>
119 Now, as the <systemitem class="username">root</systemitem> user:
120 </para>
121
122<screen role="root"><userinput>make install</userinput></screen>
123
124 </sect2>
125
126 <sect2 role="commands">
127 <title>Command Explanations</title>
128
129 <para>
130 <parameter>--with-ssl</parameter>: This switch enables SSL support
131 using <application>OpenSSL</application>.
132 <application>GnuTLS</application> can be used instead, by passing
133 <option>--with-ssl=gnutls</option> and
134 <option>--with-ca-bundle=/etc/pki/tls/certs/ca-bundle.crt</option> to the
135 <command>configure</command> script.
136 </para>
137
138 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
139 href="../../xincludes/static-libraries.xml"/>
140
141<!-- We have Expat in LFS now, so this really isn't applicable anymore.
142 <para>
143 <option>- -with-libxml2</option>: This switch forces the use of
144 <application>libxml2</application> instead of
145 <application>Expat</application>.
146 </para>
147-->
148
149 </sect2>
150
151 <sect2 role="content">
152 <title>Contents</title>
153
154 <segmentedlist>
155 <segtitle>Installed Program</segtitle>
156 <segtitle>Installed Library</segtitle>
157 <segtitle>Installed Directories</segtitle>
158
159 <seglistitem>
160 <seg>
161 neon-config
162 </seg>
163 <seg>
164 libneon.so
165 </seg>
166 <seg>
167 /usr/include/neon and
168 /usr/share/doc/neon-&neon-version;
169 </seg>
170 </seglistitem>
171 </segmentedlist>
172
173 <variablelist>
174 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
175 <?dbfo list-presentation="list"?>
176 <?dbhtml list-presentation="table"?>
177
178 <varlistentry id="neon-config">
179 <term><command>neon-config</command></term>
180 <listitem>
181 <para>
182 is a script that provides information about an installed copy
183 of the neon library
184 </para>
185 <indexterm zone="neon neon-config">
186 <primary sortas="b-neon-config">neon-config</primary>
187 </indexterm>
188 </listitem>
189 </varlistentry>
190
191 <varlistentry id="libneon">
192 <term><filename class="libraryfile">libneon.so</filename></term>
193 <listitem>
194 <para>
195 is used as a high-level interface to common HTTP and WebDAV
196 methods
197 </para>
198 <indexterm zone="neon libneon">
199 <primary sortas="c-libneon">libneon.so</primary>
200 </indexterm>
201 </listitem>
202 </varlistentry>
203
204 </variablelist>
205
206 </sect2>
207
208</sect1>
Note: See TracBrowser for help on using the repository browser.