# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id$ PortSystem 1.0 PortGroup muniversal 1.0 name pv version 1.3.4 categories sysutils platforms darwin maintainers gmail.com:meissnem license Apache-2 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 http://www.ivarch.com/programs/sources/ use_bzip2 yes checksums rmd160 8fa94f1317f191f3e2138d74b7de2e5ff0a1b0d0 \ sha256 26b031e0a713ee00d956ed75b0c445a8aa614f40289d96f623efc177c1388b84 configure.args --mandir=${prefix}/share/man \ --infodir=${prefix}/share/info depends_lib port:gettext if {${os.platform} == "darwin" && ${os.major} != 9} { # Leopard is the only release where stat64 exists and is not deprecated patchfiles-append stat64.diff } livecheck.type regex livecheck.regex >${name}-(\[0-9.\]+)${extract.suffix}<