diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 05:36:34 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-10-21 05:36:34 +0000 |
commit | 23661182f3d7a3618054961c89cd21d78dcdcfdf (patch) | |
tree | f84581e75f6c5b5bc943f29fafe7d4945d23fcf7 /sysutils | |
parent | Update to version 0.61 (diff) |
lavaps -- a lava lamp of currently running processes
Instead of presenting lots of specific info on running processes
in digital form, lavaps tries to present certain important information
in 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.
Kudos to the author for providing a mostly-complete freebsd
port for his software!
Submitted by: John Heidemann <johnh@isi.edu>
Notes
Notes:
svn path=/head/; revision=22544
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lavaps/Makefile | 24 | ||||
-rw-r--r-- | sysutils/lavaps/distinfo | 1 | ||||
-rw-r--r-- | sysutils/lavaps/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/lavaps/pkg-descr | 18 | ||||
-rw-r--r-- | sysutils/lavaps/pkg-plist | 3 |
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile new file mode 100644 index 000000000000..41bc7b42e096 --- /dev/null +++ b/sysutils/lavaps/Makefile @@ -0,0 +1,24 @@ +# Generated automatically from Makefile.in by configure. +# New ports collection makefile for: lavaps +# Version required: 1.8 +# Date created: 11-Oct-99 +# Whom: johnh@isi.edu +# +# $Id: Makefile,v 1.4 1997/05/06 22:47:03 johnh Exp johnh $ +# $FreeBSD$ +# + +DISTNAME= lavaps-1.8 +CATEGORIES= sysutils +MASTER_SITES= http://www.isi.edu/~johnh/SOFTWARE/LAVAPS/ + +MAINTAINER= johnh@isi.edu + +LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80 + +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" CPPFLAGS="-I${LOCALBASE}/include" +USE_NEWGCC= yes +MAN1= lavaps.1 + +.include <bsd.port.mk> diff --git a/sysutils/lavaps/distinfo b/sysutils/lavaps/distinfo new file mode 100644 index 000000000000..158212ccbb45 --- /dev/null +++ b/sysutils/lavaps/distinfo @@ -0,0 +1 @@ +MD5 (lavaps-1.8.tar.gz) = 39fec16311654ea09cf78c143745fc0b diff --git a/sysutils/lavaps/pkg-comment b/sysutils/lavaps/pkg-comment new file mode 100644 index 000000000000..d21acb85d65d --- /dev/null +++ b/sysutils/lavaps/pkg-comment @@ -0,0 +1 @@ +lavaps -- a lava lamp of currently running processes diff --git a/sysutils/lavaps/pkg-descr b/sysutils/lavaps/pkg-descr new file mode 100644 index 000000000000..0c6174138b26 --- /dev/null +++ b/sysutils/lavaps/pkg-descr @@ -0,0 +1,18 @@ +DESCRIPTION + 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. + + Lavaps was inspired by Mark Weiser's idea of calm computing in + this paper: + + ``The Coming Age of Calm Technology'' by Mark Weiser + and John Seely Brown. A revised version of Weiser & + Brown. ``Designing Calm Technology'', PowerGrid Journal, v 1.01, + http://powergrid.electriciti.com/1.01 (July 1996). October, + 1996. http://www.ubiq.com/hypertext/weiser/acmfuture2endnote.htm. + (This program dedicated to the memory of M.W.--I hope you would have + thought it a good hack.) diff --git a/sysutils/lavaps/pkg-plist b/sysutils/lavaps/pkg-plist new file mode 100644 index 000000000000..9566de3bf4c0 --- /dev/null +++ b/sysutils/lavaps/pkg-plist @@ -0,0 +1,3 @@ +bin/lavaps +@exec chgrp kmem %D/bin/lavaps +@exec chmod g+s %D/bin/lavaps |