Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (83967f467ad63237a190fd15661bbd2ebcc941bb)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (83967f467ad63237a190fd15661bbd2ebcc941bb)
  • Date: Sun, 7 Jan 2018 14:59:21 +0000

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

ChangeLog | 4 ++++
devel/guile/DETAILS | 2 +-
devel/guile/HISTORY | 4 ++++
devel/guile/guile-keyring.gpg |binary
editors/nano/DETAILS | 2 +-
editors/nano/HISTORY | 3 +++
libs/libunistring/DETAILS | 2 +-
libs/libunistring/HISTORY | 3 +++
utils/gnu-parallel/DETAILS | 32 ++++++++++++++++++++++++++++++++
utils/gnu-parallel/HISTORY | 3 +++
10 files changed, 52 insertions(+), 3 deletions(-)

New commits:
commit 83967f467ad63237a190fd15661bbd2ebcc941bb
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

devel/guile: version 2.2.3

commit 584585b54810f10a46b84a990686cacefc045b63
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

utils/gnu-parallel: new spell, a shell utility for running jobs in
parallel

commit 2ca76c669b809d74c316f6148b592548b46a75e7
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

libs/libunistring: version 0.9.8

commit 4035b88dc02a31d9ffe945ff5da19edf0bd24aad
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

editors/nano: version 2.9.2

diff --git a/ChangeLog b/ChangeLog
index 58aad2b..ac1fc43 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-01-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * utils/gnu-parallel: new spell, a shell utility for running jobs in
+ parallel
+
2018-01-06 Ismael Luceno <ismael AT sourcemage.org>
* perl-cpan/perl-class-inspector: new spell, Class::Inspector -
Get information about a class and its structure
diff --git a/devel/guile/DETAILS b/devel/guile/DETAILS
index 8e9c1a5..2de02bb 100755
--- a/devel/guile/DETAILS
+++ b/devel/guile/DETAILS
@@ -1,5 +1,5 @@
SPELL=guile
- VERSION=2.0.13
+ VERSION=2.2.3
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/devel/guile/HISTORY b/devel/guile/HISTORY
index 2a8be13..9127901 100644
--- a/devel/guile/HISTORY
+++ b/devel/guile/HISTORY
@@ -1,3 +1,7 @@
+2018-01-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.2.3
+ * guile-keyring.gpg: add E4436885
+
2017-01-23 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 2.0.13
* guile-keyring.gpg: import 3D9AEBB5
diff --git a/devel/guile/guile-keyring.gpg b/devel/guile/guile-keyring.gpg
index 31700dd..62c42c0 100644
Binary files a/devel/guile/guile-keyring.gpg and
b/devel/guile/guile-keyring.gpg differ
diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index c9cca6f..add967b 100755
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,5 +1,5 @@
SPELL=nano
- VERSION=2.9.0
+ VERSION=2.9.1
SECURITY_PATCH=1
BRANCH=`echo $VERSION | cut -d . -f 1,2`
SOURCE=$SPELL-$VERSION.tar.gz
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 29a8116..9265132 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2018-01-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 2.9.2
+
2017-11-19 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.9.0

diff --git a/libs/libunistring/DETAILS b/libs/libunistring/DETAILS
index d0a940e..7f08aa5 100755
--- a/libs/libunistring/DETAILS
+++ b/libs/libunistring/DETAILS
@@ -1,5 +1,5 @@
SPELL=libunistring
- VERSION=0.9.7
+ VERSION=0.9.8
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/libunistring/HISTORY b/libs/libunistring/HISTORY
index b77d689..d71a012 100644
--- a/libs/libunistring/HISTORY
+++ b/libs/libunistring/HISTORY
@@ -1,3 +1,6 @@
+2018-01-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.9.8
+
2017-01-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.9.7

diff --git a/utils/gnu-parallel/DETAILS b/utils/gnu-parallel/DETAILS
new file mode 100755
index 0000000..538d67c
--- /dev/null
+++ b/utils/gnu-parallel/DETAILS
@@ -0,0 +1,32 @@
+ SPELL=gnu-parallel
+ VERSION=20171222
+ SOURCE="parallel-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=http://ftp.gnu.org/gnu/parallel/${SOURCE}
+
SOURCE_HASH=sha512:3811310ee3957072a217ebd03b23127b115364cf24645ff0f958cf6ff9490d3379b25f7176da4f7ae43afdd230eb07d49fb7acde71d522eb1d37dae711c32813
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/parallel-${VERSION}"
+ WEB_SITE="https://www.gnu.org/software/parallel/";
+ LICENSE[0]=GPL
+ ENTERED=20180107
+ SHORT="a shell tool for executing jobs in parallel"
+cat << EOF
+GNU parallel is a shell tool for executing jobs in parallel using one or
+more computers. A job can be a single command or a small script that has
+to be run for each of the lines in the input. The typical input is a list
+of files, a list of hosts, a list of users, a list of URLs, or a list of
+tables. A job can also be a command that reads from a pipe. GNU parallel
+can then split the input and pipe it into commands in parallel.
+
+If you use xargs and tee today you will find GNU parallel very easy to use
+as GNU parallel is written to have the same options as xargs. If you write
+loops in shell, you will find GNU parallel may be able to replace most of
+the loops and make them run faster by running several jobs in parallel.
+
+GNU parallel makes sure output from the commands is the same output as you
+would get had you run the commands sequentially. This makes it possible to
+use output from GNU parallel as input for other programs.
+
+For each line of input GNU parallel will execute command with the line as
+arguments. If no command is given, the line of input is executed. Several
+lines will be run in parallel. GNU parallel can often be used as a substitute
+for xargs or cat | bash.
+EOF
diff --git a/utils/gnu-parallel/HISTORY b/utils/gnu-parallel/HISTORY
new file mode 100644
index 0000000..814b11b
--- /dev/null
+++ b/utils/gnu-parallel/HISTORY
@@ -0,0 +1,3 @@
+2018-01-07 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (83967f467ad63237a190fd15661bbd2ebcc941bb), Florian Franzmann, 01/07/2018

Archive powered by MHonArc 2.6.24.

Top of Page