source: networking/netlibs/libevent.xml@ 5bffe1dd

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 5bffe1dd was 5bffe1dd, checked in by Bruce Dubbs <bdubbs@…>, 12 years ago

libevent-2.0.20

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

  • Property mode set to 100644
File size: 6.6 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 libevent-download-http
8 "https://github.com/downloads/libevent/libevent/libevent-&libevent-version;-stable.tar.gz">
9 <!ENTITY libevent-download-ftp " ">
10 <!ENTITY libevent-md5sum "94270cdee32c0cd0aa9f4ee6ede27e8e">
11 <!ENTITY libevent-size "832 KB">
12 <!ENTITY libevent-buildsize "16 MB">
13 <!ENTITY libevent-time "0.2 SBU">
14]>
15
16<sect1 id="libevent" xreflabel="libevent-&libevent-version;">
17 <?dbhtml filename="libevent.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>libevent-&libevent-version;</title>
25
26 <indexterm zone="libevent">
27 <primary sortas="a-libevent">Libevent</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Libevent</title>
32
33 <para>
34 <application>Libevent</application> is an asynchronous event notification
35 software library. The Libevent API provides a mechanism to execute a
36 callback function when a specific event occurs on a file descriptor or
37 after a timeout has been reached. Furthermore, Libevent also supports
38 callbacks due to signals or regular timeouts.
39 </para>
40
41 &lfs72_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&libevent-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&libevent-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &libevent-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &libevent-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &libevent-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &libevent-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Libevent Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Recommended</bridgehead>
80 <para role="recommended"><xref linkend="openssl"/></para>
81
82 <para condition="html" role="usernotes">
83 User Notes: <ulink url="&blfs-wiki;/libevent"/>
84 </para>
85 </sect2>
86
87 <sect2 role="installation">
88 <title>Installation of Libevent</title>
89
90 <para>
91 Install <application>Libevent</application> by running the following
92 commands:
93 </para>
94
95<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
96make</userinput></screen>
97
98 <para>
99 This package does not have a working testsuite
100 </para>
101
102 <!-- <para>
103 To test the results, issue: <command>make check</command>.
104 </para> -->
105
106 <para>
107 Now, as the <systemitem class="username">root</systemitem> user:
108 </para>
109
110<screen role="root"><userinput>make install</userinput></screen>
111 </sect2>
112
113 <sect2 role="commands">
114 <title>Command Explanations</title>
115
116 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
117 href="../../xincludes/static-libraries.xml"/>
118 </sect2>
119
120 <sect2 role="content">
121 <title>Contents</title>
122
123 <segmentedlist>
124 <segtitle>Installed Program</segtitle>
125 <segtitle>Installed Libraries</segtitle>
126 <segtitle>Installed Directory</segtitle>
127
128 <seglistitem>
129 <seg>event_rpcgen.py</seg>
130 <seg>
131 libevent_core.so,
132 libevent_extra.so,
133 libevent_openssl.so,
134 libevent_pthreads.so and
135 libevent.so
136 </seg>
137 <seg>/usr/include/event2</seg>
138 </seglistitem>
139 </segmentedlist>
140
141 <!-- Who knows what these things do?
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="event_rpcgen.py">
148 <term><command>event_rpcgen.py</command></term>
149 <listitem>
150 <para>
151 does this .....
152 </para>
153 <indexterm zone="libevent event_rpcgen.py">
154 <primary sortas="b-event_rpcgen.py">event_rpcgen.py</primary>
155 </indexterm>
156 </listitem>
157 </varlistentry>
158
159 <varlistentry id="libevent_core">
160 <term><filename class="libraryfile">libevent_core.so</filename></term>
161 <listitem>
162 <para>
163 contains functions that .....
164 </para>
165 <indexterm zone="libevent libevent_core">
166 <primary sortas="c-libevent_core">libevent_core.so</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170 </variablelist>
171
172 <varlistentry id="libevent_extra">
173 <term><filename class="libraryfile">libevent_extra.so</filename></term>
174 <listitem>
175 <para>
176 contains functions that .....
177 </para>
178 <indexterm zone="libevent libevent_extra">
179 <primary sortas="c-libevent_extra">libevent_extra.so</primary>
180 </indexterm>
181 </listitem>
182 </varlistentry>
183 </variablelist>
184
185 <varlistentry id="libevent_openssl">
186 <term><filename class="libraryfile">libevent_openssl.so</filename></term>
187 <listitem>
188 <para>
189 contains functions that .....
190 </para>
191 <indexterm zone="libevent libevent_openssl">
192 <primary sortas="c-libevent_openssl">libevent_openssl.so</primary>
193 </indexterm>
194 </listitem>
195 </varlistentry>
196 </variablelist>
197
198 <varlistentry id="libevent_pthreads">
199 <term><filename class="libraryfile">libevent_pthreads.so</filename></term>
200 <listitem>
201 <para>
202 contains functions that .....
203 </para>
204 <indexterm zone="libevent libevent_pthreads">
205 <primary sortas="c-libevent_pthreads">libevent_pthreads.so</primary>
206 </indexterm>
207 </listitem>
208 </varlistentry>
209 </variablelist>
210
211 <varlistentry id="libevent-lib">
212 <term><filename class="libraryfile">libevent.so</filename></term>
213 <listitem>
214 <para>
215 contains functions that .....
216 </para>
217 <indexterm zone="libevent libevent-lib">
218 <primary sortas="c-libevent">libevent.so</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222 </variablelist> -->
223 </sect2>
224</sect1>
Note: See TracBrowser for help on using the repository browser.