summaryrefslogtreecommitdiff
path: root/sysutils/pstree
diff options
context:
space:
mode:
authormjl <mjl@pkgsrc.org>2000-05-12 15:36:04 +0000
committermjl <mjl@pkgsrc.org>2000-05-12 15:36:04 +0000
commite6416cbc438a683ebcb5997eb5f0dddde1b9d1ed (patch)
tree1afc126a514a7abf02b2f9fc54ed5efa3bb5ef91 /sysutils/pstree
parent96c67ad7ac431d6280e5c209d8379dcfaf3bd7a0 (diff)
downloadpkgsrc-e6416cbc438a683ebcb5997eb5f0dddde1b9d1ed.tar.gz
pstree, show processes in a tree (does not need /proc fs)
Diffstat (limited to 'sysutils/pstree')
-rw-r--r--sysutils/pstree/Makefile20
-rw-r--r--sysutils/pstree/files/md53
-rw-r--r--sysutils/pstree/pkg/COMMENT1
-rw-r--r--sysutils/pstree/pkg/DESCR3
-rw-r--r--sysutils/pstree/pkg/PLIST2
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