Bug 271167 - [new port] www/phpfpmtop
Summary: [new port] www/phpfpmtop
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Florian Smeets
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-01 13:36 UTC by punkt.de Hosting Team
Modified: 2023-05-02 17:44 UTC (History)
2 users (show)

See Also:


Attachments
Makefile and friends for the port (2.38 KB, application/mbox)
2023-05-01 13:36 UTC, punkt.de Hosting Team
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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!