From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 17 04:10:00 2014 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]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B966A941 for ; Mon, 17 Mar 2014 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C3E5A9F for ; Mon, 17 Mar 2014 04:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s2H4A0ZN052095 for ; Mon, 17 Mar 2014 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s2H4A0G8052094; Mon, 17 Mar 2014 04:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 17 Mar 2014 04:10:00 GMT Resent-Message-Id: <201403170410.s2H4A0G8052094@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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CF87F8FA for ; Mon, 17 Mar 2014 04:00:44 +0000 (UTC) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 73201A7A for ; Mon, 17 Mar 2014 04:00:43 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 9F05275074F; Mon, 17 Mar 2014 11:53:28 +0800 (CST) Message-Id: <20140317035328.9F05275074F@goingmarry.kkbox.com> Date: Mon, 17 Mar 2014 11:53:28 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187651: [NEW PORT] devel/pecl-qb: PHP Accelerator designed mainly for graphic work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 04:10:00 -0000 >Number: 187651 >Category: ports >Synopsis: [NEW PORT] devel/pecl-qb: PHP Accelerator designed mainly for graphic work >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: Mon Mar 17 04:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: QB stands for Quick Binary. It's a PHP extension designed to enable faster handling of binary data. It takes a function written in PHP and translate it for a specialized virtual machine. The use of static type information leads significantly higher performance than under PHP regular dynamic type system. A PHP+QB function can run anywhere from five to twenty times faster than regular PHP code. For even higher level of performance, one can compile PHP+QB functions to native code (on supported platforms). QB performs code translation on a per-function basis. It does not affect in anyway code not specially marked. Interaction between PHP+QB functions and regular PHP code is basically seamless. A key design objective of QB is to let developers harness greater processing power than what baseline PHP offers without the risk involved in adopting a brand new platform. WWW: http://pecl.php.net/package/qb/ Generated with FreeBSD Port Tools 0.99_11 (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-qb # pecl-qb/Makefile # pecl-qb/pkg-descr # pecl-qb/distinfo # echo c - pecl-qb mkdir -p pecl-qb > /dev/null 2>&1 echo x - pecl-qb/Makefile sed 's/^X//' >pecl-qb/Makefile << '5effcf0789e38b5e42f65ac7a6dd88b8' X# Created by: Gasol Wu X# $FreeBSD$ X XPORTNAME= qb XPORTVERSION= 2.1.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= PHP Accelerator designed mainly for graphic work X XLICENSE= PHP301 X XCONFIGURE_ARGS= --with-cpu=native XNO_WRKSUBDIR= yes XUSE_PHP= yes XUSE_PHPEXT= yes X X.include 5effcf0789e38b5e42f65ac7a6dd88b8 echo x - pecl-qb/pkg-descr sed 's/^X//' >pecl-qb/pkg-descr << '6910bf71a0cce7e6ebf1e1ea9fa6f093' XQB stands for Quick Binary. It's a PHP extension designed to enable faster Xhandling of binary data. It takes a function written in PHP and translate it Xfor a specialized virtual machine. The use of static type information leads Xsignificantly higher performance than under PHP regular dynamic type system. XA PHP+QB function can run anywhere from five to twenty times faster than Xregular PHP code. For even higher level of performance, one can compile PHP+QB Xfunctions to native code (on supported platforms). X XQB performs code translation on a per-function basis. It does not affect in Xanyway code not specially marked. Interaction between PHP+QB functions and Xregular PHP code is basically seamless. A key design objective of QB is to Xlet developers harness greater processing power than what baseline PHP offers Xwithout the risk involved in adopting a brand new platform. X XWWW: http://pecl.php.net/package/qb/ 6910bf71a0cce7e6ebf1e1ea9fa6f093 echo x - pecl-qb/distinfo sed 's/^X//' >pecl-qb/distinfo << 'f21f8718cc28c094af46e08aad650b4b' XSHA256 (PECL/qb-2.1.1.tgz) = af93d2deeb0cfbbd61e961dc53b9ad2aa41228567cad7033fb2b1740b6e0b0f9 XSIZE (PECL/qb-2.1.1.tgz) = 1084826 f21f8718cc28c094af46e08aad650b4b exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: