Port variant | standard |
Summary | API for executing callbacks on events and timeouts |
BROKEN | |
Package version | 2.1.12_1 |
Homepage | https://libevent.org/ |
Keywords | devel |
Maintainer | nobody |
License | BSD3CLAUSE |
Other variants | There are no other variants. |
Ravenports | Buildsheet | History |
Ravensource | Port Directory | History |
Last modified | 01 NOV 2023, 15:23:41 UTC |
Port created | 29 APR 2017, 07:02:50 UTC |
complete | This is the libevent-standard metapackage. It pulls in all subpackages of libevent-standard. |
primary | 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. Furthermore, libevent also support callbacks due to signals or regular timeouts. libevent is meant to replace the event loop found in event driven network servers. An application just needs to call event_dispatch() and then add or remove events dynamically without having to change the event loop. Currently, libevent supports /dev/poll, kqueue(2), event ports, select(2), poll(2) and epoll(4). The internal event mechanism is completely independent of the exposed event API, and a simple update of libevent can provide new functionality without having to redesign the applications. As a result, Libevent allows for portable application development and provides the most scalable event notification mechanism available on an operating system. Libevent can also be used for multi-threaded applications. |
dev | This is the developer subpackage of the libevent-standard port. It may contain headers, pc files, static and PIC libraries and SO links. |
Build (only) |
autoconf:single:standard automake:single:standard libtool:single:standard openssl11:dev:standard |
Build and Runtime | openssl11:primary:standard |
main | mirror://GITHUB/libevent:libevent:release-2.1.12-stable |
avahi:standard | Service Discovery using mDNS/DNS-SD |
firefox:standard | Mozilla web browser |
gmid:standard | Simple and secure Gemini server |
links:standard | Lynx-like web browser (terminal-only variant) |
links:x11 | Lynx-like web browser for the terminal and X11 |
memcached:standard | Distributed memory object caching system |
mysql80:standard | Multithreaded SQL database (server) |
mysql84:standard | Multithreaded SQL database (server) |
mysql:standard | Multithreaded SQL database (server) |
nsd:standard | Fast and lean authoritative DNS Name Server |
opensmtpd:standard | Free implementation of server-side SMTP protocol |
thunderbird:standard | Mozilla Thunderbird mail/newsgroup client |
tmux:standard | Terminal multiplexer |
tor:standard | Anonymizing overlay network for TCP |
transmission:daemon | Lightweight BitTorrent client (daemon) |
transmission:gtk | Lightweight BitTorrent client (GTK+ GUI) |
transmission:qt | Lightweight BitTorrent client (Qt GUI) |
transmission:standard | Lightweight BitTorrent client (CLI client) |