development/vile: Updated for version 9.8s.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Wayne Cuddy 2018-10-15 07:03:28 +01:00 committed by Willy Sudiarto Raharjo
parent 60b7ee62a5
commit 374a85ba46
No known key found for this signature in database
GPG key ID: 887B8374D7333381
4 changed files with 23 additions and 9 deletions

View file

@ -1,9 +1,9 @@
Vile retains the "finger-feel", if you will, of vi, while adding the
multiple buffer and multiple window features of emacs and other editors.
multiple buffer and multiple window features of emacs and other editors.
It is definitely not a vi clone, in that some substantial stuff is
missing, and the screen doesn't look quite the same. The things that
you tend to type over and over probably work. Things done less
frequently, like configuring a startup file, are somewhat (or very,
depending on how ambitious you are) different. But what matters most is
that one's "muscle memory" does the right thing to the text in front of
you, and that is what vile tries to do for vi users.
you, and that is what vile tries to do for vi users.

View file

@ -0,0 +1,12 @@
diff -ru vile-9.8s.orig/filters/sh-filt.l vile-9.8s/filters/sh-filt.l
--- vile-9.8s.orig/filters/sh-filt.l 2016-12-17 18:24:00.000000000 -0500
+++ vile-9.8s/filters/sh-filt.l 2018-10-13 13:40:34.077559351 -0400
@@ -198,7 +198,7 @@
}
}
<NORMAL>{KSH_TEST_UP} { if (!pop_backtic1(yytext, yyleng, LEN_KSH_TEST_DOWN)) {
- FLEX_PRINTF((stderr, "cannot pop '[[' level %d\n", stk_level));
+ FLEX_PRINTF((stderr, "cannot pop '\[\[' level %d\n", stk_level));
handle_parens(yytext, 1, 1, -1, NORMAL);
unput(R_BLOCK);
}

View file

@ -25,13 +25,13 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=vile
VERSION=${VERSION:-9.8r}
VERSION=${VERSION:-9.8s}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -42,8 +42,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@ -81,6 +81,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--build=$ARCH-slackware-linux
patch -p1 <$CWD/patches/sh-filt.patch
make
make DESTDIR=$PKG docdir=/usr/doc/$PRGNAM-$VERSION install install-doc

View file

@ -1,8 +1,8 @@
PRGNAM="vile"
VERSION="9.8r"
VERSION="9.8s"
HOMEPAGE="http://invisible-island.net/vile/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/vile-9.8r.tgz"
MD5SUM="9c96aaeddeb324a3b8a3d74cfe783a96"
DOWNLOAD="ftp://ftp.invisible-island.net/vile/current/vile-9.8s.tgz"
MD5SUM="001f42ecb8120d8e88c00779a6318f83"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""