Port details |
- libevent-devel API for executing callback functions on events or timeouts
- 2.2.1_1 devel =2 2.2.1Version of this port present on the latest quarterly branch.
- Maintainer: danfe@FreeBSD.org
- Port Added: 2023-06-05 11:33:08
- Last Update: 2025-01-02 16:31:07
- Commit Hash: 5e762dc
- 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:
-
- libevent-devel>0:devel/libevent-devel
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/devel/libevent-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libevent-devel
- pkg install libevent-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libevent-devel
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1684653125
SHA256 (libevent-2.2.1-alpha-dev.tar.gz) = 36d0726e570fc2ee61a0a27cfb6bf2799e14a28d030a7473a7a2411f7533d359
SIZE (libevent-2.2.1-alpha-dev.tar.gz) = 1166550
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 Libraries
-
- www/envoy
Configuration Options:
- ===> The following configuration options are available for libevent-devel-2.2.1_1:
MBEDTLS=off: SSL/TLS support via mbed TLS
OPENSSL=on: SSL/TLS support via OpenSSL
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- devel_libevent-devel
- USES:
- cpe libtool pathfix pkgconfig python:env shebangfix ssl
- 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.2.1_1 02 Jan 2025 16:31:07 |
Tijl Coosemans (tijl) |
security/mbedtls: Move to security/mbedtls2
The port has expired but isn't removed yet because there are still too
many consumers. Rename it because the name "security/mbedtls" makes it
look like it's the default version.
PR: 283792 |
2.2.1 06 Jun 2023 02:06:12 |
Alexey Dokuchaev (danfe) |
devel/libevent-devel: fix MASTER_SITES, assume maintainership
The latter is of technical nature to reduce the tension on the
lists. Feel free to reclaim if you believe you're in a better
position to take care of this library.
Reported by: diizzy |
2.2.1 05 Jun 2023 11:31:24 |
Alexey Dokuchaev (danfe) |
devel/libevent-devel: new port had been copied from `devel/libevent'
Current stable release is nearly three years old and lacks a number
of new features and performance improvements.
A fortnight ago, upstream had tagged pre-release 2.2.1-alpha, which
this port offers to early adopters. |