diff options
author | jim <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-11-03 20:32:54 +0000 |
commit | a6351b7fd2d5d36f4f09b99bfb906616c12a0128 (patch) | |
tree | cee0bbf8e1ac8eb02d40cc741fb0afd1839291cb /sysutils/uwatch | |
parent | c14b4f9c4f57260a4d20d8e3498f377d0e4961ce (diff) | |
download | FreeBSD-ports-a6351b7fd2d5d36f4f09b99bfb906616c12a0128.zip FreeBSD-ports-a6351b7fd2d5d36f4f09b99bfb906616c12a0128.tar.gz |
Import of uwatch.
Uwatch gives notifications when all, or selected users login and
logout of the system. It can also give the time, port, and calling
host of the login.
PR: 14687
Submitted by: James Howard <howardjp@wam.umd.edu>
Diffstat (limited to 'sysutils/uwatch')
-rw-r--r-- | sysutils/uwatch/Makefile | 20 | ||||
-rw-r--r-- | sysutils/uwatch/distinfo | 1 | ||||
-rw-r--r-- | sysutils/uwatch/files/patch-aa | 10 | ||||
-rw-r--r-- | sysutils/uwatch/pkg-comment | 1 | ||||
-rw-r--r-- | sysutils/uwatch/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/uwatch/pkg-plist | 1 |
6 files changed, 36 insertions, 0 deletions
diff --git a/sysutils/uwatch/Makefile b/sysutils/uwatch/Makefile new file mode 100644 index 0000000..09462c1 --- /dev/null +++ b/sysutils/uwatch/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: uwatch +# Version required: 1.0 +# Date created: 3 November 1999 +# Whom: James Howard <howardjp@wam.umd.edu> +# +# $FreeBSD$ +# + +DISTNAME= uwatch-1.0 +CATEGORIES= sysutils +MASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/uwatch/ \ + http://www.wam.umd.edu/~howardjp/software/uwatch/ \ + ftp://dragon.ham.muohio.edu/pub/howardjp/software/uwatch/ + +MAINTAINER= howardjp@wam.umd.edu + +MAN1= uwatch.1 +MANCOMPRESSED= yes + +.include <bsd.port.mk> diff --git a/sysutils/uwatch/distinfo b/sysutils/uwatch/distinfo new file mode 100644 index 0000000..ef3fd32 --- /dev/null +++ b/sysutils/uwatch/distinfo @@ -0,0 +1 @@ +MD5 (uwatch-1.0.tar.gz) = c142d1340c43491ee1c004ca6e4c132e diff --git a/sysutils/uwatch/files/patch-aa b/sysutils/uwatch/files/patch-aa new file mode 100644 index 0000000..bf83168 --- /dev/null +++ b/sysutils/uwatch/files/patch-aa @@ -0,0 +1,10 @@ +--- Makefile.orig Wed Nov 3 10:43:26 1999 ++++ Makefile Wed Nov 3 10:44:11 1999 +@@ -1,3 +1,7 @@ ++DESTDIR= ${PREFIX} ++BINDIR= /bin ++MANDIR= /man/man ++ + PROG= uwatch + CFLAGS= -Wall + diff --git a/sysutils/uwatch/pkg-comment b/sysutils/uwatch/pkg-comment new file mode 100644 index 0000000..5bdee00 --- /dev/null +++ b/sysutils/uwatch/pkg-comment @@ -0,0 +1 @@ +Monitor user's logins and logouts. diff --git a/sysutils/uwatch/pkg-descr b/sysutils/uwatch/pkg-descr new file mode 100644 index 0000000..f6a1122 --- /dev/null +++ b/sysutils/uwatch/pkg-descr @@ -0,0 +1,3 @@ +Uwatch gives notifications when all, or selected users login and logout of +the system. It can also give the time, port, and calling host of the +login. diff --git a/sysutils/uwatch/pkg-plist b/sysutils/uwatch/pkg-plist new file mode 100644 index 0000000..99017bc --- /dev/null +++ b/sysutils/uwatch/pkg-plist @@ -0,0 +1 @@ +bin/uwatch |