1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libterm-progressbar-perl
Section: perl
Priority: optional
Build-Depends:
debhelper-compat (= 13),
Build-Depends-Indep:
libcapture-tiny-perl <!nocheck>,
libclass-methodmaker-perl,
libterm-readkey-perl,
libtest-exception-perl <!nocheck>,
libtest-warnings-perl <!nocheck>,
perl,
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders:
gregor herrmann <gregoa@debian.org>,
Salvatore Bonaccorso <carnil@debian.org>,
Standards-Version: 4.6.1
Homepage: https://metacpan.org/release/Term-ProgressBar
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libterm-progressbar-perl.git
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libterm-progressbar-perl
Testsuite: autopkgtest-pkg-perl
Rules-Requires-Root: no
Package: libterm-progressbar-perl
Architecture: all
Depends:
libclass-methodmaker-perl,
libterm-readkey-perl,
${misc:Depends},
${perl:Depends},
Description: Perl module to print a progress bar
This is the CPAN Perl module Term::ProgressBar.
.
This module displays progress bar for things that take a while.
It looks like:
.
50% [===== ]
.
and is as long as the terminal. Linear estimation of the time left
for the process to run is available.
|