Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de3a45da0dc8420136c7186726c3a1cc6ad6fa84)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de3a45da0dc8420136c7186726c3a1cc6ad6fa84)
  • Date: Fri, 16 Sep 2011 07:03:45 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 4 ++++
utils/pv/DETAILS | 18 ++++++++++++++++++
utils/pv/HISTORY | 2 ++
3 files changed, 24 insertions(+)

New commits:
commit de3a45da0dc8420136c7186726c3a1cc6ad6fa84
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

pv: new spell, terminal-based tool for monitoring the progress of data
through a pipeline

diff --git a/ChangeLog b/ChangeLog
index 649d5e5..de7af09 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-09-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/pv: new spell, terminal-based tool for monitoring the progress
+ of data through a pipeline
+
2011-09-14 Robert Figura <template AT sourcemage.org>
* python-pypi/pyqscintilla: new spell: install qscintilla bindings
for python

diff --git a/utils/pv/DETAILS b/utils/pv/DETAILS
new file mode 100755
index 0000000..1def3f4
--- /dev/null
+++ b/utils/pv/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=pv
+ VERSION=1.2.0
+ SOURCE=${SPELL}-${VERSION}.tar.bz2
+ SOURCE_URL[0]=http://pipeviewer.googlecode.com/files/${SOURCE}
+
SOURCE_HASH=sha512:9b5a880b54b55f79c421b159fd6de379cacf233ba32ccdaa51cfdd18db5959b366ab50074ff84e67b09fd8377bcc9ef428efd864da1d5a8774ecbb7d3936475d
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOCS="COPYING NEWS TODO"
+ WEB_SITE=http://www.ivarch.com/programs/pv.shtml
+ LICENSE[0]=Artistic
+ ENTERED=20110916
+ SHORT="terminal-based tool for monitoring the progress of data
through a pipeline"
+cat << EOF
+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/utils/pv/HISTORY b/utils/pv/HISTORY
new file mode 100644
index 0000000..24ba4c1
--- /dev/null
+++ b/utils/pv/HISTORY
@@ -0,0 +1,2 @@
+2011-09-16 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (de3a45da0dc8420136c7186726c3a1cc6ad6fa84), Vlad Glagolev, 09/16/2011

Archive powered by MHonArc 2.6.24.

Top of Page