Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 May 2004 04:50:39 +0200 (CEST)
From:      Daniel Roethlisberger <daniel@roe.ch>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Daniel Roethlisberger <daniel@roe.ch>
Subject:   ports/66309: New port: sysutils/pv - A pipe throughput monitor
Message-ID:  <200405060250.i462oduc012956@cuendillar.roe>
Resent-Message-ID: <200405060300.i4630boT039462@freefall.freebsd.org>

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

>Number:         66309
>Category:       ports
>Synopsis:       New port: sysutils/pv - A pipe throughput monitor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 05 20:00:36 PDT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Daniel Roethlisberger
>Release:        FreeBSD 5.2.1-RELEASE-p5 i386
>Organization:
>Environment:
System: FreeBSD cuendillar.roe 5.2.1-RELEASE-p5 FreeBSD 5.2.1-RELEASE-p5 #2: Fri Apr 23 09:23:21 CEST 2004 root@cuendillar.roe:/usr/obj/usr/src/sys/IBMTPA20P i386
>Description:
Pipe Viewer (pv) is a terminal-based tool for monitoring the
progress of data through a pipeline. It can be inserted into
any normal pipeline between two processes to give a visual
indication of how quickly data is passing through, how long
it has taken, how near to completion it is, and an estimate
of how long it will be until completion.

Author: Andrew Wood <andrew.wood@ivarch.com>
WWW: http://www.ivarch.com/programs/pv.shtml
>How-To-Repeat:
	
>Fix:
--- pv-0.8.5.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:
#
#	pv/
#	pv/distinfo
#	pv/pkg-descr
#	pv/Makefile
#
echo c - pv/
mkdir -p pv/ > /dev/null 2>&1
echo x - pv/distinfo
sed 's/^X//' >pv/distinfo << 'END-of-pv/distinfo'
XMD5 (pv-0.8.5.tar.bz2) = a6eeadbc2fbd9c23e329f47ff37b8c83
XSIZE (pv-0.8.5.tar.bz2) = 84289
END-of-pv/distinfo
echo x - pv/pkg-descr
sed 's/^X//' >pv/pkg-descr << 'END-of-pv/pkg-descr'
XPipe Viewer (pv) is a terminal-based tool for monitoring the
Xprogress of data through a pipeline. It can be inserted into
Xany normal pipeline between two processes to give a visual
Xindication of how quickly data is passing through, how long
Xit has taken, how near to completion it is, and an estimate
Xof how long it will be until completion.
X
XAuthor: Andrew Wood <andrew.wood@ivarch.com>
XWWW: http://www.ivarch.com/programs/pv.shtml
END-of-pv/pkg-descr
echo x - pv/Makefile
sed 's/^X//' >pv/Makefile << 'END-of-pv/Makefile'
X# New ports collection makefile for:	pv
X# Date created:		04 May 2004
X# Whom:			Daniel Roethlisberger <daniel@roe.ch>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	pv
XPORTVERSION=	0.8.5
XCATEGORIES=	sysutils
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE:S!$!pipeviewer/!} \
X		http://dragon.roe.ch/mirrors/distfiles/pv/
X
XMAINTAINER=	daniel@roe.ch
XCOMMENT=	A pipe throughput monitor
X
XUSE_BZIP2=	yes
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XMAN1=		pv.1
XINFO=		pv
X
XPLIST_FILES=	bin/pv
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/pv ${PREFIX}/bin
X	${INSTALL_MAN} ${WRKSRC}/doc/quickref.1 ${PREFIX}/man/man1/pv.1
X	${INSTALL_MAN} ${WRKSRC}/doc/pv.info ${PREFIX}/info
X
X.include <bsd.port.mk>
END-of-pv/Makefile
exit
--- pv-0.8.5.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?200405060250.i462oduc012956>