Ignore:
Timestamp:
12/30/2012 04:13:25 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
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
Children:
2993b2f
Parents:
307b4b98
Message:

Even more package upgrades.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/libevent.xml

    r307b4b98 rea21196  
    66
    77  <!ENTITY libevent-download-http
    8     "https://github.com/downloads/libevent/libevent/libevent-&libevent-version;-stable.tar.gz">
     8           "https://github.com/downloads/libevent/libevent/libevent-&libevent-version;-stable.tar.gz">
    99  <!ENTITY libevent-download-ftp  " ">
    10   <!ENTITY libevent-md5sum        "94270cdee32c0cd0aa9f4ee6ede27e8e">
     10  <!ENTITY libevent-md5sum        "b2405cc9ebf264aa47ff615d9de527a2">
    1111  <!ENTITY libevent-size          "832 KB">
    12   <!ENTITY libevent-buildsize     "16 MB">
     12  <!ENTITY libevent-buildsize     "21 MB">
    1313  <!ENTITY libevent-time          "0.2 SBU">
    1414]>
     
    2525
    2626  <indexterm zone="libevent">
    27     <primary sortas="a-libevent">Libevent</primary>
     27    <primary sortas="a-libevent">libevent</primary>
    2828  </indexterm>
    2929
    3030  <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.
     31    <title>Introduction to libevent</title>
     32
     33    <para>
     34      <application>libevent</application> is an asynchronous event notification
     35      software library. The <application>libevent</application> API provides a
     36      mechanism to execute a callback function when a specific event occurs on
     37      a file descriptor or after a timeout has been reached. Furthermore,
     38      <application>libevent</application> also supports callbacks due to
     39      signals or regular timeouts.
    3940    </para>
    4041
     
    7576    </itemizedlist>
    7677
    77     <bridgehead renderas="sect3">Libevent Dependencies</bridgehead>
     78    <bridgehead renderas="sect3">libevent Dependencies</bridgehead>
    7879
    7980    <bridgehead renderas="sect4">Recommended</bridgehead>
    80     <para role="recommended"><xref linkend="openssl"/></para>
     81    <para role="recommended">
     82      <xref linkend="openssl"/>
     83    </para>
    8184
    8285    <para condition="html" role="usernotes">
     
    8689
    8790  <sect2 role="installation">
    88     <title>Installation of Libevent</title>
    89 
    90     <para>
    91       Install <application>Libevent</application> by running the following
     91    <title>Installation of libevent</title>
     92
     93    <para>
     94      Install <application>libevent</application> by running the following
    9295      commands:
    9396    </para>
     
    97100
    98101    <para>
    99       This package does not have a working testsuite
    100     </para>
    101 
    102     <!-- <para>
    103102      To test the results, issue: <command>make check</command>.
    104     </para> -->
     103    </para>
    105104
    106105    <para>
     
    116115    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    117116      href="../../xincludes/static-libraries.xml"/>
     117
    118118  </sect2>
    119119
     
    127127
    128128      <seglistitem>
    129         <seg>event_rpcgen.py</seg>
     129        <seg>
     130          event_rpcgen.py
     131        </seg>
    130132        <seg>
    131133          libevent_core.so,
     
    135137          libevent.so
    136138        </seg>
    137         <seg>/usr/include/event2</seg>
     139        <seg>
     140         /usr/include/event2
     141        </seg>
    138142      </seglistitem>
    139143    </segmentedlist>
     
    220224        </listitem>
    221225      </varlistentry>
     226
    222227    </variablelist> -->
    223   </sect2>
     228
     229  </sect2>
     230
    224231</sect1>
Note: See TracChangeset for help on using the changeset viewer.