1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

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>
This commit is contained in:
Chris Piazza 1999-10-21 05:36:34 +00:00
parent 40f7898763
commit 23661182f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22544
5 changed files with 47 additions and 0 deletions

24
sysutils/lavaps/Makefile Normal file
View File

@ -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>

1
sysutils/lavaps/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (lavaps-1.8.tar.gz) = 39fec16311654ea09cf78c143745fc0b

View File

@ -0,0 +1 @@
lavaps -- a lava lamp of currently running processes

18
sysutils/lavaps/pkg-descr Normal file
View File

@ -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.)

View File

@ -0,0 +1,3 @@
bin/lavaps
@exec chgrp kmem %D/bin/lavaps
@exec chmod g+s %D/bin/lavaps