Port details |
- linux-rl9-libevent API for executing callback functions on events or timeouts (Rocky Linux 9.4)
- 2.1.12_2 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-11-13 00:10:50
- Commit Hash: 7dbd23b
- 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 = 1731431934
SHA256 (rocky/l/libevent-2.1.12-8.el9_4.aarch64.rpm) = fe1ff772f0ac2fecf5828e0d02ec9672a46e784dc8a2c1c065a8264f43a74954
SIZE (rocky/l/libevent-2.1.12-8.el9_4.aarch64.rpm) = 259023
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_2:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.12_2 13 Nov 2024 00:10:50 |
Dima Panov (fluffy) |
*/*: Introduce Rocky Linux 9 32-bit compat librariries (+)
Finaly we can get Linux Steam utils works again! :)
While here, pet reative paths
Sponsored by: Future Crew, LLC |
2.1.12_1 31 Oct 2024 07:54:20 |
Dima Panov (fluffy) |
devel/linux-rl9-libevent: upstream reroll
Sponsored by: Future Crew, LLC |
2.1.12 12 May 2024 10:01:21 |
Gleb Popov (arrowd) |
Linuxulator ports: Add aarch64 support for Rocky Linux 9
Sponsored by: Serenity Cybersecurity, LLC |
2.1.12 12 May 2024 10:01:20 |
Gleb Popov (arrowd) Author: Dima Panov |
Linuxulator ports: Update Rocky Linux to 9.3 and add more packages
Sponsored by: Serenity Cybersecurity, LLC
Co-authored-by: awoonya <mzhyneva@gmail.com> |