View | Details | Raw Unified | Return to bug 243899 | Differences between
and this patch

Collapse All | Expand All

(-)sysutils/p5-Proc-ProcessTable-InfoString/Makefile (+19 lines)
Line 0 Link Here
1
# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
2
# $FreeBSD$
3
4
PORTNAME=	Proc-ProcessTable-InfoString
5
PORTVERSION=	0.0.1
6
CATEGORIES=	sysutils perl5
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
10
MAINTAINER=	vvelox@vvelox.net
11
COMMENT=	Creates a PS like stat string showing various symbolic represenation of various flags/state as well as the wchan
12
13
BUILD_DEPENDS=	p5-Proc-ProcessTable>=0.59:devel/p5-Proc-ProcessTable \
14
				p5-Term-ANSIColor>0:devel/p5-Term-ANSIColor
15
16
USES=		perl5
17
USE_PERL5=	configure
18
19
.include <bsd.port.mk>
(-)sysutils/p5-Proc-ProcessTable-InfoString/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1580888692
2
SHA256 (Proc-ProcessTable-InfoString-0.0.1.tar.gz) = 8ca053df2719be202c40b0554c0edf54a81e0b60bfa455d5f334b9827f8896d0
3
SIZE (Proc-ProcessTable-InfoString-0.0.1.tar.gz) = 4150
(-)sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr (+4 lines)
Line 0 Link Here
1
Creates a PS like stat string showing various symbolic represenation of
2
various flags/state as well as the wchan.
3
4
WWW: https://metacpan.org/release/Proc-ProcessTable-InfoString
(-)sysutils/p5-Proc-ProcessTable-InfoString/pkg-plist (+2 lines)
Line 0 Link Here
1
%%PERL5_MAN3%%/Proc::ProcessTable::InfoString.3.gz
2
%%SITE_PERL%%/Proc/ProcessTable/InfoString.pm

Return to bug 243899