From owner-freebsd-ports Wed Nov 3 9:50:13 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07583157E8 for ; Wed, 3 Nov 1999 09:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA66554; Wed, 3 Nov 1999 09:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from byzantine.student.umd.edu (byzantine.student.umd.edu [129.2.244.158]) by hub.freebsd.org (Postfix) with ESMTP id 64BF114E61 for ; Wed, 3 Nov 1999 09:43:32 -0800 (PST) (envelope-from root@byzantine.student.umd.edu) Received: (from root@localhost) by byzantine.student.umd.edu (8.9.3/8.9.3) id MAA91433; Wed, 3 Nov 1999 12:45:19 -0500 (EST) (envelope-from root) Message-Id: <199911031745.MAA91433@byzantine.student.umd.edu> Date: Wed, 3 Nov 1999 12:45:19 -0500 (EST) From: howardjp@wam.umd.edu Reply-To: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/14687: New port, sysutils/uwatch Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 14687 >Category: ports >Synopsis: New port, sysutils/uwatch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 3 09:50:00 PST 1999 >Closed-Date: >Last-Modified: >Originator: James Howard >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Maryland >Environment: FreeBSD byzantine.student.umd.edu 4.0-CURRENT FreeBSD 4.0-CURRENT #55: Wed Oct 27 19:59:09 EDT 1999 howardjp@byzantine.student.umd.edu:/usr/src/sys/compile/BYZANTINE i386 >Description: Uwatch is a program written for a bbs to notify of when users logon and off the system. This is a port of it. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # uwatch # uwatch/files # uwatch/files/md5 # uwatch/pkg # uwatch/pkg/COMMENT # uwatch/pkg/DESCR # uwatch/pkg/PLIST # uwatch/Makefile # uwatch/patches # uwatch/patches/patch-aa # echo c - uwatch mkdir -p uwatch > /dev/null 2>&1 echo c - uwatch/files mkdir -p uwatch/files > /dev/null 2>&1 echo x - uwatch/files/md5 sed 's/^X//' >uwatch/files/md5 << 'END-of-uwatch/files/md5' XMD5 (uwatch-1.0.tar.gz) = c142d1340c43491ee1c004ca6e4c132e END-of-uwatch/files/md5 echo c - uwatch/pkg mkdir -p uwatch/pkg > /dev/null 2>&1 echo x - uwatch/pkg/COMMENT sed 's/^X//' >uwatch/pkg/COMMENT << 'END-of-uwatch/pkg/COMMENT' XMonitor user's logins and logouts. END-of-uwatch/pkg/COMMENT echo x - uwatch/pkg/DESCR sed 's/^X//' >uwatch/pkg/DESCR << 'END-of-uwatch/pkg/DESCR' XUwatch gives notifications when all, or selected users login and logout of Xthe system. It can also give the time, port, and calling host of the Xlogin. END-of-uwatch/pkg/DESCR echo x - uwatch/pkg/PLIST sed 's/^X//' >uwatch/pkg/PLIST << 'END-of-uwatch/pkg/PLIST' Xbin/uwatch END-of-uwatch/pkg/PLIST echo x - uwatch/Makefile sed 's/^X//' >uwatch/Makefile << 'END-of-uwatch/Makefile' X# New ports collection makefile for: uwatch X# Version required: 1.0 X# Date created: 3 November 1999 X# Whom: James Howard X# X XDISTNAME= uwatch-1.0 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.wam.umd.edu/pub/howardjp/software/uwatch/ \ X http://www.wam.umd.edu/~howardjp/software/uwatch/ \ X ftp://dragon.ham.muohio.edu/pub/howardjp/software/uwatch \ X XMAINTAINER= howardjp@wam.umd.edu X XMAN1= uwatch.1 XMANCOMPRESSED= yes X X.include END-of-uwatch/Makefile echo c - uwatch/patches mkdir -p uwatch/patches > /dev/null 2>&1 echo x - uwatch/patches/patch-aa sed 's/^X//' >uwatch/patches/patch-aa << 'END-of-uwatch/patches/patch-aa' X--- Makefile.orig Wed Nov 3 10:43:26 1999 X+++ Makefile Wed Nov 3 10:44:11 1999 X@@ -1,3 +1,7 @@ X+DESTDIR= ${PREFIX} X+BINDIR= /bin X+MANDIR= /man/man X+ X PROG= uwatch X CFLAGS= -Wall X END-of-uwatch/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message