Import of pstree-2.16.

Submitted by Sebastian Stark <seb@todesplanet.de>.

pstree is a frontend for ps and displays the process listing in a tree.
This commit is contained in:
naddy 2001-05-30 14:07:15 +00:00
parent 92641ad9cc
commit d4819f19f1
4 changed files with 36 additions and 0 deletions

26
sysutils/pstree/Makefile Normal file
View File

@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.1.1.1 2001/05/30 14:07:15 naddy Exp $
COMMENT= "list processes as a tree"
DISTNAME= pstree-2.16
CATEGORIES= sysutils
NEED_VERSION= 1.413
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/misc/
WRKDIST= ${WRKDIR}
do-build:
cd ${WRKBUILD} && ${CC} ${CFLAGS} -o pstree pstree.c
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/pstree ${PREFIX}/bin/pstree
.include <bsd.port.mk>

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,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,2 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/30 14:07:16 naddy Exp $
bin/pstree