Date: Fri, 22 Jun 2001 14:10:59 -0400 (EDT) From: "Alexander N. Kabaev" <ak03@gte.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/28342: New port: pstree Message-ID: <200106221810.f5MIAxU03954@h132-197-97-45.gte.com>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.mk> 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 <ak03@gte.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106221810.f5MIAxU03954>