[124412] trunk/dports/php/php5-xhprof

ryandesign at macports.org ryandesign at macports.org
Sat Aug 23 23:47:18 PDT 2014


Revision: 124412
          https://trac.macports.org/changeset/124412
Author:   ryandesign at macports.org
Date:     2014-08-23 23:47:18 -0700 (Sat, 23 Aug 2014)
Log Message:
-----------
php5-xhprof: replaced_by php53-xhprof

Modified Paths:
--------------
    trunk/dports/php/php5-xhprof/Portfile

Removed Paths:
-------------
    trunk/dports/php/php5-xhprof/files/

Modified: trunk/dports/php/php5-xhprof/Portfile
===================================================================
--- trunk/dports/php/php5-xhprof/Portfile	2014-08-24 06:42:58 UTC (rev 124411)
+++ trunk/dports/php/php5-xhprof/Portfile	2014-08-24 06:47:18 UTC (rev 124412)
@@ -2,42 +2,12 @@
 # $Id$
 
 PortSystem              1.0
-PortGroup               php5extension 1.0
 
-php5extension.setup     xhprof 0.9.4 pecl
-categories-append       devel
-platforms               darwin
-maintainers             ryandesign openmaintainer
-license                 Apache-2
+replaced_by             php53-xhprof
+PortGroup               obsolete 1.0
 
-description             A Hierarchical Profiler for PHP
-
-long_description        XHProf is a function-level hierarchical profiler for \
-                        PHP and has a simple HTML based navigational interface.
-
-checksums               rmd160  e484c4902f287ef18d9f75dda75a28d73bb8272d \
-                        sha256  002a2d4a825d16aeb3017c59f94d8c5e5d06611dd6197acd2f07fce197d3b8f8
-
-patchfiles-append       patch-callgraph_utils.php.diff
-
-post-patch {
-    reinplace "s|@PREFIX@|${prefix}|g" ${worksrcpath}/xhprof_lib/utils/callgraph_utils.php
-}
-
-php5extension.build_dirs    ${worksrcpath}/extension
-
-use_parallel_build      yes
-
-post-destroot {
-    # Install php files not installed by the Makefile
-    xinstall -d ${destroot}${prefix}/www/${name}
-    copy ${worksrcpath}/examples ${destroot}${prefix}/www/${name}/examples
-    copy ${worksrcpath}/xhprof_lib ${destroot}${prefix}/www/${name}/xhprof_lib
-    copy ${worksrcpath}/xhprof_html ${destroot}${prefix}/www/${name}/xhprof_html
-}
-
-variant graphviz description {Build with graphviz, support for callgraphs} {
-    depends_run-append      path:bin/dot:graphviz
-}
-
-livecheck.regex         {>(\d+(?:\.\d+)*(?:p\d+)?)</a></th>}
+name                    php5-xhprof
+version                 0.9.4
+revision                1
+categories              php
+license                 Apache-2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140823/86f7507c/attachment-0001.html>


More information about the macports-changes mailing list