diff options
author | mjl <mjl> | 2000-05-12 15:36:04 +0000 |
---|---|---|
committer | mjl <mjl> | 2000-05-12 15:36:04 +0000 |
commit | 6946626b09c5fbea6cba7ffff95cd76582663b2e (patch) | |
tree | 1afc126a514a7abf02b2f9fc54ed5efa3bb5ef91 /sysutils | |
parent | 73d3fcd59655e47867b3420b85f2811c37164bf3 (diff) | |
download | pkgsrc-6946626b09c5fbea6cba7ffff95cd76582663b2e.tar.gz |
pstree, show processes in a tree (does not need /proc fs)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/pstree/Makefile | 20 | ||||
-rw-r--r-- | sysutils/pstree/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/pstree/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/pstree/pkg/DESCR | 3 | ||||
-rw-r--r-- | sysutils/pstree/pkg/PLIST | 2 |
5 files changed, 29 insertions, 0 deletions
diff --git a/sysutils/pstree/Makefile b/sysutils/pstree/Makefile new file mode 100644 index 00000000000..d259b805d00 --- /dev/null +++ b/sysutils/pstree/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/05/12 15:36:04 mjl Exp $ +# + +DISTNAME= pstree-2.14 +CATEGORIES= sysutils +MASTER_SITES= http://www.go.dlr.de/fresh/unix/src/contrib/ + +MAINTAINER= packages@netbsd.org + +CONFLICTS+= psmisc-* + +WRKSRC= ${WRKDIR} + +do-build: + cd ${WRKSRC}; cc -o pstree pstree.c + +do-install: + cd ${WRKSRC}; $(INSTALL_PROGRAM) pstree $(PREFIX)/bin + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/pstree/files/md5 b/sysutils/pstree/files/md5 new file mode 100644 index 00000000000..28194cb945e --- /dev/null +++ b/sysutils/pstree/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/05/12 15:36:05 mjl Exp $ + +MD5 (pstree-2.14.tar.gz) = 9a477cca38b19f95910ad608a5d03a22 diff --git a/sysutils/pstree/pkg/COMMENT b/sysutils/pstree/pkg/COMMENT new file mode 100644 index 00000000000..3110373f8f0 --- /dev/null +++ b/sysutils/pstree/pkg/COMMENT @@ -0,0 +1 @@ +Display processes in a tree diff --git a/sysutils/pstree/pkg/DESCR b/sysutils/pstree/pkg/DESCR new file mode 100644 index 00000000000..b8ef5d6a027 --- /dev/null +++ b/sysutils/pstree/pkg/DESCR @@ -0,0 +1,3 @@ +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. diff --git a/sysutils/pstree/pkg/PLIST b/sysutils/pstree/pkg/PLIST new file mode 100644 index 00000000000..123c7c0a7dd --- /dev/null +++ b/sysutils/pstree/pkg/PLIST @@ -0,0 +1,2 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/12 15:36:04 mjl Exp $ +bin/pstree |