Skip to Content.
Sympa Menu

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

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 (51a28a15818a329bf1bba1413b76b180a38c8d22)
  • Date: Mon, 26 Sep 2016 01:56:38 +0000

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

utils/rlwrap/DEPENDS | 3 +++
utils/rlwrap/DETAILS | 20 ++++++++++----------
utils/rlwrap/HISTORY | 5 +++++
3 files changed, 18 insertions(+), 10 deletions(-)

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

rlwrap: => 0.42

diff --git a/utils/rlwrap/DEPENDS b/utils/rlwrap/DEPENDS
new file mode 100755
index 0000000..804de36
--- /dev/null
+++ b/utils/rlwrap/DEPENDS
@@ -0,0 +1,3 @@
+depends ncurses &&
+depends readline &&
+depends perl
diff --git a/utils/rlwrap/DETAILS b/utils/rlwrap/DETAILS
index f14a5a1..b3faec5 100755
--- a/utils/rlwrap/DETAILS
+++ b/utils/rlwrap/DETAILS
@@ -1,19 +1,19 @@
SPELL=rlwrap
- VERSION=0.41
+ VERSION=0.42
SOURCE=$SPELL-$VERSION.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=http://utopia.knoware.nl/~hlub/uck/rlwrap/$SOURCE
-
SOURCE_HASH=sha512:1a2949b5a1009da8bbc6bf4bb4a7a829fc0c2c37dacdb102ce4c102b636762a4dd5224f293e419159b691ef78419de1e322a42b41694cd4fbf384e21759e34d9
+
SOURCE_HASH=sha512:991885e75aabf0d43581d59f7c78f7f64c3f32072de08ff5796cba75c0716548d2186cbe2d739f3e772871e3586d036f069db73b2ee8a30b2f7985088d0f68df
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
WEB_SITE=http://utopia.knoware.nl/~hlub/uck/rlwrap/
ENTERED=20020826
LICENSE=GPL
KEYWORDS="utils"
- SHORT="Readline wrapper"
+ SHORT="readline wrapper"
cat << EOF
-rlwrap is a 'readline wrapper', i.e. a small utility
-that uses the GNU readline library to allow the editing
-of keyboard input for any other command. Input history
-is remembered separately for each command, !... history
-completion works as in bash and completion word lists
-can be specified on the command line.
+rlwrap is a 'readline wrapper', i.e. a small utility that uses the GNU
readline
+library to allow the editing of keyboard input for any other command.
+
+Input history is remembered separately for each command. History completion
+works as in bash and completion word lists can be specified on the command
line.
EOF
diff --git a/utils/rlwrap/HISTORY b/utils/rlwrap/HISTORY
index b2ca0d6..9b0cc9c 100644
--- a/utils/rlwrap/HISTORY
+++ b/utils/rlwrap/HISTORY
@@ -1,3 +1,8 @@
+2016-09-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 0.42; don't do useless doc-ing; quoting
+ paths; updated descriptions
+ * DEPENDS: added, for missing dependencies
+
2015-06-06 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* DETAILS: version 0.41




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (51a28a15818a329bf1bba1413b76b180a38c8d22), Vlad Glagolev, 09/25/2016

Archive powered by MHonArc 2.6.24.

Top of Page