NOTICE: This package has been removed from pkgsrc

./wip/libevent, Asynchronous event notification library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.4.3, Package name: libevent-1.4.3, Maintainer: pkgsrc-users

The libevent API provides a mechanism to execute a callback function when a
specific event occurs on a file descriptor or after a timeout has been
reached.

libevent is meant to replace the asynchronous event loop found in event
driven network servers. An application just needs to call event_dispatch()
and can then add or remove events dynamically without having to change the
event loop.

Currently, libevent supports kqueue(2) and select(2). Support for poll(2)
and /dev/poll is planned. The internal event mechanism is completely
independent of the exposed event API, and a simple update of libevent can
provide this new functionality without having to redesign the server
applications.


Master sites:

SHA1: 222812fc8993823895567ea5de1dc16880b0fac6
RMD160: dd2930dfc25b1946e2a2fc2afa1d170281c95e3c
Filesize: 468.512 KB

Version history: (Expand)


CVS history: (Expand)


   2008-04-22 19:23:52 by Tobias Nygren | Files touched by this commit (9) | Package removed
Log message:
libevent updated in pkgsrc.
   2008-04-21 17:13:58 by Tobias Nygren | Files touched by this commit (4)
Log message:
Get rid of the stdint.h vs. inttypes.h kludges -- libevent now autodetects
this and DTRT on it's own.
   2008-04-20 13:01:48 by Tobias Nygren | Files touched by this commit (5)
Log message:
Reduce diff between wip/ and devel/
   2008-04-20 12:55:37 by Tobias Nygren | Files touched by this commit (1)
Log message:
redundant patch: sys/select.h is already included
in an #ifdef HAVE_SYS_SELECT_H
   2008-04-13 20:48:35 by Christian St. | Files touched by this commit (7) | Package updated
Log message:
updated to 1.4.3
   2008-03-08 19:05:32 by Christian St. | Files touched by this commit (2)
Log message:
Fixed a PLIST bug:
event_rgen.py -> event_rpcgen.py
evr.h -> evrpc.h
   2008-02-28 18:24:52 by Christian St. | Files touched by this commit (3) | Package updated
Log message:
updated to libevent-1.4.2-rc
   2008-02-24 09:07:19 by Christian St. | Files touched by this commit (1)
Log message:
Changed HOMEPAGE to directly link to libevents homepage.