Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0d4113625e554cdb3586fc29c6621d2c55407f5f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0d4113625e554cdb3586fc29c6621d2c55407f5f)
  • Date: Sun, 3 Apr 2022 19:04:18 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
libs/libsexy/HISTORY | 3 +++
libs/libsexy/PRE_BUILD | 3 +++
utils/iotop-c/BUILD | 1 +
utils/iotop-c/CONFLICTS | 1 +
utils/iotop-c/DETAILS | 19 +++++++++++++++++++
utils/iotop-c/HISTORY | 2 ++
7 files changed, 32 insertions(+)

New commits:
commit 0d4113625e554cdb3586fc29c6621d2c55407f5f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

libsexy: Fix build against musl

commit ed0ce4a32862cd897b48313b089fe564419bc3a2
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

iotop-c: new spell, A top utility for IO

diff --git a/ChangeLog b/ChangeLog
index 6db50b7..0350bc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2022-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * utils/iotop-c: new spell, A top utility for IO
+
2022-04-01 Pavel Vinogradov <public AT sourcemage.org>
* gnu.gpg: new key, BE6C3AAC63AD8E3F, Werner Lemberg <wl AT gnu.org>

diff --git a/libs/libsexy/HISTORY b/libs/libsexy/HISTORY
index b138c4d..4f01f4d 100644
--- a/libs/libsexy/HISTORY
+++ b/libs/libsexy/HISTORY
@@ -1,3 +1,6 @@
+2022-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * PRE_BUILD: Fixed build against musl
+
2007-03-31 George Sherwood <george AT beernabeer.com>
* DETAILS: updated spell to 0.1.11

diff --git a/libs/libsexy/PRE_BUILD b/libs/libsexy/PRE_BUILD
new file mode 100755
index 0000000..3c8cac2
--- /dev/null
+++ b/libs/libsexy/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
diff --git a/utils/iotop-c/BUILD b/utils/iotop-c/BUILD
new file mode 100755
index 0000000..6dfecc1
--- /dev/null
+++ b/utils/iotop-c/BUILD
@@ -0,0 +1 @@
+default_build_make
diff --git a/utils/iotop-c/CONFLICTS b/utils/iotop-c/CONFLICTS
new file mode 100755
index 0000000..0e76e08
--- /dev/null
+++ b/utils/iotop-c/CONFLICTS
@@ -0,0 +1 @@
+conflicts iotop
diff --git a/utils/iotop-c/DETAILS b/utils/iotop-c/DETAILS
new file mode 100755
index 0000000..69e9807
--- /dev/null
+++ b/utils/iotop-c/DETAILS
@@ -0,0 +1,19 @@
+ SPELL=iotop-c
+ VERSION=1.21
+ SOURCE="iotop-$VERSION.tar.xz"
+
SOURCE_URL[0]=https://github.com/Tomas-M/iotop/releases/download/v$VERSION/$SOURCE
+
SOURCE_HASH=sha512:ba0cd596d1d271400d8bd1cc58d4ad38127a8c388af9bfdb7ee69ca03f4b7b2d07cfdd04b6eb78cc5bb5487f8304fd51870ce200cf75dbfb81c43977dc663543
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/iotop-$VERSION"
+ WEB_SITE="https://github.com/Tomas-M/iotop";
+ LICENSE[0]="GPL-2.0-or-later"
+ ENTERED=20220403
+ KEYWORDS=""
+ SHORT="A top utility for IO"
+cat << EOF
+iotop identifies processes that use high amount of input/output requests
+on your machine. It is similar to the well known top utility, but instead
+of showing you what consumes CPU the most, it lists processes by their IO
+usage. Inspired by iotop Python script from Guillaume Chazarain, rewritten
+in C by Vyacheslav Trushkin and improved by Boian Bonev so it runs without
+Python at all.
+EOF
diff --git a/utils/iotop-c/HISTORY b/utils/iotop-c/HISTORY
new file mode 100644
index 0000000..38161b5
--- /dev/null
+++ b/utils/iotop-c/HISTORY
@@ -0,0 +1,2 @@
+2022-04-03 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, CONFLICTS, DETAILS: spell created



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (0d4113625e554cdb3586fc29c6621d2c55407f5f), Ismael Luceno, 04/03/2022

Archive powered by MHonArc 2.6.24.

Top of Page