summaryrefslogtreecommitdiff
path: root/sysutils/lavaps
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-10-31 21:20:11 +0000
committerhubertf <hubertf@pkgsrc.org>1999-10-31 21:20:11 +0000
commite20018b8890a13b53209c06abafad5f925a52a78 (patch)
tree0e51b779d8039bb76bbaac5fd016855970ab7893 /sysutils/lavaps
parent97bad36eea54aa25b257863e2192b3f9c8818176 (diff)
downloadpkgsrc-e20018b8890a13b53209c06abafad5f925a52a78.tar.gz
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.
Diffstat (limited to 'sysutils/lavaps')
-rw-r--r--sysutils/lavaps/Makefile18
-rw-r--r--sysutils/lavaps/files/md53
-rw-r--r--sysutils/lavaps/pkg/COMMENT1
-rw-r--r--sysutils/lavaps/pkg/DESCR6
-rw-r--r--sysutils/lavaps/pkg/PLIST3
5 files changed, 31 insertions, 0 deletions
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