summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcpiazza <cpiazza@FreeBSD.org>1999-10-21 05:36:34 +0000
committercpiazza <cpiazza@FreeBSD.org>1999-10-21 05:36:34 +0000
commit997e1c609c5d2901a1dd2a166d499b41da061e85 (patch)
treea3392246fb835cae96c3a17709eb9e46cc2c85ac
parent6e0fc985186d70f8f48277bf795e58667ffd0e80 (diff)
downloadFreeBSD-ports-997e1c609c5d2901a1dd2a166d499b41da061e85.zip
FreeBSD-ports-997e1c609c5d2901a1dd2a166d499b41da061e85.tar.gz
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>
-rw-r--r--sysutils/lavaps/Makefile24
-rw-r--r--sysutils/lavaps/distinfo1
-rw-r--r--sysutils/lavaps/pkg-comment1
-rw-r--r--sysutils/lavaps/pkg-descr18
-rw-r--r--sysutils/lavaps/pkg-plist3
5 files changed, 47 insertions, 0 deletions
diff --git a/sysutils/lavaps/Makefile b/sysutils/lavaps/Makefile
new file mode 100644
index 0000000..41bc7b4
--- /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 0000000..158212c
--- /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 0000000..d21acb8
--- /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 0000000..0c61741
--- /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 0000000..9566de3
--- /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
OpenPOWER on IntegriCloud