From c2f9e4758e3f86bdba2ddb96a346148d91ae2d20 Mon Sep 17 00:00:00 2001 From: aeiouaeiouaeiouaeiouaeiouaeiou Date: Tue, 14 Jan 2025 04:07:23 +0300 Subject: [PATCH] php-tideways_xhprof: remove obsolete port --- php/php-tideways_xhprof/Portfile | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 php/php-tideways_xhprof/Portfile diff --git a/php/php-tideways_xhprof/Portfile b/php/php-tideways_xhprof/Portfile deleted file mode 100644 index 545de077471ab..0000000000000 --- a/php/php-tideways_xhprof/Portfile +++ /dev/null @@ -1,24 +0,0 @@ -# -*- 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 - -PortSystem 1.0 -PortGroup obsolete 1.0 - -# This port can be removed after November 2024. -name php-tideways_xhprof -version 5.0.4 -revision 1 -categories-append devel -maintainers {ryandesign @ryandesign} openmaintainer -license Apache-2 - -replaced_by php-xhprof -foreach v [list 70 71 72 73 74 80 81] { - subport php${v}-tideways_xhprof { - replaced_by php${v}-xhprof - } -} - -description A PHP 7 rewrite of the original XHProf (Hierarchical Profiler) for PHP - -long_description Tideways XHProf is a function-level hierarchical profiler for \ - PHP and has a simple HTML based navigational interface.