pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/php-zendopcache According to https://github.com/ze...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/390824162b9e
branches:  trunk
changeset: 350726:390824162b9e
user:      taca <taca%pkgsrc.org@localhost>
date:      Wed Aug 03 15:33:29 2016 +0000

description:
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:

 www/php-zendopcache/DESCR        |   5 -----
 www/php-zendopcache/MESSAGE      |   9 ---------
 www/php-zendopcache/Makefile     |  36 ------------------------------------
 www/php-zendopcache/PLIST.extras |   2 --
 www/php-zendopcache/distinfo     |   6 ------
 5 files changed, 0 insertions(+), 58 deletions(-)

diffs (78 lines):

diff -r 44745c1ccb3a -r 390824162b9e www/php-zendopcache/DESCR
--- a/www/php-zendopcache/DESCR Wed Aug 03 15:32:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 44745c1ccb3a -r 390824162b9e www/php-zendopcache/MESSAGE
--- a/www/php-zendopcache/MESSAGE       Wed Aug 03 15:32:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 44745c1ccb3a -r 390824162b9e www/php-zendopcache/Makefile
--- a/www/php-zendopcache/Makefile      Wed Aug 03 15:32:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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@localhost
-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 -r 44745c1ccb3a -r 390824162b9e www/php-zendopcache/PLIST.extras
--- a/www/php-zendopcache/PLIST.extras  Wed Aug 03 15:32:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST.extras,v 1.1 2015/03/09 13:33:18 imil Exp $
-share/doc/${PKGBASE}/README
diff -r 44745c1ccb3a -r 390824162b9e www/php-zendopcache/distinfo
--- a/www/php-zendopcache/distinfo      Wed Aug 03 15:32:00 2016 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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



Home | Main Index | Thread Index | Old Index