# $Id: Portfile 142 2009-06-18 14:41:45Z kimuraw $
PortSystem		1.0
PortGroup		ruby 1.0

ruby.setup		{progressbar ruby-progressbar} 0.9 \
				copy_install:. {ChangeLog progressbar.ja.rd progressbar.en.rd}
revision		0
maintainers		pelopor@nifty.com
description		a text progress bar library for Ruby
long_description	\
	Ruby/ProgressBar is a text progress bar library for Ruby. It can indicate\
	progress with percentage, a progress bar, and estimated remaining time.

categories-append	textproc
homepage		http://namazu.org/~satoru/ruby-progressbar/
#distname		ruby-progressbar-${version}
master_sites    http://namazu.org/~satoru/ruby-progressbar/
checksums		md5 c3bf66edc5af8760bb1468a55746335e
platforms		darwin
set dels 		{ChangeLog progressbar.ja.rd progressbar.en.rd test.rb}

#test.run			yes
#test.target			test

post-destroot { foreach D ${dels} {
			  		file delete ${destroot}${prefix}/lib/ruby/vendor_ruby/1.8/${D}
					}
				}
