summaryrefslogtreecommitdiff
path: root/sysutils/whowatch
diff options
context:
space:
mode:
authorrh <rh>2000-06-12 16:20:53 +0000
committerrh <rh>2000-06-12 16:20:53 +0000
commit9a288e98a42dd183857a69a2a97a6b77f076b813 (patch)
tree5a7277406ba1864db7995220f5ce91d3838179d7 /sysutils/whowatch
parentfcbdf99a6358ab24e53e0f77bf7416f5db58fbb8 (diff)
downloadpkgsrc-9a288e98a42dd183857a69a2a97a6b77f076b813.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/Makefile17
-rw-r--r--sysutils/whowatch/files/md53
-rw-r--r--sysutils/whowatch/pkg/COMMENT1
-rw-r--r--sysutils/whowatch/pkg/DESCR7
-rw-r--r--sysutils/whowatch/pkg/PLIST3
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