./wip/procps, The Linux /proc file system utilities

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.0.5, Package name: procps-3.0.5, Maintainer: reed

The Linux /proc file system utilities are tools for reporting about
and modifying the state of the system, including memory, processes,
sending signals to processes, etc. The commands include free, oldps,
pgrep, pkill, ps, skill, snice, sysctl, tload, top, vmstat, w and watch.
(kill is not installed; it is available in the sysutils/util-linux
package.)

This version of procps is maintained by Albert Cahalan, based on
original code from Michael K. Johnson.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 221.558 KB

Version history: (Expand)


CVS history: (Expand)


   2012-10-05 15:52:02 by Aleksej Saushev | Files touched by this commit (32)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2005-11-28 01:27:22 by Roland Illig | Files touched by this commit (79)
Log message:
Ran pkglint --autofix over the complete pkgsrc-wip. This changed all
instances like MAKE_ENV+= VAR=${VAR} to the properly quoted form,
VAR=${VAR:Q}, or even VAR=${VAR:M*:Q} if necessary.

Manually reviewed the changes.
   2005-05-24 12:31:20 by Roland Illig | Files touched by this commit (1)
Log message:
Replaced USE_GNU_TOOLS+=make with USE_TOOLS+=gmake.
   2005-04-11 23:14:51 by Todd Vierling | Files touched by this commit (1)
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

   2004-05-11 00:54:18 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Conflict with top.
   2004-05-11 00:52:14 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Use buildlink3 instead of buildlink2.
   2004-01-27 21:46:57 by Jeremy C. Reed | Files touched by this commit (1)
Log message:
Don't need @dirrm for man directories.
   2004-01-25 03:33:18 by grant beattie | Files touched by this commit (1)
Log message:
replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.