diff options
author | mmoll <mmoll@FreeBSD.org> | 2015-10-07 05:19:38 +0800 |
---|---|---|
committer | mmoll <mmoll@FreeBSD.org> | 2015-10-07 05:19:38 +0800 |
commit | 37772859d21f29dca7fe3fc90595988c96821551 (patch) | |
tree | dc6474ae6ab317aacd56a75f58bbc7e4f0c49317 /misc | |
parent | 1f3a6a444f38668af278c8a2440b9d0438ff08f9 (diff) | |
download | freebsd-ports-gnome-37772859d21f29dca7fe3fc90595988c96821551.tar.gz freebsd-ports-gnome-37772859d21f29dca7fe3fc90595988c96821551.tar.zst freebsd-ports-gnome-37772859d21f29dca7fe3fc90595988c96821551.zip |
new port: devel/rubygem-ruby-progressbar
Ruby/ProgressBar is an extremely flexible text progress bar library for Ruby.
The output can be customized with a flexible formatting system including
percentage, bars of various formats, elapsed time and estimated time remaining.
WWW: https://github.com/jfelchner/ruby-progressbar
As this gem is based on the code that's available as misc/ruby-progressbar,
conflict with it, to avoid problems.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ruby-progressbar/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile index dbafc5c0b75d..f508d63b42f3 100644 --- a/misc/ruby-progressbar/Makefile +++ b/misc/ruby-progressbar/Makefile @@ -3,6 +3,7 @@ PORTNAME= progressbar PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= misc ruby MASTER_SITES= http://0xcc.net/ruby-progressbar/ \ LOCAL/tota/progressbar @@ -12,6 +13,7 @@ DISTNAME= ruby-${PORTNAME}-${PORTVERSION} MAINTAINER= tota@FreeBSD.org COMMENT= Text progress bar library for Ruby +CONFLICTS_INSTALL= rubygem-ruby-progressbar-* USE_RUBY= yes NO_BUILD= yes |