From 8bab117baad93fca79e90f626b6047de85efbb7f Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Sat, 25 May 2002 11:33:55 +0000 Subject: Add wait_on-1.0 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 PR: ports/34414 --- sysutils/Makefile | 1 + sysutils/wait_on/Makefile | 22 ++++++++++++++++++++++ sysutils/wait_on/distinfo | 1 + sysutils/wait_on/pkg-comment | 1 + sysutils/wait_on/pkg-descr | 6 ++++++ sysutils/wait_on/pkg-plist | 1 + 6 files changed, 32 insertions(+) create mode 100644 sysutils/wait_on/Makefile create mode 100644 sysutils/wait_on/distinfo create mode 100644 sysutils/wait_on/pkg-comment create mode 100644 sysutils/wait_on/pkg-descr create mode 100644 sysutils/wait_on/pkg-plist (limited to 'sysutils') diff --git a/sysutils/Makefile b/sysutils/Makefile index 278ea938eaa6..662cb4d21f49 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -197,6 +197,7 @@ SUBDIR += uwatch SUBDIR += videogen SUBDIR += vobcopy + SUBDIR += wait_on SUBDIR += webmin SUBDIR += whowatch SUBDIR += wmapm diff --git a/sysutils/wait_on/Makefile b/sysutils/wait_on/Makefile new file mode 100644 index 000000000000..30341203acf9 --- /dev/null +++ b/sysutils/wait_on/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: wait_on +# Date created: 29 Jan 2002 +# Whom: Andrew Stevenson +# +# $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 diff --git a/sysutils/wait_on/distinfo b/sysutils/wait_on/distinfo new file mode 100644 index 000000000000..807c256aed80 --- /dev/null +++ b/sysutils/wait_on/distinfo @@ -0,0 +1 @@ +MD5 (wait_on-1.0.tar.gz) = 5cfb10e02ca7665c75d378bbe3218ff6 diff --git a/sysutils/wait_on/pkg-comment b/sysutils/wait_on/pkg-comment new file mode 100644 index 000000000000..8068003d6d37 --- /dev/null +++ b/sysutils/wait_on/pkg-comment @@ -0,0 +1 @@ +Enable shell scripts to monitor directories for new files diff --git a/sysutils/wait_on/pkg-descr b/sysutils/wait_on/pkg-descr new file mode 100644 index 000000000000..873e2a8fc26d --- /dev/null +++ b/sysutils/wait_on/pkg-descr @@ -0,0 +1,6 @@ +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. + +Andrew Stevenson +andrew@ugh.net.au diff --git a/sysutils/wait_on/pkg-plist b/sysutils/wait_on/pkg-plist new file mode 100644 index 000000000000..6dff146139ee --- /dev/null +++ b/sysutils/wait_on/pkg-plist @@ -0,0 +1 @@ +bin/wait_on -- cgit v1.2.3