diff options
Diffstat (limited to 'devel')
138 files changed, 0 insertions, 1944 deletions
diff --git a/devel/Makefile b/devel/Makefile index 0b70204148d3..371ec8de3375 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4066,59 +4066,28 @@ SUBDIR += pecl-eio SUBDIR += pecl-ev SUBDIR += pecl-event - SUBDIR += pecl-expect - SUBDIR += pecl-gearman SUBDIR += pecl-grpc SUBDIR += pecl-hrtime - SUBDIR += pecl-htscanner - SUBDIR += pecl-inotify SUBDIR += pecl-intl SUBDIR += pecl-jsmin - SUBDIR += pecl-jsmin2 SUBDIR += pecl-json_post - SUBDIR += pecl-jsonc SUBDIR += pecl-jsond - SUBDIR += pecl-jsonnet - SUBDIR += pecl-judy - SUBDIR += pecl-libevent - SUBDIR += pecl-memoize SUBDIR += pecl-msgpack - SUBDIR += pecl-msgpack0 SUBDIR += pecl-mustache - SUBDIR += pecl-ncurses - SUBDIR += pecl-newt - SUBDIR += pecl-params - SUBDIR += pecl-propro SUBDIR += pecl-propro2 SUBDIR += pecl-psr SUBDIR += pecl-pthreads - SUBDIR += pecl-pthreads2 - SUBDIR += pecl-qb - SUBDIR += pecl-raphf SUBDIR += pecl-raphf2 SUBDIR += pecl-request - SUBDIR += pecl-runkit - SUBDIR += pecl-scream - SUBDIR += pecl-spl_types - SUBDIR += pecl-statgrab - SUBDIR += pecl-strict - SUBDIR += pecl-svn SUBDIR += pecl-swoole SUBDIR += pecl-sync - SUBDIR += pecl-test_helpers - SUBDIR += pecl-trace - SUBDIR += pecl-uopz - SUBDIR += pecl-uploadprogress - SUBDIR += pecl-uri_template SUBDIR += pecl-uuid SUBDIR += pecl-uv SUBDIR += pecl-vld - SUBDIR += pecl-weakref SUBDIR += pecl-weakref2 SUBDIR += pecl-xdebug SUBDIR += pecl-xdebug-devel SUBDIR += pecl-xdebug25 - SUBDIR += pecl-xhprof SUBDIR += pecl-yac SUBDIR += pecl-yaconf SUBDIR += pecl-zookeeper @@ -4130,18 +4099,8 @@ SUBDIR += php-composer SUBDIR += php-geshi SUBDIR += php-ice37 - SUBDIR += php-jq SUBDIR += php-libawl SUBDIR += php-maxminddb - SUBDIR += php-memoize - SUBDIR += php-scalar_objects - SUBDIR += php-uprofiler - SUBDIR += php5-blitz - SUBDIR += php5-blitz-devel - SUBDIR += php5-dav - SUBDIR += php5-ice - SUBDIR += php5-pinba - SUBDIR += php5-thrift SUBDIR += php56-gettext SUBDIR += php56-json SUBDIR += php56-pcntl diff --git a/devel/pecl-expect/Makefile b/devel/pecl-expect/Makefile deleted file mode 100644 index 3aac46c622cb..000000000000 --- a/devel/pecl-expect/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: chinsan <chinsan.tw@gmail.com> -# $FreeBSD$ - -PORTNAME= expect -PORTVERSION= 0.3.3 -PORTREVISION= 2 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= PHP extension for expect library - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libexpect.so:lang/expect - -USES= php:pecl tcl:86 -IGNORE_WITH_PHP= 71 72 73 - -CFLAGS+= -I${TCL_INCLUDEDIR} -CONFIGURE_ARGS+=--with-expect=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/devel/pecl-expect/distinfo b/devel/pecl-expect/distinfo deleted file mode 100644 index ce6d0fccae2c..000000000000 --- a/devel/pecl-expect/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/expect-0.3.3.tgz) = 461dfe2cbb387258ad0f52afbebda5a5f5f41dbcc31ae4088b1daa62e25eba39 -SIZE (PECL/expect-0.3.3.tgz) = 9334 diff --git a/devel/pecl-expect/files/patch-config.m4 b/devel/pecl-expect/files/patch-config.m4 deleted file mode 100644 index 8c1a3c7c7f70..000000000000 --- a/devel/pecl-expect/files/patch-config.m4 +++ /dev/null @@ -1,11 +0,0 @@ ---- config.m4.orig 2015-09-18 04:38:36 UTC -+++ config.m4 -@@ -38,7 +38,7 @@ if test "$PHP_EXPECT" != "no"; then - AC_MSG_ERROR([not found]) - fi - -- PHP_ADD_LIBRARY_WITH_PATH(tcl$TCL_VERSION, $TCL_PREFIX/$PHP_LIBDIR, EXPECT_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH(tcl$TCL_MAJOR_VERSION$TCL_MINOR_VERSION, $TCL_PREFIX/$PHP_LIBDIR, EXPECT_SHARED_LIBADD) - PHP_ADD_LIBRARY_WITH_PATH(expect, $LIBEXPECT_DIR/$PHP_LIBDIR, EXPECT_SHARED_LIBADD) - PHP_ADD_INCLUDE($LIBEXPECT_INCLUDE_DIR) - diff --git a/devel/pecl-expect/pkg-descr b/devel/pecl-expect/pkg-descr deleted file mode 100644 index bb39133fa3be..000000000000 --- a/devel/pecl-expect/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This extension allows to interact with processes through PTY, using expect -library. - -WWW: https://pecl.php.net/package/expect diff --git a/devel/pecl-gearman/Makefile b/devel/pecl-gearman/Makefile deleted file mode 100644 index 9bcca5337c6a..000000000000 --- a/devel/pecl-gearman/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Gea-Suan Lin <gslin@gslin.org> -# $FreeBSD$ - -PORTNAME= gearman -PORTVERSION= 1.1.2 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Gearman API - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libgearman.so:devel/gearmand - -USES= php:pecl -CONFIGURE_ARGS= --with-gearman -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-gearman/distinfo b/devel/pecl-gearman/distinfo deleted file mode 100644 index a4e8f2193dbf..000000000000 --- a/devel/pecl-gearman/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/gearman-1.1.2.tgz) = c30a68145b4e33f4da929267f7b5296376ca81d76dd801fc77a261696a8a5965 -SIZE (PECL/gearman-1.1.2.tgz) = 30961 diff --git a/devel/pecl-gearman/pkg-descr b/devel/pecl-gearman/pkg-descr deleted file mode 100644 index 1202c1896f2e..000000000000 --- a/devel/pecl-gearman/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -This extension uses libgearman library to provide API for -communicating with gearmand, and writing clients and workers. - -WWW: https://pecl.php.net/package/gearman diff --git a/devel/pecl-htscanner/Makefile b/devel/pecl-htscanner/Makefile deleted file mode 100644 index 75aee5630117..000000000000 --- a/devel/pecl-htscanner/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: chinsan -# $FreeBSD$ - -PORTNAME= htscanner -PORTVERSION= 1.0.1 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Support htaccess for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP30 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-htscanner - -.include <bsd.port.mk> diff --git a/devel/pecl-htscanner/distinfo b/devel/pecl-htscanner/distinfo deleted file mode 100644 index a4ad5e52350b..000000000000 --- a/devel/pecl-htscanner/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/htscanner-1.0.1.tgz) = c894e6bccc258ac1601530292e949991a355b68650d70cb9dba303df48a7823f -SIZE (PECL/htscanner-1.0.1.tgz) = 10229 diff --git a/devel/pecl-htscanner/pkg-descr b/devel/pecl-htscanner/pkg-descr deleted file mode 100644 index 24adc7978ae7..000000000000 --- a/devel/pecl-htscanner/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Allow one to use htaccess-like file to configure PHP per directory, -just like apache's htaccess. It is especially useful with fastcgi. - -This package was originally developed by Bart Vanbrabant. - -WWW: https://pecl.php.net/package/htscanner diff --git a/devel/pecl-inotify/Makefile b/devel/pecl-inotify/Makefile deleted file mode 100644 index 3f9cff9fe344..000000000000 --- a/devel/pecl-inotify/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= inotify -PORTVERSION= 0.1.6 -PORTREVISION= 2 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= This extension allows to use inotify functions in a PHP scripts - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libinotify.so:devel/libinotify - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-inotify/distinfo b/devel/pecl-inotify/distinfo deleted file mode 100644 index 0085235f5df8..000000000000 --- a/devel/pecl-inotify/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/inotify-0.1.6.tgz) = 979f80a25d4eb0de282617ffc0df46f07346a8383f310b9b943e48992e5b494e -SIZE (PECL/inotify-0.1.6.tgz) = 8568 diff --git a/devel/pecl-inotify/files/patch-config.m4 b/devel/pecl-inotify/files/patch-config.m4 deleted file mode 100644 index 4c8804919e07..000000000000 --- a/devel/pecl-inotify/files/patch-config.m4 +++ /dev/null @@ -1,66 +0,0 @@ ---- ./config.m4.orig 2012-05-04 17:51:20.000000000 +0800 -+++ ./config.m4 2013-08-29 12:49:00.000000000 +0800 -@@ -1,22 +1,51 @@ - dnl $Id: config.m4 262896 2008-07-17 19:11:16Z lbarnaud $ - dnl config.m4 for extension inotify - --PHP_ARG_ENABLE(inotify, whether to enable inotify support, --[ --enable-inotify Enable inotify support]) -+PHP_ARG_WITH(inotify, whether to enable inotify support, -+[ --with-inotify Enable inotify support]) - - if test "$PHP_INOTIFY" != "no"; then -+ SEARCH_PATH="/usr /usr/local" -+ SEARCH_FOR="/sys/inotify.h" - -- AC_TRY_RUN([ -- #include <sys/inotify.h> -- void testfunc(int (*passedfunc)()) { -- } -- int main() { -- testfunc(inotify_init); -- return 0; -- } -- ],[],[ -- AC_MSG_ERROR(Your system does not support inotify) -+ if test "$PHP_INOTIFY" = "yes"; then -+ AC_MSG_CHECKING([for libinotify headers in default path]) -+ for i in $SEARCH_PATH ; do -+ if test -r $i/include/$SEARCH_FOR; then -+ LIBINOTIFY_DIR=$i -+ AC_MSG_RESULT(found in $i) -+ fi -+ done -+ else -+ AC_MSG_CHECKING([for libinotify headers in $PHP_INOTIFY]) -+ if test -r $PHP_INOTIFY/$SEARCH_FOR; then -+ LIBINOTIFY_DIR=$PHP_INOTIFY -+ AC_MSG_RESULT([found]) -+ fi -+ fi -+ -+ if test -z "$LIBINOTIFY_DIR"; then -+ AC_MSG_RESULT([not found]) -+ AC_MSG_ERROR([Cannot find libevent headers]) -+ fi -+ -+ LIBNAME=inotify -+ LIBSYMBOL=inotify_init -+ -+ if test "x$PHP_LIBDIR" = "x"; then -+ PHP_LIBDIR=lib -+ fi -+ -+ PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, -+ [ -+ PHP_ADD_INCLUDE($LIBINOTIFY_DIR/include) -+ PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $LIBINOTIFY_DIR/$PHP_LIBDIR, INOTIFY_SHARED_LIBADD) -+ ],[ -+ AC_MSG_ERROR([Your system does not support inotify]) -+ ],[ -+ -L$LIBINOTIFY_DIR/$PHP_LIBDIR - ]) - -+ PHP_SUBST(INOTIFY_SHARED_LIBADD) - PHP_NEW_EXTENSION(inotify, inotify.c, $ext_shared) - fi diff --git a/devel/pecl-inotify/pkg-descr b/devel/pecl-inotify/pkg-descr deleted file mode 100644 index 34b34afdcdf1..000000000000 --- a/devel/pecl-inotify/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The inotify extension allows to use inotify functions in a PHP script. - -WWW: https://pecl.php.net/package/inotify diff --git a/devel/pecl-jsmin2/Makefile b/devel/pecl-jsmin2/Makefile deleted file mode 100644 index b48a9047a745..000000000000 --- a/devel/pecl-jsmin2/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= jsmin -PORTVERSION= 2.0.1 -CATEGORIES= devel - -MAINTAINER= pascal.christen@hostpoint.ch -COMMENT= PHP extension for minifying JavaScript - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP=71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-jsmin2/distinfo b/devel/pecl-jsmin2/distinfo deleted file mode 100644 index 43a8055f899b..000000000000 --- a/devel/pecl-jsmin2/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/jsmin-2.0.1.tgz) = 0ce689c6c605bad2440f0627364603a051168a6b4dd13f9d4c3020cd0a607efa -SIZE (PECL/jsmin-2.0.1.tgz) = 13123 diff --git a/devel/pecl-jsmin2/files/patch-utf8.c b/devel/pecl-jsmin2/files/patch-utf8.c deleted file mode 100644 index 3e47e8bdcbbd..000000000000 --- a/devel/pecl-jsmin2/files/patch-utf8.c +++ /dev/null @@ -1,11 +0,0 @@ ---- utf8.c.orig 2015-11-19 03:00:13 UTC -+++ utf8.c -@@ -18,8 +18,6 @@ - #include <stdarg.h> - #ifdef WIN32 - #include <malloc.h> --#else --#include <alloca.h> - #endif - - #ifdef WIN32 diff --git a/devel/pecl-jsmin2/pkg-descr b/devel/pecl-jsmin2/pkg-descr deleted file mode 100644 index ef8e5b2446af..000000000000 --- a/devel/pecl-jsmin2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This extension provides an API for minifying JavaScript. - -WWW: https://pecl.php.net/package/jsmin diff --git a/devel/pecl-jsonc/Makefile b/devel/pecl-jsonc/Makefile deleted file mode 100644 index e0e538f5ec09..000000000000 --- a/devel/pecl-jsonc/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= jsonc -PORTVERSION= 1.3.10 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PECL extension for JSON manipulation - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl pkgconfig -CONFIGURE_ARGS= --with-jsonc -MAKE_ARGS= EXTRA_CFLAGS=-DCOMPILE_DL_JSON=1 -IGNORE_WITH_PHP=71 72 73 -CONFLICTS_INSTALL= php54-json-5* php55-json-5* php5-json-5* - -.include <bsd.port.mk> diff --git a/devel/pecl-jsonc/distinfo b/devel/pecl-jsonc/distinfo deleted file mode 100644 index 2faecd2b382e..000000000000 --- a/devel/pecl-jsonc/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1482978795 -SHA256 (PECL/jsonc-1.3.10.tgz) = 20d8963ff593de999607b7314dc7b728f1646ef576cc3c0490d9a59054f4336a -SIZE (PECL/jsonc-1.3.10.tgz) = 76328 diff --git a/devel/pecl-jsonc/pkg-descr b/devel/pecl-jsonc/pkg-descr deleted file mode 100644 index 9c61573b7291..000000000000 --- a/devel/pecl-jsonc/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Support for JSON (JavaScript Object Notation) serialization. This is a drop-in -alternative to PHP standard json extension. - -WWW: https://pecl.php.net/package/jsonc diff --git a/devel/pecl-jsonnet/Makefile b/devel/pecl-jsonnet/Makefile deleted file mode 100644 index 310c5f777921..000000000000 --- a/devel/pecl-jsonnet/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= jsonnet -PORTVERSION= 1.1.1 -CATEGORIES= devel -DISTNAME= JsonNet-${PORTVERSION} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Google JsonNet for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libjsonnet.so:devel/jsonnet - -USES= php:pecl -USE_PHP= json:build -CONFIGURE_ARGS= --with-jsonnet=${LOCALBASE} -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-jsonnet/distinfo b/devel/pecl-jsonnet/distinfo deleted file mode 100644 index cd16807ac64e..000000000000 --- a/devel/pecl-jsonnet/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1481094183 -SHA256 (PECL/JsonNet-1.1.1.tgz) = 265c8a84cfe70d5346077e0c1c5e5a0870694c497489c755c4a54ca3413c8cd3 -SIZE (PECL/JsonNet-1.1.1.tgz) = 105906 diff --git a/devel/pecl-jsonnet/files/patch-config.m4 b/devel/pecl-jsonnet/files/patch-config.m4 deleted file mode 100644 index d83fd1d376d4..000000000000 --- a/devel/pecl-jsonnet/files/patch-config.m4 +++ /dev/null @@ -1,33 +0,0 @@ ---- config.m4.orig 2016-08-07 07:36:22 UTC -+++ config.m4 -@@ -53,12 +53,9 @@ AC_DEFUN([AC_JSONNET_EPOLL], - ]) - - if test "$PHP_JSONNET" != "no"; then -- THIS_DIR=`dirname $0` -- MAKE_LIB_JSONNET=`cd ${THIS_DIR}/libjsonnet && make libjsonnet.so` -- - # --with-jsonnet -> check with-path - SEARCH_PATH="/usr/local/lib" -- SEARCH_FOR="libjsonnet.h" -+ SEARCH_FOR="include/libjsonnet.h" - if test -r $PHP_JSONNET/$SEARCH_FOR; then # path given as parameter - JSONNET_DIR=$PHP_JSONNET - else # search default path list -@@ -77,13 +74,12 @@ if test "$PHP_JSONNET" != "no"; then - fi - - # --with-jsonnet -> add include path -- PHP_ADD_INCLUDE($JSONNET_DIR) -+ PHP_ADD_INCLUDE($JSONNET_DIR/include) - - # --with-jsonnet -> check for lib and symbol presence - -- PHP_ADD_INCLUDE($JSONNET_DIR) -- PHP_EVAL_LIBLINE($JSONNET_DIR, JSONNET_SHARED_LIBADD) -- PHP_ADD_LIBRARY_WITH_PATH(jsonnet, $JSONNET_DIR, JSONNET_SHARED_LIBADD) -+ PHP_EVAL_LIBLINE($JSONNET_DIR/lib, JSONNET_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH(jsonnet, $JSONNET_DIR/lib, JSONNET_SHARED_LIBADD) - - AC_JSONNET_EPOLL() - diff --git a/devel/pecl-jsonnet/pkg-descr b/devel/pecl-jsonnet/pkg-descr deleted file mode 100644 index 1704d74bcdf6..000000000000 --- a/devel/pecl-jsonnet/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -The Google JsonNet for PHP. - -Jsonnet language, from its most basic features to its powerful object model, -punctuated with examples drawn from the world of cocktails. These examples are -meant to be fun, and although a little contrived, do not restrict our thinking -to any one particular application of Jsonnet. - -WWW: https://pecl.php.net/package/jsonnet diff --git a/devel/pecl-judy/Makefile b/devel/pecl-judy/Makefile deleted file mode 100644 index 535181375c60..000000000000 --- a/devel/pecl-judy/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= judy -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= devel -DISTNAME= Judy-${PORTVERSION} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PHP Judy implements sparse dynamic arrays - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -RUN_DEPENDS= Judy>=0:devel/judy -BUILD_DEPENDS= Judy>=0:devel/judy - -CONFIGURE_ARGS= --with-judy=${LOCALBASE} -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-judy/distinfo b/devel/pecl-judy/distinfo deleted file mode 100644 index 7155f9d12ce0..000000000000 --- a/devel/pecl-judy/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/Judy-1.0.2.tgz) = 6b913af2c44ac84a2224fecf8a81ddcb0c753252cafd153cb0e9d7c33a333118 -SIZE (PECL/Judy-1.0.2.tgz) = 24174 diff --git a/devel/pecl-judy/pkg-descr b/devel/pecl-judy/pkg-descr deleted file mode 100644 index d528420fb7b5..000000000000 --- a/devel/pecl-judy/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -PHP Judy implements sparse dynamic arrays (aka Judy Arrays). This extension -is based on the Judy C library. A Judy array consumes memory only when it is -populated, yet can grow to take advantage of all available memory if desired. -Judy's key benefits are scalability, high performance, and memory efficiency. - -WWW: https://pecl.php.net/package/Judy diff --git a/devel/pecl-libevent/Makefile b/devel/pecl-libevent/Makefile deleted file mode 100644 index 510fade692b7..000000000000 --- a/devel/pecl-libevent/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Ilya Bakulin <webmaster@kibab.com> -# $FreeBSD$ - -PORTNAME= libevent -PORTVERSION= 0.1.0 -PORTREVISION= 3 -CATEGORIES= devel - -MAINTAINER= webmaster@kibab.com -COMMENT= Libevent extension for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libevent.so:devel/libevent - -USES= php:pecl - -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-libevent/distinfo b/devel/pecl-libevent/distinfo deleted file mode 100644 index 4f997adc8613..000000000000 --- a/devel/pecl-libevent/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/libevent-0.1.0.tgz) = de3d2ce16f5ab8798de1f059143a3367e59608fd12ec3b4b720fc64e4ba93435 -SIZE (PECL/libevent-0.1.0.tgz) = 9806 diff --git a/devel/pecl-libevent/pkg-descr b/devel/pecl-libevent/pkg-descr deleted file mode 100644 index ef1407939520..000000000000 --- a/devel/pecl-libevent/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This is a PHP binding for libevent library. - -WWW: https://pecl.php.net/package/libevent diff --git a/devel/pecl-memoize/Makefile b/devel/pecl-memoize/Makefile deleted file mode 100644 index a197a4eb4211..000000000000 --- a/devel/pecl-memoize/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= memoize -PORTVERSION= 0.2.0 -PORTREVISION= 2 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PHP extension which transparently caches PHP functions - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -CONFIGURE_ARGS= --enable-memoize -IGNORE_WITH_PHP= 71 72 73 - -OPTIONS_DEFINE= MEMCACHED MEMORY -OPTIONS_DEFAULT=MEMORY -MEMCACHED_DESC= Enable memcached storage module -MEMORY_DESC= Enable the memoize memory storage module - -MEMCACHED_CONFIGURE_ON= --with-memoize-memcached -MEMCACHED_BUILD_DEPENDS=libmemcached>=0:databases/libmemcached -MEMCACHED_RUN_DEPENDS= libmemcached>=0:databases/libmemcached -MEMORY_CONFIGURE_OFF= --disable-memoize-memory - -.include <bsd.port.mk> diff --git a/devel/pecl-memoize/distinfo b/devel/pecl-memoize/distinfo deleted file mode 100644 index 48518a7057fb..000000000000 --- a/devel/pecl-memoize/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/memoize-0.2.0.tgz) = 9da97c4b8edbb3452b3e9f429d5cf51c13692b9be90d43cf36d213d073bd39c9 -SIZE (PECL/memoize-0.2.0.tgz) = 13016 diff --git a/devel/pecl-memoize/pkg-descr b/devel/pecl-memoize/pkg-descr deleted file mode 100644 index a11fe208daea..000000000000 --- a/devel/pecl-memoize/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -php-memoize is a PHP extension which transparently caches PHP functions, much -like Perl's Memoize module. - -It comes with the following storage modules which can be enabled at compile -time: - -- memory: Simple per-request module with no dependencies. - Since this is a per-request cache, neither TTLs specified in the - `memoize()` call or `memoize.default_ttl` are used. -- memcached: Uses libmemcached or the memcached PHP extension - -WWW: https://pecl.php.net/package/memoize diff --git a/devel/pecl-msgpack0/Makefile b/devel/pecl-msgpack0/Makefile deleted file mode 100644 index 6d834b1d316f..000000000000 --- a/devel/pecl-msgpack0/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: John Chen <johnpupu@gmail.com> -# $FreeBSD$ - -PORTNAME= msgpack -PORTVERSION= 0.5.7 -CATEGORIES= devel - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Provides API for communicating with MessagePack serialization - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= BSD3CLAUSE - -USES= php:pecl -IGNORE_WITH_PHP=71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-msgpack0/distinfo b/devel/pecl-msgpack0/distinfo deleted file mode 100644 index 7dae5623e512..000000000000 --- a/devel/pecl-msgpack0/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1486813449 -SHA256 (PECL/msgpack-0.5.7.tgz) = b8ee20cd0a79426c1abd55d5bbae85e5dcfbe0238abf9ce300685fbe76d94cdf -SIZE (PECL/msgpack-0.5.7.tgz) = 57150 diff --git a/devel/pecl-msgpack0/pkg-descr b/devel/pecl-msgpack0/pkg-descr deleted file mode 100644 index 7790bbbaca31..000000000000 --- a/devel/pecl-msgpack0/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -This extension provides API for communicating with MessagePack serialization. - -WWW: https://pecl.php.net/package/msgpack diff --git a/devel/pecl-ncurses/Makefile b/devel/pecl-ncurses/Makefile deleted file mode 100644 index 45c47118e463..000000000000 --- a/devel/pecl-ncurses/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Jille Timmermans <jille@quis.cx> -# $FreeBSD$ - -PORTNAME= ncurses -PORTVERSION= 1.0.2 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= PECL extension for ncurses - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl,cli ncurses -IGNORE_WITH_PHP=71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-ncurses/distinfo b/devel/pecl-ncurses/distinfo deleted file mode 100644 index 650fd0f21fb6..000000000000 --- a/devel/pecl-ncurses/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/ncurses-1.0.2.tgz) = 7fa4998d06a00a094276e5283fd6a408cbf78cd2d3b889fe6ab51be3780c9063 -SIZE (PECL/ncurses-1.0.2.tgz) = 16226 diff --git a/devel/pecl-ncurses/pkg-descr b/devel/pecl-ncurses/pkg-descr deleted file mode 100644 index cc4d018778ae..000000000000 --- a/devel/pecl-ncurses/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -ncurses (new curses) is a free software emulation of curses in -System V Rel 4.0 (and above). It uses terminfo format, supports -pads, colors, multiple highlights, form characters and function -key mapping. Because of the interactive nature of this library, -it will be of little use for writing Web applications, but may -be useful when writing scripts meant using PHP from the command -line. - -WWW: http://www.gnu.org/software/ncurses/ncurses.html diff --git a/devel/pecl-newt/Makefile b/devel/pecl-newt/Makefile deleted file mode 100644 index 2ccb99e5d336..000000000000 --- a/devel/pecl-newt/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# $FreeBSD$ - -PORTNAME= newt -PORTVERSION= 1.2.9 -PORTREVISION= 1 -CATEGORIES= devel www - -MAINTAINER= garga@FreeBSD.org -COMMENT= PHP language extension for RedHat Newt library - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libnewt.so:devel/newt - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -post-patch: - @${REINPLACE_CMD} -e '/SEARCH_PATH/ s,=",="${LOCALBASE} ${PREFIX} ,' \ - ${WRKSRC}/config.m4 - -.include <bsd.port.mk> diff --git a/devel/pecl-newt/distinfo b/devel/pecl-newt/distinfo deleted file mode 100644 index 5619b7f54c6d..000000000000 --- a/devel/pecl-newt/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491829734 -SHA256 (PECL/newt-1.2.9.tgz) = 481bfb72a1889e135c1f9676f906eedcb80f8b8b828143351cff3c5f22136dad -SIZE (PECL/newt-1.2.9.tgz) = 27005 diff --git a/devel/pecl-newt/pkg-descr b/devel/pecl-newt/pkg-descr deleted file mode 100644 index 5949cb798b68..000000000000 --- a/devel/pecl-newt/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -PHP language extension for RedHat Newt library, a terminal-based window and -widget library for writing applications with user friendly interface. Once this -extension is enabled in PHP it will provide the use of Newt widgets, such as -windows, buttons, checkboxes, radiobuttons, labels, editboxes, scrolls, -textareas, scales, etc. Use of this extension if very similar to the original -Newt API of C programming language. - -WWW: https://pecl.php.net/package/newt diff --git a/devel/pecl-params/Makefile b/devel/pecl-params/Makefile deleted file mode 100644 index 5ac8d82026db..000000000000 --- a/devel/pecl-params/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> -# $FreeBSD$ - -PORTNAME= params -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= PECL extension for a userspace equivalent of zend_parse_parameters() - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-params - -.include <bsd.port.mk> diff --git a/devel/pecl-params/distinfo b/devel/pecl-params/distinfo deleted file mode 100644 index 5b1073a6eb5a..000000000000 --- a/devel/pecl-params/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/params-1.0.tgz) = 7f2f527201ca0c0fc2d96df26a2d726ba14a0008a707db2d14f46f695edd8337 -SIZE (PECL/params-1.0.tgz) = 6040 diff --git a/devel/pecl-params/files/patch-php_params.c b/devel/pecl-params/files/patch-php_params.c deleted file mode 100644 index 5785ac587808..000000000000 --- a/devel/pecl-params/files/patch-php_params.c +++ /dev/null @@ -1,29 +0,0 @@ ---- ./php_params.c.orig 2010-04-16 19:41:28.000000000 -0400 -+++ ./php_params.c 2010-04-16 19:45:52.000000000 -0400 -@@ -65,7 +65,7 @@ - - static inline int php_params_get_args(int *pargc, zval ***pargv TSRMLS_DC) - { -- void **p = EG(argument_stack).top_element - 2; -+ void **p = EG(argument_stack)->top - 2; - int pp_arg_count = PHP_PARAMS_INT_CAST *p; - - p -= 1 + pp_arg_count; -@@ -75,7 +75,7 @@ - } - --p; - -- if (p < EG(argument_stack).elements) { -+ if (p < ZEND_VM_STACK_ELEMETS(EG(argument_stack))) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "Cannot use this function from the global scope"); - return FAILURE; - } -@@ -476,7 +476,7 @@ - /* }}} */ - - #ifdef ZEND_ENGINE_2 --static ZEND_BEGIN_ARG_INFO_EX(params_parse_arginfo, 0, ZEND_RETURN_VALUE, 1) -+ZEND_BEGIN_ARG_INFO_EX(params_parse_arginfo, 0, ZEND_RETURN_VALUE, 1) - ZEND_ARG_INFO(0, format) - ZEND_END_ARG_INFO() - #else diff --git a/devel/pecl-params/pkg-descr b/devel/pecl-params/pkg-descr deleted file mode 100644 index b2d9e259d5c6..000000000000 --- a/devel/pecl-params/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The params extension provides userspace equivalent of zend_parse_parameters() - -WWW: https://pecl.php.net/package/params diff --git a/devel/pecl-propro/Makefile b/devel/pecl-propro/Makefile deleted file mode 100644 index ddbf37f3df00..000000000000 --- a/devel/pecl-propro/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: vanilla@ -# $FreeBSD$ - -PORTNAME= propro -PORTVERSION= 1.0.2 -PORTREVISION= 2 -CATEGORIES= devel - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= Facility to manage extension object properties - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -PORTSCOUT= limit:^1.* - -USES= gmake php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-propro/distinfo b/devel/pecl-propro/distinfo deleted file mode 100644 index 4f82a6cbc6ff..000000000000 --- a/devel/pecl-propro/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491395891 -SHA256 (PECL/propro-1.0.2.tgz) = 6b4e785adcc8378148c7ad06aa82e71e1d45c7ea5dbebea9ea9a38fee14e62e7 -SIZE (PECL/propro-1.0.2.tgz) = 13393 diff --git a/devel/pecl-propro/pkg-descr b/devel/pecl-propro/pkg-descr deleted file mode 100644 index cd25e601221c..000000000000 --- a/devel/pecl-propro/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A facility to manage possibly persistent resources with a comprehensible API. -Provides simliar functionality like the zend_list API, but with more flexiblity -and freedom. - -WWW: https://pecl.php.net/package/propro diff --git a/devel/pecl-pthreads2/Makefile b/devel/pecl-pthreads2/Makefile deleted file mode 100644 index a378c3d22db8..000000000000 --- a/devel/pecl-pthreads2/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: John Chen <johnpupu@gmail.com> -# $FreeBSD$ - -PORTNAME= pthreads -PORTVERSION= 2.0.10 -CATEGORIES= devel -PKGNAMESUFFIX= 2 - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Compatible Threading API for PHP5.3+ - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -PORTSCOUT= limit:^2\. - -CFLAGS+= -I${LOCALBASE}/include - -USES= php:pecl -IGNORE_WITH_PHP=71 72 73 - -.include <bsd.port.options.mk> - -.if !defined(PHP_ZTS) && exists(${LOCALBASE}/bin/php) -PHP_ZTS!= ${LOCALBASE}/bin/php -r 'phpinfo();' | ${GREP} 'Thread Safety' | ${AWK} -F '=> ' '{print $$2}' -.else -PHP_ZTS= disabled -.endif - -.if ${PHP_ZTS} == "disabled" -IGNORE= pthreads requires ZTS, please re-compile PHP with ZTS enabled -.endif - -.include <bsd.port.mk> diff --git a/devel/pecl-pthreads2/distinfo b/devel/pecl-pthreads2/distinfo deleted file mode 100644 index b62577fd5918..000000000000 --- a/devel/pecl-pthreads2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1499964928 -SHA256 (PECL/pthreads-2.0.10.tgz) = 8bdf8d8918680421ca0ced1e62292eeb626f800a808d0a3b6812841756588cf6 -SIZE (PECL/pthreads-2.0.10.tgz) = 85247 diff --git a/devel/pecl-pthreads2/pkg-descr b/devel/pecl-pthreads2/pkg-descr deleted file mode 100644 index 003e8d697347..000000000000 --- a/devel/pecl-pthreads2/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -A compatible Threading API for PHP5.3+ - -WWW: https://pecl.php.net/package/pthreads diff --git a/devel/pecl-qb/Makefile b/devel/pecl-qb/Makefile deleted file mode 100644 index 5a3739581290..000000000000 --- a/devel/pecl-qb/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= qb -PORTVERSION= 2.4.0 -PORTREVISION= 4 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PHP Accelerator designed mainly for graphic work - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -BROKEN_powerpc64= fails to build: Killing runaway build after 7200 seconds with no output - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-qb/distinfo b/devel/pecl-qb/distinfo deleted file mode 100644 index 8f38462c2b20..000000000000 --- a/devel/pecl-qb/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/qb-2.4.0.tgz) = c85aed6cffefa054b0f0e06a56df367e224139c5d8ad377c33ebea457f03b5b6 -SIZE (PECL/qb-2.4.0.tgz) = 930521 diff --git a/devel/pecl-qb/files/patch-config.m4 b/devel/pecl-qb/files/patch-config.m4 deleted file mode 100644 index 9f47c7400e4e..000000000000 --- a/devel/pecl-qb/files/patch-config.m4 +++ /dev/null @@ -1,26 +0,0 @@ ---- config.m4.orig 2014-07-21 00:45:49.000000000 +0000 -+++ config.m4 2014-12-10 10:26:17.724992764 +0000 -@@ -13,6 +13,9 @@ - PHP_ARG_WITH(cpu, whether to enable CPU-specific optimization, - [ --with-cpu[=arch] Enable optimization specific to CPU archecture], no, no) - -+PHP_ARG_WITH(libmissing, whether to link libmissing, -+[ --with-libmissing[=prefix] Link libmissing], no, no) -+ - if test "$PHP_QB" != "no"; then - qb_cflags="" - -@@ -37,6 +40,13 @@ - qb_cflags="$qb_cflags -march=$PHP_CPU" - fi - fi -+ -+ if test "$PHP_LIBMISSING" != "no"; then -+ LIBMISSING_INCDIR="$PHP_LIBMISSING/include" -+ LIBMISSING_LIBDIR="$PHP_LIBMISSING/lib" -+ PHP_ADD_LIBRARY_WITH_PATH("missing", $LIBMISSING_LIBDIR, QB_SHARED_LIBADD) -+ PHP_ADD_INCLUDE($LIBMISSING_INCDIR) -+ fi - - AC_MSG_CHECKING([whether CC supports -march=native]) - ac_saved_cflags="$CFLAGS" diff --git a/devel/pecl-qb/pkg-descr b/devel/pecl-qb/pkg-descr deleted file mode 100644 index 376342dc3334..000000000000 --- a/devel/pecl-qb/pkg-descr +++ /dev/null @@ -1,15 +0,0 @@ -QB stands for Quick Binary. It's a PHP extension designed to enable faster -handling of binary data. It takes a function written in PHP and translate it -for a specialized virtual machine. The use of static type information leads -significantly higher performance than under PHP regular dynamic type system. -A PHP+QB function can run anywhere from five to twenty times faster than -regular PHP code. For even higher level of performance, one can compile PHP+QB -functions to native code (on supported platforms). - -QB performs code translation on a per-function basis. It does not affect in -anyway code not specially marked. Interaction between PHP+QB functions and -regular PHP code is basically seamless. A key design objective of QB is to -let developers harness greater processing power than what baseline PHP offers -without the risk involved in adopting a brand new platform. - -WWW: https://pecl.php.net/package/qb diff --git a/devel/pecl-raphf/Makefile b/devel/pecl-raphf/Makefile deleted file mode 100644 index 33393ead7af8..000000000000 --- a/devel/pecl-raphf/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: vanilla@ -# $FreeBSD$ - -PORTNAME= raphf -PORTVERSION= 1.1.2 -PORTREVISION= 2 -CATEGORIES= devel - -MAINTAINER= vanilla@FreeBSD.org -COMMENT= Resource and persistent handles factory - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= BSD2CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE - -PORTSCOUT= limit:^1.* - -USES= gmake php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-raphf/distinfo b/devel/pecl-raphf/distinfo deleted file mode 100644 index a3f32b465560..000000000000 --- a/devel/pecl-raphf/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491395891 -SHA256 (PECL/raphf-1.1.2.tgz) = d35a49672e72d0e03751385e0b8fed02aededcacc5e3ec27c98a5849720483a7 -SIZE (PECL/raphf-1.1.2.tgz) = 15915 diff --git a/devel/pecl-raphf/pkg-descr b/devel/pecl-raphf/pkg-descr deleted file mode 100644 index 596485359b8b..000000000000 --- a/devel/pecl-raphf/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -A facility to manage possibly persistent resources with a comprehensible API. -Provides simliar functionality like the zend_list API, but with more flexiblity -and freedom. - -WWW: https://pecl.php.net/package/raphf diff --git a/devel/pecl-runkit/Makefile b/devel/pecl-runkit/Makefile deleted file mode 100644 index d4adab82a3b9..000000000000 --- a/devel/pecl-runkit/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Elias Mandouvalos <ocean@mail.gr> -# $FreeBSD$ - -PORTNAME= runkit -PORTVERSION= 1.0.4 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= PECL extension to modify constants, user-defined functions, and classes - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP30 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-runkit=classkit - -.include <bsd.port.mk> diff --git a/devel/pecl-runkit/distinfo b/devel/pecl-runkit/distinfo deleted file mode 100644 index 05743b744d73..000000000000 --- a/devel/pecl-runkit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/runkit-1.0.4.tgz) = 5b1db0f53ac3d7445da22e8d8f851a4559ef1b6742e397f2cf412a2d0401555e -SIZE (PECL/runkit-1.0.4.tgz) = 103274 diff --git a/devel/pecl-runkit/pkg-descr b/devel/pecl-runkit/pkg-descr deleted file mode 100644 index c91bcd9317ab..000000000000 --- a/devel/pecl-runkit/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -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. - -WWW: https://pecl.php.net/package/runkit diff --git a/devel/pecl-scream/Makefile b/devel/pecl-scream/Makefile deleted file mode 100644 index de5c15f9b114..000000000000 --- a/devel/pecl-scream/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Volodymyr Kostyrko <c.kworr@gmail.com> -# $FreeBSD$ - -PORTNAME= scream -DISTVERSION= 0.1.0 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= c.kworr@gmail.com -COMMENT= Break the silence operator - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -test: build - @(cd ${WRKSRC} && ${MAKE} test) - -.include <bsd.port.mk> diff --git a/devel/pecl-scream/distinfo b/devel/pecl-scream/distinfo deleted file mode 100644 index c5b15018a171..000000000000 --- a/devel/pecl-scream/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/scream-0.1.0.tgz) = 58dccb5b184ded7aeea0fc1315d7ae94f07f0842e0df95a5199c6783c50ebd14 -SIZE (PECL/scream-0.1.0.tgz) = 3002 diff --git a/devel/pecl-scream/pkg-descr b/devel/pecl-scream/pkg-descr deleted file mode 100644 index 0fd15a59dcba..000000000000 --- a/devel/pecl-scream/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -The scream extension gives the possibility to disable the silencing error -control operator (aka The At Sign: '@') so all errors are being reported. - -This feature is controlled by an ini setting. - -WWW: https://pecl.php.net/package/scream diff --git a/devel/pecl-spl_types/Makefile b/devel/pecl-spl_types/Makefile deleted file mode 100644 index 96707c362e80..000000000000 --- a/devel/pecl-spl_types/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Ditesh Shashikant Gathani <ditesh@gathani.org> -# $FreeBSD$ - -PORTNAME= spl_types -PORTVERSION= 0.4.0 -PORTREVISION= 1 -CATEGORIES= devel pear -DISTNAME= SPL_Types-${PORTVERSION} - -MAINTAINER= bofh@FreeBSD.org -COMMENT= PECL extension of a collection of special typehandling classes - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -OPTIONS_DEFINE= RE2C -RE2C_DESC= Compile regular expression 2 C -RE2C_RUN_DEPENDS= re2c:devel/re2c - -USE_PHP= spl -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-spl-types -CFLAGS+= -I${LOCALBASE}/include - -.include <bsd.port.mk> diff --git a/devel/pecl-spl_types/distinfo b/devel/pecl-spl_types/distinfo deleted file mode 100644 index dee55ce545b7..000000000000 --- a/devel/pecl-spl_types/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/SPL_Types-0.4.0.tgz) = b44101401b2664822fd17e6f491d912203496108ff9d0b86b043bff67c5f724f -SIZE (PECL/SPL_Types-0.4.0.tgz) = 8388 diff --git a/devel/pecl-spl_types/pkg-descr b/devel/pecl-spl_types/pkg-descr deleted file mode 100644 index f5b28561425c..000000000000 --- a/devel/pecl-spl_types/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The SPL_Types extension is a collection of special typehandling classes. - -WWW: https://pecl.php.net/package/SPL_Types diff --git a/devel/pecl-statgrab/Makefile b/devel/pecl-statgrab/Makefile deleted file mode 100644 index 81d134251d47..000000000000 --- a/devel/pecl-statgrab/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Tim Bishop <tim@bishnet.net> -# $FreeBSD$ - -PORTNAME= statgrab -PORTVERSION= 0.6.0 -PORTREVISION= 2 -CATEGORIES= devel pear -DISTNAME= Statgrab-${PORTVERSION} - -MAINTAINER= tdb@FreeBSD.org -COMMENT= PECL extension to retrieve information from libstatgrab - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LIB_DEPENDS= libstatgrab0.so:devel/libstatgrab0 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --with-statgrab=${LOCALBASE} - -.include <bsd.port.mk> diff --git a/devel/pecl-statgrab/distinfo b/devel/pecl-statgrab/distinfo deleted file mode 100644 index a321e0858ed2..000000000000 --- a/devel/pecl-statgrab/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/Statgrab-0.6.0.tgz) = bf3b390065a96b21c6037bc3e56fb87673e97fad1f5cd491b8dd96dd7219cf08 -SIZE (PECL/Statgrab-0.6.0.tgz) = 6255 diff --git a/devel/pecl-statgrab/files/patch-config.m4 b/devel/pecl-statgrab/files/patch-config.m4 deleted file mode 100644 index f20aaa2a9fe6..000000000000 --- a/devel/pecl-statgrab/files/patch-config.m4 +++ /dev/null @@ -1,35 +0,0 @@ ---- ./config.m4.orig 2006-03-23 18:43:49.000000000 +0000 -+++ ./config.m4 2014-05-10 02:12:22.943986950 +0100 -@@ -5,12 +5,12 @@ - [ --with-statgrab Include libstatgrab support]) - - AC_DEFUN([PHP_STATGRAB_CHECK_VERSION],[ -- PHP_CHECK_LIBRARY(statgrab, get_network_iface_stats, [AC_DEFINE(HAVE_STATGRAB_09, 1, [ ])], [], [ -L$STATGRAB_DIR/lib $STATGRAB_SHARED_LIBADD ]) -+ PHP_CHECK_LIBRARY(statgrab0, get_network_iface_stats, [AC_DEFINE(HAVE_STATGRAB_09, 1, [ ])], [], [ -L$STATGRAB_DIR/lib $STATGRAB_SHARED_LIBADD ]) - ]) - - if test "$PHP_STATGRAB" != "no"; then - SEARCH_PATH="/usr/local /usr $PHP_STATGRAB" -- SEARCH_FOR="/include/statgrab.h" -+ SEARCH_FOR="/include/statgrab0.h" - if test -r $PHP_STATGRAB/$SEARCH_FOR; then # path given as parameter - STATGRAB_DIR=$PHP_STATGRAB - else # search default path list -@@ -33,7 +33,7 @@ - PHP_CHECK_LIBRARY(devstat, devstat_selectdevs, [PHP_ADD_LIBRARY(devstat,,DEVSTAT_SHARED_LIBADD)]) - CFLAGS="$CFLAGS $DEVSTAT_SHARED_LIBADD" - -- LIBNAME=statgrab -+ LIBNAME=statgrab0 - LIBSYMBOL=sg_init - - PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, -@@ -50,7 +50,7 @@ - PHP_SUBST(STATGRAB_SHARED_LIBADD) - - AC_TRY_COMPILE([ --#include <statgrab.h> -+#include <statgrab0.h> - ], [ - sg_network_iface_stats p; - p.dup = SG_IFACE_DUPLEX_UNKNOWN; diff --git a/devel/pecl-statgrab/files/patch-statgrab.c b/devel/pecl-statgrab/files/patch-statgrab.c deleted file mode 100644 index c5d5af883ad4..000000000000 --- a/devel/pecl-statgrab/files/patch-statgrab.c +++ /dev/null @@ -1,20 +0,0 @@ ---- ./statgrab.c.orig 2006-11-07 22:14:38.000000000 +0000 -+++ ./statgrab.c 2014-05-10 02:12:48.502985234 +0100 -@@ -22,7 +22,7 @@ - #include "config.h" - #endif - --#include <statgrab.h> -+#include <statgrab0.h> - - #include "php.h" - #include "php_ini.h" -@@ -69,7 +69,7 @@ - * - * Every user visible function must have an entry in statgrab_functions[]. - */ --function_entry statgrab_functions[] = { -+zend_function_entry statgrab_functions[] = { - PHP_FE(sg_cpu_percent_usage, NULL) - PHP_FE(sg_cpu_totals, NULL) - PHP_FE(sg_cpu_diff, NULL) diff --git a/devel/pecl-statgrab/files/php_statgrab.h.patch b/devel/pecl-statgrab/files/php_statgrab.h.patch deleted file mode 100644 index 0d5c1e159d50..000000000000 --- a/devel/pecl-statgrab/files/php_statgrab.h.patch +++ /dev/null @@ -1,13 +0,0 @@ ---- php_statgrab.h.bak Sat Apr 16 13:48:58 2005 -+++ php_statgrab.h Sat Apr 16 13:49:01 2005 -@@ -55,6 +55,10 @@ - PHP_FUNCTION(sg_user_stats); - PHP_FUNCTION(sg_network_iface_stats); - -+#ifdef snprintf -+#undef snprintf -+#endif -+ - #endif /* PHP_STATGRAB_H */ - - diff --git a/devel/pecl-statgrab/pkg-descr b/devel/pecl-statgrab/pkg-descr deleted file mode 100644 index 32edfaf5d774..000000000000 --- a/devel/pecl-statgrab/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -libstatgrab is a library that provides a common interface for -retrieving a variety of system statistics on a number of *NIX like -systems. - -This extension allows you to call the functions made available by -libstatgrab library. - -WWW: https://pecl.php.net/package/statgrab diff --git a/devel/pecl-strict/Makefile b/devel/pecl-strict/Makefile deleted file mode 100644 index 19f44486a69a..000000000000 --- a/devel/pecl-strict/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= strict -PORTVERSION= 0.4.1 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Strict scalar parameter type hint support for 5.4+ - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-strict/distinfo b/devel/pecl-strict/distinfo deleted file mode 100644 index 5110a85035b1..000000000000 --- a/devel/pecl-strict/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/strict-0.4.1.tgz) = 3111fd0e14807a9a94499a6f3f43a91a7ff93135923a027f641a474995ace0d9 -SIZE (PECL/strict-0.4.1.tgz) = 10168 diff --git a/devel/pecl-strict/pkg-descr b/devel/pecl-strict/pkg-descr deleted file mode 100644 index 14713b2f7854..000000000000 --- a/devel/pecl-strict/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -The strict extension introduces support for strict scalar parameter type hints -without changing Zend. Support for the following types is introduced: - - * string - * integer, int - * float, double - * boolean, bool - * resource - -Variadic support for all of the above types is also included. - -WWW: https://pecl.php.net/package/strict diff --git a/devel/pecl-svn/Makefile b/devel/pecl-svn/Makefile deleted file mode 100644 index 02cbad98f898..000000000000 --- a/devel/pecl-svn/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Alex Kiesel <kiesel@schlund.de> -# $FreeBSD$ - -PORTNAME= svn -PORTVERSION= 1.0.3 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= dbaio@FreeBSD.org -COMMENT= PECL extension to the libsvn library - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -LIB_DEPENDS= libsvn_client-1.so:devel/subversion - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 -USE_CSTD= c99 - -.include <bsd.port.mk> diff --git a/devel/pecl-svn/distinfo b/devel/pecl-svn/distinfo deleted file mode 100644 index fced0c053808..000000000000 --- a/devel/pecl-svn/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1470382293 -SHA256 (PECL/svn-1.0.3.tgz) = 8ccf1dd78b92649486d1875102ecb899c1e4e5ddf674f2d87adf611c16295089 -SIZE (PECL/svn-1.0.3.tgz) = 27216 diff --git a/devel/pecl-svn/pkg-descr b/devel/pecl-svn/pkg-descr deleted file mode 100644 index eefae4a08ab7..000000000000 --- a/devel/pecl-svn/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -PHP bindings to the libsvn library which provide access to subversion -repositories. - -WWW: https://pecl.php.net/package/svn diff --git a/devel/pecl-test_helpers/Makefile b/devel/pecl-test_helpers/Makefile deleted file mode 100644 index 362240bc03f3..000000000000 --- a/devel/pecl-test_helpers/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= test_helpers -PORTVERSION= 1.1.0 -PORTREVISION= 2 -CATEGORIES= devel pear -MASTER_SITES= http://pear.phpunit.de/get/ -PKGNAMEPREFIX= pecl- - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Extension to ease testing of PHP code - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= BSD3CLAUSE - -CONFIGURE_ARGS= --enable-test-helpers -USES= php:zend tar:tgz -SUB_FILES= pkg-message -IGNORE_WITH_PHP= 71 72 73 -# This needs to be loaded *after* devel/pecl-xdebug -PHP_MOD_PRIO= 30 - -.include <bsd.port.mk> diff --git a/devel/pecl-test_helpers/distinfo b/devel/pecl-test_helpers/distinfo deleted file mode 100644 index 346de0b029c3..000000000000 --- a/devel/pecl-test_helpers/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (test_helpers-1.1.0.tgz) = 4fc53f6b8b7881dc3fbcfdaa08428dab59caf2e22c8df588eb5182055d095c6d -SIZE (test_helpers-1.1.0.tgz) = 10370 diff --git a/devel/pecl-test_helpers/files/patch-test_helpers.c b/devel/pecl-test_helpers/files/patch-test_helpers.c deleted file mode 100644 index 50a895133377..000000000000 --- a/devel/pecl-test_helpers/files/patch-test_helpers.c +++ /dev/null @@ -1,137 +0,0 @@ ---- ./test_helpers.c.orig 2014-05-16 23:36:31.000000000 +0800 -+++ ./test_helpers.c 2014-05-16 23:36:38.000000000 +0800 -@@ -92,37 +92,69 @@ - - #undef EX - #define EX(element) execute_data->element --#define EX_T(offset) (*(temp_variable *)((char *) EX(Ts) + offset)) - --static zval *pth_get_zval_ptr(znode *node, zval **freeval, zend_execute_data *execute_data TSRMLS_DC) /* {{{ */ -+#if PHP_VERSION_ID >= 50500 -+# define EX_T(offset) (*EX_TMP_VAR(execute_data, offset)) -+#else -+# define EX_T(offset) (*(temp_variable *)((char*)execute_data->Ts + offset)) -+#endif -+ -+#if PHP_VERSION_ID >= 50399 -+# define PTH_ZNODE znode_op -+# define PTH_TYPE(t) t##_type -+#else -+# define PTH_ZNODE znode -+# define PTH_TYPE(t) t.op_type -+#endif -+ -+zval *pth_get_zval_ptr(int node_type, PTH_ZNODE *node, zval **freeval, zend_execute_data *execute_data TSRMLS_DC) - { - *freeval = NULL; - -- switch (node->op_type) { -- case IS_CONST: -- return &(node->u.constant); -- case IS_VAR: -- return EX_T(node->u.var).var.ptr; -- case IS_TMP_VAR: -- return (*freeval = &EX_T(node->u.var).tmp_var); -- case IS_CV: -- { -- zval ***ret = &execute_data->CVs[node->u.var]; -- if (!*ret) { -- zend_compiled_variable *cv = &EG(active_op_array)->vars[node->u.var]; -- if (zend_hash_quick_find(EG(active_symbol_table), cv->name, cv->name_len+1, cv->hash_value, (void**)ret)==FAILURE) { -- zend_error(E_NOTICE, "Undefined variable: %s", cv->name); -- return &EG(uninitialized_zval); -- } -- } -- return **ret; -+ switch (node_type) { -+ case IS_CONST: -+#if PHP_VERSION_ID >= 50399 -+ return node->zv; -+#else -+ return &node->u.constant; -+#endif -+ break; -+ -+ case IS_VAR: -+#if PHP_VERSION_ID >= 50399 -+ if (EX_T(node->var).var.ptr) { -+ return EX_T(node->var).var.ptr; -+#else -+ if (EX_T(node->u.var).var.ptr) { -+ return EX_T(node->u.var).var.ptr; -+#endif -+ } -+ break; -+ -+ case IS_TMP_VAR: -+#if PHP_VERSION_ID >= 50399 -+ return (*freeval = &EX_T(node->var).tmp_var); -+#else -+ return (*freeval = &EX_T(node->u.var).tmp_var); -+#endif -+ break; -+ -+ case IS_CV: { -+ zval **tmp; -+#if PHP_VERSION_ID >= 50399 -+ tmp = zend_get_compiled_variable_value(execute_data, node->constant); -+#else -+ tmp = zend_get_compiled_variable_value(execute_data, node->u.constant.value.lval); -+#endif -+ if (tmp) { -+ return *tmp; -+ } -+ break; - } -- case IS_UNUSED: -- default: -- return NULL; - } -+ -+ return NULL; - } --/* }}} */ - - static void test_helpers_free_handler(zend_fcall_info *fci) /* {{{ */ - { -@@ -165,7 +197,11 @@ - } - } - -+#if ZEND_EXTENSION_API_NO >= 220100525 -+ old_ce = EX_T(opline->op1.var).class_entry; -+#else - old_ce = EX_T(opline->op1.u.var).class_entry; -+#endif - - MAKE_STD_ZVAL(arg); - ZVAL_STRINGL(arg, old_ce->name, old_ce->name_length, 1); -@@ -189,7 +225,11 @@ - zval_ptr_dtor(&retval); - - -+#if ZEND_EXTENSION_API_NO >= 220100525 -+ EX_T(opline->op1.var).class_entry = *new_ce; -+#else - EX_T(opline->op1.u.var).class_entry = *new_ce; -+#endif - - if (old_new_handler) { - return old_new_handler(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU); -@@ -202,6 +242,7 @@ - static int pth_exit_handler(ZEND_OPCODE_HANDLER_ARGS) /* {{{ */ - { - zval *msg, *freeop; -+ zend_op *opline = EX(opline); - zval *retval; - - if (THG(exit_fci).function_name == NULL) { -@@ -212,7 +253,7 @@ - } - } - -- msg = pth_get_zval_ptr(&EX(opline)->op1, &freeop, execute_data TSRMLS_CC); -+ msg = pth_get_zval_ptr(opline->PTH_TYPE(op1), &opline->op1, &freeop, execute_data TSRMLS_CC); - - if (msg) { - zend_fcall_info_argn(&THG(exit_fci) TSRMLS_CC, 1, &msg); diff --git a/devel/pecl-test_helpers/files/pkg-message.in b/devel/pecl-test_helpers/files/pkg-message.in deleted file mode 100644 index c74134f9ea14..000000000000 --- a/devel/pecl-test_helpers/files/pkg-message.in +++ /dev/null @@ -1,9 +0,0 @@ -***************************************************************************** -The php extension 'test_helpers' has been installed successful. - -It has been automatically activated. - -Please refer to `phpinfo()` to verify whether a conflict was detected and -whether the work-around was enabled. - -***************************************************************************** diff --git a/devel/pecl-test_helpers/pkg-descr b/devel/pecl-test_helpers/pkg-descr deleted file mode 100644 index 96686f608b8d..000000000000 --- a/devel/pecl-test_helpers/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -test_helpers is an extension for the PHP Interpreter to ease -testing of PHP code. - -WWW: https://github.com/sebastianbergmann/php-test-helpers diff --git a/devel/pecl-trace/Makefile b/devel/pecl-trace/Makefile deleted file mode 100644 index 652dd5e4633e..000000000000 --- a/devel/pecl-trace/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= trace -PORTVERSION= 1.0.0 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Low-overhead tracing tool for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= APACHE20 - -WRKSRC_SUBDIR= extension - -USES= gmake php:pecl -IGNORE_WITH_PHP= 71 72 73 -PLIST_FILES= bin/phptrace - -pre-install: - cd ${WRKSRC} && \ - ${MAKE_CMD} install-cli PHP_TRACE_BINDIR=${STAGEDIR}${PREFIX}/bin - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/phptrace - -.include <bsd.port.mk> diff --git a/devel/pecl-trace/distinfo b/devel/pecl-trace/distinfo deleted file mode 100644 index b399a7f3a716..000000000000 --- a/devel/pecl-trace/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1486050743 -SHA256 (PECL/trace-1.0.0.tgz) = 068a5c168ee3fd4249cb41ea98a84affc1f8023d3b5745c0d8f9a305c2d672b1 -SIZE (PECL/trace-1.0.0.tgz) = 63928 diff --git a/devel/pecl-trace/pkg-descr b/devel/pecl-trace/pkg-descr deleted file mode 100644 index 870e9b0b7055..000000000000 --- a/devel/pecl-trace/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Trace is a low-overhead tracing tool for PHP. - -It can trace all PHP execution, function calls, request information during -run-time. And provides features like Filter, Statistics, Current Status and -so on. -It is very useful to locate blocking, heavy-load problems and debug in all -environments, especially in production environments. - -WWW: https://pecl.php.net/package/trace diff --git a/devel/pecl-uopz/Makefile b/devel/pecl-uopz/Makefile deleted file mode 100644 index ea601aea99d6..000000000000 --- a/devel/pecl-uopz/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= uopz -PORTVERSION= 2.0.7 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= User Operations for PHP Zend engine - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-uopz/distinfo b/devel/pecl-uopz/distinfo deleted file mode 100644 index 9ffef19a7def..000000000000 --- a/devel/pecl-uopz/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/uopz-2.0.7.tgz) = 16841e086bb13475438a72b77bb726399476dd04f72b2c63fc0521ef0ec66800 -SIZE (PECL/uopz-2.0.7.tgz) = 29192 diff --git a/devel/pecl-uopz/pkg-descr b/devel/pecl-uopz/pkg-descr deleted file mode 100644 index 72ca4c41aa65..000000000000 --- a/devel/pecl-uopz/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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: https://pecl.php.net/package/uopz diff --git a/devel/pecl-uploadprogress/Makefile b/devel/pecl-uploadprogress/Makefile deleted file mode 100644 index 2eb289d67218..000000000000 --- a/devel/pecl-uploadprogress/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: chinsan -# $FreeBSD$ - -PORTNAME= uploadprogress -PORTVERSION= 1.0.3 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Provides track progress of a file upload - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CONFIGURE_ARGS= --enable-uploadprogress - -.include <bsd.port.mk> diff --git a/devel/pecl-uploadprogress/distinfo b/devel/pecl-uploadprogress/distinfo deleted file mode 100644 index 1fd43c301b38..000000000000 --- a/devel/pecl-uploadprogress/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/uploadprogress-1.0.3.tgz) = 69e6692d5629044396e804f82fef5861f7016a2c2150705652efb3f3c9b47df7 -SIZE (PECL/uploadprogress-1.0.3.tgz) = 9041 diff --git a/devel/pecl-uploadprogress/pkg-descr b/devel/pecl-uploadprogress/pkg-descr deleted file mode 100644 index 37a8bed299c3..000000000000 --- a/devel/pecl-uploadprogress/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -An extension to track progress of a file upload. - -WWW: https://pecl.php.net/package/uploadprogress diff --git a/devel/pecl-uri_template/Makefile b/devel/pecl-uri_template/Makefile deleted file mode 100644 index 8c3f69c83c92..000000000000 --- a/devel/pecl-uri_template/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= uri_template -PORTVERSION= 1.0 -PORTREVISION= 1 -CATEGORIES= devel - -MAINTAINER= gasol.wu@gmail.com -COMMENT= URI Template(RFC6570) library for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-uri_template/distinfo b/devel/pecl-uri_template/distinfo deleted file mode 100644 index abbe0d11a41b..000000000000 --- a/devel/pecl-uri_template/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/uri_template-1.0.tgz) = 784a55a5b86592a43fe4464313679762ee609fdf5bdeca7b8da9429adcb4f699 -SIZE (PECL/uri_template-1.0.tgz) = 23489 diff --git a/devel/pecl-uri_template/pkg-descr b/devel/pecl-uri_template/pkg-descr deleted file mode 100644 index f3e287913a0c..000000000000 --- a/devel/pecl-uri_template/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -Implementation of URI Template(RFC6570) specification for PHP. - -WWW: https://pecl.php.net/package/uri_template diff --git a/devel/pecl-weakref/Makefile b/devel/pecl-weakref/Makefile deleted file mode 100644 index ccc9fa6c46bb..000000000000 --- a/devel/pecl-weakref/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: Akinori MUSHA aka knu <knu@idaemons.org> -# $FreeBSD$ - -PORTNAME= weakref -PORTVERSION= 0.2.6 -PORTREVISION= 1 -CATEGORIES= devel pear -DISTNAME= Weakref-${PORTVERSION} - -MAINTAINER= joneum@FreeBSD.org -COMMENT= PECL Weakref extension - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 -LICENSE_FILE= ${WRKSRC}/LICENSE - -PORTSCOUT= limit:^0\.2\.[0-9]* - -USES= php:pecl -IGNORE_WITH_PHP= 71 72 73 - -CFLAGS+= -I${LOCALBASE}/include - -.include <bsd.port.mk> diff --git a/devel/pecl-weakref/distinfo b/devel/pecl-weakref/distinfo deleted file mode 100644 index e3a7632077be..000000000000 --- a/devel/pecl-weakref/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/Weakref-0.2.6.tgz) = c15988e1e80ef228e7e34be067d1bf4c718ca2f0441eaa2da8f4e4ad7fc93c40 -SIZE (PECL/Weakref-0.2.6.tgz) = 10108 diff --git a/devel/pecl-weakref/pkg-descr b/devel/pecl-weakref/pkg-descr deleted file mode 100644 index 31ee06af76c0..000000000000 --- a/devel/pecl-weakref/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A weak reference provides a gateway to an object without preventing -that object from being collected by the garbage collector (GC). - -WWW: https://pecl.php.net/package/Weakref diff --git a/devel/pecl-xhprof/Makefile b/devel/pecl-xhprof/Makefile deleted file mode 100644 index ecb0ece2dfec..000000000000 --- a/devel/pecl-xhprof/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# Created by: Conor McDermottroe <ports@mcdermottroe.com> -# $FreeBSD$ - -PORTNAME= xhprof -PORTVERSION= 0.9.4 -PORTREVISION= 1 -CATEGORIES= devel pear - -MAINTAINER= ports@mcdermottroe.com -COMMENT= Hierarchical Profiler for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= APACHE20 - -WRKSRC_SUBDIR= extension - -USES= php:pecl -ONLY_FOR_ARCHS= i386 amd64 -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/pecl-xhprof/distinfo b/devel/pecl-xhprof/distinfo deleted file mode 100644 index 5327bdcb775c..000000000000 --- a/devel/pecl-xhprof/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1491395892 -SHA256 (PECL/xhprof-0.9.4.tgz) = 002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8 -SIZE (PECL/xhprof-0.9.4.tgz) = 842077 diff --git a/devel/pecl-xhprof/files/patch-extension_xhprof.c b/devel/pecl-xhprof/files/patch-extension_xhprof.c deleted file mode 100644 index a90dcf079493..000000000000 --- a/devel/pecl-xhprof/files/patch-extension_xhprof.c +++ /dev/null @@ -1,11 +0,0 @@ ---- xhprof.c.orig 2013-11-13 18:41:35.000000000 +0800 -+++ xhprof.c 2013-11-13 18:43:37.000000000 +0800 -@@ -28,7 +28,7 @@ - #include "php_ini.h" - #include "ext/standard/info.h" - #include "php_xhprof.h" --#include "zend_extensions.h" -+#include "Zend/zend_extensions.h" - #include <sys/time.h> - #include <sys/resource.h> - #include <stdlib.h> diff --git a/devel/pecl-xhprof/pkg-descr b/devel/pecl-xhprof/pkg-descr deleted file mode 100644 index 023e39161597..000000000000 --- a/devel/pecl-xhprof/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -XHProf is a function-level hierarchical profiler for PHP and has a simple HTML -based navigational interface. The raw data collection component is implemented -in C (as a PHP extension). The reporting/UI layer is all in PHP. It is capable -of reporting function-level inclusive and exclusive wall times, memory usage, -CPU times and number of calls for each function. Additionally, it supports -ability to compare two runs (hierarchical DIFF reports), or aggregate results -from multiple runs. - -WWW: https://pecl.php.net/package/xhprof diff --git a/devel/php-jq/Makefile b/devel/php-jq/Makefile deleted file mode 100644 index 60a2f2ff096b..000000000000 --- a/devel/php-jq/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= jq -PORTVERSION= 0.0.1 -PORTREVISION= 1 -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Jq shared extension for php - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libjq.so:textproc/jq - -USE_GITHUB= yes -GH_ACCOUNT= kjdev -GH_PROJECT= php-ext-jq - -IGNORE_WITH_PHP= 71 72 73 -USES= php:ext - -JQ_CMD= ${LOCALBASE}/bin/jq - -pre-build: - (${JQ_CMD} -V | ${SED} 's,jq-\(.*\),#define JQ_VERSION "\1",' >> ${WRKSRC}/version.h) - -.include <bsd.port.mk> diff --git a/devel/php-jq/distinfo b/devel/php-jq/distinfo deleted file mode 100644 index 98dab752b86a..000000000000 --- a/devel/php-jq/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (kjdev-php-ext-jq-0.0.1_GH0.tar.gz) = 084ef608e37551d75957dcf3870c3f8b056941693e65127eb4ca388869087f5b -SIZE (kjdev-php-ext-jq-0.0.1_GH0.tar.gz) = 615397 diff --git a/devel/php-jq/files/patch-config.m4 b/devel/php-jq/files/patch-config.m4 deleted file mode 100644 index 9e0df77b4b50..000000000000 --- a/devel/php-jq/files/patch-config.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- config.m4.orig 2014-11-20 06:16:09 UTC -+++ config.m4 -@@ -32,11 +32,12 @@ PHP_ARG_ENABLE(jq, whether to enable jq - if test "$PHP_JQ" != "no"; then - - dnl Source jq -- PHP_ADD_INCLUDE("jq/") -+ PHP_ADD_INCLUDE("/usr/local/include") -+ PHP_ADD_LIBRARY("jq") - JQ_SOURCE="jq/locfile.c jq/bytecode.c jq/compile.c jq/execute.c jq/builtin.c jq/jv.c jq/jv_parse.c jq/jv_print.c jq/jv_dtoa.c jq/jv_unicode.c jq/jv_aux.c jq/jv_file.c jq/jv_alloc.c jq/lexer.c jq/parser.c" - - dnl PHP Extension -- PHP_NEW_EXTENSION(jq, jq.c $JQ_SOURCE, $ext_shared) -+ PHP_NEW_EXTENSION(jq, jq.c, $ext_shared) - fi - - dnl coverage diff --git a/devel/php-jq/files/patch-jq.c b/devel/php-jq/files/patch-jq.c deleted file mode 100644 index 0ad0330388f6..000000000000 --- a/devel/php-jq/files/patch-jq.c +++ /dev/null @@ -1,13 +0,0 @@ ---- jq.c.orig 2014-11-20 06:16:09 UTC -+++ jq.c -@@ -10,8 +10,8 @@ - - #include "php_jq.h" - --#include "jq/jq.h" --#include "jq/version.h" -+#include "jq.h" -+#include "version.h" - - ZEND_DECLARE_MODULE_GLOBALS(jq) - diff --git a/devel/php-jq/pkg-descr b/devel/php-jq/pkg-descr deleted file mode 100644 index 500e38300af2..000000000000 --- a/devel/php-jq/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -jq is like sed for JSON data - you can use it to slice and filter -and map and transform structured data with the same ease that sed, -awk, grep and friends let you play with text. - -WWW: https://github.com/kjdev/php-ext-jq diff --git a/devel/php-memoize/Makefile b/devel/php-memoize/Makefile deleted file mode 100644 index a4e3c12494f4..000000000000 --- a/devel/php-memoize/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= memoize -PORTVERSION= 0.2.0b1 -DISTVERSIONPREFIX= v -PORTREVISION= 3 -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= PHP extension which transparently caches PHP functions - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -USE_GITHUB= yes -GH_ACCOUNT= arraypad -GH_PROJECT= php-${PORTNAME} - -USES= php:ext -IGNORE_WITH_PHP= 71 72 73 -CONFIGURE_ARGS= --enable-memoize - -OPTIONS_DEFINE= MEMCACHED MEMORY -OPTIONS_DEFAULT= MEMORY -MEMCACHED_DESC= Enable memcached storage module -MEMORY_DESC= Enable the memoize memory storage module - -MEMCACHED_CONFIGURE_WITH= memoize-memcached -MEMCACHED_BUILD_DEPENDS= libmemcached>0:databases/libmemcached -MEMCACHED_RUN_DEPENDS= libmemcached>0:databases/libmemcached - -MEMORY_CONFIGURE_OFF= --disable-memoize-memory - -.include <bsd.port.mk> diff --git a/devel/php-memoize/distinfo b/devel/php-memoize/distinfo deleted file mode 100644 index e1b967bfdf77..000000000000 --- a/devel/php-memoize/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (arraypad-php-memoize-v0.2.0b1_GH0.tar.gz) = dea54da1e6eab7e031b71c04aeabb58c8958d70e3ce4cbad35f2fdee5413f4e6 -SIZE (arraypad-php-memoize-v0.2.0b1_GH0.tar.gz) = 12067 diff --git a/devel/php-memoize/pkg-descr b/devel/php-memoize/pkg-descr deleted file mode 100644 index 0ee3361d5081..000000000000 --- a/devel/php-memoize/pkg-descr +++ /dev/null @@ -1,12 +0,0 @@ -php-memoize is a PHP extension which transparently caches PHP functions, much -like Perl's Memoize module. - -It comes with the following storage modules which can be enabled at compile -time: - -- memory: Simple per-request module with no dependencies. - Since this is a per-request cache, neither TTLs specified in the - `memoize()` call or `memoize.default_ttl` are used. -- memcached: Uses libmemcached or the memcached PHP extension - -WWW: https://github.com/arraypad/php-memoize diff --git a/devel/php-scalar_objects/Makefile b/devel/php-scalar_objects/Makefile deleted file mode 100644 index e3620f20b4d3..000000000000 --- a/devel/php-scalar_objects/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= scalar_objects -PORTVERSION= 0.0.20140124 -PORTREVISION= 2 -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Support method calls on primitive types in PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= PHP301 - -USE_GITHUB= yes -GH_ACCOUNT= nikic -GH_TAGNAME= baf4985 - -USES= php:ext -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/php-scalar_objects/distinfo b/devel/php-scalar_objects/distinfo deleted file mode 100644 index 725574e72bd0..000000000000 --- a/devel/php-scalar_objects/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (nikic-scalar_objects-0.0.20140124-baf4985_GH0.tar.gz) = 6f90ceb71e851b51ae391025624ab26b191798ad28c4717645dc345f93b4e4df -SIZE (nikic-scalar_objects-0.0.20140124-baf4985_GH0.tar.gz) = 35114 diff --git a/devel/php-scalar_objects/pkg-descr b/devel/php-scalar_objects/pkg-descr deleted file mode 100644 index eec81565c725..000000000000 --- a/devel/php-scalar_objects/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Add support for method calls on primitive types in PHP - -This extension implements the ability to register a class that handles the -method calls to a certain primitive type (string, array, ...). As such it -allows implementing APIs like $str->length(). - -The main purpose of this repo is to provide a proof of concept implementation -that can be used to design the new APIs. The switch to object syntax for -operations on primitive types is a unique opportunity for PHP to redesign many -of its inconsistent core APIs. This repo provides the means to quickly -prototype and test new APIs as userland code. Once the APIs are figured out it -will be proposed for inclusion into PHP. - -Note: The ability to register type handlers from userland is just for -prototyping. - -WWW: https://github.com/nikic/scalar_objects diff --git a/devel/php-uprofiler/Makefile b/devel/php-uprofiler/Makefile deleted file mode 100644 index b240e57a3437..000000000000 --- a/devel/php-uprofiler/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Gasol Wu <gasol.wu@gmail.com> -# $FreeBSD$ - -PORTNAME= uprofiler -PORTVERSION= 0.11.0.20150219 -PORTREVISION= 1 -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= gasol.wu@gmail.com -COMMENT= Lightweight profiler for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/../LICENSE - -BROKEN_aarch64= invokes x86 assembler -BROKEN_armv6= invokes x86 assembler -BROKEN_armv7= invokes x86 assembler -BROKEN_mips64= invokes x86 assembler -BROKEN_powerpc64= invokes x86 assembler -BROKEN_sparc64= invokes x86 assembler - -USE_GITHUB= yes -GH_ACCOUNT= FriendsOfPHP -GH_TAGNAME= 483c1e5 - -WRKSRC_SUBDIR= extension -USES= php:ext -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/php-uprofiler/distinfo b/devel/php-uprofiler/distinfo deleted file mode 100644 index d724c51a4df1..000000000000 --- a/devel/php-uprofiler/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (FriendsOfPHP-uprofiler-0.11.0.20150219-483c1e5_GH0.tar.gz) = 3694aae89c1244dda11edb38d8bb96d11c798ecef5c3e8641504a9052837e431 -SIZE (FriendsOfPHP-uprofiler-0.11.0.20150219-483c1e5_GH0.tar.gz) = 103031 diff --git a/devel/php-uprofiler/pkg-descr b/devel/php-uprofiler/pkg-descr deleted file mode 100644 index f17175c443d6..000000000000 --- a/devel/php-uprofiler/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -uprofiler is a hierarchical profiler for PHP. It reports function-level call -counts and inclusive and exclusive metrics such as wall (elapsed) time, CPU time -and memory usage. A function's profile can be broken down by callers or callees. - -WWW: https://github.com/FriendsOfPHP/uprofiler diff --git a/devel/php5-blitz-devel/Makefile b/devel/php5-blitz-devel/Makefile deleted file mode 100644 index 737c30931240..000000000000 --- a/devel/php5-blitz-devel/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Valery Komarov <komarov@valerka.net> -# $FreeBSD$ - -PORTNAME= blitz-devel -PORTVERSION= 0.7.2 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://alexeyrybak.com/blitz/ -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -DISTNAME= blitz-${PORTVERSION}-devel - -MAINTAINER= komarov@valerka.net -COMMENT= PHP templating engine - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -CONFLICTS= php5-blitz-0.6* - -USES= php:ext -PHP_MODNAME= blitz -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/php5-blitz-devel/distinfo b/devel/php5-blitz-devel/distinfo deleted file mode 100644 index 9ec6b8658056..000000000000 --- a/devel/php5-blitz-devel/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (blitz-0.7.2-devel.tar.gz) = 49ccd9c9cc088f3c7cb17e58a8012a1d8b005b254348544322684ed0ef8543ac -SIZE (blitz-0.7.2-devel.tar.gz) = 66551 diff --git a/devel/php5-blitz-devel/pkg-descr b/devel/php5-blitz-devel/pkg-descr deleted file mode 100644 index c01c8519276a..000000000000 --- a/devel/php5-blitz-devel/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Blitz is a PHP templating engine with two main features: - -Fast. Blitz is written in C and built as PHP-extension which makes it one of - the fastest template engines (you may see the benchmarks section below) - -Clear. Blitz has quite simple and clear syntax and makes developer to build - compact and easy-to-read-and-support code even for applications with very - complex presentation logic - -WWW: http://alexeyrybak.com/blitz/blitz_en.html diff --git a/devel/php5-blitz/Makefile b/devel/php5-blitz/Makefile deleted file mode 100644 index f08a65ee11d2..000000000000 --- a/devel/php5-blitz/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Valery Komarov <komarov@valerka.net> -# $FreeBSD$ - -PORTNAME= blitz -PORTVERSION= 0.8.2 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= http://alexeyrybak.com/blitz/ -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= komarov@valerka.net -COMMENT= PHP templating engine - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -CONFLICTS= php5-blitz-devel-[0-9]* - -USES= php:ext -IGNORE_WITH_PHP= 71 72 73 - -.include <bsd.port.mk> diff --git a/devel/php5-blitz/distinfo b/devel/php5-blitz/distinfo deleted file mode 100644 index 28e449e58397..000000000000 --- a/devel/php5-blitz/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (blitz-0.8.2.tar.gz) = 5c45695760854bf71b2d99954bd4b6a3f09133a8cc13228688e3f7878ed90405 -SIZE (blitz-0.8.2.tar.gz) = 67272 diff --git a/devel/php5-blitz/pkg-descr b/devel/php5-blitz/pkg-descr deleted file mode 100644 index 6fea87f111a9..000000000000 --- a/devel/php5-blitz/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -Blitz is a PHP templating engine. - -Blitz is written in C and built as PHP-extension which makes it one of -the fastest template engines. - -WWW: http://alexeyrybak.com/blitz/blitz_en.html diff --git a/devel/php5-dav/Makefile b/devel/php5-dav/Makefile deleted file mode 100644 index 79f48aaf7d0f..000000000000 --- a/devel/php5-dav/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Valery Komarov <komarov@valerka.net> -# $FreeBSD$ - -PORTNAME= dav -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= http://download.pureftpd.org/php-webdav/ -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} -DISTNAME= php-webdav-${PORTVERSION} - -MAINTAINER= komarov@valerka.net -COMMENT= The PHP WebDAV extension - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= ISCL - -LIB_DEPENDS= libneon.so:www/neon - -USES= php:ext - -IGNORE_WITH_PHP= 71 72 73 - -WRKSRC= ${WRKDIR}/${PORTNAME} - -.include <bsd.port.mk> diff --git a/devel/php5-dav/distinfo b/devel/php5-dav/distinfo deleted file mode 100644 index 6fc0bdf60041..000000000000 --- a/devel/php5-dav/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (php-webdav-1.2.tar.gz) = 103844d7ac28f496703f443866388cfa0f1cba0b91bf336d9edd15f9708276ca -SIZE (php-webdav-1.2.tar.gz) = 69546 diff --git a/devel/php5-dav/pkg-descr b/devel/php5-dav/pkg-descr deleted file mode 100644 index b9f5463fb80f..000000000000 --- a/devel/php5-dav/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -The PHP WebDAV extension - -WWW: http://php-webdav.pureftpd.org/project/php-webdav diff --git a/devel/php5-ice/Makefile b/devel/php5-ice/Makefile deleted file mode 100644 index c40d11e305f4..000000000000 --- a/devel/php5-ice/Makefile +++ /dev/null @@ -1,52 +0,0 @@ -# Created by: DIrk Ye <dirk.ye@gmail.com> -# $FreeBSD$ - -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= freebsd@grem.de -COMMENT= Ice (Internet Communications Engine) language mapping for PHP - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LICENSE= GPLv2 - -BUILD_DEPENDS= mcpp:devel/mcpp \ - slice2php:devel/ice -LIB_DEPENDS= libIce.so.${LIB_VRS}:devel/ice - -OPTIONS_DEFINE= DEBUG NAMESPACES -OPTIONS_DEFAULT= -NAMESPACES_DESC= Use PHP namespaces (recommended) - -SLAVE_PORT= yes -MASTERDIR= ${.CURDIR}/../ice -PLIST= ${.CURDIR}/pkg-plist - -MAKE_ARGS+= PHP_EXT_DIR=${PHP_EXT_DIR} ICE_HOME=${LOCALBASE} \ - PHP_HOME=${LOCALBASE} OPTIMIZE=yes -USES+= php:build,flavors -IGNORE_WITH_PHP=71 72 73 -BUILD_WRKSRC= ${WRKSRC}/php -INSTALL_WRKSRC= ${WRKSRC}/php - -LIB_VRS= ${PORTVERSION:S|.||g:C|0$||} -PHP_MODNAME?= IcePHP - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/*.so - @${MKDIR} ${STAGEDIR}${PREFIX}/etc/php - @${ECHO_CMD} "extension=${PHP_MODNAME}.so" > ${STAGEDIR}${PREFIX}/etc/php/ext-20-ice.ini - -security-check: - @${ECHO_CMD} "****************************************************************************" - @${ECHO_CMD} "" - @${ECHO_CMD} "The following line has been added to your ${PREFIX}/etc/php/ext-20-ice.ini" - @${ECHO_CMD} "configuration file to automatically load the installed extension:" - @${ECHO_CMD} "" - @${ECHO_CMD} "extension=${PHP_MODNAME}.so" - @${ECHO_CMD} "" - @${ECHO_CMD} "****************************************************************************" - -.include "${MASTERDIR}/Makefile" diff --git a/devel/php5-ice/pkg-descr b/devel/php5-ice/pkg-descr deleted file mode 100644 index fcf59db0aade..000000000000 --- a/devel/php5-ice/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -An Ice language mapping for PHP is a recent and welcome addition -to the Ice product portfolio, enabling developers to take advantage -of the productivity offered by PHP's friendly syntax and extensive -function library. - -WWW: http://www.zeroc.com/ diff --git a/devel/php5-ice/pkg-plist b/devel/php5-ice/pkg-plist deleted file mode 100644 index 58f023e11e6b..000000000000 --- a/devel/php5-ice/pkg-plist +++ /dev/null @@ -1,67 +0,0 @@ -etc/php/ext-20-ice.ini -lib/php/%%PHP_EXT_DIR%%/IcePHP.so -share/pear/Glacier2.php -share/pear/Glacier2/Metrics.php -share/pear/Glacier2/PermissionsVerifier.php -share/pear/Glacier2/PermissionsVerifierF.php -share/pear/Glacier2/Router.php -share/pear/Glacier2/RouterF.php -share/pear/Glacier2/SSLInfo.php -share/pear/Glacier2/Session.php -%%NONAMESPACES%%share/pear/Ice.php -%%NAMESPACES%%share/pear/Ice_ns.php -share/pear/Ice/BuiltinSequences.php -share/pear/Ice/Communicator.php -share/pear/Ice/CommunicatorF.php -share/pear/Ice/Connection.php -share/pear/Ice/ConnectionF.php -share/pear/Ice/Current.php -share/pear/Ice/Endpoint.php -share/pear/Ice/EndpointF.php -share/pear/Ice/EndpointTypes.php -share/pear/Ice/FacetMap.php -share/pear/Ice/Identity.php -share/pear/Ice/ImplicitContext.php -share/pear/Ice/ImplicitContextF.php -share/pear/Ice/Instrumentation.php -share/pear/Ice/InstrumentationF.php -share/pear/Ice/LocalException.php -share/pear/Ice/Locator.php -share/pear/Ice/LocatorF.php -share/pear/Ice/Logger.php -share/pear/Ice/LoggerF.php -share/pear/Ice/Metrics.php -share/pear/Ice/ObjectAdapterF.php -share/pear/Ice/ObjectFactory.php -share/pear/Ice/ObjectFactoryF.php -share/pear/Ice/Plugin.php -share/pear/Ice/PluginF.php -share/pear/Ice/Process.php -share/pear/Ice/ProcessF.php -share/pear/Ice/Properties.php -share/pear/Ice/PropertiesAdmin.php -share/pear/Ice/PropertiesF.php -share/pear/Ice/RemoteLogger.php -share/pear/Ice/Router.php -share/pear/Ice/RouterF.php -share/pear/Ice/SliceChecksumDict.php -share/pear/Ice/Version.php -share/pear/IceBox.php -share/pear/IceBox/IceBox.php -share/pear/IceGrid.php -share/pear/IceGrid/Admin.php -share/pear/IceGrid/Descriptor.php -share/pear/IceGrid/Exception.php -share/pear/IceGrid/FileParser.php -share/pear/IceGrid/Locator.php -share/pear/IceGrid/Observer.php -share/pear/IceGrid/Query.php -share/pear/IceGrid/Registry.php -share/pear/IceGrid/Session.php -share/pear/IceGrid/UserAccountMapper.php -share/pear/IcePatch2.php -share/pear/IcePatch2/FileInfo.php -share/pear/IcePatch2/FileServer.php -share/pear/IceStorm.php -share/pear/IceStorm/IceStorm.php -share/pear/IceStorm/Metrics.php diff --git a/devel/php5-pinba/Makefile b/devel/php5-pinba/Makefile deleted file mode 100644 index 21d4cdaa9370..000000000000 --- a/devel/php5-pinba/Makefile +++ /dev/null @@ -1,26 +0,0 @@ -# Created by: raven428 <raven428@gmail.com> -# $FreeBSD$ - -PORTNAME= pinba -PORTVERSION= 2012.03.20 -PORTREVISION= 12 -CATEGORIES= devel -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= komarov@valerka.net -COMMENT= PHP-extension part of statistics server for PHP - -IGNORE_WITH_PHP= 71 72 73 -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -LIB_DEPENDS= libprotobuf.so:devel/protobuf - -USES= compiler:c++11-lang php:ext -USE_CXXSTD= c++11 -USE_GITHUB= yes -GH_ACCOUNT= tony2001 -GH_PROJECT= pinba_extension -GH_TAGNAME= f76b673 - -.include <bsd.port.mk> diff --git a/devel/php5-pinba/distinfo b/devel/php5-pinba/distinfo deleted file mode 100644 index 853834999884..000000000000 --- a/devel/php5-pinba/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (tony2001-pinba_extension-2012.03.20-f76b673_GH0.tar.gz) = d45bb59550bf861d9fb44a74c2973be5c279cfee60461cd5b2b017d039f2d57a -SIZE (tony2001-pinba_extension-2012.03.20-f76b673_GH0.tar.gz) = 12270 diff --git a/devel/php5-pinba/pkg-descr b/devel/php5-pinba/pkg-descr deleted file mode 100644 index edc9b7d410e4..000000000000 --- a/devel/php5-pinba/pkg-descr +++ /dev/null @@ -1,17 +0,0 @@ -Pinba is a statistics server for PHP using MySQL as a read-only -interface. - -It accumulates and processes data sent over UDP by multiple PHP -processes and displays statistics in a nice human-readable form of -simple "reports", also providing a read-only interface to the raw -data to enable generation of more sophisticated reports. - -With the Pinba extension, users can also measure particular parts -of the code using timers with arbitrary tags. - -Pinba is not a debugging tool in the common sense, since you're not -supposed to do debugging on production servers, but its main goal -is to help developers to locate bottlenecks in realtime and direct -their attention to the code that really needs it. - -WWW: http://pinba.org/ diff --git a/devel/php5-thrift/Makefile b/devel/php5-thrift/Makefile deleted file mode 100644 index 0c28826732d9..000000000000 --- a/devel/php5-thrift/Makefile +++ /dev/null @@ -1,25 +0,0 @@ -# Created by: Ilya Bakulin <webmaster@kibab.com> -# $FreeBSD$ - -PORTNAME= thrift -PORTVERSION= ${THRIFT_PORTVERSION} -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= APACHE/thrift/${PORTVERSION} -PKGNAMEPREFIX= ${PHP_PKGNAMEPREFIX} - -MAINTAINER= webmaster@kibab.com -COMMENT= PHP interface to Thrift - -DEPRECATED= Works only with EOL php 5.6 -EXPIRATION_DATE= 2018-12-30 - -USES= php:ext -PHP_MODNAME= thrift_protocol -IGNORE_WITH_PHP= 71 72 73 - -DISTINFO_FILE= ${.CURDIR}/../thrift/distinfo -WRKSRC_SUBDIR= lib/php/src/ext/thrift_protocol - -.include "${.CURDIR}/../thrift/bsd.thrift.mk" -.include <bsd.port.mk> diff --git a/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 b/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 deleted file mode 100644 index db3992d54c96..000000000000 --- a/devel/php5-thrift/files/patch-php-src-ext-thrift_protocol-config.m4 +++ /dev/null @@ -1,17 +0,0 @@ ---- /dev/null 1970-01-01 01:00:00.000000000 +0100 -+++ config.m4 2014-04-28 15:50:27.000000000 +0200 -@@ -0,0 +1,14 @@ -+dnl Copyright (C) 2009 Facebook -+dnl Copying and distribution of this file, with or without modification, -+dnl are permitted in any medium without royalty provided the copyright -+dnl notice and this notice are preserved. -+ -+PHP_ARG_ENABLE(thrift_protocol, whether to enable the thrift_protocol extension, -+[ --enable-thrift_protocol Enable the fbthrift_protocol extension]) -+ -+if test "$PHP_THRIFT_PROTOCOL" != "no"; then -+ PHP_REQUIRE_CXX() -+ PHP_ADD_LIBRARY_WITH_PATH(stdc++, "", THRIFT_PROTOCOL_SHARED_LIBADD) -+ PHP_SUBST(THRIFT_PROTOCOL_SHARED_LIBADD) -+ PHP_NEW_EXTENSION(thrift_protocol, php_thrift_protocol.cpp, $ext_shared) -+fi diff --git a/devel/php5-thrift/pkg-descr b/devel/php5-thrift/pkg-descr deleted file mode 100644 index d6ff7481f382..000000000000 --- a/devel/php5-thrift/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -PHP interface to Thrift. - -WWW: http://thrift.apache.org/ |
