Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Aug 2002 13:29:14 -0400 (EDT)
From:      Brad Johnson <bjohnson@wedgie.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/42169: New port: sysutils/cmdwatch - watches output of a specific command 
Message-ID:  <20020829172914.863A3D925@got.wedgie.org>

next in thread | raw e-mail | index | archive | help

>Number:         42169
>Category:       ports
>Synopsis:       New port: sysutils/cmdwatch - watches output of a specific command
>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:   Thu Aug 29 10:30:13 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Brad Johnson
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD bjohnson.apexds.com 4.6-STABLE FreeBSD 4.6-STABLE #3: Fri Aug 23 12:36:47 GMT 2002 bjohnson@bjohnson.apexds.com:/usr/obj/usr/src/sys/BJOHNSON2 i386


	
>Description:
	
This is the familiar Linux "watch" utility originally written by Tony
Rems <rembo@unisoft.com> with help from Francois Pinard and more recently
Mike Coleman <mkc@acm.org>.  I found it useful, so here it is.  Basically
"watches" the output of a given command at a specified interval in a nice,
ncurses-based format.
>How-To-Repeat:
	
>Fix:

	

--- cmdwatch.shar begins here ---
# 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:
#
#	cmdwatch
#	cmdwatch/Makefile
#	cmdwatch/pkg-comment
#	cmdwatch/pkg-descr
#	cmdwatch/pkg-plist
#	cmdwatch/distinfo
#
echo c - cmdwatch
mkdir -p cmdwatch > /dev/null 2>&1
echo x - cmdwatch/Makefile
sed 's/^X//' >cmdwatch/Makefile << 'END-of-cmdwatch/Makefile'
X# New ports collection makefile for:	cmdwatch
X# Date created:	8-28-2002
X# Whom:		bjohnson@wedgie.org
X#
X# $FreeBSD$
X#
X
XPORTNAME=	cmdwatch
XPORTVERSION=	0.2.0
XCATEGORIES=	sysutils
XMASTER_SITES=	ftp://wedgie.org/pub/ \
X		ftp://ftp.apexds.com/pub/
X
XMAINTAINER=	bjohnson@wedgie.org
X
XMAN1=		cmdwatch.1
X
X.include <bsd.port.mk>
END-of-cmdwatch/Makefile
echo x - cmdwatch/pkg-comment
sed 's/^X//' >cmdwatch/pkg-comment << 'END-of-cmdwatch/pkg-comment'
XWatches the output from a command at specified intervals
END-of-cmdwatch/pkg-comment
echo x - cmdwatch/pkg-descr
sed 's/^X//' >cmdwatch/pkg-descr << 'END-of-cmdwatch/pkg-descr'
XThis is the familiar Linux "watch" utility originally written by Tony
XRems <rembo@unisoft.com> with help from Francois Pinard and more recently
XMike Coleman <mkc@acm.org>.  I found it useful, so here it is.  Basically
X"watches" the output of a given command at a specified interval in a nice,
Xncurses-based format.
END-of-cmdwatch/pkg-descr
echo x - cmdwatch/pkg-plist
sed 's/^X//' >cmdwatch/pkg-plist << 'END-of-cmdwatch/pkg-plist'
Xbin/cmdwatch
END-of-cmdwatch/pkg-plist
echo x - cmdwatch/distinfo
sed 's/^X//' >cmdwatch/distinfo << 'END-of-cmdwatch/distinfo'
XMD5 (cmdwatch-0.2.0.tar.gz) = 1f606291c5ea4ef988318e37946dc0fc
END-of-cmdwatch/distinfo
exit
--- cmdwatch.shar ends here ---


>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?20020829172914.863A3D925>