Date: Sat, 29 Apr 2000 15:27:11 -0700 From: dan@tanelorn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org Subject: ports/18299: wmtop port Message-ID: <20000429152711.A13677@mobiledan.mvfx.com>
next in thread | raw e-mail | index | archive | help
>Number: 18299 >Category: ports >Synopsis: wmtop port >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: Sat Apr 29 15:30:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Dan Piponi >Release: FreeBSD 4.0-RELEASE i386 >Organization: self >Environment: FreeBSD with procfs >Description: A dockapp that is a mini graphical version of top >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: # # wmtop # wmtop/pkg # wmtop/pkg/PLIST # wmtop/pkg/COMMENT # wmtop/pkg/DESCR # wmtop/files # wmtop/files/md5 # wmtop/Makefile # echo c - wmtop mkdir -p wmtop > /dev/null 2>&1 echo c - wmtop/pkg mkdir -p wmtop/pkg > /dev/null 2>&1 echo x - wmtop/pkg/PLIST sed 's/^X//' >wmtop/pkg/PLIST << 'END-of-wmtop/pkg/PLIST' Xbin/wmtop END-of-wmtop/pkg/PLIST echo x - wmtop/pkg/COMMENT sed 's/^X//' >wmtop/pkg/COMMENT << 'END-of-wmtop/pkg/COMMENT' XWindowmaker dock app to display top 3 CPU consuming processes. END-of-wmtop/pkg/COMMENT echo x - wmtop/pkg/DESCR sed 's/^X//' >wmtop/pkg/DESCR << 'END-of-wmtop/pkg/DESCR' XThis is a port of wmtop which is a Windowmaker dock app which Xmonitors the top 3 processes (in terms of CPU usage). You can Xconfigure which processes are displayed and it can be used as an Xapplication launcher. X XDan Piponi Xmailto:wmtop@tanelorn.demon.co.uk Xhttp://www.tanelorn.demon.co.uk/Computing END-of-wmtop/pkg/DESCR echo c - wmtop/files mkdir -p wmtop/files > /dev/null 2>&1 echo x - wmtop/files/md5 sed 's/^X//' >wmtop/files/md5 << 'END-of-wmtop/files/md5' XMD5 (wmtop-0.81.tar.gz) = 76c520de993daf649a34a0a6981b8628 END-of-wmtop/files/md5 echo x - wmtop/Makefile sed 's/^X//' >wmtop/Makefile << 'END-of-wmtop/Makefile' X# New ports collection makefile for: oneko X# Version required: 1.1b X# Date created: 5 December 1994 X# Whom: dan X# X# $FreeBSD$ X# X X#DISTNAME= wmtop-0.8 XPORTNAME= wmtop XPORTVERSION= 0.81 XCATEGORIES= sysutils XMASTER_SITES= http://wmtop.sourceforge.net/ X XMAINTAINER= wmtop@tanelorn.demon.co.uk X XLIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm X XUSE_X_PREFIX= yes X XMAN1= wmtop.1 XMANCOMPRESSED= no X#USE_IMAKE= no XMAKE_ARGS= freebsd XINSTALL_TARGET= PREFIX=/usr/X11R6/bin install XWRKSRC= ${WRKDIR}/wmtop-0.81 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/wmtop ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/wmtop.1 ${PREFIX}/man/man1 X X.include <bsd.port.mk> END-of-wmtop/Makefile 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?20000429152711.A13677>