mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- 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>
This commit is contained in:
parent
a646a73246
commit
bc46af5f67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350320
@ -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
|
||||
|
21
devel/pecl-uopz/Makefile
Normal file
21
devel/pecl-uopz/Makefile
Normal file
@ -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>
|
2
devel/pecl-uopz/distinfo
Normal file
2
devel/pecl-uopz/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (PECL/uopz-2.0.1.tgz) = 7c360fd988eef7a8dc10db2eec7c45d903b20513a991dc1ab4a4cd35cc5229c4
|
||||
SIZE (PECL/uopz-2.0.1.tgz) = 27184
|
6
devel/pecl-uopz/pkg-descr
Normal file
6
devel/pecl-uopz/pkg-descr
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user