notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

FInally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combinatio for a given watch list. This is what FreshPorts will look for.

Port details
p5-Proc-ProcessTable Perl interface to the unix process table
0.636 devel on this many watch lists=6 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.636Version of this port present on the latest quarterly branch.
Maintainer: sunpoet@FreeBSD.org search for ports maintained by this maintainer
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:: gmake, python, p5-Digest-MD5, p5-Time-HiRes, libiconv
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); } }
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. /usr/local/share/licenses/p5-Proc-ProcessTable-0.636/catalog.mk
  2. /usr/local/share/licenses/p5-Proc-ProcessTable-0.636/LICENSE
  3. /usr/local/share/licenses/p5-Proc-ProcessTable-0.636/ART10
  4. /usr/local/share/licenses/p5-Proc-ProcessTable-0.636/GPLv1+
  5. lib/perl5/site_perl/mach/5.32/Proc/Killall.pm
  6. lib/perl5/site_perl/mach/5.32/Proc/Killfam.pm
  7. lib/perl5/site_perl/mach/5.32/Proc/ProcessTable.pm
  8. lib/perl5/site_perl/mach/5.32/Proc/ProcessTable/Process.pm
  9. lib/perl5/site_perl/mach/5.32/auto/Proc/ProcessTable/Process/autosplit.ix
  10. lib/perl5/site_perl/mach/5.32/auto/Proc/ProcessTable/ProcessTable.so
  11. lib/perl5/site_perl/man/man3/Proc::Killall.3.gz
  12. lib/perl5/site_perl/man/man3/Proc::Killfam.3.gz
  13. lib/perl5/site_perl/man/man3/Proc::ProcessTable.3.gz
  14. lib/perl5/site_perl/man/man3/Proc::ProcessTable::Process.3.gz
  15. share/doc/Proc-ProcessTable/README
  16. share/doc/Proc-ProcessTable/README.freebsd-kvm
  17. share/doc/Proc-ProcessTable/README.freebsd-procfs
  18. @owner
  19. @group
  20. @mode
Collapse this list.
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):
p5-Proc-ProcessTable
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest0.6360.6360.590.6360.636-0.59-
FreeBSD:13:quarterly0.6360.6360.6350.6360.6360.6360.6360.636
FreeBSD:14:latest0.6360.6360.6340.6360.6360.635-0.635
FreeBSD:14:quarterly0.6360.636-0.6360.6360.6360.6360.636
FreeBSD:15:latest0.6360.636n/a0.636n/a0.6360.6360.636
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
Runtime dependencies:
  1. perl5>=5.32.r0<5.33 : lang/perl5.32
This port is required by:
for Build
  1. devel/cvsmonitor
  2. devel/p5-Proc-Find-Parents
  3. net/p5-Net-Connection-Match
  4. net/p5-Net-Connection-lsof
  5. security/p5-openxpki
  6. sysutils/p5-Proc-ProcessTable-Colorizer
  7. sysutils/p5-Proc-ProcessTable-InfoString
Expand this list (12 items / 5 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. sysutils/p5-Proc-ProcessTable-Match
  3. sysutils/p5-Proc-ProcessTable-ncps
  4. sysutils/p5-Schedule-Load
  5. textproc/p5-Sphinx-Manager
  6. Collapse this list.

Deleted ports which required this port:

Expand this list of 1 deleted port
  1. sysutils/psgconf*
  2. Collapse this list of deleted ports.
for Run
  1. devel/cvsmonitor
  2. devel/p5-Proc-Find-Parents
  3. graphics/gscan2pdf
  4. mail/imapsync
  5. mail/p5-Mail-Milter-Authentication
  6. net/p5-Net-Connection-Match
  7. net/p5-Net-Connection-lsof
Expand this list (18 items / 11 hidden - sorry, this count includes any deleted ports)
  1. Collapse this list).
  2. security/p5-openxpki
  3. sysutils/p5-Proc-ProcessTable-Colorizer
  4. sysutils/p5-Proc-ProcessTable-InfoString
  5. sysutils/p5-Proc-ProcessTable-Match
  6. sysutils/p5-Proc-ProcessTable-ncps
  7. sysutils/p5-Schedule-Load
  8. textproc/p5-Sphinx-Manager
  9. www/ljdeps
  10. Collapse this list.

Deleted ports which required this port:

Expand this list of 3 deleted ports
  1. deskutils/shutter*
  2. mail/pflogstats*
  3. sysutils/psgconf*
  4. Collapse this list of deleted ports.
* - 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:
Expand this list (13 items)
Collapse this list.
  1. ftp://ftp.auckland.ac.nz/pub/perl/CPAN/authors/id/J/JW/JWB/
  2. ftp://ftp.cpan.org/pub/CPAN/authors/id/J/JW/JWB/
  3. ftp://ftp.cpan.org/pub/CPAN/modules/by-module/Proc/
  4. ftp://ftp.funet.fi/pub/languages/perl/CPAN/authors/id/J/JW/JWB/
  5. ftp://ftp.kddlabs.co.jp/lang/perl/CPAN/authors/id/J/JW/JWB/
  6. ftp://ftp.mirrorservice.org/sites/cpan.perl.org/CPAN/authors/id/J/JW/JWB/
  7. http://backpan.perl.org/authors/id/J/JW/JWB/
  8. http://ftp.jaist.ac.jp/pub/CPAN/authors/id/J/JW/JWB/
  9. http://ftp.twaren.net/Unix/Lang/CPAN/authors/id/J/JW/JWB/
  10. https://cpan.metacpan.org/authors/id/J/JW/JWB/
  11. https://cpan.metacpan.org/modules/by-module/Proc/
  12. https://www.cpan.org/authors/id/J/JW/JWB/
Collapse this list.

Number of commits found: 63

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.636
09 Jul 2023 10:18:23
commit hash: ca84bc8305497aa112f6e73ba8f9e9da3722b8cbcommit hash: ca84bc8305497aa112f6e73ba8f9e9da3722b8cbcommit hash: ca84bc8305497aa112f6e73ba8f9e9da3722b8cbcommit hash: ca84bc8305497aa112f6e73ba8f9e9da3722b8cb files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Proc-ProcessTable: Update to 0.636

Changes:	https://metacpan.org/dist/Proc-ProcessTable/changes
0.635
27 May 2023 04:08:09
commit hash: e55fb9800a8ab4eb8e63b7232dbd8540fd063891commit hash: e55fb9800a8ab4eb8e63b7232dbd8540fd063891commit hash: e55fb9800a8ab4eb8e63b7232dbd8540fd063891commit hash: e55fb9800a8ab4eb8e63b7232dbd8540fd063891 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
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 View all of this commit message)
0.634
07 Sep 2022 10:26:41
commit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67bcommit hash: b86221feeafaacbff38b27dd5999866460e3a67b files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
cleanup: remove trailing whitepaces
0.634
27 Aug 2022 10:24:02
commit hash: 6df4fa6d13a1dc7b441c33dfdb8187d6e9725206commit hash: 6df4fa6d13a1dc7b441c33dfdb8187d6e9725206commit hash: 6df4fa6d13a1dc7b441c33dfdb8187d6e9725206commit hash: 6df4fa6d13a1dc7b441c33dfdb8187d6e9725206 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Proc-ProcessTable: Use real PORTVERSION

- Update PORTSCOUT
0.63.4
20 Jul 2022 14:21:35
commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746commit hash: aa6eefd5e663357e8223399bc38c7987f5e35746 files touched by this commit
Tobias C. Berner (tcberner) search for other commits by this committer
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 View all of this commit message)
0.63.4
27 Sep 2021 19:48:09
commit hash: a277d79871056b128973324328772e1ee0ae884bcommit hash: a277d79871056b128973324328772e1ee0ae884bcommit hash: a277d79871056b128973324328772e1ee0ae884bcommit hash: a277d79871056b128973324328772e1ee0ae884b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Proc-ProcessTable: Update to 0.634

Changes:	https://metacpan.org/dist/Proc-ProcessTable/changes
0.62
27 Sep 2021 15:55:53
commit hash: 8484ae94a630c67892211e20cdde802e215b5203commit hash: 8484ae94a630c67892211e20cdde802e215b5203commit hash: 8484ae94a630c67892211e20cdde802e215b5203commit hash: 8484ae94a630c67892211e20cdde802e215b5203 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Proc-ProcessTable: Update PORTSCOUT
0.62
21 Sep 2021 03:44:04
commit hash: 93827045584b11e635280c617cc87eaf883d094bcommit hash: 93827045584b11e635280c617cc87eaf883d094bcommit hash: 93827045584b11e635280c617cc87eaf883d094bcommit hash: 93827045584b11e635280c617cc87eaf883d094b files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/p5-Proc-ProcessTable: Update to 0.62

Changes:	https://metacpan.org/dist/Proc-ProcessTable/changes
0.59
06 Apr 2021 14:31:07
commit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344ebcommit hash: 305f148f482daf30dcf728039d03d019f88344eb files touched by this commit
Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
0.59
21 Jun 2019 23:09:04
Revision:504821Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.59

Changes:	https://metacpan.org/changes/distribution/Proc-ProcessTable
0.58
16 Jun 2019 10:35:09
Revision:504302Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:492458Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:489710Original commit files touched by this commit
swills search for other commits by this committer
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
Revision:470993Original commit files touched by this commit
sunpoet search for other commits by this committer
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
Revision:460744Original commit files touched by this commit
sunpoet search for other commits by this committer
Update to 0.55

Changes:	http://search.cpan.org/dist/Proc-ProcessTable/Changes
0.53
15 Sep 2017 08:58:50
Revision:449893Original commit files touched by this commit
mat search for other commits by this committer
Fix license information for portgs that use "the same license as Perl".

Sponsored by:	Absolight
0.53
19 May 2016 10:21:25
Revision:415498Original commit files touched by this commit
amdmi3 search for other commits by this committer
- Fix trailing whitespace in pkg-descrs, categories [a-f]*

Approved by:	portmgr blanket
0.53
26 Aug 2015 16:34:32
Revision:395375Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.53

Changes:	http://search.cpan.org/dist/Proc-ProcessTable/Changes
0.52
25 Aug 2015 03:09:15
Revision:395206Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:375946Original commit files touched by this commit
sunpoet search for other commits by this committer
- Add PORTSCOUT
0.51
04 Dec 2014 14:17:18
Revision:373906Original commit files touched by this commit
jadawin search for other commits by this committer
- Update to 0.51
0.50_1
26 Nov 2014 13:08:38
Revision:373448Original commit files touched by this commit
mat search for other commits by this committer
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 View all of this commit message)
0.50
27 Oct 2014 10:55:59
Revision:371547Original commit files touched by this commit
bapt search for other commits by this committer
Cleanup plist
0.50
10 Jun 2014 12:14:14
Revision:357300Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:338222Original commit files touched by this commit
sunpoet search for other commits by this committer
- Update to 0.50

Changes:	http://search.cpan.org/dist/Proc-ProcessTable/Changes
0.49
06 Dec 2013 15:33:41
Revision:335763Original commit files touched by this commit
sunpoet search for other commits by this committer
- 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
Revision:334748Original commit files touched by this commit
mat search for other commits by this committer
- 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
Revision:332203Original commit files touched by this commit
vanilla search for other commits by this committer
Support STAGEDIR.
0.48
22 Oct 2013 16:57:45
Revision:331301Original commit files touched by this commit
mat search for other commits by this committer
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
Revision:327724Original commit files touched by this commit
bapt search for other commits by this committer
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
Revision:324174Original commit files touched by this commit
mat search for other commits by this committer
- 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
Revision:319192Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.48.

Changes:	http://search.cpan.org/dist/Proc-ProcessTable/Changes
0.47
19 Mar 2013 13:20:29
Revision:314642Original commit files touched by this commit
rm search for other commits by this committer
- remove empty files and directories
0.47
16 Feb 2013 19:18:54
Revision:312381Original commit files touched by this commit
tobez search for other commits by this committer
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
Revision:308896Original commit files touched by this commit
tobez search for other commits by this committer
Update to 0.46.

Changes: http://search.cpan.org/dist/Proc-ProcessTable/Changes
0.45
17 May 2011 11:05:02
Original commit files touched by this commit
jadawin search for other commits by this committer
- Cleaning MD5 in perl@'s ports.

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

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

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

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

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

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

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

PR:             ports/41255
Submitted by:   maintainer
12 Feb 2002 09:34:07
commit hash: fp1.24649@dev.null.freshports.orgcommit hash: fp1.24649@dev.null.freshports.orgcommit hash: fp1.24649@dev.null.freshports.orgcommit hash: fp1.24649@dev.null.freshports.org files touched by this commit
petef search for other commits by this committer
Update to 0.33    
12 Feb 2002 08:42:33
commit hash: fp1.24643@dev.null.freshports.orgcommit hash: fp1.24643@dev.null.freshports.orgcommit hash: fp1.24643@dev.null.freshports.orgcommit hash: fp1.24643@dev.null.freshports.org 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
commit hash: fp1.19544@dev.null.freshports.orgcommit hash: fp1.19544@dev.null.freshports.orgcommit hash: fp1.19544@dev.null.freshports.orgcommit hash: fp1.19544@dev.null.freshports.org files touched by this commit
tobez search for other commits by this committer
Update to 0.32.    
07 Jul 2001 14:21:56
commit hash: fp1.15926@dev.null.freshports.orgcommit hash: fp1.15926@dev.null.freshports.orgcommit hash: fp1.15926@dev.null.freshports.orgcommit hash: fp1.15926@dev.null.freshports.org 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: 63