Port details |
- linux-rl9-libevent API for executing callback functions on events or timeouts (Rocky Linux 9.3)
- 2.1.12 devel =2 2.1.12Version of this port present on the latest quarterly branch.
- Maintainer: emulation@FreeBSD.org
- Port Added: 2024-05-12 10:04:24
- Last Update: 2024-05-12 10:01:21
- Commit Hash: 8c7209e
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- 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:
-
- linux-rl9-libevent>0:devel/linux-rl9-libevent
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/devel/linux-rl9-libevent/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/linux-rl9-libevent
- pkg install linux-rl9-libevent
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: linux-rl9-libevent
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: aarch64 amd64
- distinfo:
- TIMESTAMP = 1707752694
SHA256 (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 804e0489c650a64e644931734efe6ec98dcccae5902a1fc2d90fc0e8b64d8e5b
SIZE (rocky/l/libevent-2.1.12-6.el9.aarch64.rpm) = 258903
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- linux_base-rl9>=9.2 : emulators/linux_base-rl9
- This port is required by:
- for Run
-
- emulators/linux-rl9
- net/linux-rl9-avahi-libs
Configuration Options:
- ===> The following configuration options are available for linux-rl9-libevent-2.1.12:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_linux-rl9-libevent
- USES:
- linux:rl9
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|