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:
parent
92641ad9cc
commit
d4819f19f1
26
sysutils/pstree/Makefile
Normal file
26
sysutils/pstree/Makefile
Normal 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>
|
3
sysutils/pstree/files/md5
Normal file
3
sysutils/pstree/files/md5
Normal 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
|
5
sysutils/pstree/pkg/DESCR
Normal file
5
sysutils/pstree/pkg/DESCR
Normal 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.
|
2
sysutils/pstree/pkg/PLIST
Normal file
2
sysutils/pstree/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/05/30 14:07:16 naddy Exp $
|
||||
bin/pstree
|
Loading…
Reference in New Issue
Block a user