aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-04-06 13:48:51 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-04-06 13:48:51 +0800
commitb75a341d4c68806301967e3187026c90372fde87 (patch)
tree3adf0ebe6c707118b7fa7d80b70bcd3cafebf80f
parent046588f7e77b89608b0d032a256e7966c97708ee (diff)
downloadfreebsd-ports-gnome-b75a341d4c68806301967e3187026c90372fde87.tar.gz
freebsd-ports-gnome-b75a341d4c68806301967e3187026c90372fde87.tar.zst
freebsd-ports-gnome-b75a341d4c68806301967e3187026c90372fde87.zip
- 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>
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pecl-uopz/Makefile21
-rw-r--r--devel/pecl-uopz/distinfo2
-rw-r--r--devel/pecl-uopz/pkg-descr6
4 files changed, 30 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index df9ad16bba98..f5ef4e2e944a 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -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
diff --git a/devel/pecl-uopz/Makefile b/devel/pecl-uopz/Makefile
new file mode 100644
index 000000000000..b2d99891d283
--- /dev/null
+++ b/devel/pecl-uopz/Makefile
@@ -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>
diff --git a/devel/pecl-uopz/distinfo b/devel/pecl-uopz/distinfo
new file mode 100644
index 000000000000..6f33327a2af1
--- /dev/null
+++ b/devel/pecl-uopz/distinfo
@@ -0,0 +1,2 @@
+SHA256 (PECL/uopz-2.0.1.tgz) = 7c360fd988eef7a8dc10db2eec7c45d903b20513a991dc1ab4a4cd35cc5229c4
+SIZE (PECL/uopz-2.0.1.tgz) = 27184
diff --git a/devel/pecl-uopz/pkg-descr b/devel/pecl-uopz/pkg-descr
new file mode 100644
index 000000000000..5318a9aa10af
--- /dev/null
+++ b/devel/pecl-uopz/pkg-descr
@@ -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