1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

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/
This commit is contained in:
Ryan Steinmetz 2013-03-28 17:50:27 +00:00
parent 88892f0ba8
commit 4627852ca6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315490
5 changed files with 39 additions and 0 deletions

View File

@ -2683,6 +2683,7 @@
SUBDIR += p5-Term-Encoding
SUBDIR += p5-Term-Menus
SUBDIR += p5-Term-ProgressBar
SUBDIR += p5-Term-ProgressBar-Quiet
SUBDIR += p5-Term-Prompt
SUBDIR += p5-Term-Query
SUBDIR += p5-Term-RawInput

View File

@ -0,0 +1,24 @@
# Created by: Ryan Steinmetz <zi@FreeBSD.org>
# $FreeBSD$
PORTNAME= Term-ProgressBar-Quiet
PORTVERSION= 0.31
CATEGORIES= devel perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
COMMENT= Perl extension to display a progress bar, if interactive
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Term-ProgressBar>=0:${PORTSDIR}/devel/p5-Term-ProgressBar \
p5-IO-Interactive>=0:${PORTSDIR}/devel/p5-IO-Interactive
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
MAN3= Term::ProgressBar::Quiet.3
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Term-ProgressBar-Quiet-0.31.tar.gz) = 25675292f588bc29d32e710cf3667da9a2a1751e139801770a9fdb18cd2184a6
SIZE (Term-ProgressBar-Quiet-0.31.tar.gz) = 1924

View File

@ -0,0 +1,6 @@
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/

View File

@ -0,0 +1,6 @@
%%SITE_PERL%%/Term/ProgressBar/Quiet.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ProgressBar/Quiet/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term/ProgressBar/Quiet
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Term
@dirrmtry %%SITE_PERL%%//Term/ProgressBar
@dirrmtry %%SITE_PERL%%/Term