Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 21:35:38 +0200 (CEST)
From:      Emanuel Haupt <ehaupt@critical.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/84852: new port: sysutils/vii - Execute a command repeatedly and scroll the output 
Message-ID:  <200508121935.j7CJZcG4092324@beaver.critical.ch>
Resent-Message-ID: <200508121940.j7CJeJFp040700@freefall.freebsd.org>

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

>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 <ehaupt@critical.ch>
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 <bsd.port.mk>
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508121935.j7CJZcG4092324>