diff options
author | rh <rh> | 2000-06-12 16:20:53 +0000 |
---|---|---|
committer | rh <rh> | 2000-06-12 16:20:53 +0000 |
commit | 46e5f0d67ef066eeb49d849290c9fd7d5373bab8 (patch) | |
tree | 5a7277406ba1864db7995220f5ce91d3838179d7 /sysutils/whowatch | |
parent | ebffdd92477543ee357929f7905f38777ae8bc70 (diff) | |
download | pkgsrc-46e5f0d67ef066eeb49d849290c9fd7d5373bab8.tar.gz |
Initial import of whowatch-1.4, an interactive who-like program displaying
real-time user information.
Diffstat (limited to 'sysutils/whowatch')
-rw-r--r-- | sysutils/whowatch/Makefile | 17 | ||||
-rw-r--r-- | sysutils/whowatch/files/md5 | 3 | ||||
-rw-r--r-- | sysutils/whowatch/pkg/COMMENT | 1 | ||||
-rw-r--r-- | sysutils/whowatch/pkg/DESCR | 7 | ||||
-rw-r--r-- | sysutils/whowatch/pkg/PLIST | 3 |
5 files changed, 31 insertions, 0 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile new file mode 100644 index 00000000000..7a4a2641fa6 --- /dev/null +++ b/sysutils/whowatch/Makefile @@ -0,0 +1,17 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/06/12 16:20:53 rh Exp $ +# + +DISTNAME= whowatch-1.4 +CATEGORIES= sysutils +MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \ + http://janek.ae.krakow.pl/~suszyckm/download/ + +MAINTAINER= rh@netbsd.org +HOMEPAGE= http://wizard.ae.krakow.pl/~mike/\#whowatch + +DEPENDS+= ncurses-*:../../devel/ncurses + +GNU_CONFIGURE= YES +CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${PREFIX}/include" + +.include "../../mk/bsd.pkg.mk" diff --git a/sysutils/whowatch/files/md5 b/sysutils/whowatch/files/md5 new file mode 100644 index 00000000000..5971cdf2b00 --- /dev/null +++ b/sysutils/whowatch/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/06/12 16:20:54 rh Exp $ + +MD5 (whowatch-1.4.tar.gz) = 0870155e8b75b99f9954e76fb20f9528 diff --git a/sysutils/whowatch/pkg/COMMENT b/sysutils/whowatch/pkg/COMMENT new file mode 100644 index 00000000000..a37a46bff9d --- /dev/null +++ b/sysutils/whowatch/pkg/COMMENT @@ -0,0 +1 @@ +interactive who-like program displaying real-time user information diff --git a/sysutils/whowatch/pkg/DESCR b/sysutils/whowatch/pkg/DESCR new file mode 100644 index 00000000000..a9f951862ab --- /dev/null +++ b/sysutils/whowatch/pkg/DESCR @@ -0,0 +1,7 @@ + Whowatch is an interactive who-like program that displays +information about the users currently logged on to the machine, in +real time. Besides standard informations (login name, tty, host, +user's process), the type of the connection (ie. telnet or ssh) is +shown. You can toggle display between users' command or idle time. +You can watch processes tree, navigate in it and send INT and KILL +signals. diff --git a/sysutils/whowatch/pkg/PLIST b/sysutils/whowatch/pkg/PLIST new file mode 100644 index 00000000000..75cfba6cdd8 --- /dev/null +++ b/sysutils/whowatch/pkg/PLIST @@ -0,0 +1,3 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/06/12 16:20:54 rh Exp $ +bin/whowatch +man/man1/whowatch.1 |