Mon Jul 29 16:43:17 2013 UTC ()
Add php-opcache version 5.5.1 package.  This is part of official PHP 5.5.1
distribution.

php-opcache is the Zend OPcache module which 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.


(taca)
diff -r0 -r1.1 pkgsrc/devel/php-opcache/DESCR
diff -r0 -r1.1 pkgsrc/devel/php-opcache/Makefile

File Added: pkgsrc/devel/php-opcache/DESCR
php-opcache is the Zend OPcache module which 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/devel/php-opcache/Makefile
# $NetBSD: Makefile,v 1.1 2013/07/29 16:43:17 taca Exp $

MODNAME=		opcache
CATEGORIES+=		devel
COMMENT=		PHP extension for opcode caching

PHP_VERSIONS_ACCEPTED=	55
PHP_CHECK_INSTALLED=	Yes
CONFIGURE_ARGS+=	--enable-${MODNAME}=opcache

.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"