Import p5-Term-ProgressBar-Simple, simpler progress bars.
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.
This commit is contained in:
parent
f208d65ed5
commit
a404465099
3 changed files with 29 additions and 0 deletions
7
devel/p5-Term-ProgressBar-Simple/DESCR
Normal file
7
devel/p5-Term-ProgressBar-Simple/DESCR
Normal file
|
@ -0,0 +1,7 @@
|
|||
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.
|
17
devel/p5-Term-ProgressBar-Simple/Makefile
Normal file
17
devel/p5-Term-ProgressBar-Simple/Makefile
Normal file
|
@ -0,0 +1,17 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/01/04 06:21:28 schmonz Exp $
|
||||
|
||||
DISTNAME= Term-ProgressBar-Simple-0.03
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
CATEGORIES= devel perl5
|
||||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/EV/EVDB/}
|
||||
|
||||
MAINTAINER= schmonz@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/Term-ProgressBar-Simple/
|
||||
COMMENT= Simpler progress bars
|
||||
|
||||
DEPENDS+= p5-Term-ProgressBar-Quiet-[0-9]*:../../devel/p5-Term-ProgressBar-Quiet
|
||||
|
||||
PERL5_PACKLIST= auto/Term/ProgressBar/Simple/.packlist
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
5
devel/p5-Term-ProgressBar-Simple/distinfo
Normal file
5
devel/p5-Term-ProgressBar-Simple/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/01/04 06:21:28 schmonz Exp $
|
||||
|
||||
SHA1 (Term-ProgressBar-Simple-0.03.tar.gz) = 57f965c6d8065fea2fbae29ad2f2fc6761f40b85
|
||||
RMD160 (Term-ProgressBar-Simple-0.03.tar.gz) = 7fb3c7a24bf1c2fbdff88dcd0a71c574a90b705b
|
||||
Size (Term-ProgressBar-Simple-0.03.tar.gz) = 3557 bytes
|
Loading…
Reference in a new issue