Revision: 68407 http://trac.macports.org/changeset/68407 Author: ryandesign@macports.org Date: 2010-06-02 19:13:06 -0700 (Wed, 02 Jun 2010) Log Message: ----------- php5-xcache: new port, version 1.3.0; see #25104 Added Paths: ----------- trunk/dports/php/php5-xcache/ trunk/dports/php/php5-xcache/Portfile trunk/dports/php/php5-xcache/files/ trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff Added: trunk/dports/php/php5-xcache/Portfile =================================================================== --- trunk/dports/php/php5-xcache/Portfile (rev 0) +++ trunk/dports/php/php5-xcache/Portfile 2010-06-03 02:13:06 UTC (rev 68407) @@ -0,0 +1,35 @@ +# $Id$ + +PortSystem 1.0 +PortGroup php5extension 1.0 + +php5extension.setup xcache 1.3.0 +categories-append www +platforms darwin +maintainers ryandesign +homepage http://xcache.lighttpd.net/ +master_sites ${homepage}pub/Releases/${version}/ +use_bzip2 yes + +description fast, stable PHP opcode cacher + +long_description ${name} is a ${description}. + +checksums md5 3aea4b1e3bd38b19cd9ae6a82db4cb8d \ + sha1 e7f6ad7a8ce2b2b116a9dc4120bf49adb33184e0 \ + rmd160 ab05fe01effd99c6536351bca9bb5f16b6db7061 + +patchfiles patch-xcache.ini.diff + +# gcc-4.2: -E, -S, -save-temps and -M options are not allowed with multiple -arch flags +universal_variant no + +post-destroot { + set docdir ${destroot}${prefix}/share/doc/${name} + xinstall -d ${docdir} + xinstall -W ${worksrcpath} -m 644 AUTHORS COPYING ChangeLog NEWS README THANKS xcache.ini ${docdir} +} + +livecheck.type regex +livecheck.url ${homepage}wiki/ReleaseArchive +livecheck.regex {XCache ([0-9.]+)} Property changes on: trunk/dports/php/php5-xcache/Portfile ___________________________________________________________________ Added: svn:keywords + Id Added: svn:eol-style + native Added: trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff =================================================================== --- trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff (rev 0) +++ trunk/dports/php/php5-xcache/files/patch-xcache.ini.diff 2010-06-03 02:13:06 UTC (rev 68407) @@ -0,0 +1,17 @@ +--- xcache.ini.orig 2009-07-05 23:04:02.000000000 -0500 ++++ xcache.ini 2010-06-02 20:00:16.000000000 -0500 +@@ -1,14 +1,3 @@ +-[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 +-; extension = xcache.so +-;; or win32: +-; extension = php_xcache.dll +- + [xcache.admin] + xcache.admin.enable_auth = On + xcache.admin.user = "mOo"
participants (1)
-
ryandesign@macports.org