From owner-cvs-all@FreeBSD.ORG Mon Aug 2 19:45:31 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 214F4106567E; Mon, 2 Aug 2010 19:45:31 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11B9A8FC1B; Mon, 2 Aug 2010 19:45:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o72JjUo9036932; Mon, 2 Aug 2010 19:45:30 GMT (envelope-from bapt@repoman.freebsd.org) Received: (from bapt@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o72JjUa3036931; Mon, 2 Aug 2010 19:45:30 GMT (envelope-from bapt) Message-Id: <201008021945.o72JjUa3036931@repoman.freebsd.org> From: Baptiste Daroussin Date: Mon, 2 Aug 2010 19:45:30 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils Makefile ports/sysutils/dtpstree Makefile distinfo pkg-descr X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2010 19:45:31 -0000 bapt 2010-08-02 19:45:30 UTC FreeBSD ports repository Modified files: sysutils Makefile Added files: sysutils/dtpstree Makefile distinfo pkg-descr Log: 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 PR: ports/149108 Submitted by: Douglas Thrift Approved by: jadawin@ (co-mentor) Revision Changes Path 1.1204 +1 -0 ports/sysutils/Makefile 1.1 +26 -0 ports/sysutils/dtpstree/Makefile (new) 1.1 +3 -0 ports/sysutils/dtpstree/distinfo (new) 1.1 +5 -0 ports/sysutils/dtpstree/pkg-descr (new)