diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-01-12 07:45:32 +0700 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2014-01-29 23:20:59 -0600 |
commit | 5d8b119c9d49f58f9dc44831d46be92e773b49b6 (patch) | |
tree | fe4b3ccb394f28aebf00d18ed51044d7facb3f22 /perl/perl-Proc-ProcessTable/slack-desc | |
parent | a916820c771600322fb8665b334a336cb9b5cef3 (diff) | |
download | slackbuilds-5d8b119c9d49f58f9dc44831d46be92e773b49b6.tar.gz |
perl/perl-Proc-ProcessTable: Added (Process table Perl extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Proc-ProcessTable/slack-desc')
-rw-r--r-- | perl/perl-Proc-ProcessTable/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/perl/perl-Proc-ProcessTable/slack-desc b/perl/perl-Proc-ProcessTable/slack-desc new file mode 100644 index 0000000000..c002bdc319 --- /dev/null +++ b/perl/perl-Proc-ProcessTable/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +perl-Proc-ProcessTable: perl-Proc-ProcessTable (Perl extension to access the process table) +perl-Proc-ProcessTable: +perl-Proc-ProcessTable: This module is a first crack at providing a consistent interface to +perl-Proc-ProcessTable: Unix (and maybe other multitasking OS's) process table information. +perl-Proc-ProcessTable: +perl-Proc-ProcessTable: This is mainly for other Perl programs, but there is also a command +perl-Proc-ProcessTable: line tool pswait which takes a list of process IDs or names and then +perl-Proc-ProcessTable: waits for one or all of them to end. This is useful for scripts +perl-Proc-ProcessTable: dealing with process pools or concurrent pipelines. +perl-Proc-ProcessTable: +perl-Proc-ProcessTable: |