1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

new port: devel/pecl-runkit7: Extension to replace, rename, and remove user functions and classes

PR:		251867
Submitted by:	Vikash Badal <vikashb@where-ever.za.net>
Approved by:	lwhsu
This commit is contained in:
Guangyuan Yang 2020-12-31 16:54:29 +00:00
parent 87d2637da0
commit 460343a9f5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559753
4 changed files with 26 additions and 0 deletions

View File

@ -3881,6 +3881,7 @@
SUBDIR += pecl-protobuf
SUBDIR += pecl-psr
SUBDIR += pecl-raphf2
SUBDIR += pecl-runkit7
SUBDIR += pecl-swoole
SUBDIR += pecl-sync
SUBDIR += pecl-uploadprogress

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PORTNAME= runkit7
PORTVERSION= 4.0.0a2
CATEGORIES= devel
MAINTAINER= vikashb@where-ever.za.net
COMMENT= Extension to replace, rename, and remove user functions and classes
LICENSE= PHP301
USES= php:pecl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1608036502
SHA256 (PECL/runkit7-4.0.0a2.tgz) = 2f2483df63a6453e09e336c853ba0ff9ae8934e8ca59877c6238545bdde557d1
SIZE (PECL/runkit7-4.0.0a2.tgz) = 102167

View File

@ -0,0 +1,8 @@
The runkit extension provides means to modify constants, user-defined functions,
and user-defined classes. It also provides for custom superglobal variables and
embeddable sub-interpreters via sandboxing.
Compatibility: PHP 7.2 to PHP 7.4
Documentation: https://www.php.net/runkit7
WWW: https://github.com/runkit7/runkit7