diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 21:24:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-08-30 21:24:54 +0000 |
commit | 50bc1d64e44fb0164ca82570f9dab0d16b6614fb (patch) | |
tree | 93d3fc2efe020a1b6cd7feb9a672956d42b2a988 /misc/Makefile | |
parent | Add p5-Graphics-Color, device and library agnostic color spaces. (diff) |
Ruby/ProgressBar is a text progress bar library for Ruby.
It can indicate progress with percentage, a progress bar,
and estimated remaining time.
WWW: http://0xcc.net/ruby-progressbar/index.html.en
PR: ports/126885
Submitted by: TAKATSU Tomonari <tota at rtfm.jp>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 149d47cb470a..635359e057d7 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -476,6 +476,7 @@ SUBDIR += rname SUBDIR += rpl SUBDIR += rtfm + SUBDIR += ruby-progressbar SUBDIR += ruby-vpim SUBDIR += salias SUBDIR += seq2 |