Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9cc653b20d10089d2cc115d310615c42c7d81383)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Thomas Orgis <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9cc653b20d10089d2cc115d310615c42c7d81383)
  • Date: Wed, 1 Mar 2023 20:26:58 +0000

GIT changes to master grimoire by Thomas Orgis <sobukus AT sourcemage.org>:

utils/moreutils/DETAILS | 33 +++++++++++++++++++--------------
utils/moreutils/HISTORY | 3 +++
2 files changed, 22 insertions(+), 14 deletions(-)

New commits:
commit 9cc653b20d10089d2cc115d310615c42c7d81383
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Thomas Orgis <sobukus AT sourcemage.org>

moreutils: update to 0.67

diff --git a/utils/moreutils/DETAILS b/utils/moreutils/DETAILS
index eaa97fd..3f2c7e5 100755
--- a/utils/moreutils/DETAILS
+++ b/utils/moreutils/DETAILS
@@ -1,10 +1,10 @@
SPELL=moreutils
- VERSION=0.65
-
SOURCE_HASH=sha512:0a0b0d828671c45b9e62c045fac19ad2660b2469d0b7a4e203bd2567b0ec89e54d82d9a93a759fa4f8550eb72912fd12ef351bd5ea584b0a4c8f1c9cbc02ee9d
- SOURCE=${SPELL}-$VERSION.tar.xz
+ VERSION=0.67
+
SOURCE_HASH=sha512:3a395fa80c1c1d769ec078cbf9455952201a364d8264796c6443a397ed7fa4f08250ecd140f047cf2e9533d6fc5310b3a579a7c083a5bc4cb4672d39c35dab75
+ SOURCE=${SPELL}-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://http.debian.net/debian/pool/main/m/moreutils/moreutils_${VERSION}.orig.tar.xz
- WEB_SITE=http://www.kitenet.net/~joey/code/moreutils.html
+
SOURCE_URL[0]=http://http.debian.net/debian/pool/main/m/moreutils/moreutils_${VERSION}.orig.tar.gz
+ WEB_SITE=https://joeyh.name/code/moreutils/
ENTERED=20060712
LICENSE[0]=GPL
KEYWORDS="utils"
@@ -13,16 +13,21 @@ cat << EOF
moreutils is a growing collection of the unix tools that nobody thought to
write
thirty years ago.

-So far, it includes the following utilities:
+Some included utlilities:

- - isutf8: check if a file or standard input is utf-8
- - sponge: soak up standard input and write to a file
- - ts: timestamp standard input
- - vidir: edit a directory in your text editor
- - vipe: insert a text editor into a pipe
+ - chronic: runs a command quietly unless it fails
- combine: combine the lines in two files using boolean operations
+ - errno: look up errno names and descriptions
- ifdata: get network interface info without parsing ifconfig output
- - pee: tee standard input to pipes
- - zrun: automatically uncompress arguments to command
- - mispipe: pipe two commands, returning the exit status of the first
+ - ifne: run a program if the standard input is not empty
+ - isutf8: check if a file or standard input is utf-8
+ - lckdo: execute a program with a lock held
+ - mispipe: pipe two commands, returning the exit status of the first
+ - parallel: run multiple jobs at once
+ - pee: tee standard input to pipes
+ - sponge: soak up standard input and write to a file
+ - ts: timestamp standard input
+ - vidir: edit a directory in your text editor
+ - vipe: insert a text editor into a pipe
+ - zrun: automatically uncompress arguments to command
EOF
diff --git a/utils/moreutils/HISTORY b/utils/moreutils/HISTORY
index 7a69538..6268e06 100644
--- a/utils/moreutils/HISTORY
+++ b/utils/moreutils/HISTORY
@@ -1,3 +1,6 @@
+2023-03-01 Thomas Orgis <sobukus AT orgis.org>
+ * DETAILS: updated spell to 0.67
+
2021-08-24 Ismael Luceno <ismael AT sourcemage.org>
* DETAILS: updated spell to 0.65




  • [SM-Commit] GIT changes to master grimoire by Thomas Orgis (9cc653b20d10089d2cc115d310615c42c7d81383), Thomas Orgis, 03/01/2023

Archive powered by MHonArc 2.6.24.

Top of Page