Date: Thu, 31 Dec 2020 16:54:29 +0000 (UTC) From: Guangyuan Yang <ygy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559753 - in head/devel: . pecl-runkit7 Message-ID: <202012311654.0BVGsTTc055069@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ygy (doc committer) Date: Thu Dec 31 16:54:29 2020 New Revision: 559753 URL: https://svnweb.freebsd.org/changeset/ports/559753 Log: 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 Added: head/devel/pecl-runkit7/ head/devel/pecl-runkit7/Makefile (contents, props changed) head/devel/pecl-runkit7/distinfo (contents, props changed) head/devel/pecl-runkit7/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Thu Dec 31 16:11:38 2020 (r559752) +++ head/devel/Makefile Thu Dec 31 16:54:29 2020 (r559753) @@ -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 Added: head/devel/pecl-runkit7/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-runkit7/Makefile Thu Dec 31 16:54:29 2020 (r559753) @@ -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> Added: head/devel/pecl-runkit7/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-runkit7/distinfo Thu Dec 31 16:54:29 2020 (r559753) @@ -0,0 +1,3 @@ +TIMESTAMP = 1608036502 +SHA256 (PECL/runkit7-4.0.0a2.tgz) = 2f2483df63a6453e09e336c853ba0ff9ae8934e8ca59877c6238545bdde557d1 +SIZE (PECL/runkit7-4.0.0a2.tgz) = 102167 Added: head/devel/pecl-runkit7/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/pecl-runkit7/pkg-descr Thu Dec 31 16:54:29 2020 (r559753) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012311654.0BVGsTTc055069>