Port details |
- pecl-dio PECL extension that provides direct access to low level IO
- 0.3.0 devel =2 0.2.2Version of this port present on the latest quarterly branch.
- Maintainer: flo@FreeBSD.org
- Port Added: 2010-12-26 07:48:20
- Last Update: 2024-08-09 18:31:03
- Commit Hash: fb53736
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: pear
- License: PHP30
- WWW:
- http://www.pecl.php.net/package/dio/
- Description:
- DIO provides functions and stream wrappers which provide raw and serial low
level IO support. The use of the DIO functions should be considered only when
direct control of a device is needed. In all other cases, the standard
filesystem functions are more than adequate.
- ¦ ¦ ¦ ¦
- 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-dio>0:devel/pecl-dio
- To install the port:
- cd /usr/ports/devel/pecl-dio/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/pecl-dio
- pkg install php82-pecl-dio
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php82-pecl-dio
- Package flavors (<flavor>: <package>)
- php82: php82-pecl-dio
- php81: php81-pecl-dio
- php83: php83-pecl-dio
- php84: php84-pecl-dio
- distinfo:
- TIMESTAMP = 1723053525
SHA256 (PECL/dio-0.3.0.tgz) = 632a8b5a26b8463b7114f361e48a19aaa016e8a453a9d04877a94d96b59dcc87
SIZE (PECL/dio-0.3.0.tgz) = 22643
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
- Runtime dependencies:
-
- php.h : lang/php82
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_pecl-dio
- 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 |
0.3.0 09 Aug 2024 18:31:03 |
Florian Smeets (flo) |
devel/pecl-dio: Update to 0.3.0 |
0.2.2 25 Jan 2024 20:38:23 |
Florian Smeets (flo) |
devel/pecl-dio: Update to 0.2.2 |
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) |
0.2.1 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 ) |
0.2.1 17 Feb 2022 16:51:10 |
Florian Smeets (flo) |
devel/pecl-dio: Update to 0.2.1 |
0.2.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
0.2.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.2.0 30 Apr 2020 15:30:31 |
flo |
Update to 0.2.0 (adds PHP 7.4+ support) |
0.1.0 16 Dec 2017 18:22:51 |
flo |
Update to 0.1.0 to make it compatible with PHP 7.x |
0.0.7_1 14 Dec 2017 13:57:29 |
tz |
Add missing IGNORE_WITH_PHP for various pecl-ports.
After testing every pecl-* port with PHP 5.6, 7.0, 7.1 and 7.2
i set the IGNORE_WITH_PHP accordingly to the fallout.
PR: 222165
Reported by: brnd
Approved by: portmgr (blanket)
Differential Revision: https://reviews.freebsd.org/D13476 |
0.0.7_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 |
0.0.7_1 07 Feb 2017 12:14:34 |
mat |
Mark ports not building with PHP 7.1.
Sponsored by: Absolight |
0.0.7_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 |
0.0.7 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 |
0.0.7 18 Feb 2016 14:47:06 |
miwi |
- Ignore php70
- While here remove old php gruft |
0.0.7 02 Nov 2013 00:05:49 |
flo |
Remove leading article before anybody complains :) |
0.0.7 01 Nov 2013 23:59:59 |
flo |
- update to 0.0.7
- convert to STAGE
- fix portlint warning |
0.0.6_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) |
0.0.6_1 06 Jul 2012 20:35:57 |
flo |
Do not restrict pecl-dio to php 5.3 any longer. It works with 5.3 and 5.4 now.
I forgot to do this in the last commit. |
0.0.6 06 Jul 2012 15:41:49 |
flo |
Update to 0.0.6 (PHP 5.4 compatibility) |
0.0.4.r4 27 Dec 2010 22:02:09 |
flo |
- change MAINTAINER to my @FreeBSD.org address
Approved by: jadawin (mentor) |
0.0.4.r4 26 Dec 2010 08:03:39 |
flo |
Forced commit to note the port description usually given when adding a new port.
Thanks to danfe@ for pointing out my mixup of -m and -F
Add new port devel/pecl-dio
DIO provides functions and stream wrappers which provide raw and serial low
level IO support. The use of the DIO functions should be considered only when
direct control of a device is needed. In all other cases, the standard
filesystem functions are more than adequate.
WWW: http://www.pecl.php.net/package/dio/
Approved by: fjoe (mentor) |
0.0.4.r4 26 Dec 2010 07:48:10 |
flo |
/home/flo/msg |