Bug 187651 - [NEW PORT] devel/pecl-qb: PHP Accelerator designed mainly for graphic work
Summary: [NEW PORT] devel/pecl-qb: PHP Accelerator designed mainly for graphic work
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-17 04:10 UTC by Gasol Wu
Modified: 2014-03-24 12:40 UTC (History)
0 users

See Also:


Attachments
.shar (2.22 KB, text/plain)
2014-03-17 04:10 UTC, Gasol Wu
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gasol Wu 2014-03-17 04:10:00 UTC
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)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-03-17 04:10:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-03-24 12:32:12 UTC
Author: sunpoet
Date: Mon Mar 24 12:32:08 2014
New Revision: 348972
URL: http://svnweb.freebsd.org/changeset/ports/348972
QAT: https://qat.redports.org/buildarchive/r348972/

Log:
  - Add pecl-qb 2.1.1
  
  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/
  
  PR:		ports/187651
  Submitted by:	Gasol Wu <gasol.wu@gmail.com>

Added:
  head/devel/pecl-qb/
  head/devel/pecl-qb/Makefile   (contents, props changed)
  head/devel/pecl-qb/distinfo   (contents, props changed)
  head/devel/pecl-qb/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Mon Mar 24 12:32:03 2014	(r348971)
+++ head/devel/Makefile	Mon Mar 24 12:32:08 2014	(r348972)
@@ -3332,6 +3332,7 @@
     SUBDIR += pecl-params
     SUBDIR += pecl-parsekit
     SUBDIR += pecl-pthreads
+    SUBDIR += pecl-qb
     SUBDIR += pecl-runkit
     SUBDIR += pecl-scream
     SUBDIR += pecl-shape

Added: head/devel/pecl-qb/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-qb/Makefile	Mon Mar 24 12:32:08 2014	(r348972)
@@ -0,0 +1,22 @@
+# Created by: Gasol Wu <gasol.wu@gmail.com>
+# $FreeBSD$
+
+PORTNAME=	qb
+PORTVERSION=	2.1.1
+CATEGORIES=	devel
+MASTER_SITES=	http://pecl.php.net/get/
+PKGNAMEPREFIX=	pecl-
+DIST_SUBDIR=	PECL
+
+MAINTAINER=	gasol.wu@gmail.com
+COMMENT=	PHP Accelerator designed mainly for graphic work
+
+LICENSE=	PHP301
+
+CONFIGURE_ARGS=	--with-cpu=native
+NO_WRKSUBDIR=	yes
+USE_PHP=	yes
+USE_PHPEXT=	yes
+USES=		tar:tgz
+
+.include <bsd.port.mk>

Added: head/devel/pecl-qb/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-qb/distinfo	Mon Mar 24 12:32:08 2014	(r348972)
@@ -0,0 +1,2 @@
+SHA256 (PECL/qb-2.1.1.tgz) = af93d2deeb0cfbbd61e961dc53b9ad2aa41228567cad7033fb2b1740b6e0b0f9
+SIZE (PECL/qb-2.1.1.tgz) = 1084826

Added: head/devel/pecl-qb/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/pecl-qb/pkg-descr	Mon Mar 24 12:32:08 2014	(r348972)
@@ -0,0 +1,15 @@
+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/
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2014-03-24 12:35:51 UTC
State Changed
From-To: open->closed

New port added. Thanks!