svn commit: r350320 - in head/devel: . pecl-uopz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Apr 6 05:48:53 UTC 2014


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 at 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 at 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 at 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


More information about the svn-ports-all mailing list