Port details |
- p5-Proc-ProcessTable Perl interface to the unix process table
- 0.636 devel =9 0.636Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2001-07-07 10:21:56
- Last Update: 2023-07-09 10:18:23
- Commit Hash: ca84bc8
- People watching this port, also watch:: wget, unzip, p5-Digest-HMAC, p5-Digest-MD5, p5-Digest-SHA1
- Also Listed In: perl5
- License: ART10 GPLv1+
- WWW:
- https://metacpan.org/release/Proc-ProcessTable
- Description:
- This module is a first crack at providing a consistent interface to Unix (and
maybe other multitasking OS's) process table information. The impetus for this
came about with my frustration at having to parse the output of various systems'
ps commands to check whether specific processes were running on different boxes
at a larged mixed Unix site. The output format of ps was different on each OS,
and sometimes changed with each new release of an OS. Also, running a ps
subprocess from within a perl or shell script and parsing the output was not a
very efficient or aesthetic way to do things.
With this module, you can do things like this:
# kill memory pigs
use Proc::ProcessTable;
my $t = Proc::ProcessTable->new;
foreach my $p ( @{$t->table} ) {
if( $p->pctmem > 95 ){
$p->kill(9);
}
}
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Proc-ProcessTable>0:devel/p5-Proc-ProcessTable
- To install the port:
- cd /usr/ports/devel/p5-Proc-ProcessTable/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Proc-ProcessTable
- pkg install p5-Proc-ProcessTable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: p5-Proc-ProcessTable
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1688166128
SHA256 (Proc-ProcessTable-0.636.tar.gz) = 944224ffb00fc1ef35069633770a0afda8623b5c7532d1e4ab48a9df394890fd
SIZE (Proc-ProcessTable-0.636.tar.gz) = 95667
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/cvsmonitor
- devel/p5-Proc-Find-Parents
- net/p5-Net-Connection-Match
- net/p5-Net-Connection-lsof
- security/p5-openxpki
- sysutils/p5-Proc-ProcessTable-Colorizer
- sysutils/p5-Proc-ProcessTable-InfoString
-
Deleted ports which required this port:
- for Run
-
- devel/cvsmonitor
- devel/p5-Proc-Find-Parents
- graphics/gscan2pdf
- mail/imapsync
- mail/p5-Mail-Milter-Authentication
- net/p5-Net-Connection-Match
- net/p5-Net-Connection-lsof
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for p5-Proc-ProcessTable-0.636:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_p5-Proc-ProcessTable
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.636 09 Jul 2023 10:18:23 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Update to 0.636
Changes: https://metacpan.org/dist/Proc-ProcessTable/changes |
0.635 27 May 2023 04:08:09 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Update to 0.635
- Update PORTSCOUT after 6df4fa6d13a1dc7b441c33dfdb8187d6e9725206
Changes: https://metacpan.org/dist/Proc-ProcessTable/changes |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.634 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.634 07 Sep 2022 10:26:41 |
Tobias C. Berner (tcberner) |
cleanup: remove trailing whitepaces |
0.634 27 Aug 2022 10:24:02 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Use real PORTVERSION
- Update PORTSCOUT |
0.63.4 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.63.4 27 Sep 2021 19:48:09 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Update to 0.634
Changes: https://metacpan.org/dist/Proc-ProcessTable/changes |
0.62 27 Sep 2021 15:55:53 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Update PORTSCOUT |
0.62 21 Sep 2021 03:44:04 |
Po-Chuan Hsieh (sunpoet) |
devel/p5-Proc-ProcessTable: Update to 0.62
Changes: https://metacpan.org/dist/Proc-ProcessTable/changes |
0.59 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.59 21 Jun 2019 23:09:04 |
sunpoet |
Update to 0.59
Changes: https://metacpan.org/changes/distribution/Proc-ProcessTable |
0.58 16 Jun 2019 10:35:09 |
sunpoet |
Update to 0.58
- Reformat pkg-descr
- Take maintainership
Changes: https://metacpan.org/changes/distribution/Proc-ProcessTable |
0.56 08 Feb 2019 20:55:08 |
sunpoet |
Update to 0.56
- Convert to options target helper
Changes: https://metacpan.org/changes/distribution/Proc-ProcessTable |
0.55_1 08 Jan 2019 15:32:00 |
swills |
devel/p5-Proc-ProcessTable: Fix improper values being returned
PR: 234688
Submitted by: Zane C. Bowers-Hadley <vvelox@vvelox.net> |
0.55 27 May 2018 20:15:20 |
sunpoet |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
0.55 02 Feb 2018 19:55:09 |
sunpoet |
Update to 0.55
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.53 15 Sep 2017 08:58:50 |
mat |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
0.53 19 May 2016 10:21:25 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by: portmgr blanket |
0.53 26 Aug 2015 16:34:32 |
sunpoet |
- Update to 0.53
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.52 25 Aug 2015 03:09:15 |
sunpoet |
- Update to 0.52
- Strip shared library
- Sort PLIST
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.51 01 Jan 2015 16:10:08 |
sunpoet |
- Add PORTSCOUT |
0.51 04 Dec 2014 14:17:18 |
jadawin |
- Update to 0.51 |
0.50_1 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
0.50 27 Oct 2014 10:55:59 |
bapt |
Cleanup plist |
0.50 10 Jun 2014 12:14:14 |
mat |
Remove all the bootstrap files (.bs) from the plists.
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight |
0.50 31 Dec 2013 04:26:07 |
sunpoet |
- Update to 0.50
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.49 06 Dec 2013 15:33:41 |
sunpoet |
- Update to 0.49
- Add LICENSE
- Convert to new options framework
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.48 24 Nov 2013 17:40:44 |
mat |
- Wrap up cd && foo in parenthesis, it'd break with bmake -j
- Replace some FIND ... CPIO with COPYTREE_SHARE. |
0.48 31 Oct 2013 06:20:33 |
vanilla |
Support STAGEDIR. |
0.48 22 Oct 2013 16:57:45 |
mat |
Try and be consistent with what commands are silent and not in *install.
- MKDIR is silent
- ECHO is silent
- INSTALL_* are not silent
- CP/FIND/... are not silent
I fixed a few PORTDOCS misusage, I'll do a second pass.
With Hat: perl@ |
0.48 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
0.48 02 Aug 2013 18:52:11 |
mat |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
0.48 27 May 2013 09:28:39 |
tobez |
Update to 0.48.
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.47 19 Mar 2013 13:20:29 |
rm |
- remove empty files and directories |
0.47 16 Feb 2013 19:18:54 |
tobez |
Update to 0.47. The patch to ProcessTable.xs is no longer needed (and
the module fails to work when the patch is applied).
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.46 14 Dec 2012 09:50:15 |
tobez |
Update to 0.46.
Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes |
0.45 17 May 2011 11:05:02 |
jadawin |
- Cleaning MD5 in perl@'s ports.
Approved by: erwin@ (portmgr) |
0.45 23 Sep 2008 12:15:50 |
miwi |
- Update to 0.45 |
0.44 28 Jul 2008 19:25:18 |
erwin |
Update to 0.44 |
0.43 19 Jul 2008 14:14:54 |
erwin |
Update to 0.43 |
0.42 23 May 2008 21:18:39 |
olgeni |
Hunt for typos in devel/p5-*. |
0.42 17 Apr 2008 14:30:31 |
araujo |
- Take advantage of CPAN macro from bsd.sites.mk, change
${MASTER_SITE_PERL_CPAN} to CPAN.
PR: ports/122674
Submitted by: Philip M. Gollucci <pgollucci@p6m7g8.com>
Reworked by: araujo (myself)
Approved by: portmgr (pav) |
0.42 08 Feb 2008 15:51:02 |
miwi |
- Update to 0.42
PR: 120411
Submitted by: Gea-Suan Lin <gslin@gslin.org> |
0.41 09 Jul 2006 10:50:06 |
erwin |
- Update to 0.41
- Assign over to perl@ |
0.40 22 Jan 2006 00:27:03 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry |
0.40 24 Nov 2005 15:40:04 |
pav |
- Add some SHA256 checksums |
0.40 11 Jul 2005 07:56:27 |
skv |
Update to 0.40 |
0.39_1 12 Oct 2004 12:31:34 |
krion |
Drop maintainership to ports@FreeBSD.org
PR: ports/72437
Submitted by: Michael Johnson <ahze@ahze.net> |
0.39_1 29 Apr 2004 08:14:51 |
krion |
- Install PORTDOCS
PR: ports/66076
Submitted by: maintainer |
0.39 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.39 21 Dec 2003 17:03:51 |
petef |
- upgrade to 0.39
- remove redundant 'DESCRIPTION' header from pkg-descr
PR: 60410
Submitted by: maintainer |
0.38 20 Dec 2003 03:35:39 |
edwin |
Update email address.
I'm not sure how much longer I will have a email account at rgv.
PR: ports/60406
Submitted by: michael johnson <ahze@ahze.net> |
0.38 06 Jul 2003 03:00:34 |
kuriyama |
Update to 0.38.
Submitted by: Mathieu Arnold <m@absolight.net>
PR: ports/52186 |
0.37 09 May 2003 00:48:30 |
edwin |
unbreak devel/p5-Proc-ProcessTable
Yet another victim of the perllocal.pod changes. Remove perllocal.pod
from PLIST and remove BROKEN tag.
PR: ports/51965
Submitted by: Erwin Lansing <erwin@lansing.dk> |
0.37 06 May 2003 23:34:39 |
kris |
BROKEN: Broken pkg-plist |
0.37 21 Feb 2003 11:23:04 |
knu |
De-pkg-comment. |
0.37 06 Jan 2003 07:26:56 |
adamw |
Update to 0.37.
PR: 45355
Submitted by: michael johnson <ahze@rgv.net> (maintainer) |
0.35 02 Aug 2002 23:03:21 |
pat |
Update to 0.35
PR: ports/41255
Submitted by: maintainer |
12 Feb 2002 09:34:07 |
petef |
Update to 0.33 |
12 Feb 2002 08:42:33 |
trevor |
Change maintainer's address for some ports forgotten in PR 34866. |
09 Oct 2001 20:19:46 |
tobez |
Update to 0.32. |
07 Jul 2001 14:21:56 |
ijliao |
add p5-Proc-ProcessTable Perl interface to the unix process table |