svn commit: r545077 - in head/sysutils: . p5-Proc-ProcessTable-InfoString

Steve Wills swills at FreeBSD.org
Sat Aug 15 22:39:46 UTC 2020


Author: swills
Date: Sat Aug 15 22:39:44 2020
New Revision: 545077
URL: https://svnweb.freebsd.org/changeset/ports/545077

Log:
  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 at vvelox.net>

Added:
  head/sysutils/p5-Proc-ProcessTable-InfoString/
  head/sysutils/p5-Proc-ProcessTable-InfoString/Makefile   (contents, props changed)
  head/sysutils/p5-Proc-ProcessTable-InfoString/distinfo   (contents, props changed)
  head/sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr   (contents, props changed)
Modified:
  head/sysutils/Makefile   (contents, props changed)

Modified: head/sysutils/Makefile
==============================================================================
--- head/sysutils/Makefile	Sat Aug 15 22:36:39 2020	(r545076)
+++ head/sysutils/Makefile	Sat Aug 15 22:39:44 2020	(r545077)
@@ -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

Added: head/sysutils/p5-Proc-ProcessTable-InfoString/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Proc-ProcessTable-InfoString/Makefile	Sat Aug 15 22:39:44 2020	(r545077)
@@ -0,0 +1,23 @@
+# Created by: Zane C. Bowers-Hadley <vvelox at vvelox.net>
+# $FreeBSD$
+
+PORTNAME=	Proc-ProcessTable-InfoString
+PORTVERSION=	0.0.1
+CATEGORIES=	sysutils perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	vvelox at 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>

Added: head/sysutils/p5-Proc-ProcessTable-InfoString/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Proc-ProcessTable-InfoString/distinfo	Sat Aug 15 22:39:44 2020	(r545077)
@@ -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

Added: head/sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/sysutils/p5-Proc-ProcessTable-InfoString/pkg-descr	Sat Aug 15 22:39:44 2020	(r545077)
@@ -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


More information about the svn-ports-head mailing list