From e20018b8890a13b53209c06abafad5f925a52a78 Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 31 Oct 1999 21:20:11 +0000 Subject: 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. --- sysutils/lavaps/Makefile | 18 ++++++++++++++++++ sysutils/lavaps/files/md5 | 3 +++ sysutils/lavaps/pkg/COMMENT | 1 + sysutils/lavaps/pkg/DESCR | 6 ++++++ sysutils/lavaps/pkg/PLIST | 3 +++ 5 files changed, 31 insertions(+) create mode 100644 sysutils/lavaps/Makefile create mode 100644 sysutils/lavaps/files/md5 create mode 100644 sysutils/lavaps/pkg/COMMENT create mode 100644 sysutils/lavaps/pkg/DESCR create mode 100644 sysutils/lavaps/pkg/PLIST (limited to 'sysutils/lavaps') diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile new file mode 100644 index 00000000000..76089f07743 --- /dev/null +++ b/sysutils/lavaps/Makefile @@ -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" diff --git a/sysutils/lavaps/files/md5 b/sysutils/lavaps/files/md5 new file mode 100644 index 00000000000..498dcaaa7b3 --- /dev/null +++ b/sysutils/lavaps/files/md5 @@ -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 diff --git a/sysutils/lavaps/pkg/COMMENT b/sysutils/lavaps/pkg/COMMENT new file mode 100644 index 00000000000..70ea019769f --- /dev/null +++ b/sysutils/lavaps/pkg/COMMENT @@ -0,0 +1 @@ +Lava lamp of currently running processes diff --git a/sysutils/lavaps/pkg/DESCR b/sysutils/lavaps/pkg/DESCR new file mode 100644 index 00000000000..3ffd3e173bf --- /dev/null +++ b/sysutils/lavaps/pkg/DESCR @@ -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. diff --git a/sysutils/lavaps/pkg/PLIST b/sysutils/lavaps/pkg/PLIST new file mode 100644 index 00000000000..590206d1fb9 --- /dev/null +++ b/sysutils/lavaps/pkg/PLIST @@ -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 -- cgit v1.2.3