mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
www/phpfpmtop: Add phpfpmtop 0.2
A top-inspired processviewer for PHP-FPM. PR: 271167
This commit is contained in:
parent
793063abb1
commit
bb4433a405
@ -1390,6 +1390,7 @@
|
||||
SUBDIR += php82-tidy
|
||||
SUBDIR += phpbb
|
||||
SUBDIR += phpbb3
|
||||
SUBDIR += phpfpmtop
|
||||
SUBDIR += phpgroupware
|
||||
SUBDIR += phpmustache
|
||||
SUBDIR += phpmyfaq
|
||||
|
26
www/phpfpmtop/Makefile
Normal file
26
www/phpfpmtop/Makefile
Normal file
@ -0,0 +1,26 @@
|
||||
PORTNAME= phpfpmtop
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.2
|
||||
CATEGORIES= www devel
|
||||
|
||||
MAINTAINER= mops@punkt.de
|
||||
COMMENT= Top-inspired processviewer for PHP-FPM
|
||||
WWW= https://github.com/abrander/phpfpmtop
|
||||
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= go:modules
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= abrander
|
||||
GH_TUPLE= BurntSushi:toml:v0.3.1:burntsushi_toml/vendor/github.com/BurntSushi/toml \
|
||||
golang:sys:5c8b2ff67527:golang_sys/vendor/golang.org/x/sys \
|
||||
pkg:term:aa71e9d9e942:pkg_term/vendor/github.com/pkg/term
|
||||
|
||||
PLIST_FILES= bin/${PORTNAME} ${DOCSDIR}/README.md
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
9
www/phpfpmtop/distinfo
Normal file
9
www/phpfpmtop/distinfo
Normal file
@ -0,0 +1,9 @@
|
||||
TIMESTAMP = 1682681193
|
||||
SHA256 (abrander-phpfpmtop-v0.2_GH0.tar.gz) = ed37c7e63ab90f5bbb0c7de6ce46fbde421a49f7073b60e3078827968aca58e1
|
||||
SIZE (abrander-phpfpmtop-v0.2_GH0.tar.gz) = 8229
|
||||
SHA256 (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 6593da894578ba510a470735ffbdc88ce88033094dc5a8f4d3957ab87e18803f
|
||||
SIZE (BurntSushi-toml-v0.3.1_GH0.tar.gz) = 42077
|
||||
SHA256 (golang-sys-5c8b2ff67527_GH0.tar.gz) = 9f8cc5b07a664262b956c4f687e6078da265e119a093bb542d3bd132afef2db6
|
||||
SIZE (golang-sys-5c8b2ff67527_GH0.tar.gz) = 1040138
|
||||
SHA256 (pkg-term-aa71e9d9e942_GH0.tar.gz) = dc6f1cf8c71916dd12b31a09a2b1e5b7022afb5c372beb9d6d3f35dd9d14d6b6
|
||||
SIZE (pkg-term-aa71e9d9e942_GH0.tar.gz) = 9497
|
1
www/phpfpmtop/pkg-descr
Normal file
1
www/phpfpmtop/pkg-descr
Normal file
@ -0,0 +1 @@
|
||||
Top-inspired processviewer for PHP-FPM
|
Loading…
Reference in New Issue
Block a user