Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

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

View File

@@ -0,0 +1,9 @@
===========================================================================
$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.
===========================================================================

View File

@@ -0,0 +1,28 @@
# $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"

View File

@@ -0,0 +1,2 @@
@comment $NetBSD: PLIST.extras,v 1.1 2013/03/05 22:18:37 imil Exp $
share/doc/${PKGBASE}/README

View File

@@ -0,0 +1,5 @@
$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