add clpbar 1.09

Command Line Progress Bar
This commit is contained in:
Ying-Chieh Liao 2004-09-03 03:23:25 +00:00
parent 7d167c85f3
commit fe5573db67
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117993
4 changed files with 35 additions and 0 deletions

View file

@ -41,6 +41,7 @@
SUBDIR += chord SUBDIR += chord
SUBDIR += chord2html SUBDIR += chord2html
SUBDIR += clex SUBDIR += clex
SUBDIR += clpbar
SUBDIR += cmatrix SUBDIR += cmatrix
SUBDIR += colortail SUBDIR += colortail
SUBDIR += compat22 SUBDIR += compat22

25
misc/clpbar/Makefile Normal file
View file

@ -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>

2
misc/clpbar/distinfo Normal file
View file

@ -0,0 +1,2 @@
MD5 (bar-1.09.tar.gz) = 304adbc0754f28419dc442ba6856d138
SIZE (bar-1.09.tar.gz) = 135792

7
misc/clpbar/pkg-descr Normal file
View file

@ -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/