Add the PECL extension YAC - yet another cache.
Performs for me better than APC, APCu, Xcache or the PECL memcache extensions
This commit is contained in:
parent
430c83ad89
commit
cc4a0d29e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324683
4 changed files with 30 additions and 0 deletions
|
@ -3255,6 +3255,7 @@
|
|||
SUBDIR += pecl-uuid
|
||||
SUBDIR += pecl-vld
|
||||
SUBDIR += pecl-xhprof
|
||||
SUBDIR += pecl-yac
|
||||
SUBDIR += pecl-zookeeper
|
||||
SUBDIR += pep8
|
||||
SUBDIR += performance
|
||||
|
|
22
devel/pecl-yac/Makefile
Normal file
22
devel/pecl-yac/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Created by: Oliver Lehmann <oliver@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yac
|
||||
PORTVERSION= 0.2.0.r20130811
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= oliver
|
||||
PKGNAMEPREFIX= pecl-
|
||||
DIST_SUBDIR= PECL
|
||||
|
||||
MAINTAINER= oliver@FreeBSD.org
|
||||
COMMENT= Yac is a shared memory user data cache for PHP
|
||||
|
||||
LICENSE= PHP301
|
||||
|
||||
USE_PHP= yes
|
||||
USE_PHP_BUILD= yes
|
||||
USE_PHPIZE= yes
|
||||
USE_PHPEXT= yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
devel/pecl-yac/distinfo
Normal file
2
devel/pecl-yac/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
SHA256 (PECL/yac-0.2.0.r20130811.tar.gz) = bfd0a3944590ebf053b5e6ce0b9cd472feddb58d05e61164c3433e2568c5358f
|
||||
SIZE (PECL/yac-0.2.0.r20130811.tar.gz) = 28379
|
5
devel/pecl-yac/pkg-descr
Normal file
5
devel/pecl-yac/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
Yac is a shared memory user data cache for PHP
|
||||
|
||||
it can be used to replace APC or local memcached.
|
||||
|
||||
WWW: https://github.com/laruence/yac/wiki
|
Loading…
Reference in a new issue