# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-php5/pecl-apc/pecl-apc-3.1.7.ebuild,v 1.5 2011/03/24 17:49:38 xarthisius Exp $
EAPI=2
PHP_EXT_NAME="apc"
PHP_EXT_PECL_PKG="APC"
PHP_EXT_INI="yes"
PHP_EXT_ZENDEXT="no"
DOCS="CHANGELOG INSTALL NOTICE TECHNOTES.txt TODO"
inherit php-ext-pecl-r2 confutils eutils
KEYWORDS="amd64 ppc ppc64 x86"
DESCRIPTION="A free, open, and robust framework for caching and optimizing PHP code."
LICENSE="PHP-3.01"
SLOT="0"
IUSE="mmap"
DEPEND="!dev-php/eaccelerator !dev-php5/xcache"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}"/pecl-apc-3.0.17-fix-useless-warnings.diff
php-ext-source-r2_src_prepare
}
src_configure() {
my_conf="--enable-apc"
enable_extension_enable "apc-mmap" "mmap" 0
php-ext-source-r2_src_configure
}
src_install() {
php-ext-pecl-r2_src_install
php-ext-source-r2_addtoinifiles "apc.enabled" '"1"'
php-ext-source-r2_addtoinifiles "apc.shm_segments" '"1"'
php-ext-source-r2_addtoinifiles "apc.shm_size" '"30M"'
php-ext-source-r2_addtoinifiles "apc.num_files_hint" '"1024"'
php-ext-source-r2_addtoinifiles "apc.ttl" '"7200"'
php-ext-source-r2_addtoinifiles "apc.user_ttl" '"7200"'
php-ext-source-r2_addtoinifiles "apc.gc_ttl" '"3600"'
php-ext-source-r2_addtoinifiles "apc.cache_by_default" '"1"'
php-ext-source-r2_addtoinifiles ";apc.filters" '""'
php-ext-source-r2_addtoinifiles ";apc.mmap_file_mask" '"/tmp/apcphp5.XXXXXX"'
php-ext-source-r2_addtoinifiles "apc.slam_defense" '"0"'
php-ext-source-r2_addtoinifiles "apc.file_update_protection" '"2"'