Port details |
- pecl-eio Provides interface to the libeio library
- 3.0.0.r4 devel =2 3.0.0.r4Version of this port present on the latest quarterly branch.
- Maintainer: gasol.wu@gmail.com
- Port Added: 2013-03-02 16:46:29
- Last Update: 2023-03-02 18:43:20
- Commit Hash: f263598
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: PHP301
- WWW:
- https://pecl.php.net/package/eio
- Description:
- This extension provides interface to the libeio library.
Libeio is a an asynchronous I/O library. Features basically include
asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
FreeBSD); readahead. libeio itself emulates the system calls, if they are not
available on specific(UNIX-like) platform.
- ¦ ¦ ¦ ¦
- 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-eio>0:devel/pecl-eio
- To install the port:
- cd /usr/ports/devel/pecl-eio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-eio
- pkg install php81-pecl-eio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81-pecl-eio
- Package flavors (<flavor>: <package>)
- php81: php81-pecl-eio
- php80: php80-pecl-eio
- php82: php82-pecl-eio
- distinfo:
- TIMESTAMP = 1677630245
SHA256 (PECL/eio-3.0.0RC4.tgz) = e478ec2af72fd16e85e60b3b4ead8fff9771b0b382537330e25fcf83b9f70b73
SIZE (PECL/eio-3.0.0RC4.tgz) = 89689
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/php81
- autoconf>0 : devel/autoconf
- Runtime dependencies:
-
- php.h : lang/php81
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pecl-eio
- USES:
- php:pecl
- 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.0.0.r4 02 Mar 2023 18:43:20 |
Piotr Kubaj (pkubaj) |
devel/pecl-eio: fix build on big-endian architectures
Add back patch removed for some reason in
70c84c909c074527b3f7265533d887061cb4dba7. |
3.0.0.r4 09 Dec 2022 15:18:56 |
Muhammad Moinur Rahman (bofh) |
devel/pecl-eio: Update version 2.0.4=>3.00RC4
This was marked for deletion due to EOL of php 7.4 However there was an
updated development version which supports latest php releases. As the
maintainer did not submit any updates hence the port is updated without
actual mantainer's approval but with portmgr blanket approvals.
This was done in consideration to the fact that it's easier to update
rather than rip and resurrect.
Approved by: portmgr (blanket infrastructure)
Relnotes: https://pecl.php.net/package-changelog.php?package=eio
Sponsored by: Bounce Experts |
2.0.4 22 Sep 2022 10:13:54 |
Piotr Kubaj (pkubaj) |
devel/pecl-eio: fix build on big-endian architectures
In file included from
/wrkdirs/usr/ports/devel/pecl-eio/work-php74/eio-2.0.4/php7/php_eio.c:70:
In file included from ./libeio/eio.c:45:
./libeio/ecb.h:460:44: warning: function declared 'noreturn' should not return
[-Winvalid-noreturn]
ecb_inline void ecb_unreachable (void) { }
^
./libeio/ecb.h:481:3: error: use of undeclared identifier 'retrurn'
retrurn 0x11; |
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) |
2.0.4 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 ) |
2.0.4 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 ) |
2.0.4 13 Jun 2022 00:08:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Ignore with php82 |
2.0.4 20 Feb 2022 22:06:00 |
Muhammad Moinur Rahman (bofh) |
devel/pecl-eio: Mark DEPRECATED
- Set EXPIRATION_DATE 2022-11-28
Release 3.0.0 will support php8.
PR: 261611
Approved by: gasol.wu@gmail.com (maintainer-timeout) |
2.0.4 10 Jan 2022 13:30:00 |
Muhammad Moinur Rahman (bofh) |
Mark ports to IGNORE with new php81
Approved by: portmgr (infrastructure blanket)
Sponsored by: Bounce Experts |
2.0.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.0.4 29 Dec 2020 09:14:44 |
antoine |
Ignore with PHP 8.0
Reported by: pkg-fallout |
2.0.4 25 Jul 2020 16:18:08 |
mikael |
devel/pecl-eio: update to 2.0.4
Changelog:
- https://pecl.php.net/package-changelog.php?package=eio&release=2.0.4
PR: 247650
Submitted by: Miguel Gocobachi
Approved by: gasol.wu@gmail.com (maintainer) |
2.0.2 22 Sep 2019 07:14:00 |
antoine |
Ignore with php 7.4
Reported by: pkg-fallout |
2.0.2 01 Sep 2019 23:23:52 |
linimon |
Fix obvious typo in upstream code:
./libeio/ecb.h:481:3: error: use of undeclared identifier 'retrurn'
This only affects big-endian systems, but still needs to be reported
to the upstream maintainers.
Approved by: portmgr (tier-2 blankent) |
2.0.2 12 Oct 2018 06:23:47 |
antoine |
Those ports are not compatible with php 7.3
Reported by: pkg-fallout |
2.0.2 14 Mar 2018 20:27:09 |
joneum |
devel/pecl-eio: Update to 2.0.2
*While here, switch to DISTVERSION=
PR: 226531
Submitted by: joneum
Approved by: maintainer |
2.0.1 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.0.1 28 Dec 2016 07:40:46 |
wen |
- Update to 2.0.1
PR: 215571
Submitted by: joneum@bsdproject.de
Approved by: maintainer |
1.2.1_1 13 Dec 2016 14:26:12 |
sunpoet |
- Update WWW: pecl.php.net uses https://
Approved by: portmgr (blanket) |
1.2.1_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 |
1.2.1 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 |
1.2.1 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
1.2.1 17 Mar 2015 19:16:47 |
robak |
devel/pecl-eio: fix clang 3.6 build
- Maintainer's timeout (gasol.wu@gmail.com)
PR: 198140
Submitted by: Dimitry Andric <dim@FreeBSD.org> |
1.2.1 23 Jan 2014 15:12:51 |
miwi |
- Marke these ports as stage safe
- While here remove php4 gruft |
1.2.1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
1.2.1 02 Mar 2013 16:45:59 |
miwi |
This extension provides interface to the libeio library.
Libeio is a an asynchronous I/O library. Features basically include
asynchronous versions of POSIX API(read, write, open, close, stat, unlink,
fdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX,
FreeBSD); readahead. libeio itself emulates the system calls, if they are not
available on specific(UNIX-like) platform.
WWW: http://pecl.php.net/package/eio/
PR: ports/176323
Submitted by: Gasol Wu <gasol.wu@gmail.com> |