aboutsummaryrefslogtreecommitdiff
path: root/devel/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-09-01 17:36:34 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-09-01 17:36:34 +0000
commit172925d00866c08dd8c05113cfc154b57b8bc21e (patch)
treef46ab46af568115f6ff848f90d1c610b9ba0f77b /devel/Makefile
parent520fefab828f065f895dab59b826b24e2a67a9bc (diff)
downloadports-172925d00866c08dd8c05113cfc154b57b8bc21e.tar.gz
ports-172925d00866c08dd8c05113cfc154b57b8bc21e.zip
Add devel/p5-Term-ProgressBar-Simple, a simpler interface to
Term::ProgressBar. Progress bars are handy - they tell you how much work has been done, how much is left to do and estimate how long it will take. But they can be fiddly! This module does the right thing in almost all cases in a really convenient way. It wraps Term::ProgressBar::Quiet so there is no output unless the code is running interactively - lets you put them in cron scripts. It deals with minor updates - only refreshes the screen when it will change what the user sees so it is efficient. It completes the progress bar when the progress object is destroyed (explicitly or by going out of scope) - no more '99%' done. WWW: http://search.cpan.org/dist/Term-ProgressBar-Simple/
Notes
Notes: svn path=/head/; revision=366909
Diffstat (limited to 'devel/Makefile')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 63306058f79f..fb90f62188bd 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -2821,6 +2821,7 @@
SUBDIR += p5-Term-Menus
SUBDIR += p5-Term-ProgressBar
SUBDIR += p5-Term-ProgressBar-Quiet
+ SUBDIR += p5-Term-ProgressBar-Simple
SUBDIR += p5-Term-Prompt
SUBDIR += p5-Term-Query
SUBDIR += p5-Term-RawInput