From owner-svn-ports-all@FreeBSD.ORG Sun Apr 6 05:48:52 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org 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 E378D155; Sun, 6 Apr 2014 05:48:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B7D84917; Sun, 6 Apr 2014 05:48:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s365mqXY009392; Sun, 6 Apr 2014 05:48:52 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s365mp8b009388; Sun, 6 Apr 2014 05:48:51 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201404060548.s365mp8b009388@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Apr 2014 05:48:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r350320 - in head/devel: . pecl-uopz X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Apr 2014 05:48:53 -0000 Author: sunpoet Date: Sun Apr 6 05:48:51 2014 New Revision: 350320 URL: http://svnweb.freebsd.org/changeset/ports/350320 QAT: https://qat.redports.org/buildarchive/r350320/ Log: - Add pecl-uopz 2.0.1 The uopz - User Operations for Zend extension exposes Zend Engine functionality normally used at compilation and execution time in order to allow modification of the internal structures that represent PHP code, and for user code to interact with the VM. WWW: http://pecl.php.net/package/uopz PR: ports/188175 Submitted by: Gasol Wu Added: head/devel/pecl-uopz/ head/devel/pecl-uopz/Makefile (contents, props changed) head/devel/pecl-uopz/distinfo (contents, props changed) head/devel/pecl-uopz/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Apr 6 05:48:46 2014 (r350319) +++ head/devel/Makefile Sun Apr 6 05:48:51 2014 (r350320) @@ -3343,6 +3343,7 @@ SUBDIR += pecl-statgrab SUBDIR += pecl-svn SUBDIR += pecl-test_helpers + SUBDIR += pecl-uopz SUBDIR += pecl-uploadprogress SUBDIR += pecl-uri_template SUBDIR += pecl-uuid Added: head/devel/pecl-uopz/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uopz/Makefile Sun Apr 6 05:48:51 2014 (r350320) @@ -0,0 +1,21 @@ +# Created by: Gasol Wu +# $FreeBSD$ + +PORTNAME= uopz +PORTVERSION= 2.0.1 +CATEGORIES= devel +MASTER_SITES= http://pecl.php.net/get/ +PKGNAMEPREFIX= pecl- +DIST_SUBDIR= PECL + +MAINTAINER= gasol.wu@gmail.com +COMMENT= User Operations for PHP Zend engine + +LICENSE= PHP301 + +USE_PHP= yes +USE_PHPEXT= yes +USES= tar:tgz +IGNORE_WITH_PHP= 53 + +.include Added: head/devel/pecl-uopz/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uopz/distinfo Sun Apr 6 05:48:51 2014 (r350320) @@ -0,0 +1,2 @@ +SHA256 (PECL/uopz-2.0.1.tgz) = 7c360fd988eef7a8dc10db2eec7c45d903b20513a991dc1ab4a4cd35cc5229c4 +SIZE (PECL/uopz-2.0.1.tgz) = 27184 Added: head/devel/pecl-uopz/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-uopz/pkg-descr Sun Apr 6 05:48:51 2014 (r350320) @@ -0,0 +1,6 @@ +The uopz - User Operations for Zend +extension exposes Zend Engine functionality normally used at compilation and +execution time in order to allow modification of the internal structures that +represent PHP code, and for user code to interact with the VM. + +WWW: http://pecl.php.net/package/uopz