From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 12 19:40:20 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0826016A41F for ; Fri, 12 Aug 2005 19:40:20 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3ACA443D53 for ; Fri, 12 Aug 2005 19:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j7CJeJC8040701 for ; Fri, 12 Aug 2005 19:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7CJeJFp040700; Fri, 12 Aug 2005 19:40:19 GMT (envelope-from gnats) Resent-Date: Fri, 12 Aug 2005 19:40:19 GMT Resent-Message-Id: <200508121940.j7CJeJFp040700@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Emanuel Haupt Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B777716A41F for ; Fri, 12 Aug 2005 19:35:40 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (217-162-251-247.dclient.hispeed.ch [217.162.251.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3965A43D53 for ; Fri, 12 Aug 2005 19:35:40 +0000 (GMT) (envelope-from ehaupt@beaver.critical.ch) Received: from beaver.critical.ch (localhost.critical.ch [127.0.0.1]) by beaver.critical.ch (8.13.3/8.13.3) with ESMTP id j7CJZcFb092325 for ; Fri, 12 Aug 2005 21:35:39 +0200 (CEST) (envelope-from ehaupt@beaver.critical.ch) Received: (from ehaupt@localhost) by beaver.critical.ch (8.13.3/8.13.3/Submit) id j7CJZcG4092324; Fri, 12 Aug 2005 21:35:38 +0200 (CEST) (envelope-from ehaupt) Message-Id: <200508121935.j7CJZcG4092324@beaver.critical.ch> Date: Fri, 12 Aug 2005 21:35:38 +0200 (CEST) From: Emanuel Haupt To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/84852: new port: sysutils/vii - Execute a command repeatedly and scroll the output X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Emanuel Haupt List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Aug 2005 19:40:20 -0000 >Number: 84852 >Category: ports >Synopsis: new port: sysutils/vii - Execute a command repeatedly and scroll the output >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Aug 12 19:40:18 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Emanuel Haupt >Release: FreeBSD 5.4-RELEASE-p6 i386 >Organization: >Environment: System: FreeBSD beaver.critical.ch 5.4-RELEASE-p6 FreeBSD 5.4-RELEASE-p6 #0: Wed Jul 27 20:19:15 CEST 2005 root@beaver.critical.ch:/usr/obj/usr/src/RELENG_5_4/src/sys/BEAVER i386 >Description: new port: sysutils/vii - Execute a command repeatedly and scroll the output Vii (pronounced seven) is a simple program which accepts input from the standard input and displays pages of the input on the terminal. These pages are delimited by form-feeds (or EOF). The display can be scrolled if the output is wider or longer than the screen. Vii can also repeatedly execute a command (at a configurable interval) and the most recent output is displayed. This is useful for status monitoring where the command itself does not have a repeatable or curses interface. >How-To-Repeat: >Fix: --- vii.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: # # vii # vii/Makefile # vii/pkg-descr # vii/distinfo # echo c - vii mkdir -p vii > /dev/null 2>&1 echo x - vii/Makefile sed 's/^X//' >vii/Makefile << 'END-of-vii/Makefile' X# New ports collection makefile for: vii X# Date created: 12 Aug 2005 X# Whom: Emanuel Haupt X# X# $FreeBSD$ X# X XPORTNAME= vii XPORTVERSION= 4.0 XCATEGORIES= sysutils XMASTER_SITES= http://vii.sourceforge.net/ X XMAINTAINER= ehaupt@critical.ch XCOMMENT= Execute a command repeatedly and scroll the output X XGNU_CONFIGURE= yes XMAKE_ARGS+= CFLAGS="${CFLAGS}" X XPLIST_FILES= bin/vii XMAN1= vii.1 X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/bin/${PORTNAME} ${PREFIX}/bin X ${INSTALL_MAN} ${WRKSRC}/man1/${PORTNAME}.1 ${MANPREFIX}/man/man1 X X.include END-of-vii/Makefile echo x - vii/pkg-descr sed 's/^X//' >vii/pkg-descr << 'END-of-vii/pkg-descr' XVii (pronounced seven) is a simple program which accepts input from the Xstandard input and displays pages of the input on the terminal. X XThese pages are delimited by form-feeds (or EOF). The display can be scrolled Xif the output is wider or longer than the screen. X XVii can also repeatedly execute a command (at a configurable interval) and the Xmost recent output is displayed. This is useful for status monitoring where the Xcommand itself does not have a repeatable or curses interface. X XWWW: http://vii.sourceforge.net/ X X- ehaupt Xehaupt@critical.ch END-of-vii/pkg-descr echo x - vii/distinfo sed 's/^X//' >vii/distinfo << 'END-of-vii/distinfo' XMD5 (vii-4.0.tar.gz) = ffdcbf72ef961cac01a15911ae5a73c8 XSIZE (vii-4.0.tar.gz) = 120680 END-of-vii/distinfo exit --- vii.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: