Created attachment 241906 [details] Makefile and friends for the port phpfpmtop has proved an essential utility for our developers when working on Linux so I created this port to provide it on FreeBSD, too.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=bb4433a4058dcfb817174d6984739061f2e0e48c commit bb4433a4058dcfb817174d6984739061f2e0e48c Author: punkt.de Hosting Team <mops@punkt.de> AuthorDate: 2023-05-01 13:28:54 +0000 Commit: Florian Smeets <flo@FreeBSD.org> CommitDate: 2023-05-02 17:27:44 +0000 www/phpfpmtop: Add phpfpmtop 0.2 A top-inspired processviewer for PHP-FPM. PR: 271167 www/Makefile | 1 + www/phpfpmtop/Makefile (new) | 26 ++++++++++++++++++++++++++ www/phpfpmtop/distinfo (new) | 9 +++++++++ www/phpfpmtop/pkg-descr (new) | 1 + 4 files changed, 37 insertions(+)
Committed. Thanks!