# $Id: Portfile,v 1.2 2004/11/10 17:19:51 mww Exp $

PortSystem 1.0

name			clpbar
version			1.10
categories		sysutils
platforms		darwin
maintainers		mww@opendarwin.org
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}
checksums		md5 2e25aeaf2a1382108bd7349891e51b0b

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