mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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>
This commit is contained in:
parent
01b38130a9
commit
baed371a8c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=313275
@ -3167,6 +3167,7 @@
|
||||
SUBDIR += pecl-bbcode
|
||||
SUBDIR += pecl-bcompiler
|
||||
SUBDIR += pecl-dio
|
||||
SUBDIR += pecl-eio
|
||||
SUBDIR += pecl-ev
|
||||
SUBDIR += pecl-expect
|
||||
SUBDIR += pecl-gearman
|
||||
|
22
devel/pecl-eio/Makefile
Normal file
22
devel/pecl-eio/Makefile
Normal file
@ -0,0 +1,22 @@
|
||||
# Created by: Gasol Wu <gasol.wu@gmail.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= eio
|
||||
PORTVERSION= 1.2.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pecl.php.net/get/
|
||||
PKGNAMEPREFIX= pecl-
|
||||
EXTRACT_SUFX= .tgz
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= gasol.wu@gmail.com
|
||||
COMMENT= Provides interface to the libeio library
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
CONFIGURE_ARGS= --enable-eio
|
||||
USE_PHP= yes
|
||||
USE_PHPEXT= yes
|
||||
IGNORE_WITH_PHP= 52
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-eio/distinfo
Normal file
2
devel/pecl-eio/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/eio-1.2.1.tgz) = 6682e360728a327764813a4211fe80b29c2fb241b14cb051bd8f763b405146c5
|
||||
SIZE (PECL/eio-1.2.1.tgz) = 57296
|
9
devel/pecl-eio/pkg-descr
Normal file
9
devel/pecl-eio/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
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/
|
Loading…
Reference in New Issue
Block a user