From owner-freebsd-ports Thu Aug 29 10:30:49 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5461A37B41E for ; Thu, 29 Aug 2002 10:30:15 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1EDDC43E81 for ; Thu, 29 Aug 2002 10:30:14 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7THUDJU015089 for ; Thu, 29 Aug 2002 10:30:13 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7THUDSx015088; Thu, 29 Aug 2002 10:30:13 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FC2B37B412 for ; Thu, 29 Aug 2002 10:26:41 -0700 (PDT) Received: from got.wedgie.org (dsl092-146-207.wdc1.dsl.speakeasy.net [66.92.146.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F95C43E86 for ; Thu, 29 Aug 2002 10:26:41 -0700 (PDT) (envelope-from bjohnson@got.wedgie.org) Received: by got.wedgie.org (Postfix, from userid 1010) id 863A3D925; Thu, 29 Aug 2002 13:29:14 -0400 (EDT) Message-Id: <20020829172914.863A3D925@got.wedgie.org> Date: Thu, 29 Aug 2002 13:29:14 -0400 (EDT) From: Brad Johnson Reply-To: Brad Johnson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/42169: New port: sysutils/cmdwatch - watches output of a specific command Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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 with help from Francois Pinard and more recently Mike Coleman . 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 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 with help from Francois Pinard and more recently XMike Coleman . 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