FreshPorts -- The Place For Ports notbug Sat, 26 May 2012 9:40 PM BST
Port details
p5-Proc-ProcessTable 0.45 devel on this many watch lists=9 search for ports that depend on this port
Perl interface to the unix process table
Maintained by: perl@FreeBSD.org search for ports maintained by this maintainer
Port Added: 07 Jul 2001 10:21:56
Also Listed In: perl5
License: not specified in port


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 large 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;

        $t = new Proc::ProcessTable;
        foreach $p ( @{$t->table} ){    
          if( $p->pctmem > 95 ){
            $p->kill(9);
          }             
        }

WWW: http://search.cpan.org/dist/Proc-ProcessTable/
CVSWeb : Sources : Main Web Site : Distfiles Availability : PortsMon
NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.
Required To Build: lang/perl5.8
Required To Run: lang/perl5.8
There are no ports dependent upon this port

To install the port: cd /usr/ports/devel/p5-Proc-ProcessTable/ && make install clean
To add the package: pkg_add -r p5-Proc-ProcessTable


Configuration Options
     No options to configure

Master Sites:
ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Proc/
http://www.cpan.dk/modules/by-module/Proc/
ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/modules/by-module/Proc/
http://ftp.jaist.ac.jp/pub/CPAN/modules/by-module/Proc/
ftp://ftp.dti.ad.jp/pub/lang/CPAN/modules/by-module/Proc/
ftp://ftp.sunet.se/pub/lang/perl/CPAN/modules/by-module/Proc/
http://ring.nict.go.jp/archives/CPAN/modules/by-module/Proc/
ftp://mirror.hiwaay.net/CPAN/modules/by-module/Proc/
ftp://ftp.mirrorservice.org/sites/ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Proc/
http://at.cpan.org/modules/by-module/Proc/
http://ring.riken.jp/archives/CPAN/modules/by-module/Proc/
ftp://ftp.auckland.ac.nz/pub/perl/CPAN/modules/by-module/Proc/
http://backpan.perl.org/modules/by-module/Proc/
ftp://ftp.funet.fi/pub/languages/perl/CPAN/modules/by-module/Proc/
http://cpan.nctu.edu.tw/modules/by-module/Proc/
ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/

Number of commits found: 26

Commit History - (may be incomplete: see CVSWeb link above for full details)
DateByDescription
17 May 2011 11:05:02
Original commit files touched by this commit  0.45
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

Approved by:    erwin@ (portmgr)
23 Sep 2008 12:15:50
Original commit files touched by this commit  0.45
miwi search for other commits by this committer
- Update to 0.45
28 Jul 2008 19:25:18
Original commit files touched by this commit  0.44
erwin search for other commits by this committer
Update to 0.44
19 Jul 2008 14:14:54
Original commit files touched by this commit  0.43
erwin search for other commits by this committer
Update to 0.43
23 May 2008 21:18:39
Original commit files touched by this commit  0.42
olgeni search for other commits by this committer
Hunt for typos in devel/p5-*.
17 Apr 2008 14:30:31
Original commit files touched by this commit  0.42
araujo search for other commits by this committer
- 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)
08 Feb 2008 15:51:02
Original commit files touched by this commit  0.42
miwi search for other commits by this committer
- Update to 0.42

PR:             120411
Submitted by:   Gea-Suan Lin <gslin@gslin.org>
09 Jul 2006 10:50:06
Original commit files touched by this commit  0.41
erwin search for other commits by this committer
- Update to 0.41
- Assign over to perl@
22 Jan 2006 00:27:03
Original commit files touched by this commit  0.40
edwin search for other commits by this committer
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
24 Nov 2005 15:40:04
Original commit files touched by this commit  0.40
pav search for other commits by this committer
- Add some SHA256 checksums
11 Jul 2005 07:56:27
Original commit files touched by this commit  0.40
skv search for other commits by this committer
Update to 0.40
12 Oct 2004 12:31:34
Original commit files touched by this commit  0.39_1
krion search for other commits by this committer
Drop maintainership to ports@FreeBSD.org

PR:             ports/72437
Submitted by:   Michael Johnson <ahze@ahze.net>
29 Apr 2004 08:14:51
Original commit files touched by this commit  0.39_1
krion search for other commits by this committer
- Install PORTDOCS

PR:             ports/66076
Submitted by:   maintainer
18 Mar 2004 02:27:55
Original commit files touched by this commit  0.39
trevor search for other commits by this committer
Add size data.

Approved by:    maintainers
21 Dec 2003 17:03:51
Original commit files touched by this commit  0.39
petef search for other commits by this committer
- upgrade to 0.39
- remove redundant 'DESCRIPTION' header from pkg-descr

PR:             60410
Submitted by:   maintainer
20 Dec 2003 03:35:39
Original commit files touched by this commit  0.38
edwin search for other commits by this committer
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>
06 Jul 2003 03:00:34
Original commit files touched by this commit  0.38
kuriyama search for other commits by this committer
Update to 0.38.

Submitted by:   Mathieu Arnold <m@absolight.net>
PR:             ports/52186
09 May 2003 00:48:30
Original commit files touched by this commit  0.37
edwin search for other commits by this committer
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>
06 May 2003 23:34:39
Original commit files touched by this commit  0.37
kris search for other commits by this committer
BROKEN: Broken pkg-plist
21 Feb 2003 11:23:04
Original commit files touched by this commit  0.37
knu search for other commits by this committer
De-pkg-comment.
06 Jan 2003 07:26:56
Original commit files touched by this commit  0.37
adamw search for other commits by this committer
Update to 0.37.

PR:             45355
Submitted by:   michael johnson <ahze@rgv.net> (maintainer)
02 Aug 2002 23:03:21
Original commit files touched by this commit  0.35
pat search for other commits by this committer
Update to 0.35

PR:             ports/41255
Submitted by:   maintainer
12 Feb 2002 09:34:07
files touched by this commit
petef search for other commits by this committer
Update to 0.33    
12 Feb 2002 08:42:33
files touched by this commit
trevor search for other commits by this committer
Change maintainer's address for some ports forgotten in PR 34866.    
09 Oct 2001 20:19:46
files touched by this commit
tobez search for other commits by this committer
Update to 0.32.    
07 Jul 2001 14:21:56
files touched by this commit
ijliao search for other commits by this committer
add p5-Proc-ProcessTable   Perl interface to the unix process table    

Number of commits found: 26

Login
User Login
Create account

Servers and bandwidth provided by
New York Internet
SuperNews

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
haproxyMay 24
foswikiMay 21
inspircd*May 21
inspircd12*May 21
sympaMay 21
sympa5May 21
libxml2May 18
pidgin-otrMay 16
sudoMay 16
chromiumMay 15
chromiumMay 15
pivotx*May 14
socatMay 14
libpurpleMay 12
php5May 12

12 vulnerabilities affecting 17 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 23672
Broken 193
Deprecated 147
Ignore 736
Forbidden 3
Restricted 328
No CDROM 110
Vulnerable 0
Expired 41
Set to expire 188
Interactive 54
new 24 hours 3
new 48 hours32
new 7 days59
new fortnight183
new month255

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact

Servers and bandwidth provided by
New York Internet
SuperNews
Valid HTML, CSS, and RSS.
Copyright © 2000-2012 DVL Software Limited. All rights reserved.
This page created in 0.159 seconds.