Port details |
- libevent2 API for executing callback functions on events or timeouts
- 2.1.8 devel
=21 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, libXau, libgcrypt
- 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.
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.1.8 20 Feb 2017 02:57:04 |
jbeich |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2.1.8 04 Feb 2017 07:56:59 |
jbeich |
devel/libevent2: update to 2.1.8 and cleanup
- DEFAULT_VERSIONS += ssl=openssl-devel is now supported
- devel/py-event and devel/p5-Event-Lib are marked BROKEN
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/whatsnew-2.1.txt
Changes: https://github.com/libevent/libevent/raw/release-2.1.8-stable/ChangeLog
PR: 216527
Exp-run by: antoine
Approved by: mm (maintainer) |
2.0.22_1 29 Nov 2016 18:46:22 |
mat |
Mark some ports as not openssl-devel ready.
Sponsored by: Absolight |
2.0.22_1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
2.0.22_1 30 May 2015 21:25:07 |
mat |
Cleanup USE_GITHUB usage.
With hat: portmgr
Sponsored by: Absolight |
2.0.22_1 06 May 2015 15:16:54 |
mat |
Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
2.0.22_1 29 Jan 2015 15:34:02 |
jbeich |
Fix typo that prevents disabling THREADS since r362796
Differential Revision: https://reviews.freebsd.org/D1717
Approved by: portmgr blanket
Approved by: bapt (mentor) |
2.0.22 09 Jan 2015 22:21:12 |
mm |
Update libevent2 to 2.0.22
PR: 199640
Submitted by: Jan Beich <jbeich@vfemailnet> |
2.0.21_3 27 Oct 2014 10:40:08 |
bapt |
Cleanup plist |
2.0.21_3 16 Oct 2014 08:55:30 |
ak |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Fix typos in USE_* knobs
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (bapt)
Differential Revision: https://reviews.freebsd.org/D911 |
2.0.21_2 26 Aug 2014 06:58:19 |
marino |
devel/libevent2: Fix typo that blocked building with openSSL
PR: 193006
Reported by: poyopoyo (puripuri.plala.or.jp) |
2.0.21_2 24 Jul 2014 13:32:59 |
bapt |
Only use libevent2
Remove libevent as libevent2 is providing a good compatibility interface as well
as providing better performances.
Remove custom patches from libevent2 and install libevent2 the regular way
Mark ports abusing private fields of the libevent1 API as broken
Import a patch from fedora to have honeyd working with libevent2
Remove most of the patches necessary to find the custom installation we used to
have for libevent2
With hat: portmgr |
2.0.21_1 01 Jul 2014 01:14:42 |
kevlo |
Update WWW: homepage link.
Pointed out by: ijliao
Reviewed by: mm |
2.0.21_1 24 Apr 2014 17:22:44 |
tijl |
- Convert to USES=libtool.
- Remove redundant CONFIGURE_ENV.
- Replace post-patch with pathfix. |
2.0.21 19 Jan 2014 11:38:34 |
mm |
Add STAGE support to devel/libevent and devel/libevent2 |
2.0.21 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.0.21 14 Feb 2013 09:42:13 |
gahr |
- Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: devel)
Approved by: portmgr |
2.0.21 07 Jan 2013 11:18:24 |
mm |
Update devel/libevent2 to 2.0.21 |
2.0.20 31 Dec 2012 10:49:53 |
mm |
Update some of my ports to new options framework
Submitted by: Baptiste Daroussin <bapt@FreeBSD.org> |
2.0.20 26 Oct 2012 11:11:18 |
bapt |
Fix master_site to allow fetch without redirection neither https (this fix
authentication error happening from time to time)
Hat: portmgr
Feature safe: yes
Reported by: avg |
2.0.20 23 Oct 2012 20:14:38 |
mm |
Update to 2.0.20
Correct include order in pkg-config [1]
PR: ports/170184 [1]
Submitted by: Jan Beich [1]
Feature safe: yes |
2.0.19 08 May 2012 07:46:19 |
mm |
Update to 2.0.19 |
2.0.16 08 Feb 2012 18:55:37 |
pgollucci |
- Allow security/openssl to be used instead of base system
PR: ports/160593
Submitted by: bf
Approved by: maintainer timeout (mm ; 152 days) |
2.0.16 19 Nov 2011 14:30:31 |
mm |
Update to 2.0.16
Feature safe: yes |
2.0.13 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
2.0.13 29 Oct 2011 17:12:41 |
miwi |
- Fix build on FreeBSD 10 |
2.0.13 25 Aug 2011 06:00:01 |
mm |
Update to 2.0.13 |
2.0.12 19 Jun 2011 09:39:22 |
mm |
Update to 2.0.12 |
2.0.11 05 May 2011 13:48:05 |
mm |
Update libevent2 to 2.0.11 |
2.0.10_1 23 Mar 2011 15:53:22 |
mm |
- Add LICENSE knob(s) |
2.0.10_1 06 Mar 2011 20:25:39 |
mm |
- Fix library linking in libevent.pc [1]
- Add compatibility include to libevent.pc [2]
PR: ports/155315 [1], ports/155293 [2]
Submitted by: Jeremy Messenger <mezz@FreeBSD.org> [1]
Suggested by: swell.k@gmail.com [2] |
2.0.10 02 Mar 2011 20:14:26 |
mm |
- Respect PREFIX for libdir
PR: ports/155202
Submitted by: swell.k@gmail.com |
2.0.10 22 Feb 2011 13:22:14 |
mm |
Libevent version 2.x
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://www.monkey.org/~provos/libevent/ |