diff options
author | jgh <jgh@FreeBSD.org> | 2013-03-06 11:04:47 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2013-03-06 11:04:47 +0800 |
commit | 5353a5b988250aa78a27b3e2972b82132d11e285 (patch) | |
tree | bdc5c0a0befeac8b874bdfb37bfa8291ef9bd776 /sysutils/Makefile | |
parent | aef83a7742102421b7ec21a5481275ab8af3912a (diff) | |
download | freebsd-ports-gnome-5353a5b988250aa78a27b3e2972b82132d11e285.tar.gz freebsd-ports-gnome-5353a5b988250aa78a27b3e2972b82132d11e285.tar.zst freebsd-ports-gnome-5353a5b988250aa78a27b3e2972b82132d11e285.zip |
- add new port: sysutils/ptools
Ptools is a toolset based on Solaris ptools functionality.
At this time, four tools are provided:
* pargs - Display process arguments
* pldd - Display dynamic linker dependencies
* pwdx - Display process working directory
* ptree - Display process hierarchy as tree (with jail option -j)
WWW: http://shewolf.com.pl/ptools/
PR: 176634
Submitted by: tmwalaszek@gmail.com
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index de5b1c61928d..aa1214449347 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -715,6 +715,7 @@ SUBDIR += psmisc SUBDIR += pstack SUBDIR += pstree + SUBDIR += ptools SUBDIR += puppet SUBDIR += puppet26 SUBDIR += puppet27 |