2012-05-11 19:49:23 +00:00
|
|
|
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
|
|
|
|
|
|
PortSystem 1.0
|
2012-05-28 04:54:58 +00:00
|
|
|
PortGroup php 1.1
|
2012-05-11 19:49:23 +00:00
|
|
|
|
2012-05-28 04:54:58 +00:00
|
|
|
name php-xcache
|
2015-01-29 16:08:37 +00:00
|
|
|
version 3.2.0
|
2012-05-11 19:49:23 +00:00
|
|
|
categories-append www
|
2026-03-30 02:22:12 +02:00
|
|
|
maintainers {ryandesign @ryandesign} {mathiesen.info:macintosh @BjarneDMat} openmaintainer
|
2012-05-11 20:09:14 +00:00
|
|
|
license BSD
|
|
|
|
|
|
2015-01-29 16:08:37 +00:00
|
|
|
php.branches 5.3 5.4 5.5 5.6
|
2012-05-28 04:54:58 +00:00
|
|
|
|
2020-09-11 08:15:01 -05:00
|
|
|
homepage https://web.archive.org/web/20200610230510/http://xcache.lighttpd.net/
|
|
|
|
|
master_sites https://web.archive.org/web/20161220191145/http://xcache.lighttpd.net/pub/Releases/${version}/
|
2012-05-11 19:49:23 +00:00
|
|
|
use_bzip2 yes
|
|
|
|
|
|
|
|
|
|
description fast, stable PHP opcode cacher
|
|
|
|
|
|
|
|
|
|
long_description ${name} is a ${description}.
|
|
|
|
|
|
2015-01-29 16:08:37 +00:00
|
|
|
checksums rmd160 1f5edb382b52d9e12bf1c6a9cb34870dcb8cb155 \
|
2020-09-11 08:15:01 -05:00
|
|
|
sha256 7d12a3cbd5f729b70f9226ac19406d11219f1c5f5e82b3bbb43ea9460cbf6cbd \
|
|
|
|
|
size 148392
|
2012-05-11 19:49:23 +00:00
|
|
|
|
2013-10-12 04:07:59 +00:00
|
|
|
if {${name} ne ${subport}} {
|
2014-04-16 23:35:39 +00:00
|
|
|
conflicts ${php}-APC ${php}-APCu ${php}-eaccelerator
|
2012-05-11 19:49:23 +00:00
|
|
|
|
|
|
|
|
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/${subport}
|
|
|
|
|
xinstall -d ${docdir}
|
|
|
|
|
xinstall -W ${worksrcpath} -m 644 AUTHORS COPYING ChangeLog NEWS README THANKS xcache.ini ${docdir}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-09-11 08:15:01 -05:00
|
|
|
livecheck.type none
|