Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Mar 2014 11:53:28 +0800 (CST)
From:      Gasol Wu <gasol.wu@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/187651: [NEW PORT] devel/pecl-qb: PHP Accelerator designed mainly for graphic work
Message-ID:  <20140317035328.9F05275074F@goingmarry.kkbox.com>
Resent-Message-ID: <201403170410.s2H4A0G8052094@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <gasol.wu@gmail.com>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140317035328.9F05275074F>