aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dtpstree
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2010-08-02 19:45:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2010-08-02 19:45:30 +0000
commitf5a54fdc8083c16863b5e0b10918bcfbdeb2ad74 (patch)
tree7facba4cfe7fb554c6ded50b282562b4c45f7e97 /sysutils/dtpstree
parent4db3fad215ccd64b1fc54d0f0f234da8ce9f5e9a (diff)
Notes
Diffstat (limited to 'sysutils/dtpstree')
-rw-r--r--sysutils/dtpstree/Makefile26
-rw-r--r--sysutils/dtpstree/distinfo3
-rw-r--r--sysutils/dtpstree/pkg-descr5
3 files changed, 34 insertions, 0 deletions
diff --git a/sysutils/dtpstree/Makefile b/sysutils/dtpstree/Makefile
new file mode 100644
index 000000000000..7d00d9533762
--- /dev/null
+++ b/sysutils/dtpstree/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: dtpstree
+# Date created: 17 June 2010
+# Whom: Douglas Thrift
+#
+# $FreeBSD$
+#
+
+PORTNAME= dtpstree
+PORTVERSION= 1.0.2
+CATEGORIES= sysutils
+MASTER_SITES= http://apt.douglasthrift.net/files/${PORTNAME}/ \
+ http://code.douglasthrift.net/files/${PORTNAME}/
+
+MAINTAINER= douglas@douglasthrift.net
+COMMENT= Display a tree of processes
+
+LICENSE= ASL
+
+USE_XZ= yes
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+MAKEFILE= GNUmakefile
+MAN1= dtpstree.1
+PLIST_FILES= bin/dtpstree
+
+.include <bsd.port.mk>
diff --git a/sysutils/dtpstree/distinfo b/sysutils/dtpstree/distinfo
new file mode 100644
index 000000000000..ed2c2f77b5bc
--- /dev/null
+++ b/sysutils/dtpstree/distinfo
@@ -0,0 +1,3 @@
+MD5 (dtpstree-1.0.2.tar.xz) = df3242cddd53e74f474381dd3648761e
+SHA256 (dtpstree-1.0.2.tar.xz) = 63804fd3549938cd27c3bdf2aafeea2b177992c50e5a4c2d8bc5f07c876c9623
+SIZE (dtpstree-1.0.2.tar.xz) = 47748
diff --git a/sysutils/dtpstree/pkg-descr b/sysutils/dtpstree/pkg-descr
new file mode 100644
index 000000000000..6021f12bd452
--- /dev/null
+++ b/sysutils/dtpstree/pkg-descr
@@ -0,0 +1,5 @@
+DT PS Tree shows running processes as a tree. It is a reimplementation
+of pstree from PSmisc for FreeBSD. It also works without /proc and will
+show the full set of processes in a jail even if init is not present.
+
+WWW: http://code.douglasthrift.net/trac/dtpstree