mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add clpbar 1.09
Command Line Progress Bar
This commit is contained in:
parent
7d167c85f3
commit
fe5573db67
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117993
@ -41,6 +41,7 @@
|
||||
SUBDIR += chord
|
||||
SUBDIR += chord2html
|
||||
SUBDIR += clex
|
||||
SUBDIR += clpbar
|
||||
SUBDIR += cmatrix
|
||||
SUBDIR += colortail
|
||||
SUBDIR += compat22
|
||||
|
25
misc/clpbar/Makefile
Normal file
25
misc/clpbar/Makefile
Normal 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
2
misc/clpbar/distinfo
Normal 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
7
misc/clpbar/pkg-descr
Normal 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/
|
Loading…
Reference in New Issue
Block a user