import p5-Term-ProgressBar
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. from Girish Venkatachalam ok merdely@
This commit is contained in:
parent
c9509af2f4
commit
0c8b3dac62
21
devel/p5-Term-ProgressBar/Makefile
Normal file
21
devel/p5-Term-ProgressBar/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2008/04/10 17:43:42 okan Exp $
|
||||
|
||||
COMMENT= text mode progress bar
|
||||
|
||||
MODULES= cpan
|
||||
DISTNAME= Term-ProgressBar-2.09
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= Girish Venkatachalam <girish1729@gmail.com>
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS = ::devel/p5-Class-MethodMaker \
|
||||
::devel/p5-Term-ReadKey
|
||||
RUN_DEPENDS = ${BUILD_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
5
devel/p5-Term-ProgressBar/distinfo
Normal file
5
devel/p5-Term-ProgressBar/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (Term-ProgressBar-2.09.tar.gz) = RA39BP5RoS0xTprfJEXwSg==
|
||||
RMD160 (Term-ProgressBar-2.09.tar.gz) = Ge3r4PoxKHFQGR6IPLmJVQVMmA4=
|
||||
SHA1 (Term-ProgressBar-2.09.tar.gz) = kFzw578oUKl4NDdgtPQKBClGQzk=
|
||||
SHA256 (Term-ProgressBar-2.09.tar.gz) = LFXIRoSgWTTVQhcH12wbb19FYYqBihDY3PYHAn2TBl4=
|
||||
SIZE (Term-ProgressBar-2.09.tar.gz) = 29079
|
6
devel/p5-Term-ProgressBar/pkg/DESCR
Normal file
6
devel/p5-Term-ProgressBar/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
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.
|
4
devel/p5-Term-ProgressBar/pkg/PLIST
Normal file
4
devel/p5-Term-ProgressBar/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2008/04/10 17:43:42 okan Exp $
|
||||
${P5SITE}/Term/
|
||||
${P5SITE}/Term/ProgressBar.pm
|
||||
@man man/man3p/Term::ProgressBar.3p
|
Loading…
Reference in New Issue
Block a user