1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | # $Id$ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup php5extension 1.0 |
---|
6 | |
---|
7 | php5extension.setup xhprof 0.9.2 pecl |
---|
8 | |
---|
9 | categories php devel |
---|
10 | platforms darwin |
---|
11 | maintainers nox openmaintainer |
---|
12 | description A Hierarchical Profiler for PHP |
---|
13 | |
---|
14 | long_description \ |
---|
15 | XHProf is a function-level hierarchical profiler for PHP \ |
---|
16 | and has a simple HTML based navigational interface. |
---|
17 | |
---|
18 | distname xhprof-${version} |
---|
19 | |
---|
20 | worksrcdir ${distname}/extension |
---|
21 | |
---|
22 | checksums md5 ae40b153d157e6369a32e2c1a59a61ec \ |
---|
23 | sha1 cef6bfb3374e05c7b7445249a304e066d4fd8574 \ |
---|
24 | rmd160 93ba97e303c038d1be54c55ecd67c68367e0356a |
---|
25 | |
---|
26 | use_parallel_build yes |
---|
27 | |
---|
28 | livecheck.regex {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>} |
---|