ports/147936: New port: sysutils/dtpstree Display a tree of processes

Douglas William Thrift douglas at douglasthrift.net
Thu Jun 17 10:10:08 UTC 2010


>Number:         147936
>Category:       ports
>Synopsis:       New port: sysutils/dtpstree Display a tree of processes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 17 10:10:02 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 8.0-RELEASE-p2-jc2 amd64
>Organization:
>Environment:
System: FreeBSD slowhand.douglasthrift.net 8.0-RELEASE-p2-jc2 FreeBSD 8.0-RELEASE-p2-jc2 #0: Tue Mar 9 14:53:59 PST 2010 user at jail8.johncompanies.com:/usr/obj/usr/src/sys/jail8 amd64
>Description:
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
>How-To-Repeat:
>Fix:
--- dtpstree.shar begins here ---
#!/bin/sh
# This is a shell archive
echo x dtpstree
mkdir -p dtpstree > /dev/null 2>&1
echo x dtpstree/Makefile
sed 's/^X//' > dtpstree/Makefile << 'SHAR_END'
X# New ports collection makefile for:	dtpstree
X# Date created:				17 June 2010
X# Whom:					Douglas Thrift
X#
X# $FreeBSD$
X#
X
XPORTNAME=	dtpstree
XPORTVERSION=	1.0.1
XCATEGORIES=	sysutils
XMASTER_SITES=	http://apt.douglasthrift.net/files/${PORTNAME}/ \
X		http://code.douglasthrift.net/files/${PORTNAME}/
X
XMAINTAINER=	douglas at douglasthrift.net
XCOMMENT=	Display a tree of processes
X
XLICENSE=	ASL
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XMAKEFILE=	GNUmakefile
XMAN1=		dtpstree.1
XPLIST_FILES=	bin/dtpstree
X
Xpost-install:
X	${STRIP_CMD} ${PREFIX}/bin/dtpstree
X
X.include <bsd.port.mk>
SHAR_END
echo x dtpstree/distinfo
sed 's/^X//' > dtpstree/distinfo << 'SHAR_END'
XMD5 (dtpstree-1.0.1.tar.bz2) = a7e8b408cf4916b23a8e60c0b262dc57
XSHA256 (dtpstree-1.0.1.tar.bz2) = b224acfacbc63533ee8c1b870d8fb7c93df0964a22556eff299f5376e80fbea8
XSIZE (dtpstree-1.0.1.tar.bz2) = 12433
SHAR_END
echo x dtpstree/pkg-descr
sed 's/^X//' > dtpstree/pkg-descr << 'SHAR_END'
XDT PS Tree shows running processes as a tree. It is a reimplementation
Xof pstree from PSmisc for FreeBSD. It also works without /proc and will
Xshow the full set of processes in a jail even if init is not present.
X
XWWW: http://code.douglasthrift.net/trac/dtpstree
SHAR_END
exit
--- dtpstree.shar ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list