pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Term-ProgressBar A progress bar for things th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c73acff1679e
branches: trunk
changeset: 482120:c73acff1679e
user: adrianp <adrianp%pkgsrc.org@localhost>
date: Wed Oct 20 16:56:47 2004 +0000
description:
A 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.
diffstat:
devel/p5-Term-ProgressBar/DESCR | 6 ++++++
devel/p5-Term-ProgressBar/Makefile | 22 ++++++++++++++++++++++
devel/p5-Term-ProgressBar/PLIST | 1 +
devel/p5-Term-ProgressBar/distinfo | 4 ++++
4 files changed, 33 insertions(+), 0 deletions(-)
diffs (49 lines):
diff -r 0ec77473410f -r c73acff1679e devel/p5-Term-ProgressBar/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ProgressBar/DESCR Wed Oct 20 16:56:47 2004 +0000
@@ -0,0 +1,6 @@
+A 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.
diff -r 0ec77473410f -r c73acff1679e devel/p5-Term-ProgressBar/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ProgressBar/Makefile Wed Oct 20 16:56:47 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/10/20 16:56:47 adrianp Exp $
+#
+
+DISTNAME= Term-ProgressBar-2.06-r1
+PKGNAME= p5-${DISTNAME}
+CATEGORIES= devel perl5
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/F/FL/FLUFFY/}
+
+MAINTAINER= imil%gcu.info@localhost
+HOMEPAGE= http://search.cpan.org/~fluffy/${DISTNAME}/
+COMMENT= Provide a progress meter on a standard terminal
+
+DEPENDS+= p5-Class-MethodMaker>=1.12:../../devel/p5-Class-MethodMaker
+DEPENDS+= p5-Term-ReadKey>=2.21:../../devel/p5-Term-ReadKey
+
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-r1$//}
+
+USE_BUILDLINK3= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Term-ProgressBar/.packlist
+
+.include "../../lang/perl5/module.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 0ec77473410f -r c73acff1679e devel/p5-Term-ProgressBar/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ProgressBar/PLIST Wed Oct 20 16:56:47 2004 +0000
@@ -0,0 +1,1 @@
+@comment $NetBSD: PLIST,v 1.1.1.1 2004/10/20 16:56:47 adrianp Exp $
diff -r 0ec77473410f -r c73acff1679e devel/p5-Term-ProgressBar/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/p5-Term-ProgressBar/distinfo Wed Oct 20 16:56:47 2004 +0000
@@ -0,0 +1,4 @@
+$NetBSD: distinfo,v 1.1.1.1 2004/10/20 16:56:47 adrianp Exp $
+
+SHA1 (Term-ProgressBar-2.06-r1.tar.gz) = d7bd8dc45958d34964b956b396799e4073097b83
+Size (Term-ProgressBar-2.06-r1.tar.gz) = 27925 bytes
Home |
Main Index |
Thread Index |
Old Index