Skip to Content.
Sympa Menu

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

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 (f8ec9d2ca8b4b7bfaf284d5fa07535cc8a180acf)
  • Date: Tue, 19 Mar 2019 18:40:14 +0000

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

ChangeLog | 3 +++
utils/progress/BUILD | 1 +
utils/progress/DEPENDS | 1 +
utils/progress/DETAILS | 18 ++++++++++++++++++
utils/progress/HISTORY | 2 ++
utils/progress/INSTALL | 1 +
utils/progress/PRE_BUILD | 4 ++++
7 files changed, 30 insertions(+)

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

progress: new spell, coreutils progress viewer

diff --git a/ChangeLog b/ChangeLog
index 688f6ef..b68917f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2019-03-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * utils/progress: new spell, coreutils progress viewer
+
2019-03-18 Treeve Jelbert <treeve AT sourcemage.org>
* utils/procps-ng: added, modern version of procps
* libs/libfastjson: added , fast json library
diff --git a/utils/progress/BUILD b/utils/progress/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/utils/progress/BUILD
@@ -0,0 +1 @@
+make
diff --git a/utils/progress/DEPENDS b/utils/progress/DEPENDS
new file mode 100755
index 0000000..5764a9c
--- /dev/null
+++ b/utils/progress/DEPENDS
@@ -0,0 +1 @@
+depends ncurses
diff --git a/utils/progress/DETAILS b/utils/progress/DETAILS
new file mode 100755
index 0000000..cbb1c42
--- /dev/null
+++ b/utils/progress/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=progress
+ VERSION=0.14
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+
SOURCE_URL[0]=https://github.com/Xfennec/${SPELL}/archive/v${VERSION}.tar.gz
+
SOURCE_HASH=sha512:a455001f037d21f6d53ba9af899ab04119a2881a959664e5a2a542af00c018021bda26cf5cce8427e02fcf123adc2589bdc7d2980e69f87fbaf3098d122ed01e
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=https://github.com/Xfennec/progress
+ LICENSE[0]=GPL
+ ENTERED=20190319
+ SHORT="coreutils progress viewer"
+cat << EOF
+This tool can be described as a command that looks for coreutils basic
commands
+(cp, mv, dd, tar, gzip/gunzip, cat, etc.) currently running on your system
and
+displays the percentage of copied data. It can also show estimated time and
+throughput, and provides a "top-like" mode (monitoring).
+
+Formerly known as cv (Coreutils Viewer).
+EOF
diff --git a/utils/progress/HISTORY b/utils/progress/HISTORY
new file mode 100644
index 0000000..b918a25
--- /dev/null
+++ b/utils/progress/HISTORY
@@ -0,0 +1,2 @@
+2019-03-19 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS, DEPENDS, {PRE_,}BUILD, INSTALL: created spell, version 0.14
diff --git a/utils/progress/INSTALL b/utils/progress/INSTALL
new file mode 100755
index 0000000..e72b41d
--- /dev/null
+++ b/utils/progress/INSTALL
@@ -0,0 +1 @@
+make PREFIX="${INSTALL_ROOT}/usr" install
diff --git a/utils/progress/PRE_BUILD b/utils/progress/PRE_BUILD
new file mode 100755
index 0000000..dc9a7e2
--- /dev/null
+++ b/utils/progress/PRE_BUILD
@@ -0,0 +1,4 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "s:ncurses --libs:ncursesw --libs:" Makefile



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f8ec9d2ca8b4b7bfaf284d5fa07535cc8a180acf), Vlad Glagolev, 03/19/2019

Archive powered by MHonArc 2.6.24.

Top of Page