Add pstree 2.16, a frontend to ps(1) which displays the process tree as

a tree.

Obtained from:	OpenBSD
This commit is contained in:
Kris Kennaway 2001-08-23 08:54:19 +00:00
parent b9a4bb2408
commit 9656794eb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46692
6 changed files with 32 additions and 0 deletions

View File

@ -120,6 +120,7 @@
SUBDIR += prips
SUBDIR += procmap
SUBDIR += pslist
SUBDIR += pstree
SUBDIR += psmisc
SUBDIR += pwgen
SUBDIR += pyfind

21
sysutils/pstree/Makefile Normal file
View File

@ -0,0 +1,21 @@
# Ports collection makefile for: pstree
# Date created: 22 Aug 2001
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= pstree
PORTVERSION= 2.16
CATEGORIES= sysutils
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
MAINTAINER= kris@FreeBSD.org
do-build:
cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin/pstree
.include <bsd.port.mk>

3
sysutils/pstree/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (pstree-2.16.tar.gz) = 3155cbf4df98d68f5d55edd431a8bb1d
RMD160 (pstree-2.16.tar.gz) = d4763e3abfe6740eb0937e4eaa421c88e3e37b53
SHA1 (pstree-2.16.tar.gz) = b971f96182cd044a67430bfff3b9086a5ff075b5

View File

@ -0,0 +1 @@
List processes as a tree

View File

@ -0,0 +1,5 @@
This is pstree. It is a small program that shows the ps
listing as a tree (as the name implies...). It has several options
to make selection criteria and to change the output style.
For that it uses the output of /bin/ps.

View File

@ -0,0 +1 @@
bin/pstree