import dtpstree 1.0.3

another tree of processes with some nice features

from douglas thrift (MAINTAINER)
This commit is contained in:
jasper 2010-08-19 20:56:42 +00:00
parent 308937d70d
commit ac313a1df7
4 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,32 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/08/19 20:56:42 jasper Exp $
COMMENT = display a tree of processes
DISTNAME = dtpstree-1.0.3
CATEGORIES = sysutils
HOMEPAGE = http://code.douglasthrift.net/trac/dtpstree
MAINTAINER = Douglas William Thrift <douglas@douglasthrift.net>
# Apache 2.0
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB = c kvm m ncurses stdc++
MASTER_SITES = http://code.douglasthrift.net/files/dtpstree/ \
http://apt.douglasthrift.net/files/dtpstree/
EXTRACT_SUFX = .tar.bz2
SEPARATE_BUILD = concurrent
MAKE_FILE = GNUmakefile
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_REGRESS = Yes
.include <bsd.port.mk>

View File

@ -0,0 +1,5 @@
MD5 (dtpstree-1.0.3.tar.bz2) = lvDQLtgbtDOxBmcm4H9S8Q==
RMD160 (dtpstree-1.0.3.tar.bz2) = jJQNNuY6IKOcfEdaLSyr6Mxk8o4=
SHA1 (dtpstree-1.0.3.tar.bz2) = GV6bz+wKyBf5AIgVI7FGyRGhXEI=
SHA256 (dtpstree-1.0.3.tar.bz2) = acLf14m/71iiocAlFk2l0IJQdHs2lDF3IZpjwUMkwHA=
SIZE (dtpstree-1.0.3.tar.bz2) = 51714

View File

@ -0,0 +1,4 @@
DT PS Tree shows running processes as a tree. It is a reimplementation
of pstree from PSmisc for FreeBSD, NetBSD, OpenBSD, DragonFly BSD, and
possibly other modern BSD variants. It also works without /proc and will
show the full set of processes in a jail even if init is not present.

View File

@ -0,0 +1,3 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2010/08/19 20:56:42 jasper Exp $
@bin bin/dtpstree
@man man/man1/dtpstree.1