import dtpstree 1.0.3
another tree of processes with some nice features from douglas thrift (MAINTAINER)
This commit is contained in:
parent
308937d70d
commit
ac313a1df7
32
sysutils/dtpstree/Makefile
Normal file
32
sysutils/dtpstree/Makefile
Normal 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>
|
5
sysutils/dtpstree/distinfo
Normal file
5
sysutils/dtpstree/distinfo
Normal 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
|
4
sysutils/dtpstree/pkg/DESCR
Normal file
4
sysutils/dtpstree/pkg/DESCR
Normal 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.
|
3
sysutils/dtpstree/pkg/PLIST
Normal file
3
sysutils/dtpstree/pkg/PLIST
Normal 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
|
Loading…
Reference in New Issue
Block a user