sysutils/p5-Proc-ProcessTable-InfoString: create port
Creates a PS like stat string showing various symbolic represenation of various flags/state as well as the wchan. WWW: https://metacpan.org/release/Proc-ProcessTable-InfoString PR: 243899 Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
This commit is contained in:
parent
b3c29ed70d
commit
8132c46dc5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=545077
@ -816,6 +816,7 @@
|
||||
SUBDIR += p5-Probe-Perl
|
||||
SUBDIR += p5-Proc-PidUtil
|
||||
SUBDIR += p5-Proc-ProcessTable-Colorizer
|
||||
SUBDIR += p5-Proc-ProcessTable-InfoString
|
||||
SUBDIR += p5-Proc-ProcessTable-Match
|
||||
SUBDIR += p5-Proclet
|
||||
SUBDIR += p5-Quota
|
||||
|
23
sysutils/p5-Proc-ProcessTable-InfoString/Makefile
Normal file
23
sysutils/p5-Proc-ProcessTable-InfoString/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= Proc-ProcessTable-InfoString
|
||||
PORTVERSION= 0.0.1
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
|
||||
MAINTAINER= vvelox@vvelox.net
|
||||
COMMENT= Creates a PS like stat string showing the flags/state/wchan
|
||||
|
||||
BUILD_DEPENDS= p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable \
|
||||
p5-Term-ANSIColor>0:devel/p5-Term-ANSIColor
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
USES= perl5
|
||||
USE_PERL5= configure
|
||||
|
||||
PLIST_FILES= ${SITE_MAN3_REL}/Proc::ProcessTable::InfoString.3.gz \
|
||||
${SITE_PERL_REL}/Proc/ProcessTable/InfoString.pm
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/p5-Proc-ProcessTable-InfoString/distinfo
Normal file
3
sysutils/p5-Proc-ProcessTable-InfoString/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1580888692
|
||||
SHA256 (Proc-ProcessTable-InfoString-0.0.1.tar.gz) = 8ca053df2719be202c40b0554c0edf54a81e0b60bfa455d5f334b9827f8896d0
|
||||
SIZE (Proc-ProcessTable-InfoString-0.0.1.tar.gz) = 4150
|
4
sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr
Normal file
4
sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr
Normal file
@ -0,0 +1,4 @@
|
||||
Creates a PS like stat string showing various symbolic represenation of
|
||||
various flags/state as well as the wchan.
|
||||
|
||||
WWW: https://metacpan.org/release/Proc-ProcessTable-InfoString
|
Loading…
Reference in New Issue
Block a user