Port details |
- p5-Term-ProgressBar-Quiet Perl extension to display a progress bar, if interactive
- 0.31_2 devel
=0 0.31_2Version of this port present on the latest quarterly branch. - Maintainer: perl@FreeBSD.org
 - Port Added: 2013-03-28 17:50:40
- Last Update: 2021-04-06 14:31:07
- Commit Hash: 305f148
- Also Listed In: perl5
- License: ART10 GPLv1+
- Description:
- Term::ProgressBar is a wonderful module for showing progress bars on the
terminal. This module acts very much like that module when it is run
interactively. However, when it is not run interactively (for example,
as a cron job) then it does not show the progress bar.
WWW: https://metacpan.org/release/Term-ProgressBar-Quiet
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- p5-Term-ProgressBar-Quiet>0:devel/p5-Term-ProgressBar-Quiet
- To install the port:
- cd /usr/ports/devel/p5-Term-ProgressBar-Quiet/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/p5-Term-ProgressBar-Quiet
- pkg install p5-Term-ProgressBar-Quiet
- PKGNAME: p5-Term-ProgressBar-Quiet
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (Term-ProgressBar-Quiet-0.31.tar.gz) = 25675292f588bc29d32e710cf3667da9a2a1751e139801770a9fdb18cd2184a6
SIZE (Term-ProgressBar-Quiet-0.31.tar.gz) = 1924
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- p5-IO-Interactive>=0 : devel/p5-IO-Interactive
- p5-Term-ProgressBar>=0 : devel/p5-Term-ProgressBar
- p5-Test-MockObject>0 : devel/p5-Test-MockObject
- perl5>=5.32.r0<5.33 : lang/perl5.32
- perl5>=5.32.r0<5.33 : lang/perl5.32
- Runtime dependencies:
-
- p5-IO-Interactive>=0 : devel/p5-IO-Interactive
- p5-Term-ProgressBar>=0 : devel/p5-Term-ProgressBar
- p5-Test-MockObject>0 : devel/p5-Test-MockObject
- perl5>=5.32.r0<5.33 : lang/perl5.32
- This port is required by:
- for Build
-
- devel/p5-Term-ProgressBar-Simple
- for Run
-
- devel/p5-Term-ProgressBar-Simple
- Configuration Options:
- No options to configure
- Options name:
- devel_p5-Term-ProgressBar-Quiet
- USES:
- perl5
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:07 0.31_2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
23 Aug 2020 19:40:15
0.31_2
|
sunpoet  |
Sort *_DEPENDS
- Add NO_ARCH
- Sort PLIST |
06 Oct 2018 13:06:45
0.31_2
|
des  |
Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, except
for where it resulted in a change in output from build-depends-list or
run-depends-list.
Approved by: portmgr (adamw) |
27 May 2018 20:15:20
0.31_2
|
sunpoet  |
Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.
With hat: perl |
15 Sep 2017 08:58:50
0.31_2
|
mat  |
Fix license information for portgs that use "the same license as Perl".
Sponsored by: Absolight |
01 Apr 2016 14:00:57
0.31_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
01 Apr 2015 19:23:02
0.31_2
|
zi  |
- Add missing dependency
- Bump PORTREVISION
Reported by: brd@ |
26 Nov 2014 13:08:38
0.31_1
|
mat  |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
27 Oct 2014 10:55:59
0.31
|
bapt  |
Cleanup plist |
31 Oct 2013 14:31:31
0.31
|
vanilla  |
Support STAGEDIR. |
20 Sep 2013 17:13:47
0.31
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
02 Aug 2013 18:52:11
0.31
|
mat  |
- Convert to new perl framework
- Trim Makefile header
- Remove MAKE_JOBS_SAFE=yes, it's the default. |
28 Mar 2013 17:50:28
0.31
|
zi  |
New port: devel/p5-Term-ProgressBar-Quiet:
Term::ProgressBar is a wonderful module for showing progress bars on the
terminal. This module acts very much like that module when it is run
interactively. However, when it is not run interactively (for example,
as a cron job) then it does not show the progress bar.
WWW: http://search.cpan.org/dist/Term-ProgressBar-Quiet/ |