8bab117baa
The wait_on command allows shell scripts to access the facilities provided by kqueue(3). This allows scripts to detect files being added to directories, data appended to files and many other things - all without polling. Submitted by: Andrew Stevenson <andrew@ugh.net.au> PR: ports/34414
22 lines
472 B
Makefile
22 lines
472 B
Makefile
# New ports collection makefile for: wait_on
|
|
# Date created: 29 Jan 2002
|
|
# Whom: Andrew Stevenson <andrew@ugh.net.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= wait_on
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.ugh.net.au/pub/unix/wait_on/ \
|
|
ftp://ftp.megamirror.com/pub/ugh/unix/wait_on/ \
|
|
http://ftp.megamirror.com/pub/ugh/unix/wait_on/
|
|
|
|
MAINTAINER= andrew@ugh.net.au
|
|
|
|
WRKSRC= ${WRKDIR}/wait_on
|
|
|
|
MAN1= wait_on.1
|
|
MANCOMPRESSED= maybe
|
|
|
|
.include <bsd.port.mk>
|