Path to this page:
./
misc/ruby-powerbar,
The last progressbar-library youll ever need
Branch: CURRENT,
Version: 2.0.1,
Package name: ruby32-powerbar-2.0.1,
Maintainer: pkgsrc-users# PowerBar
This is PowerBar - The last progressbar-library you'll ever need.
## Features
* Detects when stdout is not a terminal and automatically falls back to logging
* Does not clutter your log-files with ansi-codes!
* If your CLI-app can run interactively and non-interactively (e.g. cronjob)
you will automatically get reasonable progress-output in both modes.
* By default prints to stderr but can call any output-method
of your choice (e.g. your favorite Logger).
* Fully customizable; all output is template-driven.
* All output is optional. You may set PowerBar to silently collect progress
information (percentage-done, throughput, ETA, etc.) and then use the
computed values elsewhere in your app.
* All state can be updated at any time. For example: If you're monitoring a
multi-part operation then you can change the status-message of a running
PowerBar to reflect the current state.
Required to run:[
misc/ruby-hashie] [
lang/ruby23-base]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 12 KB
Version history: (Expand)
- (2024-09-15) Updated to version: ruby32-powerbar-2.0.1
- (2021-10-07) Updated to version: ruby27-powerbar-1.0.18
- (2017-11-23) Package has been reborn
- (2017-09-09) Updated to version: ruby23-powerbar-1.0.18
- (2017-03-17) Package added to pkgsrc.se, version ruby22-powerbar-1.0.18 (created)
CVS history: (Expand)
2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
2017-03-17 01:26:53 by Takahiro Kambe | Files touched by this commit (5) | |
Log message:
Add ruby-powerbar 1.0.18 which is required by archivers/ruby-minitar-cli.
# PowerBar
This is PowerBar - The last progressbar-library you'll ever need.
## Features
* Detects when stdout is not a terminal and automatically falls back to logging
* Does not clutter your log-files with ansi-codes!
* If your CLI-app can run interactively and non-interactively (e.g. cronjob)
you will automatically get reasonable progress-output in both modes.
* By default prints to stderr but can call any output-method
of your choice (e.g. your favorite Logger).
* Fully customizable; all output is template-driven.
* All output is optional. You may set PowerBar to silently collect progress
information (percentage-done, throughput, ETA, etc.) and then use the
computed values elsewhere in your app.
* All state can be updated at any time. For example: If you're monitoring a
multi-part operation then you can change the status-message of a running
PowerBar to reflect the current state.
|