From a8bc9148711c21eb6652c1d9fff6e2a762963d20 Mon Sep 17 00:00:00 2001
From: Jim Mock <jim@FreeBSD.org>
Date: Wed, 3 Nov 1999 20:32:54 +0000
Subject: 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>
---
 sysutils/uwatch/Makefile       | 20 ++++++++++++++++++++
 sysutils/uwatch/distinfo       |  1 +
 sysutils/uwatch/files/patch-aa | 10 ++++++++++
 sysutils/uwatch/pkg-comment    |  1 +
 sysutils/uwatch/pkg-descr      |  3 +++
 sysutils/uwatch/pkg-plist      |  1 +
 6 files changed, 36 insertions(+)
 create mode 100644 sysutils/uwatch/Makefile
 create mode 100644 sysutils/uwatch/distinfo
 create mode 100644 sysutils/uwatch/files/patch-aa
 create mode 100644 sysutils/uwatch/pkg-comment
 create mode 100644 sysutils/uwatch/pkg-descr
 create mode 100644 sysutils/uwatch/pkg-plist

(limited to 'sysutils')

diff --git a/sysutils/uwatch/Makefile b/sysutils/uwatch/Makefile
new file mode 100644
index 000000000000..09462c177dba
--- /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 000000000000..ef3fd329ae4e
--- /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 000000000000..bf83168b3126
--- /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 000000000000..5bdee00b8371
--- /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 000000000000..f6a1122f39bf
--- /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 000000000000..99017bc51eb4
--- /dev/null
+++ b/sysutils/uwatch/pkg-plist
@@ -0,0 +1 @@
+bin/uwatch
-- 
cgit v1.2.3