Tue Mar 5 22:18:37 2013 UTC ()
Initial import of php-zendoptimizerplus, version 7.0.0, into the NetBSD
Packages Collection.

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.


(imil)
diff -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/DESCR
diff -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/MESSAGE
diff -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/Makefile
diff -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/PLIST.extras
diff -r0 -r1.1 pkgsrc/www/php-zendoptimizerplus/distinfo

File Added: pkgsrc/www/php-zendoptimizerplus/Attic/DESCR
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.

File Added: pkgsrc/www/php-zendoptimizerplus/Attic/MESSAGE
===========================================================================
$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.
===========================================================================

File Added: pkgsrc/www/php-zendoptimizerplus/Attic/Makefile
# $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"

File Added: pkgsrc/www/php-zendoptimizerplus/Attic/PLIST.extras
@comment $NetBSD: PLIST.extras,v 1.1 2013/03/05 22:18:37 imil Exp $
share/doc/${PKGBASE}/README

File Added: pkgsrc/www/php-zendoptimizerplus/Attic/distinfo
$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