diff options
author | taca <taca@pkgsrc.org> | 2016-08-03 15:33:29 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-08-03 15:33:29 +0000 |
commit | fa158b496d570416b040b5390ed3a19828e36a89 (patch) | |
tree | 4d1851b0ed8dafe68d6018451cd710f723a44b9c /www | |
parent | 3f68a5da74fb7c46dbff1dfe5693d4f9e61e72cf (diff) | |
download | pkgsrc-fa158b496d570416b040b5390ed3a19828e36a89.tar.gz |
According to https://github.com/zendtech/ZendOptimizerPlus, PHP 5.5
and later should be use bundled opcache (devel/php-opcache) instead of
Zend Opcache.
So remove this package for now.
Diffstat (limited to 'www')
-rw-r--r-- | www/php-zendopcache/DESCR | 5 | ||||
-rw-r--r-- | www/php-zendopcache/MESSAGE | 9 | ||||
-rw-r--r-- | www/php-zendopcache/Makefile | 36 | ||||
-rw-r--r-- | www/php-zendopcache/PLIST.extras | 2 | ||||
-rw-r--r-- | www/php-zendopcache/distinfo | 6 |
5 files changed, 0 insertions, 58 deletions
diff --git a/www/php-zendopcache/DESCR b/www/php-zendopcache/DESCR deleted file mode 100644 index 911b5f437c3..00000000000 --- a/www/php-zendopcache/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -The Zend OPcache provides faster PHP execution through opcode caching and -optimization. It improves PHP performance by storing precompiled script -bytecode in the shared memory. This eliminates the stages of reading code from -the disk and compiling it on future access. In addition, it applies a few -bytecode optimization patterns that make code execution faster. diff --git a/www/php-zendopcache/MESSAGE b/www/php-zendopcache/MESSAGE deleted file mode 100644 index 63aa16bb411..00000000000 --- a/www/php-zendopcache/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2015/03/09 13:33:18 imil Exp $ - -To enable this module, add the following to ${PKG_SYSCONFDIR}/php.ini: - - zend_extension=${PREFIX}/${PHP_EXTENSION_DIR}/${MODNAME}.so - -Then restart your ${PKG_PHP}-enabled HTTP server to load this module. -=========================================================================== diff --git a/www/php-zendopcache/Makefile b/www/php-zendopcache/Makefile deleted file mode 100644 index c26372568f2..00000000000 --- a/www/php-zendopcache/Makefile +++ /dev/null @@ -1,36 +0,0 @@ -# $NetBSD: Makefile,v 1.4 2016/08/03 15:30:35 taca Exp $ - -MODNAME= zendopcache -PKGMODNAME= opcache -CATEGORIES+= www -PECL_VERSION= 7.0.5 -PECL_LEGACY_VERSION_SCHEME= yes - -HOMEPAGE= https://github.com/zendtech/ZendOptimizerPlus -MAINTAINER= imil@NetBSD.org -COMMENT= Zend opcode cache and optimizer for PHP -LICENSE= php - -SUPERSEDES= ${PHP_PKG_PREFIX}-zendoptimizerplus-[0-9]* -PREV_PKGPATH= www/zendoptimizerplus -PHP_VERSIONS_ACCEPTED= 55 - -REPLACE_BASH= configure # cheaper than patching configure -USE_TOOLS+= bash - -PLIST_SRC+= ${.CURDIR}/PLIST.extras -PLIST_SUBST+= PKGBASE=${PKGBASE:Q} - -DOCDIR= ${PREFIX}/share/doc/${PKGBASE} - -INSTALLATION_DIRS= ${DOCDIR} - -.include "../../lang/php/ext.mk" - -# this is not an usual extension, override MESSAGE.module -MESSAGE_SRC= ${.CURDIR}/MESSAGE - -post-install: - ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${DOCDIR} - -.include "../../mk/bsd.pkg.mk" diff --git a/www/php-zendopcache/PLIST.extras b/www/php-zendopcache/PLIST.extras deleted file mode 100644 index 5e7b3a06d7e..00000000000 --- a/www/php-zendopcache/PLIST.extras +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.extras,v 1.1 2015/03/09 13:33:18 imil Exp $ -share/doc/${PKGBASE}/README diff --git a/www/php-zendopcache/distinfo b/www/php-zendopcache/distinfo deleted file mode 100644 index 3f0b5e70d0f..00000000000 --- a/www/php-zendopcache/distinfo +++ /dev/null @@ -1,6 +0,0 @@ -$NetBSD: distinfo,v 1.3 2015/11/04 02:47:23 agc Exp $ - -SHA1 (php-zendopcache/zendopcache-7.0.5.tgz) = 60e9a64eb60b359a3e34b11c0602fdf3b8c190f0 -RMD160 (php-zendopcache/zendopcache-7.0.5.tgz) = 9554ef8dbdf9760c8ea3264544fd1c295cb28891 -SHA512 (php-zendopcache/zendopcache-7.0.5.tgz) = 3638b366a1597c2fe52b9f23f50e68de480838a5dba8e8d5efed29f4fbf88291d39ea6a78ad19dbc67f2bfa5f5e915ec500349352522a9ac520cc7636d95f879 -Size (php-zendopcache/zendopcache-7.0.5.tgz) = 97101 bytes |