[SM-Commit] GIT changes to stable-0.4 grimoire by Eric Sandall (7d3ab642d9ee8d65c70432a4413b24f1ed739115)

Eric Sandall scm at mail.sourcemage.org
Wed Dec 6 13:39:58 EST 2006


GIT changes to stable-0.4 grimoire by Eric Sandall <sandalle at moby.(none)>:

 collab/subversion/DETAILS |    4 ++--
 collab/subversion/HISTORY |    3 +++
 libs/readline/HISTORY     |    6 ++++++
 libs/readline/etc/inputrc |   33 +++++++++++++++++++++++++++++++++
 4 files changed, 44 insertions(+), 2 deletions(-)

New commits:
commit 7d3ab642d9ee8d65c70432a4413b24f1ed739115
Author: Eric Sandall <sandalle at moby.(none)>
Commit: Eric Sandall <sandalle at moby.(none)>

    Added inputrc from test commit eda36b7808febe950b9af271debe71eb74c3d2dc as the commit that added inputrc also modified many other files, and we just need inputrc to fix readline.

commit 76dcbdb60a7226f54bf305cb60ba31728ea13cf6
Author: George Sherwood <chat at sourcemage.org>
Commit: Eric Sandall <sandalle at moby.(none)>

    subversion: Updated to version 1.4.2
    
    Pulling into stable-0.4 as subversion 1.4.0 has an incorrect md5sum and I do not have the original 1.4.0 tarball to verify against.
    
    Conflicts:
    
    	collab/subversion/HISTORY

diff --git a/collab/subversion/DETAILS b/collab/subversion/DETAILS
index 2e66b1f..6a494ca 100755
--- a/collab/subversion/DETAILS
+++ b/collab/subversion/DETAILS
@@ -1,5 +1,5 @@
            SPELL=subversion
-         VERSION=1.4.0
+         VERSION=1.4.2
 if [[ "$SVN_HEAD" == y ]]; then VERSION=${VERSION%.*}-HEAD; fi
           SOURCE=$SPELL-$VERSION.tar.bz2
 if [[ "$SVN_HEAD" == y ]]; then
@@ -9,7 +9,7 @@ if [[ "$SVN_HEAD" == y ]]; then
 else
           SOURCE=$SPELL-$VERSION.tar.gz # temporary measure, download doesn't work for bz2
    SOURCE_URL[0]=http://subversion.tigris.org/downloads/$SOURCE
-     SOURCE_HASH=sha512:9410be2de91ea2236fd6b514f2506985cc9ffdd4a540c7e6e0eaa25cf553a5efc16d27f3a70acbc03a22651b43c20f1fafc5463b9f9ab2b01f3150a446eaf896
+     SOURCE_HASH=sha512:5de05be79d5b8eb3ddf3494c8d15e198541c33d9624f6799b260a82d0c01a23036271388992c48a9e2f9c595ac762ce30021e0f0a5b2460ce7be0b909905566b
 fi
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         WEB_SITE=http://subversion.tigris.org/
diff --git a/collab/subversion/HISTORY b/collab/subversion/HISTORY
index 0daf84c..780e650 100644
--- a/collab/subversion/HISTORY
+++ b/collab/subversion/HISTORY
@@ -1,3 +1,6 @@
+2006-11-12 George Sherwood <george at beernabeer.com>
+	* DETAILS: Updated 1.4.2. Still won't build with perl and apr
+
 2006-10-08 George Sherwood <george at beernabeer.com>
 	* DETAILS: Updated to version 1.4.0
 	* CONFIGURE: If building with perl bindings requires apr0/apr-util0
diff --git a/libs/readline/HISTORY b/libs/readline/HISTORY
index 7611da5..add51a5 100644
--- a/libs/readline/HISTORY
+++ b/libs/readline/HISTORY
@@ -1,3 +1,9 @@
+2006-12-06 Eric Sandall <eric at sandall.us>
+	* etc/inputrc: Added inputrc from test commit
+	  eda36b7808febe950b9af271debe71eb74c3d2dc as the commit that added
+	  inputrc also modified many other files, and we just need inputrc
+	  to fix readline.
+
 2006-09-22 Juuso Alasuutari <iuso at sourcemage.org>
 	* CONFIGURE: Adding this now, forgot...
 	* DETAILS: PATCHLEVEL++
diff --git a/libs/readline/etc/inputrc b/libs/readline/etc/inputrc
new file mode 100644
index 0000000..6de85fe
--- /dev/null
+++ b/libs/readline/etc/inputrc
@@ -0,0 +1,33 @@
+# Line wrapping
+set horizontal-scroll-mode off
+
+# 8-bit characters
+set meta-flag on
+set input-meta on
+set convert-meta off
+set output-meta on
+
+# System bell (none, visible or audible)
+set bell-style none
+
+# Key mappings
+"\e[1~": beginning-of-line
+"\e[2~": quoted-insert
+"\e[3~": delete-char
+"\e[4~": end-of-line
+"\e[7~": beginning-of-line
+"\e[8~": end-of-line
+"\e[H": beginning-of-line
+"\e[F": end-of-line
+"\eOH": beginning-of-line
+"\eOF": end-of-line
+"\eOd": backward-word
+"\eOc": forward-word
+
+# Make PgUp and PgDown keys search history
+#"\e[5~": history-search-backward
+#"\e[6~": history-search-forward
+
+# Make sideways arrows jump words
+#"\e[D": backward-word
+#"\e[C": forward-word



More information about the SM-Commit mailing list