diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-04 21:58:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-04 21:58:25 +0000 |
commit | 817fc2af7adaad0740e79ebe832d45eccee4e6fa (patch) | |
tree | 0c5a60e677efcb489cbbc61653eb2d26a4aabc1f /databases | |
parent | 4d873d6f877544e01d99a24fa5b34c3ad52ce228 (diff) | |
download | ports-817fc2af7adaad0740e79ebe832d45eccee4e6fa.tar.gz ports-817fc2af7adaad0740e79ebe832d45eccee4e6fa.zip |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/Makefile | 1 | ||||
-rw-r--r-- | databases/pecl-yac/Makefile | 29 | ||||
-rw-r--r-- | databases/pecl-yac/distinfo | 2 | ||||
-rw-r--r-- | databases/pecl-yac/files/pkg-message.in | 16 | ||||
-rw-r--r-- | databases/pecl-yac/pkg-descr | 9 |
5 files changed, 0 insertions, 57 deletions
diff --git a/databases/Makefile b/databases/Makefile index 3cea913bd16e..83ecf040a54f 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -522,7 +522,6 @@ SUBDIR += pecl-pdo_user SUBDIR += pecl-rrd SUBDIR += pecl-tokyo_tyrant - SUBDIR += pecl-yac SUBDIR += percona-toolkit SUBDIR += percona55-client SUBDIR += percona55-server diff --git a/databases/pecl-yac/Makefile b/databases/pecl-yac/Makefile deleted file mode 100644 index 27a4f9a7fa14..000000000000 --- a/databases/pecl-yac/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: John Chen <johnpupu@gmail.com> -# $FreeBSD$ - -PORTNAME= yac -PORTVERSION= 0.9.2 -CATEGORIES= databases -MASTER_SITES= http://pecl.php.net/get/ -PKGNAMEPREFIX= pecl- -DIST_SUBDIR= PECL - -MAINTAINER= johnpupu@gmail.com -COMMENT= Shared and lockless memory user data cache for PHP - -LICENSE= PHP301 - -SUB_FILES= pkg-message -USE_PHP= yes -USE_PHPEXT= yes -USE_PHPIZE= yes -USE_PHP_BUILD= yes -USES= tar:tgz - -CFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --with-php-config=${PREFIX}/bin/php-config - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/php/${PHP_EXT_DIR}/yac.so - -.include <bsd.port.mk> diff --git a/databases/pecl-yac/distinfo b/databases/pecl-yac/distinfo deleted file mode 100644 index 6e1115e942ac..000000000000 --- a/databases/pecl-yac/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (PECL/yac-0.9.2.tgz) = f57d7dc18520f2114194fa44eb8e77b4cc8142bf0bd1314b9445dd99bc53dd99 -SIZE (PECL/yac-0.9.2.tgz) = 34822 diff --git a/databases/pecl-yac/files/pkg-message.in b/databases/pecl-yac/files/pkg-message.in deleted file mode 100644 index 8b1f63073ab7..000000000000 --- a/databases/pecl-yac/files/pkg-message.in +++ /dev/null @@ -1,16 +0,0 @@ -************************************************************************ -You may edit %%LOCALBASE%%/etc/php.ini to change these variables: - -yac.enable = 1 -yac.keys_memory_size = 4M ;[1] -yac.values_memory_size = 64M -yac.compress_threshold = -1 -yac.enable_cli = 0 ;[2] - -;[1] 4M can get 30K key slots, 32M can get 100K key slots -;[2] whether to enable yac with cli, default is 0 - -Then restart your web server and consult the output of phpinfo(). -If there is an informational section for yac, the installation was -successful. -************************************************************************ diff --git a/databases/pecl-yac/pkg-descr b/databases/pecl-yac/pkg-descr deleted file mode 100644 index 597888e0f7af..000000000000 --- a/databases/pecl-yac/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Yac is a shared memory user data cache for PHP. It can be used instead of -APC or local memcached. - -Yac is lockless, which it is very fast, but there could be a chance the -wrong data will be retrieved (it depends on how many key slots are -allocated and how many keys are stored), so a product using Yac should not -be very sensitive to data loss. - -WWW: http://pecl.php.net/package/yac |