# $Id: Portfile,v 1.7 2006/04/12 20:38:25 mww Exp $

PortSystem 1.0
name		pv
version		0.9.6
categories	sysutils
maintainers	meissnem@gmail.com
description	monitor the progress of data through a pipe
long_description 	\
	pv - Pipe Viewer - 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.
homepage	http://www.ivarch.com/programs/pv.shtml
master_sites	sourceforge:pipeviewer
use_bzip2	yes
checksums	sha1 6cfc37b9c642b7233eb8fe04e6b9152be654f1a7
configure.args	--mandir=${prefix}/share/man --infodir=${prefix}/share/info
