Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 8 Apr 2020 17:06:13 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531137 - in head/devel: . p5-Proc-Find-Parents
Message-ID:  <202004081706.038H6DuX049952@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Apr  8 17:06:13 2020
New Revision: 531137
URL: https://svnweb.freebsd.org/changeset/ports/531137

Log:
  Add p5-Proc-Find-Parents 0.631
  
  Return an array containing information about parent processes of $pid up to the
  parent of all processes (usually "init"). If $pid is not mentioned, it defaults
  to $$. The immediate parent is in the first element of array, followed by its
  parent, and so on.
  
  WWW: https://metacpan.org/release/Proc-Find-Parents
  
  PR:		245445
  Submitted by:	Zane C. Bowers-Hadley <vvelox@vvelox.net>

Added:
  head/devel/p5-Proc-Find-Parents/
  head/devel/p5-Proc-Find-Parents/Makefile   (contents, props changed)
  head/devel/p5-Proc-Find-Parents/distinfo   (contents, props changed)
  head/devel/p5-Proc-Find-Parents/pkg-descr   (contents, props changed)
  head/devel/p5-Proc-Find-Parents/pkg-plist   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Apr  8 17:04:55 2020	(r531136)
+++ head/devel/Makefile	Wed Apr  8 17:06:13 2020	(r531137)
@@ -3038,6 +3038,7 @@
     SUBDIR += p5-Proc-BackOff
     SUBDIR += p5-Proc-Background
     SUBDIR += p5-Proc-Daemon
+    SUBDIR += p5-Proc-Find-Parents
     SUBDIR += p5-Proc-Fork
     SUBDIR += p5-Proc-Guard
     SUBDIR += p5-Proc-PID-File

Added: head/devel/p5-Proc-Find-Parents/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Proc-Find-Parents/Makefile	Wed Apr  8 17:06:13 2020	(r531137)
@@ -0,0 +1,26 @@
+# Created by: Zane C. Bowers-Hadley <vvelox@vvelox.net>
+# $FreeBSD$
+
+PORTNAME=	Proc-Find-Parents
+PORTVERSION=	0.631
+CATEGORIES=	devel perl5
+MASTER_SITES=	CPAN
+PKGNAMEPREFIX=	p5-
+
+MAINTAINER=	vvelox@vvelox.net
+COMMENT=	Find parents of a process (up to the root)
+
+LICENSE=	ART10 GPLv1+
+LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	${RUN_DEPENDS}
+RUN_DEPENDS=	p5-Proc-ProcessTable>=0:devel/p5-Proc-ProcessTable
+TEST_DEPENDS=	p5-File-Which>=0:sysutils/p5-File-Which
+
+USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/p5-Proc-Find-Parents/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Proc-Find-Parents/distinfo	Wed Apr  8 17:06:13 2020	(r531137)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1586362587
+SHA256 (Proc-Find-Parents-0.631.tar.gz) = d747948d33ce00678fc1b16b2d4599d86824b62f494423f08163e630fb46211a
+SIZE (Proc-Find-Parents-0.631.tar.gz) = 15321

Added: head/devel/p5-Proc-Find-Parents/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Proc-Find-Parents/pkg-descr	Wed Apr  8 17:06:13 2020	(r531137)
@@ -0,0 +1,6 @@
+Return an array containing information about parent processes of $pid up to the
+parent of all processes (usually "init"). If $pid is not mentioned, it defaults
+to $$. The immediate parent is in the first element of array, followed by its
+parent, and so on.
+
+WWW: https://metacpan.org/release/Proc-Find-Parents

Added: head/devel/p5-Proc-Find-Parents/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/p5-Proc-Find-Parents/pkg-plist	Wed Apr  8 17:06:13 2020	(r531137)
@@ -0,0 +1,2 @@
+%%SITE_PERL%%/Proc/Find/Parents.pm
+%%PERL5_MAN3%%/Proc::Find::Parents.3.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004081706.038H6DuX049952>