Port details on branch 2016Q4 |
- libevent2 API for executing callback functions on events or timeouts
- 2.1.8 devel
=19 2.1.8Version of this port present on the latest quarterly branch. - Maintainer: mm@FreeBSD.org
 - Port Added: 2011-02-22 13:22:28
- Last Update: 2017-02-20 02:57:04
- SVN Revision: 434427
- People watching this port, also watch:: libxml2, libiconv, libX11, libXau
- License: BSD3CLAUSE
- WWW:
- http://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.
WWW: http://libevent.org/
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- libevent2>0:devel/libevent2
- No installation instructions:
- This port has been deleted.
- PKGNAME: libevent2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1485387435
SHA256 (libevent-libevent-release-2.1.8-stable_GH0.tar.gz) = 316ddb401745ac5d222d7c529ef1eada12f58f6376a66c1118eee803cb70f83d
SIZE (libevent-libevent-release-2.1.8-stable_GH0.tar.gz) = 700896
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf-2.69 : devel/autoconf
- autoheader-2.69 : devel/autoconf
- autoreconf-2.69 : devel/autoconf
- aclocal-1.15 : devel/automake
- automake-1.15 : devel/automake
- libtoolize : devel/libtool
- NOTE: dependencies for deleted ports are notoriously suspect
- This port is required by:
- for Libraries
-
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 libevent2-2.1.8:
OPENSSL=on: SSL/TLS support via OpenSSL
THREADS=on: Threading support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- autoreconf libtool pathfix ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|