aboutsummaryrefslogtreecommitdiff
path: root/sysutils/uwatch
diff options
context:
space:
mode:
authorJim Mock <jim@FreeBSD.org>1999-11-03 20:32:54 +0000
committerJim Mock <jim@FreeBSD.org>1999-11-03 20:32:54 +0000
commita8bc9148711c21eb6652c1d9fff6e2a762963d20 (patch)
tree247999f95472ddcee7d92bea3672c7007c0aefc5 /sysutils/uwatch
parent176ecdf2eabeaa38ba1eeb8574eb7a530398d362 (diff)
downloadports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.tar.gz
ports-a8bc9148711c21eb6652c1d9fff6e2a762963d20.zip
Notes
Diffstat (limited to 'sysutils/uwatch')
-rw-r--r--sysutils/uwatch/Makefile20
-rw-r--r--sysutils/uwatch/distinfo1
-rw-r--r--sysutils/uwatch/files/patch-aa10
-rw-r--r--sysutils/uwatch/pkg-comment1
-rw-r--r--sysutils/uwatch/pkg-descr3
-rw-r--r--sysutils/uwatch/pkg-plist1
6 files changed, 36 insertions, 0 deletions
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