Port details |
- pecl-event Provides interface to libevent library
- 3.1.4 devel
=2 3.1.0Version of this port present on the latest quarterly branch. - Maintainer: fluffy@FreeBSD.org
 - Port Added: 2013-11-03 09:49:44
- Last Update: 2024-08-01 12:09:23
- Commit Hash: 9d40d58
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PHP301
- WWW:
- https://pecl.php.net/package/event
- Description:
- This is an extension to efficiently schedule I/O,
time and signal based events using the best I/O
notification mechanism available for specific platform.
This is a port of libevent to the PHP infrastructure.
¦ ¦ ¦ ¦ 
- 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:
-
- ${PHP_PKGNAMEPREFIX}pecl-event>0:devel/pecl-event
- To install the port:
- cd /usr/ports/devel/pecl-event/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-event
- pkg install php82-pecl-event
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-event
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-event
- php81: php81-pecl-event
- php83: php83-pecl-event
- php84: php84-pecl-event
- distinfo:
- TIMESTAMP = 1722509403
SHA256 (PECL/event-3.1.4.tgz) = 5c4caa73bc2dceee31092ff9192139df28e9a80f1147ade0dfe869db2e4ddfd3
SIZE (PECL/event-3.1.4.tgz) = 205220
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:
-
- phpize : lang/php82
- autoconf>0 : devel/autoconf
- sockets.so : net/php82-sockets
- Runtime dependencies:
-
- php.h : lang/php82
- sockets.so : net/php82-sockets
- Library dependencies:
-
- libevent.so : devel/libevent
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pecl-event
- USES:
- php:pecl 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 |
3.1.4 01 Aug 2024 12:09:23
    |
Dima Panov (fluffy)  |
devel/pecl-event: update to 3.1.4 release (+)
What's new:
3.1.1 Fixed build in RHEL 7 and 8 (thanks to Remi Collet).
3.1.2 Fixed an issue in EventDnsBase::__construct() where it failed to accept
the init flag set to true when using libevent version < 2.1.0.
3.1.3 EventDnsBase::__construct() now throws a TypeError if the type of the
$initialize argument is anything other than int or bool.
3.1.4 Fixed tests failing with PHP 8.4.0-alpha1 (thanks to Remi Collet). |
3.1.0 27 Dec 2023 12:21:39
    |
Dima Panov (fluffy)  |
devel/pecl-event: update to 3.1.0 release (+)
- The loop will now be stopped if an event callback throws an exception.
This prevents user from losing control on the event loop.
- EventDnsBase::__construct() now accepts bool|int as its second parameter:
* false and true have the same meaning as before;
* EventDnsBase::DISABLE_WHEN_INACTIVE - Do not prevent the libevent event loop
from exiting when we have no active DNS requests.
* EventDnsBase::INITIALIZE_NAMESERVERS - Process resolv.conf.
* EventDnsBase::NAMESERVERS_NO_DEFAULT - Do not add default nameserver if there
are no nameservers in resolv.conf.
- Internally, a safer strlcpy() will be used instead of strcpy().
- Fixed a segmentation fault that might occur in the EventHttpRequest callback.
- Fixed a bug where the EventBuffer::copyout method didn't populate the output
variable properly in PHP >= 8.2 (thanks to Joseph Tseng).
Changelog: https://pecl.php.net/package-changelog.php?package=event&release=3.1.0 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.0.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.0.8 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.0.8 03 Jun 2022 11:19:26
    |
Dima Panov (fluffy)  |
devel/pecl-event: update o 3.0.8 release |
3.0.7 28 May 2022 12:42:28
    |
Dima Panov (fluffy)  |
devel/pecl-event: update to 3.0.7 release |
3.0.6 01 Apr 2022 15:09:49
    |
Dmitry Marakasov (amdmi3)  |
*/*: fix trailing whitespace in pkg-descr's
Approved by: portmgr blanket |
3.0.6 24 Sep 2021 17:49:08
    |
Dima Panov (fluffy)  |
devel/pecl-event: update to 3.0.6 release
- Fixed tests for the builds in debug mode where libevent complained about STDIN
and STDOUT being not set to non-blocking mode
- Fixed build with OpenSSL 3.0 (Thanks to Remi Collet).
Release notes: https://pecl.php.net/package/event/3.0.6 |
3.0.5 16 Aug 2021 12:24:36
    |
Dima Panov (fluffy)  |
devel/pecl-event: update to 3.0.5 release
Fixed a test not working with PHP 8.1.0alpha1
Internal changes: Created a non-fastcall wrapper for zend_objects_new().
Fixed #66: Segmentation fault when calling EventConfig::avoidMethod because of
incorrect arg info |
3.0.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.0.2 24 Dec 2020 12:24:17
  |
fluffy  |
devel/pecl-event: update to 3.0.2 release
Allow to buils with php74/80
Take maintainership
Approved by: miwi |
2.5.4 06 Mar 2020 17:05:44
  |
joneum  |
hand over Maintainership to miwi
Sponsored by: Netzkommune GmbH |
2.5.4 03 Mar 2020 11:32:06
  |
joneum  |
Update to 2.5.4
Sponsored by: Netzkommune GmbH |
2.5.3_1 22 Sep 2019 07:14:00
  |
antoine  |
Ignore with php 7.4
Reported by: pkg-fallout |
2.5.3_1 02 Aug 2019 13:30:40
  |
jbeich  |
devel/libevent2: update to 2.1.11
Changes: https://github.com/libevent/libevent/releases/tag/release-2.1.11-stable
ABI: https://abi-laboratory.pro/tracker/timeline/libevent/
PR: 239599
Reported by: GitHub (watch releases)
Approved by: zeising (maintainer)
MFH: 2019Q3 (maybe security, partially restores 2.1.8 ABI)
Differential Revision: https://reviews.freebsd.org/D21133 |
2.5.3 20 Jun 2019 21:35:14
  |
joneum  |
Update to 2.5.3
Sponsored by: Netzkommune GmbH |
2.5.2 17 Jun 2019 06:36:20
  |
joneum  |
Update to 2.5.2
Changelog:
- Fixed build warnings with PHP 7.3
- Fixed the value of EINPROGRESS constant in WIN32
Sponsored by: Netzkommune GmbH |
2.5.0 13 May 2019 12:34:51
  |
joneum  |
Update to 2.5.0
Added EventConfig::setFlags() method. (There was no way to set EVENT_BASE_FLAG_*
flags.)
Sponsored by: Netzkommune GmbH |
2.4.4 24 Apr 2019 12:28:36
  |
joneum  |
Update to 2.4.4
Sponsored by: Netzkommune GmbH |
2.4.3 16 Dec 2018 11:29:51
  |
joneum  |
Update to 2.4.3
Changelog: Fixed config.w32 to take in account newer OpenSSL, which fixes build
with PHP 7.2
Sponsored by: Netzkommune GmbH |
2.4.2 10 Dec 2018 16:52:37
  |
joneum  |
Update to 2.4.2
Changelog:
- Fixed: SSL verification callback failed when EventSslContext was used with
either EventBufferEvent::createSslFilter or EventBufferEvent::sslFilter.
Sponsored by: Netzkommune GmbH |
2.4.1 24 Nov 2018 13:52:26
  |
joneum  |
Update from 2.3.0 to 2.4.1
Changelog: https://pecl.php.net/package/event
Sponsored by: Netzkommune GmbH |
2.3.0 21 Nov 2018 12:41:57
  |
joneum  |
Take Maintainership
Approved by: johnpupu@gmail.com (maintainer, via eMail)
Sponsored by: Netzkommune GmbH |
2.3.0 10 Apr 2017 15:08:47
  |
mat  |
Convert all PECL ports to USES=php:pecl.
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D10281 |
2.3.0 30 Mar 2017 05:21:30
  |
vanilla  |
Update to 2.3.0.
PR: 218202
Submitted by: maintainer |
2.2.1_1 15 Mar 2017 14:45:31
  |
mat  |
Remove all USE_OPENSSL occurrences.
Sponsored by: Absolight |
2.2.1_1 20 Feb 2017 02:57:04
  |
jbeich  |
devel/libevent2: drop historical suffix after r362796
PR: 216777
Approved by: mm (maintainer) |
2.2.1 09 Feb 2017 01:04:20
  |
wen  |
- Update to 2.2.1
PR: 216920
Submitted by: johnpupu@gmail.com(maintainer) |
2.0.4_2 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.4_1 13 Dec 2016 14:26:12
  |
sunpoet  |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
2.0.4_1 15 Sep 2016 01:41:28
  |
swills  |
Unmark broken on powerpc64
These ports built successfully |
2.0.4_1 03 Aug 2016 12:47:05
  |
mat  |
Don't use extension.ini any more, and have each extension install in its
file, so the order remains the same.
Every PHP (or Zend) extension now installs its own .ini file in
/usr/local/etc/php. A PHP extension will be automatically activated
when installed. The order into which extensions are loaded is
automatically guessed. In some very rare cases, the guess will be
wrong, and PHP_MOD_PRIO will need to be set. Refer to the USES=php
section of the Porter's Handbook for more information.
Convert ports touching etc/php/extensions.ini manually, or telling the
OP to do it.
And finally, bump PORTREVISION for all php extensions.
PR: 210697
Submitted by: mat
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D7022 |
2.0.4 28 Jun 2016 14:00:45
  |
mat  |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
2.0.4 23 Apr 2016 06:58:41
  |
sunpoet  |
- Update to 2.0.4 and unbreak build with PHP 7.0
- While I'm here:
- Add LICENSE_FILE
- Remove unnecessary PHP_MODNAME
- Pet portlint
- Update BROKEN: use lowercase for leading character
Changes: https://pecl.php.net/package-changelog.php?package=event
PR: 208956
Submitted by: Mickael Maillot <mickael.maillot@gmail.com>
Approved by: John Chen <johnpupu@gmail.com> (maintainer) |
1.11.1 21 Apr 2016 16:43:15
  |
swills  |
many ports: mark broken on powerpc64 |
1.11.1 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.11.1 18 Feb 2016 14:47:06
  |
miwi  |
- Ignore php70
- While here remove old php gruft |
1.11.1 04 Nov 2015 16:49:47
  |
vanilla  |
Upgrade to 1.11.1
PR: 204286
Submitted by: maintainer |
1.10.3 09 Oct 2014 11:53:23
  |
robak  |
devel/pecl-event: update 1.9.0 -> 1.10.3
PR: 194159
Submitted by: John Chen <johnpupu@gmail.com>
Approved by: mentors (implicit) |
1.9.0_1 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 |
1.9.0 04 Feb 2014 11:41:14
  |
sunpoet  |
- Update to 1.9.0
Changes: http://pecl.php.net/package-changelog.php?package=event
PR: ports/185841
Submitted by: John Chen <johnpupu@gmail.com> (maintainer) |
1.8.1 03 Nov 2013 09:49:32
  |
antoine  |
New port: pecl-event
This is a port of libevent to the PHP infrastructure.
WWW: http://pecl.php.net/package/event
PR: ports/179074
Submitted by: John Chen |