From owner-freebsd-ports Sat Apr 29 15:30: 8 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1445937BAAE for ; Sat, 29 Apr 2000 15:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA59708; Sat, 29 Apr 2000 15:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail.rdc1.sfba.home.com (ha1.rdc1.sfba.home.com [24.0.0.66]) by hub.freebsd.org (Postfix) with ESMTP id 4716037B66A for ; Sat, 29 Apr 2000 15:30:01 -0700 (PDT) (envelope-from dan@mvfx.com) Received: from mobiledan.mvfx.com ([24.7.201.244]) by mail.rdc1.sfba.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000429223000.XGH25138.mail.rdc1.sfba.home.com@mobiledan.mvfx.com> for ; Sat, 29 Apr 2000 15:30:00 -0700 Received: (from dan@localhost) by mobiledan.mvfx.com (8.9.3/8.9.3) id PAA13693 for FreeBSD-gnats-submit@freebsd.org; Sat, 29 Apr 2000 15:27:11 -0700 (PDT) (envelope-from dan) Message-Id: <20000429152711.A13677@mobiledan.mvfx.com> Date: Sat, 29 Apr 2000 15:27:11 -0700 From: dan@tanelorn.demon.co.uk Reply-To: dan@tanelorn.demon.co.uk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/18299: wmtop port Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >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 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