[Lunar-commits] <moonbase> pv: Version bump and moving to utils.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Wed Feb 9 19:48:12 CET 2011
commit c14c286ddc2dea931f61ab386289478ac1e811bb
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Wed Feb 9 13:48:12 2011 -0500
pv: Version bump and moving to utils.
---
utils/pv/DETAILS | 17 +++++++++++++++++
zbeta/pv/DETAILS | 17 -----------------
2 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/utils/pv/DETAILS b/utils/pv/DETAILS
new file mode 100644
index 0000000..e3f884a
--- /dev/null
+++ b/utils/pv/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=pv
+ VERSION=1.2.0
+ SOURCE=${MODULE}-${VERSION}.tar.bz2
+ SOURCE_URL=http://pipeviewer.googlecode.com/files/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+ SOURCE_VFY=sha1:bb921bca55347a1b7c6f74ce6b70cff0325499d7
+ WEB_SITE="http://www.ivarch.com/programs/pv.shtml"
+ ENTERED=20090502
+ UPDATED=20110209
+ SHORT="pipe viewer, displays progress of piped streams"
+cat << EOF
+pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
+data through a pipeline. It can be inserted into any normal pipeline between
+two processes to give a visual indication of how quickly data is passing
+through, how long it has taken, how near to completion it is, and an estimate
+of how long it will be until completion.
+EOF
diff --git a/zbeta/pv/DETAILS b/zbeta/pv/DETAILS
deleted file mode 100644
index 46c05d5..0000000
--- a/zbeta/pv/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=pv
- VERSION=1.1.4
- SOURCE=${MODULE}-${VERSION}.tar.bz2
- SOURCE_URL=http://pipeviewer.googlecode.com/files/
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
- SOURCE_VFY=sha1:9c86e65751f56715a92ce849f6389533700db6d0
- WEB_SITE="http://www.ivarch.com/programs/pv.shtml"
- ENTERED=20090502
- UPDATED=20090502
- SHORT="pipe viewer, displays progress of piped streams"
-cat <<EOF
-pv - Pipe Viewer - is a terminal-based tool for monitoring the progress of
-data through a pipeline. It can be inserted into any normal pipeline between
-two processes to give a visual indication of how quickly data is passing
-through, how long it has taken, how near to completion it is, and an estimate
-of how long it will be until completion.
-EOF
More information about the Lunar-commits
mailing list