diff options
author | imil <imil@pkgsrc.org> | 2015-03-09 13:37:17 +0000 |
---|---|---|
committer | imil <imil@pkgsrc.org> | 2015-03-09 13:37:17 +0000 |
commit | 75e02392f19b83213e5b1bc8140a4361a9243436 (patch) | |
tree | dba7691036c16757439b4a1dad011431c056d677 /www | |
parent | b709560d3586f1b8f19a11927b58bd579a0ffb46 (diff) | |
download | pkgsrc-75e02392f19b83213e5b1bc8140a4361a9243436.tar.gz |
Delete php-zendoptimizerplus, replaced by php-zendopcache
Diffstat (limited to 'www')
-rw-r--r-- | www/php-zendoptimizerplus/DESCR | 5 | ||||
-rw-r--r-- | www/php-zendoptimizerplus/MESSAGE | 9 | ||||
-rw-r--r-- | www/php-zendoptimizerplus/Makefile | 28 | ||||
-rw-r--r-- | www/php-zendoptimizerplus/PLIST.extras | 2 | ||||
-rw-r--r-- | www/php-zendoptimizerplus/distinfo | 5 |
5 files changed, 0 insertions, 49 deletions
diff --git a/www/php-zendoptimizerplus/DESCR b/www/php-zendoptimizerplus/DESCR deleted file mode 100644 index ec3b45eb47a..00000000000 --- a/www/php-zendoptimizerplus/DESCR +++ /dev/null @@ -1,5 +0,0 @@ -The Zend Optimizer+ 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-zendoptimizerplus/MESSAGE b/www/php-zendoptimizerplus/MESSAGE deleted file mode 100644 index 4a578b772c8..00000000000 --- a/www/php-zendoptimizerplus/MESSAGE +++ /dev/null @@ -1,9 +0,0 @@ -=========================================================================== -$NetBSD: MESSAGE,v 1.1 2013/03/05 22:18:37 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-zendoptimizerplus/Makefile b/www/php-zendoptimizerplus/Makefile deleted file mode 100644 index 96fe783b569..00000000000 --- a/www/php-zendoptimizerplus/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# $NetBSD: Makefile,v 1.1 2013/03/05 22:18:37 imil Exp $ - -MODNAME= zendoptimizerplus -PKGMODNAME= ZendOptimizerPlus -CATEGORIES+= www -PECL_VERSION= 7.0.0 -PECL_LEGACY_VERSION_SCHEME= yes - -HOMEPAGE= https://github.com/zend-dev/ZendOptimizerPlus -MAINTAINER= imil@NetBSD.org -COMMENT= Zend opcode cache and optimizer for PHP -LICENSE= php - -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-zendoptimizerplus/PLIST.extras b/www/php-zendoptimizerplus/PLIST.extras deleted file mode 100644 index 772185b2241..00000000000 --- a/www/php-zendoptimizerplus/PLIST.extras +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.extras,v 1.1 2013/03/05 22:18:37 imil Exp $ -share/doc/${PKGBASE}/README diff --git a/www/php-zendoptimizerplus/distinfo b/www/php-zendoptimizerplus/distinfo deleted file mode 100644 index 580007d2c6d..00000000000 --- a/www/php-zendoptimizerplus/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -$NetBSD: distinfo,v 1.1 2013/03/05 22:18:37 imil Exp $ - -SHA1 (php-zendoptimizerplus/zendoptimizerplus-7.0.0.tgz) = 394fea267098935196c9e6d26ec09dd343f5ee0f -RMD160 (php-zendoptimizerplus/zendoptimizerplus-7.0.0.tgz) = da1f7cb83a9e73b9d486a13902e9650a8f7ea8b9 -Size (php-zendoptimizerplus/zendoptimizerplus-7.0.0.tgz) = 82376 bytes |