source: basicnet/netlibs/wvstreams.xml@ bb2a071c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.0 6.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 bb2a071c was bb2a071c, checked in by Randy McMurchy <randy@…>, 20 years ago

fixed redundant Command Explanations section in WVStreams

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

  • Property mode set to 100644
File size: 3.6 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY wvstreams-download-http "http://open.nit.ca/download/wvstreams-&wvstreams-version;.tar.gz">
7 <!ENTITY wvstreams-download-ftp "ftp://ftp.ing-steen.se/pub/unix/unsort/wvstreams-&wvstreams-version;.tar.gz">
8 <!ENTITY wvstreams-size "178 KB">
9 <!ENTITY wvstreams-buildsize "11.5 MB">
10 <!ENTITY wvstreams-time "0.17 SBU">
11]>
12
13<sect1 id="wvstreams" xreflabel="WvStreams-&wvstreams-version;">
14<?dbhtml filename="wvstreams.html"?>
15<title>WvStreams-&wvstreams-version;</title>
16
17<sect2>
18<title>Introduction to <application>WvStreams</application></title>
19
20<para>The <application>WvStreams</application> package contains the
21network programming libraries required to compile wvdial.</para>
22
23<sect3><title>Package information</title>
24<itemizedlist spacing='compact'>
25<listitem><para>Download (HTTP): <ulink url="&wvstreams-download-http;"/></para></listitem>
26<listitem><para>Download (FTP): <ulink url="&wvstreams-download-ftp;"/></para></listitem>
27<listitem><para>Download size: &wvstreams-size;</para></listitem>
28<listitem><para>Estimated Disk space required: &wvstreams-buildsize;</para></listitem>
29<listitem><para>Estimated build time: &wvstreams-time;</para></listitem></itemizedlist>
30</sect3>
31
32<sect3><title>Additional downloads</title>
33<itemizedlist spacing='compact'>
34<listitem><para>Required Patch: <ulink
35url="&patch-root;/wvstreams-&wvstreams-version;-wvcrypto-1.patch"/></para></listitem>
36<listitem><para>Required Patch: <ulink
37url="&patch-root;/wvstreams-&wvstreams-version;-wvresolver-1.patch"/></para></listitem>
38</itemizedlist></sect3>
39
40<sect3><title><application>WvStreams</application> dependencies</title>
41<sect4><title>Required</title>
42<para><xref linkend="openssl"/>
43</para></sect4>
44</sect3>
45
46</sect2>
47
48<sect2>
49<title>Installation of <application>WvStreams</application></title>
50
51<para>Install <application>WvStreams</application> by running the following
52commands:</para>
53
54<screen><userinput><command>patch -Np1 -i ../wvstreams-&wvstreams-version;-wvcrypto-1.patch &amp;&amp;
55patch -Np1 -i ../wvstreams-&wvstreams-version;-wvresolver-1.patch &amp;&amp;
56make PREFIX=/usr LDFLAGS="-lcrypt" &amp;&amp;
57make PREFIX=/usr install</command></userinput></screen>
58
59</sect2>
60
61<sect2>
62<title>Command explanations</title>
63
64<para><parameter>make PREFIX=/usr LDFLAGS="-lcrypt"</parameter>: This fixes
65<filename class="libraryfile">libwvstreams</filename>' issues with
66<application>Open<acronym>SSL</acronym></application>'s crypto library.</para>
67
68</sect2>
69
70<sect2>
71<title>Configuring <application>WvStreams</application></title>
72
73<sect3><title>Configuration Information</title>
74<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
75</sect3>
76
77</sect2>
78
79<sect2>
80<title>Contents</title>
81
82<para>The <application>WvStreams</application> package contains the
83<filename class="libraryfile">libwvcrypto</filename>,
84<filename class="libraryfile">libwvstreams</filename> and
85<filename class="libraryfile">libwvutils</filename> libraries.</para>
86
87</sect2>
88
89<sect2><title>Description</title>
90
91<sect3><title>libwvcrypto</title>
92<para><filename class="libraryfile">libwvcrypto</filename> defines
93streams with built-in cryptography.</para></sect3>
94
95<sect3><title>libwvstreams</title>
96<para><filename class="libraryfile">libwvstreams</filename> defines the
97basic properties of a stream.</para></sect3>
98
99<sect3><title>libwvutils</title>
100<para><filename class="libraryfile">libwvutils</filename> contains
101fundamental support utilities.</para></sect3>
102
103</sect2>
104
105</sect1>
106
Note: See TracBrowser for help on using the repository browser.