From gasolwu@kkbox.com  Tue Apr  1 16:24:14 2014
Return-Path: <gasolwu@kkbox.com>
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 6D5B2FDD
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Apr 2014 16:24:14 +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 3F330B1D
	for <FreeBSD-gnats-submit@freebsd.org>; Tue,  1 Apr 2014 16:24:13 +0000 (UTC)
Received: by goingmarry.kkbox.com (Postfix, from userid 1033)
	id 5262C75184A; Wed,  2 Apr 2014 00:24:13 +0800 (CST)
Message-Id: <20140401162413.5262C75184A@goingmarry.kkbox.com>
Date: Wed,  2 Apr 2014 00:24:13 +0800 (CST)
From: Gasol Wu <gasol.wu@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] devel/pecl-uopz: User Operations for PHP Zend engine
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         188175
>Category:       ports
>Synopsis:       [NEW PORT] devel/pecl-uopz: User Operations for PHP Zend engine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    sunpoet
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 01 16:30:00 UTC 2014
>Closed-Date:    Sun Apr 06 05:54:21 UTC 2014
>Last-Modified:  Sun Apr 06 05:54:21 UTC 2014
>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:
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

Generated with FreeBSD Port Tools 1.00.2014.03.23 (mode: new)
>How-To-Repeat:
>Fix:

--- pecl-uopz-2.0.1.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-uopz
#	pecl-uopz/Makefile
#	pecl-uopz/pkg-descr
#	pecl-uopz/distinfo
#
echo c - pecl-uopz
mkdir -p pecl-uopz > /dev/null 2>&1
echo x - pecl-uopz/Makefile
sed 's/^X//' >pecl-uopz/Makefile << '4b0b767a64d7d51cf17653c4ec5ec76a'
X# Created by: Gasol Wu <gasol.wu@gmail.com>
X# $FreeBSD$
X
XPORTNAME=	uopz
XPORTVERSION=	2.0.1
XCATEGORIES=	devel
XMASTER_SITES=	http://pecl.php.net/get/
XPKGNAMEPREFIX=	pecl-
XDIST_SUBDIR=	PECL
X
XMAINTAINER=	gasol.wu@gmail.com
XCOMMENT=	User Operations for PHP Zend engine
X
XLICENSE=	PHP301
X
XUSE_PHP=	yes
XUSE_PHPEXT=	yes
XUSES=		tar:tgz
XIGNORE_WITH_PHP=	53
X
X.include <bsd.port.mk>
4b0b767a64d7d51cf17653c4ec5ec76a
echo x - pecl-uopz/pkg-descr
sed 's/^X//' >pecl-uopz/pkg-descr << '6872550bfce5819ecfeb4280ab43f979'
XThe uopz - User Operations for Zend
Xextension exposes Zend Engine functionality normally used at compilation and
Xexecution time in order to allow modification of the internal structures that
Xrepresent PHP code, and for user code to interact with the VM.
X
XWWW: http://pecl.php.net/package/uopz
6872550bfce5819ecfeb4280ab43f979
echo x - pecl-uopz/distinfo
sed 's/^X//' >pecl-uopz/distinfo << '339778e9d9a1b3995f77969a5c326e97'
XSHA256 (PECL/uopz-2.0.1.tgz) = 7c360fd988eef7a8dc10db2eec7c45d903b20513a991dc1ab4a4cd35cc5229c4
XSIZE (PECL/uopz-2.0.1.tgz) = 27184
339778e9d9a1b3995f77969a5c326e97
exit
--- pecl-uopz-2.0.1.shar ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Apr 1 16:30:04 UTC 2014 
Responsible-Changed-Why:  
sunpoet@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188175 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/188175: commit references a PR
Date: Sun,  6 Apr 2014 05:48:56 +0000 (UTC)

 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 <gasol.wu@gmail.com>
 
 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 <gasol.wu@gmail.com>
 +# $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 <bsd.port.mk>
 
 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
 _______________________________________________
 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"
 
State-Changed-From-To: open->closed 
State-Changed-By: sunpoet 
State-Changed-When: Sun Apr 6 05:54:20 UTC 2014 
State-Changed-Why:  
New port added. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=188175 
>Unformatted:
