From owner-freebsd-ports Fri Jun 22 11:20:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 62B7537B403 for ; Fri, 22 Jun 2001 11:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.3/8.11.3) id f5MIK1a12615; Fri, 22 Jun 2001 11:20:01 -0700 (PDT) (envelope-from gnats) Received: from h132-197-97-45.gte.com (h132-197-97-45.gte.com [132.197.97.45]) by hub.freebsd.org (Postfix) with ESMTP id 8542137B403 for ; Fri, 22 Jun 2001 11:11:00 -0700 (PDT) (envelope-from ak03@gte.com) Received: (from ak03@localhost) by h132-197-97-45.gte.com (8.11.4/8.11.4) id f5MIAxU03954; Fri, 22 Jun 2001 14:10:59 -0400 (EDT) (envelope-from ak03) Message-Id: <200106221810.f5MIAxU03954@h132-197-97-45.gte.com> Date: Fri, 22 Jun 2001 14:10:59 -0400 (EDT) From: "Alexander N. Kabaev" Reply-To: "Alexander N. Kabaev" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/28342: New port: pstree Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 28342 >Category: ports >Synopsis: New port: pstree >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Jun 22 11:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Alexander N. Kabaev >Release: FreeBSD 5.0-CURRENT i386 >Organization: Verizon >Environment: System: FreeBSD kanpc.gte.com 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Fri Jun 22 11:23:24 EDT 2001 root@kanpc.gte.com:/usr/src/sys/compile/KANPC i386 >Description: There is a little utility named pstree I find very useful sometimes. It is so tiny and simple to compile, that I never bothered to make a port for it, not until now that is... May be other people will find is as useful as I do, so having it in ports collection will not hurt anybody. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # pstree # pstree/Makefile # pstree/distinfo # pstree/pkg-comment # pstree/pkg-descr # pstree/pkg-plist # echo c - pstree mkdir -p pstree > /dev/null 2>&1 echo x - pstree/Makefile sed 's/^X//' >pstree/Makefile << 'END-of-pstree/Makefile' X# New ports collection makefile for: pstree X# Date created: June 22, 2001 X# Whom: ak03@gte.com X# X# $FreeBSD: $ X# X XPORTNAME= pstree XPORTVERSION= 2.16 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ X XMAINTAINER= ak03@gte.com X XWRKSRC= $(WRKDIR) X Xdo-build: X @(cd $(WRKSRC); make pstree) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/pstree ${PREFIX}/bin X X.include END-of-pstree/Makefile echo x - pstree/distinfo sed 's/^X//' >pstree/distinfo << 'END-of-pstree/distinfo' XMD5 (pstree-2.16.tar.gz) = 3155cbf4df98d68f5d55edd431a8bb1d END-of-pstree/distinfo echo x - pstree/pkg-comment sed 's/^X//' >pstree/pkg-comment << 'END-of-pstree/pkg-comment' XDisplays running processes in a hierachy END-of-pstree/pkg-comment echo x - pstree/pkg-descr sed 's/^X//' >pstree/pkg-descr << 'END-of-pstree/pkg-descr' Xpstree is a utility which displays running processes in a hierachy. XIt is useful for examining from whence a process was started. X XWWW: ftp://ftp.thp.Uni-Duisburg.DE/pub/source/ X X-- XAlexander Kabaev END-of-pstree/pkg-descr echo x - pstree/pkg-plist sed 's/^X//' >pstree/pkg-plist << 'END-of-pstree/pkg-plist' Xbin/pstree END-of-pstree/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message