diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-06-21 23:50:50 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-06-21 23:50:50 +0800 |
commit | f04b6fd8999bf099d5c88b277d644def0f0604a0 (patch) | |
tree | 4f567176677c6ba717b187d6b34faf4b75cbce1f /sysutils | |
parent | 2c5ab941ebec919db447a5e2d06c047f24b855e3 (diff) | |
download | freebsd-ports-gnome-f04b6fd8999bf099d5c88b277d644def0f0604a0.tar.gz freebsd-ports-gnome-f04b6fd8999bf099d5c88b277d644def0f0604a0.tar.zst freebsd-ports-gnome-f04b6fd8999bf099d5c88b277d644def0f0604a0.zip |
Initial import of whowatch - a small program which displays in real time info
about users currently logged in.
PR: 19229
Submitted by: Daniel Harris <dannyboy@dannyboy.eyep.net>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/whowatch/Makefile | 19 | ||||
-rw-r--r-- | sysutils/whowatch/distinfo | 1 | ||||
-rw-r--r-- | sysutils/whowatch/files/patch-aa | 13 | ||||
-rw-r--r-- | sysutils/whowatch/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/whowatch/pkg-descr | 10 | ||||
-rw-r--r-- | sysutils/whowatch/pkg-plist | 1 |
6 files changed, 45 insertions, 0 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile new file mode 100644 index 000000000000..16eb0f5ba90e --- /dev/null +++ b/sysutils/whowatch/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: whowatch +# Date created: 12 June 2000 +# Whom: Daniel Harris <dannyboy@subdimension.com> +# +# $FreeBSD$ +# + +PORTNAME= whowatch +PORTVERSION= 1.4 +CATEGORIES= sysutils +MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ + +MAINTAINER= dannyboy@subdimension.com + +GNU_CONFIGURE= yes + +MAN1= whowatch.1 + +.include <bsd.port.mk> diff --git a/sysutils/whowatch/distinfo b/sysutils/whowatch/distinfo new file mode 100644 index 000000000000..1d92b69ceef2 --- /dev/null +++ b/sysutils/whowatch/distinfo @@ -0,0 +1 @@ +MD5 (whowatch-1.4.tar.gz) = 0870155e8b75b99f9954e76fb20f9528 diff --git a/sysutils/whowatch/files/patch-aa b/sysutils/whowatch/files/patch-aa new file mode 100644 index 000000000000..053c3914337b --- /dev/null +++ b/sysutils/whowatch/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.in.orig Wed Jun 21 18:42:29 2000 ++++ Makefile.in Wed Jun 21 18:42:36 2000 +@@ -70,8 +70,8 @@ + rm -rf ./*.o + rm -f whowatch + install: whowatch +- $(INSTALL) -m 755 whowatch $(bindir)/whowatch +- $(INSTALL) -m 644 whowatch.1 $(mandir)/man1/whowatch.1 ++ $(BSD_INSTALL_PROGRAM) whowatch $(bindir)/whowatch ++ $(BSD_INSTALL_MAN) whowatch.1 $(mandir)/man1/whowatch.1 + + distclean: + make clean diff --git a/sysutils/whowatch/pkg-comment b/sysutils/whowatch/pkg-comment new file mode 100644 index 000000000000..33a11e243b82 --- /dev/null +++ b/sysutils/whowatch/pkg-comment @@ -0,0 +1 @@ +Displays information in real time about users currently logged on diff --git a/sysutils/whowatch/pkg-descr b/sysutils/whowatch/pkg-descr new file mode 100644 index 000000000000..a12e04058f09 --- /dev/null +++ b/sysutils/whowatch/pkg-descr @@ -0,0 +1,10 @@ +Whowatch is an interactive who-like program that displays information about the +users currently logged on to the machine. In addition to standard information +(login name, tty, host, user's process), the type of the connection (telnet or +ssh) is shown. You can toggle display between the users' commands or idle times. +You can watch the process tree, navigate in it, and send INT and KILL signals. + +WWW: http://wizard.ae.krakow.pl/~mike/ + +- Daniel Harris +dannyboy@subdimension.com diff --git a/sysutils/whowatch/pkg-plist b/sysutils/whowatch/pkg-plist new file mode 100644 index 000000000000..4378ba5de508 --- /dev/null +++ b/sysutils/whowatch/pkg-plist @@ -0,0 +1 @@ +bin/whowatch |