diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 08:54:19 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-08-23 08:54:19 +0000 |
commit | 9656794eb2b3c2ade611e49252ecf9805b7bfaa5 (patch) | |
tree | 33544dc0fe79ab8d4b76c80a59ba4d58e592667c /sysutils/pstree | |
parent | b9a4bb24088b3ccf813760666d726b2af8cca458 (diff) | |
download | ports-9656794eb2b3c2ade611e49252ecf9805b7bfaa5.tar.gz ports-9656794eb2b3c2ade611e49252ecf9805b7bfaa5.zip |
Notes
Diffstat (limited to 'sysutils/pstree')
-rw-r--r-- | sysutils/pstree/Makefile | 21 | ||||
-rw-r--r-- | sysutils/pstree/distinfo | 3 | ||||
-rw-r--r-- | sysutils/pstree/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/pstree/pkg-descr | 5 | ||||
-rw-r--r-- | sysutils/pstree/pkg-plist | 1 |
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile new file mode 100644 index 000000000000..c2f414cd1add --- /dev/null +++ b/sysutils/pstree/Makefile @@ -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> diff --git a/sysutils/pstree/distinfo b/sysutils/pstree/distinfo new file mode 100644 index 000000000000..cf070a0ae2ad --- /dev/null +++ b/sysutils/pstree/distinfo @@ -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 diff --git a/sysutils/pstree/pkg-comment b/sysutils/pstree/pkg-comment new file mode 100644 index 000000000000..03209a25afa8 --- /dev/null +++ b/sysutils/pstree/pkg-comment @@ -0,0 +1 @@ +List processes as a tree diff --git a/sysutils/pstree/pkg-descr b/sysutils/pstree/pkg-descr new file mode 100644 index 000000000000..ae9effd2db6a --- /dev/null +++ b/sysutils/pstree/pkg-descr @@ -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. diff --git a/sysutils/pstree/pkg-plist b/sysutils/pstree/pkg-plist new file mode 100644 index 000000000000..674689c6b92c --- /dev/null +++ b/sysutils/pstree/pkg-plist @@ -0,0 +1 @@ +bin/pstree |