summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/Makefile1
-rw-r--r--misc/clpbar/Makefile25
-rw-r--r--misc/clpbar/distinfo2
-rw-r--r--misc/clpbar/pkg-descr7
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/