Lavalamp-like process status display, with memory usage giving the size
of the blobs, and the brightness and movement speed according to a process's CPU usage.
This commit is contained in:
parent
97bad36eea
commit
e20018b889
5 changed files with 31 additions and 0 deletions
18
sysutils/lavaps/Makefile
Normal file
18
sysutils/lavaps/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 1999/10/31 21:20:11 hubertf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lavaps-1.8
|
||||
CATEGORIES= sysutils x11
|
||||
MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
|
||||
|
||||
MAINTAINER= hubertf@netbsd.org
|
||||
HOMEPAGE= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/
|
||||
|
||||
DEPENDS+= tcl-8.0.5:../../lang/tcl80
|
||||
DEPENDS+= tk-8.0.5:../../x11/tk80
|
||||
|
||||
GNU_CONFIGURE= YES
|
||||
CONFIGURE_ARGS+=--with-additional-includes='-I${LOCALBASE}/include/tcl8.0 -I${LOCALBASE}/include/tk8.0' \
|
||||
--with-additional-libs='-L${LOCALBASE}/lib'
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
3
sysutils/lavaps/files/md5
Normal file
3
sysutils/lavaps/files/md5
Normal file
|
@ -0,0 +1,3 @@
|
|||
$NetBSD: md5,v 1.1.1.1 1999/10/31 21:20:12 hubertf Exp $
|
||||
|
||||
MD5 (lavaps-1.8.tar.gz) = 39fec16311654ea09cf78c143745fc0b
|
1
sysutils/lavaps/pkg/COMMENT
Normal file
1
sysutils/lavaps/pkg/COMMENT
Normal file
|
@ -0,0 +1 @@
|
|||
Lava lamp of currently running processes
|
6
sysutils/lavaps/pkg/DESCR
Normal file
6
sysutils/lavaps/pkg/DESCR
Normal file
|
@ -0,0 +1,6 @@
|
|||
Lavaps is an interactive process-tracking program like ``top'',
|
||||
but with a much different attitude. Rather than presenting lots of
|
||||
specific info in digital form, it tries to present certain important
|
||||
information in a graphical analog form. The idea is that you can
|
||||
run it in the background and get a rough idea of what's happening
|
||||
to your system without devoting much concentration to the task.
|
3
sysutils/lavaps/pkg/PLIST
Normal file
3
sysutils/lavaps/pkg/PLIST
Normal file
|
@ -0,0 +1,3 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 1999/10/31 21:20:12 hubertf Exp $
|
||||
bin/lavaps
|
||||
man/man1/lavaps.1
|
Loading…
Reference in a new issue