Date: Wed, 3 Nov 1999 12:45:19 -0500 (EST) From: howardjp@wam.umd.edu To: FreeBSD-gnats-submit@freebsd.org Subject: ports/14687: New port, sysutils/uwatch Message-ID: <199911031745.MAA91433@byzantine.student.umd.edu>
next in thread | raw e-mail | index | archive | help
>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 <howardjp@wam.umd.edu> 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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911031745.MAA91433>