DT PS Tree shows running processes as a tree. It is a reimplementation
of pstree from PSmisc for FreeBSD. It also works without /proc and will show the full set of processes in a jail even if init is not present. WWW: http://code.douglasthrift.net/trac/dtpstree PR: ports/149108 Submitted by: Douglas Thrift Approved by: jadawin@ (co-mentor)
This commit is contained in:
parent
4db3fad215
commit
f5a54fdc80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258654
4 changed files with 35 additions and 0 deletions
|
@ -173,6 +173,7 @@
|
|||
SUBDIR += downtime
|
||||
SUBDIR += dt
|
||||
SUBDIR += dtc
|
||||
SUBDIR += dtpstree
|
||||
SUBDIR += du2ps
|
||||
SUBDIR += duff
|
||||
SUBDIR += dump9660
|
||||
|
|
26
sysutils/dtpstree/Makefile
Normal file
26
sysutils/dtpstree/Makefile
Normal file
|
@ -0,0 +1,26 @@
|
|||
# New ports collection makefile for: dtpstree
|
||||
# Date created: 17 June 2010
|
||||
# Whom: Douglas Thrift
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= dtpstree
|
||||
PORTVERSION= 1.0.2
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
|
||||
http://code.douglasthrift.net/files/${PORTNAME}/
|
||||
|
||||
MAINTAINER= douglas@douglasthrift.net
|
||||
COMMENT= Display a tree of processes
|
||||
|
||||
LICENSE= ASL
|
||||
|
||||
USE_XZ= yes
|
||||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
MAKEFILE= GNUmakefile
|
||||
MAN1= dtpstree.1
|
||||
PLIST_FILES= bin/dtpstree
|
||||
|
||||
.include <bsd.port.mk>
|
3
sysutils/dtpstree/distinfo
Normal file
3
sysutils/dtpstree/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (dtpstree-1.0.2.tar.xz) = df3242cddd53e74f474381dd3648761e
|
||||
SHA256 (dtpstree-1.0.2.tar.xz) = 63804fd3549938cd27c3bdf2aafeea2b177992c50e5a4c2d8bc5f07c876c9623
|
||||
SIZE (dtpstree-1.0.2.tar.xz) = 47748
|
5
sysutils/dtpstree/pkg-descr
Normal file
5
sysutils/dtpstree/pkg-descr
Normal file
|
@ -0,0 +1,5 @@
|
|||
DT PS Tree shows running processes as a tree. It is a reimplementation
|
||||
of pstree from PSmisc for FreeBSD. It also works without /proc and will
|
||||
show the full set of processes in a jail even if init is not present.
|
||||
|
||||
WWW: http://code.douglasthrift.net/trac/dtpstree
|
Loading…
Reference in a new issue