diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-09-03 03:23:25 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-09-03 03:23:25 +0000 |
commit | fe5573db67a933e01b458d50ed8b03aa7b0588a2 (patch) | |
tree | 46ab2606c12645749059de59f2e9b18baa768668 /misc | |
parent | 7d167c85f3ba6c51f6609169b5c3ee91c648b137 (diff) | |
download | ports-fe5573db67a933e01b458d50ed8b03aa7b0588a2.tar.gz ports-fe5573db67a933e01b458d50ed8b03aa7b0588a2.zip |
add clpbar 1.09
Command Line Progress Bar
Notes
Notes:
svn path=/head/; revision=117993
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/clpbar/Makefile | 25 | ||||
-rw-r--r-- | misc/clpbar/distinfo | 2 | ||||
-rw-r--r-- | misc/clpbar/pkg-descr | 7 |
4 files changed, 35 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2546695ba906..677dda69b336 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -41,6 +41,7 @@ SUBDIR += chord SUBDIR += chord2html SUBDIR += clex + SUBDIR += clpbar SUBDIR += cmatrix SUBDIR += colortail SUBDIR += compat22 diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile new file mode 100644 index 000000000000..44a9b01bb4bb --- /dev/null +++ b/misc/clpbar/Makefile @@ -0,0 +1,25 @@ +# ex:ts=8 +# Ports collection makefile for: clpbar +# Date created: Sep 3, 2004 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= clpbar +PORTVERSION= 1.09 +CATEGORIES= misc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= bar-${PORTVERSION} + +MAINTAINER= ports@FreeBSD.org +COMMENT= Command Line Progress Bar + +USE_GNOME= gnometarget +GNU_CONFIGURE= yes + +PLIST_FILES= bin/bar +MAN1= bar.1 + +.include <bsd.port.mk> diff --git a/misc/clpbar/distinfo b/misc/clpbar/distinfo new file mode 100644 index 000000000000..b7a708bdd8b0 --- /dev/null +++ b/misc/clpbar/distinfo @@ -0,0 +1,2 @@ +MD5 (bar-1.09.tar.gz) = 304adbc0754f28419dc442ba6856d138 +SIZE (bar-1.09.tar.gz) = 135792 diff --git a/misc/clpbar/pkg-descr b/misc/clpbar/pkg-descr new file mode 100644 index 000000000000..a13c8952e477 --- /dev/null +++ b/misc/clpbar/pkg-descr @@ -0,0 +1,7 @@ +Bar is a simple tool to copy a stream of data and print a display for the user +on stderr showing (a) the ammount of data passed, (b) the throughput of the +data transfer, and (c) the transfer time, or, if the total size of the data +stream is known, the estimated time remaining, what percentage of the data +transfer has been completed, and a progress bar. + +WWW: http://clpbar.sourceforge.net/ |