# $Id: Portfile,v 1.3 2003/08/15 05:18:04 mij Exp $ PortSystem 1.0 name pv version 0.6.2 categories sysutils maintainers meissnem@mac.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 checksums md5 48d538cbc5cbfa52d18350b03dca3566 configure.args-append --disable-nls destroot.args prefix=${destroot}${prefix} post-destroot { cd ${destroot}${prefix}/man/man1 system "gzip -d pv.1.gz" }