Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

6
devel/php-opcache/DESCR Normal file
View File

@@ -0,0 +1,6 @@
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.

View File

@@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.2 2013/10/18 15:50:45 taca Exp $
MODNAME= opcache
CATEGORIES+= devel
COMMENT= PHP extension for opcode caching
PHP_VERSIONS_ACCEPTED= 55
CONFIGURE_ARGS+= --enable-${MODNAME}=opcache
USE_PHP_EXT_PATCHES= Yes
.include "../../lang/php/ext.mk"
.include "../../mk/bsd.pkg.mk"