# $Id: Portfile 65413 2010-03-26 01:31:56Z ryandesign@macports.org $

PortSystem 1.0

name			clpbar
version			1.10.9
categories		sysutils
platforms		darwin
maintainers		nomaintainer
description		tool to copy a stream of data and print a progress bar
long_description	Bar is a simple tool to copy a stream of data and print a \
				display for the user on stderr showing the ammount of data \
				passed, the throughput of the data transfer, and the transfer \
				time, or, if the total size of the data stream is known, the \
				estimated time remaining, what percentage of the data transfer \
				has been completed, and a progress bar.

homepage		http://clpbar.sourceforge.net/
master_sites	sourceforge
distname		bar_${version}
worksrcdir      bar-${version}
checksums		md5 d824415b391a3f826b410c86223e54a5 \
				sha1 324d5e199f07e8d299253a8748a5aec9a6381315 \
				rmd160 e9bdd6a6b1d905f0bd47e53bc66b27177faf7973

universal_variant	no

configure.args	--mandir=${prefix}/share/man

test.run        yes
test.target     check

livecheck.regex (?i)<title>${name} bar-(.*) released.*</title>
