From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 21 14:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26AACEF7 for ; Thu, 21 Feb 2013 14:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE2E69C for ; Thu, 21 Feb 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1LE00JX051352 for ; Thu, 21 Feb 2013 14:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1LE00KG051347; Thu, 21 Feb 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 21 Feb 2013 14:00:00 GMT Resent-Message-Id: <201302211400.r1LE00KG051347@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9A699BB4 for ; Thu, 21 Feb 2013 13:52:02 +0000 (UTC) (envelope-from gasolwu@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 6F92161C for ; Thu, 21 Feb 2013 13:52:01 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 80F37750456; Thu, 21 Feb 2013 17:06:32 +0800 (CST) Message-Id: <20130221090632.80F37750456@goingmarry.kkbox.com> Date: Thu, 21 Feb 2013 17:06:32 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176323: [NEW PORT] devel/pecl-eio: Provides interface to the libeio library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 14:00:01 -0000 >Number: 176323 >Category: ports >Synopsis: [NEW PORT] devel/pecl-eio: Provides interface to the libeio library >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 21 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 >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. WWW: http://pecl.php.net/package/eio/ Generated with FreeBSD Port Tools 0.99_6 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pecl-eio # pecl-eio/Makefile # pecl-eio/pkg-descr # pecl-eio/distinfo # echo c - pecl-eio mkdir -p pecl-eio > /dev/null 2>&1 echo x - pecl-eio/Makefile sed 's/^X//' >pecl-eio/Makefile << 'ba33793cacabcad7e00c9fb8aefdda20' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= eio XPORTVERSION= 1.2.1 XCATEGORIES= devel XMASTER_SITES= http://pecl.php.net/get/ XPKGNAMEPREFIX= pecl- XEXTRACT_SUFX= .tgz XDIST_SUBDIR= PECL X XMAINTAINER= gasol.wu@gmail.com XCOMMENT= Provides interface to the libeio library X XLICENSE= PHP301 X XCONFIGURE_ARGS= --enable-eio XUSE_PHP= yes XUSE_PHPEXT= yes XIGNORE_WITH_PHP= 52 X X.include ba33793cacabcad7e00c9fb8aefdda20 echo x - pecl-eio/pkg-descr sed 's/^X//' >pecl-eio/pkg-descr << '9031f18f6e774ae07148f85148a3f490' XThis extension provides interface to the libeio library. X XLibeio is a an asynchronous I/O library. Features basically include Xasynchronous versions of POSIX API(read, write, open, close, stat, unlink, Xfdatasync, mknod, readdir etc.); sendfile (native on Solaris, Linux, HP-UX, XFreeBSD); readahead. libeio itself emulates the system calls, if they are not Xavailable on specific(UNIX-like) platform. X XWWW: http://pecl.php.net/package/eio/ 9031f18f6e774ae07148f85148a3f490 echo x - pecl-eio/distinfo sed 's/^X//' >pecl-eio/distinfo << '8fc416d20d998862d3b7274727bde78a' XSHA256 (PECL/eio-1.2.1.tgz) = 6682e360728a327764813a4211fe80b29c2fb241b14cb051bd8f763b405146c5 XSIZE (PECL/eio-1.2.1.tgz) = 57296 8fc416d20d998862d3b7274727bde78a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: