diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-29 13:17:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-29 13:17:29 +0000 |
commit | d3fb210d277f2149033e8304bc6a965169997946 (patch) | |
tree | 54ef04896ddd758f065e1915a619f8271ec87114 /sysutils | |
parent | d7402c713c76ab59096f6e7f7720773965fed7a0 (diff) | |
download | pkgsrc-d3fb210d277f2149033e8304bc6a965169997946.tar.gz |
sysutils/p5-Unix-Process: import p5-Unix-Process-1.3101
Perl extension to get pid info from (/bin/ps).
All fields from the ps command can be fetched by calling a function
of their name. If the pid is not given as an argument to the function,
$$ (cur pid) is assumed.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/p5-Unix-Process/DESCR | 5 | ||||
-rw-r--r-- | sysutils/p5-Unix-Process/Makefile | 18 | ||||
-rw-r--r-- | sysutils/p5-Unix-Process/distinfo | 6 |
3 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/p5-Unix-Process/DESCR b/sysutils/p5-Unix-Process/DESCR new file mode 100644 index 00000000000..2fc1fdbc734 --- /dev/null +++ b/sysutils/p5-Unix-Process/DESCR @@ -0,0 +1,5 @@ +Perl extension to get pid info from (/bin/ps). + +All fields from the ps command can be fetched by calling a function +of their name. If the pid is not given as an argument to the function, +$$ (cur pid) is assumed. diff --git a/sysutils/p5-Unix-Process/Makefile b/sysutils/p5-Unix-Process/Makefile new file mode 100644 index 00000000000..9eb02508f4a --- /dev/null +++ b/sysutils/p5-Unix-Process/Makefile @@ -0,0 +1,18 @@ +# $NetBSD: Makefile,v 1.1 2017/09/29 13:17:29 wiz Exp $ + +DISTNAME= Unix-Process-1.3101 +PKGNAME= p5-${DISTNAME} +CATEGORIES= sysutils perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Unix/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/Unix-Process/ +COMMENT= Perl extension to get pid info from ps(1) +#LICENSE= "lgpl" + +DEPENDS+= p5-IPC-System-Simple-[0-9]*:../../devel/p5-IPC-System-Simple + +PERL5_PACKLIST= auto/Unix/Process/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/p5-Unix-Process/distinfo b/sysutils/p5-Unix-Process/distinfo new file mode 100644 index 00000000000..af0160fdb75 --- /dev/null +++ b/sysutils/p5-Unix-Process/distinfo @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2017/09/29 13:17:29 wiz Exp $ + +SHA1 (Unix-Process-1.3101.tar.gz) = 28dc70e70f97e8b9caf9fd2244e38c46ff9d7492 +RMD160 (Unix-Process-1.3101.tar.gz) = 4891444332e9296da27e5c07d17a3239b2ece8c7 +SHA512 (Unix-Process-1.3101.tar.gz) = 7446a554736f03cbe308de42ad25e2e16489bb74688eda680666bb2b705ef910d413bdb401fefe28f90ecf43df90b9f6487da3f661c59f6f1c098a7ad8e77e8e +Size (Unix-Process-1.3101.tar.gz) = 3311 bytes |