pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/p5-Unix-Process sysutils/p5-Unix-Process: imp...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c61a4af02a5f
branches:  trunk
changeset: 369388:c61a4af02a5f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 29 13:17:29 2017 +0000

description:
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:

 sysutils/p5-Unix-Process/DESCR    |   5 +++++
 sysutils/p5-Unix-Process/Makefile |  18 ++++++++++++++++++
 sysutils/p5-Unix-Process/distinfo |   6 ++++++
 3 files changed, 29 insertions(+), 0 deletions(-)

diffs (41 lines):

diff -r cfd597417473 -r c61a4af02a5f sysutils/p5-Unix-Process/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Unix-Process/DESCR    Fri Sep 29 13:17:29 2017 +0000
@@ -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 -r cfd597417473 -r c61a4af02a5f sysutils/p5-Unix-Process/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Unix-Process/Makefile Fri Sep 29 13:17:29 2017 +0000
@@ -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@localhost
+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 -r cfd597417473 -r c61a4af02a5f sysutils/p5-Unix-Process/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/p5-Unix-Process/distinfo Fri Sep 29 13:17:29 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index