diff options
author | ale <ale@FreeBSD.org> | 2006-11-01 21:01:02 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-11-01 21:01:02 +0800 |
commit | e85215e358802dc6e5bbb5081b8087022fe0030d (patch) | |
tree | f3840fd03d848094ea87aca38b63f7abf113d96a /www/xcache | |
parent | 7b11a7f6a104d442f8cd085a0c2ca228401ae2ab (diff) | |
download | freebsd-ports-gnome-e85215e358802dc6e5bbb5081b8087022fe0030d.tar.gz freebsd-ports-gnome-e85215e358802dc6e5bbb5081b8087022fe0030d.tar.zst freebsd-ports-gnome-e85215e358802dc6e5bbb5081b8087022fe0030d.zip |
Update to 1.0.2 release.
Diffstat (limited to 'www/xcache')
-rw-r--r-- | www/xcache/Makefile | 2 | ||||
-rw-r--r-- | www/xcache/distinfo | 6 | ||||
-rw-r--r-- | www/xcache/files/patch-xcache.ini | 19 |
3 files changed, 15 insertions, 12 deletions
diff --git a/www/xcache/Makefile b/www/xcache/Makefile index f571b64b7d80..67085e3fb289 100644 --- a/www/xcache/Makefile +++ b/www/xcache/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xcache -DISTVERSION= 1.0 +DISTVERSION= 1.0.2 CATEGORIES= www MASTER_SITES= http://210.51.190.228/pub/XCache/Releases/ diff --git a/www/xcache/distinfo b/www/xcache/distinfo index 0fcfd9e82d5b..04be6b2add70 100644 --- a/www/xcache/distinfo +++ b/www/xcache/distinfo @@ -1,3 +1,3 @@ -MD5 (xcache-1.0.tar.gz) = a4e2ff36f16b096f24d3edd9b6ab411b -SHA256 (xcache-1.0.tar.gz) = 5261222cb595d7e12e087feaf797b8e8c6283dc74a1f9f553b9466b02623ef40 -SIZE (xcache-1.0.tar.gz) = 70272 +MD5 (xcache-1.0.2.tar.gz) = e28905b26ea4a588d16d260f893fc613 +SHA256 (xcache-1.0.2.tar.gz) = ed6bb6e4de7dde87202a9a2f41cadf0566fe9e79153145b2c237b1a6260802f2 +SIZE (xcache-1.0.2.tar.gz) = 71271 diff --git a/www/xcache/files/patch-xcache.ini b/www/xcache/files/patch-xcache.ini index 565bda77c3cd..022445d9d233 100644 --- a/www/xcache/files/patch-xcache.ini +++ b/www/xcache/files/patch-xcache.ini @@ -1,9 +1,10 @@ ---- xcache.ini.orig Mon May 29 00:00:10 2006 -+++ xcache.ini Tue Jun 6 16:07:22 2006 -@@ -1,18 +1,15 @@ +--- xcache.ini.orig Sat Sep 16 04:58:10 2006 ++++ xcache.ini Wed Nov 1 13:58:43 2006 +@@ -1,19 +1,15 @@ [xcache-common] -;; install as zend extension (recommended), normally "$extension_dir/xcache.so" -zend_extension = /usr/local/lib/php/extensions/non-debug-non-zts-xxx/xcache.so +-; zend_extension_ts = /usr/local/lib/php/extensions/non-debug-zts-xxx/xcache.so -;; For windows users, replace xcache.so with php_xcache.dll -zend_extension_ts = c:/php/extensions/php_xcache.dll -;; or install as extension, make sure your extension_dir setting is correct @@ -25,24 +26,26 @@ ; xcache.admin.pass = md5($your_password) xcache.admin.pass = "" -@@ -20,8 +17,8 @@ +@@ -21,8 +17,8 @@ ; ini only settings, all the values here is default unless explained ; to disable: xcache.size=0 - ; to enable : xcache.size=any size > 0 and your system mmap allows --xcache.size = 0 + ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows +-xcache.size = 0M -; uncomment and set to cpu count (cat /proc/cpuinfo |grep -c processor) -+xcache.size = 32M ++xcache.size = 64M +; uncomment and set to cpu count xcache.count = 1 ; just a hash hints, you can always store count(items) > slots xcache.slots = 8K -@@ -34,11 +31,9 @@ +@@ -35,12 +31,10 @@ xcache.test = Off ; N/A for /dev/zero xcache.readonly_protection = Off -; for win32, xcache.mmap_path=anonymous map name, not file path ; uncomment and change to "/tmp/xcache" for readonly protection ; 2 group of php won't share the same /tmp/xcache +-; for other OS, it's a file NOT directory ++; it's a file NOT directory xcache.mmap_path = "/dev/zero" - |