Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Term-ProgressBar-2.21-1.21 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Term-ProgressBar Distribution: SUSE Linux Enterprise 15
Version: 2.21 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.21 Build date: Fri May 25 20:26:45 2018
Group: Development/Libraries/Perl Build host: sheep04
Size: 50737 Source RPM: perl-Term-ProgressBar-2.21-1.21.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/Term-ProgressBar/
Summary: Provide a Progress Meter On a Standard Terminal
Term::ProgressBar provides a simple progress bar on the terminal, to let
the user know that something is happening, roughly how much stuff has been
done, and maybe an estimate at how long remains.

A typical use sets up the progress bar with a number of items to do, and
then calls update to update the bar whenever an item is processed.

Often, this would involve updating the progress bar many times with no
user-visible change. To avoid unnecessary work, the update method returns a
value, being the update value at which the user will next see a change. By
only calling update when the current value exceeds the next update value,
the call overhead is reduced.

Remember to call the '$progress->update($max_value)' when the job is done
to get a nice 100% done bar.

A progress bar by default is simple; it just goes from left-to-right,
filling the bar with '=' characters. These are called *major* characters.
For long-running jobs, this may be too slow, so two additional features are
available: a linear completion time estimator, and/or a *minor* character:
this is a character that _moves_ from left-to-right on the progress bar (it
does not fill it as the major character does), traversing once for each
major-character added. This exponentially increases the granularity of the
bar for the same width.

Provides

Requires

License

Artistic-1.0 or GPL-1.0+

Changelog

* Thu Aug 03 2017 coolo@suse.com
  - updated to 2.21
    see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
    2.21  2017-08-02 MANWAR
    - Added key 'clean' to Makefile.PL script.
* Wed Jul 12 2017 coolo@suse.com
  - updated to 2.20
    see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
    2.20  2017-07-11 MANWAR
    - silent mode avoids uninitialized value messages (GFIREBALL)
* Tue Jul 11 2017 coolo@suse.com
  - updated to 2.19
    see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
    2.19  2017-07-10 MANWAR
    - Fixed inconsistent version as reported by CPANTS.
* Wed Dec 07 2016 coolo@suse.com
  - updated to 2.18
    see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
* Mon Apr 13 2015 coolo@suse.com
  - updated to 2.17
    see /usr/share/doc/packages/perl-Term-ProgressBar/Changes
    2.17 2015-01-23
    - Handle case when the maximum number of items is unknown (LukeGoodsell)
    2.16 2014-09-09 17:00:00
    - Cygwin width issue  RT #8344 (LukeGoodsell)
    - Remove unused DEBUG variables.
    - Stop exorting $PACKAGE $VERSION.
    - Add use warnings;
* Wed Jun 25 2014 mlatimer@suse.com
  - Update to version 2.15
    + Add Term::ProgressBar::IO, which displays a progress bar while reading
      from a seekable filehandle
* Wed Aug 07 2013 rcurtis@suse.com
  - Removed Requires: perl and BuildRequires: perl from spec file
* Tue Aug 06 2013 rcurtis@suse.com
  - Updated spec file to replace perl_requires macro with preferred SUSE
    Requires:  perl >= x.x format
* Tue Aug 06 2013 rcurtis@suse.com
  - Updated spec file to remove %perl_requires macro
* Fri Aug 02 2013 rcurtis@suse.com
  - Validated that license is 'per' as listed in Makefile.PL which is GPL or
    Artistic compliant. The spec file reflects this change.
* Fri Aug 02 2013 rcurtis@suse.com
  - Updated spec file to remove auto/Term-ProgressBar from the files section
    that is no longer used in the new version. Removed the BUGS file from the
    files section in spec file since all changes are not logged in changes
* Fri Aug 02 2013 rcurtis@suse.com
  - Updated spec files section for 2.14 version
* Fri Aug 02 2013 rcurtis@suse.com
  - Trying newerv 2.13 version
* Fri Aug 02 2013 rcurtis@suse.com
  - Checked license and updated spec.  Module states same license as Perl which
    is GPL-1.0+ or Artistic-1.0
* Thu Aug 01 2013 rcurtis@suse.com
  - reverted back to 2.12 due to build options
* Thu Aug 01 2013 rcurtis@suse.com
  - added Term-ProgressBar-2.14.tar.gz in place of Term-ProgressBar-2.10.tar.gz
* Thu Aug 01 2013 rcurtis@suse.com
  - update to 2.14:
    * updated spec file to version 2.14
* Wed Dec 21 2011 pascal.bleser@opensuse.org
  - update to 2.10:
    * remove Build.PL (keep the Makefile.PL only)
    * replace home-made testing tools with CPAN-ish tools
    * require Capture::Tiny for testing
* Wed Dec 01 2010 coolo@novell.com
  - switch to perl_requires macro
* Mon Nov 29 2010 coolo@novell.com
  - remove /var/adm/perl-modules
* Mon Nov 29 2010 coolo@novell.com
  - called spec2changelog

Files

/usr/lib/perl5/vendor_perl/5.26.1/Term
/usr/lib/perl5/vendor_perl/5.26.1/Term/ProgressBar
/usr/lib/perl5/vendor_perl/5.26.1/Term/ProgressBar.pm
/usr/lib/perl5/vendor_perl/5.26.1/Term/ProgressBar/IO.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Term-ProgressBar
/usr/share/doc/packages/perl-Term-ProgressBar/Changes
/usr/share/doc/packages/perl-Term-ProgressBar/README
/usr/share/doc/packages/perl-Term-ProgressBar/examples
/usr/share/doc/packages/perl-Term-ProgressBar/examples/powers
/usr/share/doc/packages/perl-Term-ProgressBar/examples/powers2
/usr/share/doc/packages/perl-Term-ProgressBar/examples/powers3
/usr/share/doc/packages/perl-Term-ProgressBar/examples/powers4
/usr/share/doc/packages/perl-Term-ProgressBar/examples/powers5
/usr/share/doc/packages/perl-Term-ProgressBar/examples/simple_use.pl
/usr/share/doc/packages/perl-Term-ProgressBar/examples/smooth_bar.pl
/usr/share/doc/packages/perl-Term-ProgressBar/examples/stdinorfile.pl
/usr/share/man/man3/Term::ProgressBar.3pm.gz
/usr/share/man/man3/Term::ProgressBar::IO.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024