Port details on branch 2024Q3 |
- libevent API for executing callback functions on events or timeouts
- 2.1.12 devel =82 2.1.12Version of this port present on the latest quarterly branch.
- Maintainer: kbowling@FreeBSD.org
- Port Added: 2001-06-23 12:56:04
- Last Update: 2023-06-05 15:36:44
- Commit Hash: c7ebfa2
- People watching this port, also watch:: libiconv, libxml2, expat, png, pcre
- License: BSD3CLAUSE
- WWW:
- https://libevent.org/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libevent>0:devel/libevent
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/libevent/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libevent
- pkg install libevent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libevent
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1594800411
SHA256 (libevent-2.1.12-stable.tar.gz) = 92e6de1be9ec176428fd2367677e61ceffc2ee1cb119035037a27d346b0403bb
SIZE (libevent-2.1.12-stable.tar.gz) = 1100847
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- This port is required by:
- for Build
-
- databases/xtrabackup80
- databases/xtrabackup81
- databases/xtrabackup84
- devel/libdnsres
- mail/thunderbird
- www/firefox
- www/firefox-esr
-
Deleted ports which required this port:
- for Libraries
-
- audio/owntone
- cad/camotics
- databases/compass
- databases/libcouchbase
- databases/libmemcached
- databases/memcached
- databases/mysql80-client
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for libevent-2.1.12:
OPENSSL=on: SSL/TLS support via OpenSSL
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- devel_libevent
- USES:
- cpe libtool pathfix pkgconfig python:env shebangfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|