Bug 271167

Summary: [new port] www/phpfpmtop
Product: Ports & Packages Reporter: punkt.de Hosting Team <mops>
Component: Individual Port(s)Assignee: Florian Smeets <flo>
Status: Closed FIXED    
Severity: Affects Some People CC: flo, vidar
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Makefile and friends for the port none

Description punkt.de Hosting Team 2023-05-01 13:36:15 UTC
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.
Comment 1 commit-hook freebsd_committer freebsd_triage 2023-05-02 17:44:01 UTC
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(+)
Comment 2 Florian Smeets freebsd_committer freebsd_triage 2023-05-02 17:44:53 UTC
Committed. Thanks!