progressbar-rb stable port information

Package: progressbar-rb
Version: 0.9
Revision: 1
Description: Text Progress Bar Library for Ruby
License: OSI-Approved
Maintainer: Todai Fink Team
Source: http://namazu.org/~satoru/ruby-progressbar/ruby-progressbar-%v.tar.gz
Source-MD5: c3bf66edc5af8760bb1468a55746335e
Source2: http://www.ruby-lang.org/en/LICENSE.txt
Source2-MD5: 68d59ff8306e3a9f5f1c01462c77a317
Source2Rename: RUBY_LICENSE.en
Source3: http://www.ruby-lang.org/ja/LICENSE.txt
Source3-MD5: 6d696d2989653707aaab0dfc73c01aa6
Source3Rename: RUBY_LICENSE.ja
Source4: http://www.gnu.org/licenses/gpl.txt
Source4-MD5: d32239bcb673463ab874e80d47fae504
#Source4-MD5: 751419260aa954499f7abaabaa882bbe

PatchScript: tail -n 12 progressbar.en.rd > LICENSE
CompileScript: echo "Nothing is compiled in this section."
InstallScript: <<
install -m 755 -d %i/lib/ruby/site_ruby
install -m 644 progressbar.rb %i/lib/ruby/site_ruby

install -m 755 -d %i/share/doc/%n/rd
install -m 644 progressbar.*.rd %i/share/doc/%n/rd
install -m 644 test.rb %i/share/doc/%n
<<
DocFiles: ChangeLog LICENSE ../RUBY_LICENSE.en ../RUBY_LICENSE.ja ../gpl.txt
Homepage: http://namazu.org/~satoru/ruby-progressbar/
DescDetail: <<
Ruby/ProgressBar is a text progress bar library for Ruby.
It can indicate progress with percentage, a progress bar,
and estimated remaining time.

The latest version of Ruby/ProgressBar is available at
(())
<<