development/le: Updated for version 1.15.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Zhu Qun-Ying 2014-12-13 01:28:39 +07:00 committed by Willy Sudiarto Raharjo
parent ce02dce676
commit 7db5892290
4 changed files with 8 additions and 8 deletions

View file

@ -1,7 +1,7 @@
le (text editor) le (text editor)
le has many block operations with stream and rectangular blocks, can le has many block operations with stream and rectangular blocks, can
edit both unix and dos style files (LF/CRLF), binary clean, has hex edit both unix and dos style files (LF/CRLF), is binary clean, has hex
mode, can edit text with multi-byte character encoding, has full mode, can edit text with multi-byte character encoding, has full
undo/redo, can edit files and mmap-able devices in mmap shared mode undo/redo, can edit files and mmap-able devices in mmap shared mode
(only replace), has tunable syntax highlighting, tunable color scheme (only replace), has tunable syntax highlighting, tunable color scheme

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=le PRGNAM=le
VERSION=${VERSION:-1.15.0} VERSION=${VERSION:-1.15.1}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
@ -59,7 +59,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT mkdir -p $TMP $PKG $OUTPUT
cd $TMP cd $TMP
rm -rf $PRGNAM-$VERSION rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.xz tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION cd $PRGNAM-$VERSION
chown -R root:root . chown -R root:root .
find -L . \ find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="le" PRGNAM="le"
VERSION="1.15.0" VERSION="1.15.1"
HOMEPAGE="http://lav.yar.ru/programs.html" HOMEPAGE="http://lav.yar.ru/programs.html"
DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.0.tar.xz" DOWNLOAD="http://lav.yar.ru/download/le/le-1.15.1.tar.gz"
MD5SUM="f5fe85103a6190bcdc51d2fbb4407388" MD5SUM="50e5f2ab207d5ca09470ce0dc16a8c6f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""

View file

@ -9,11 +9,11 @@
le: le (text editor) le: le (text editor)
le: le:
le: le has many block operations with stream and rectangular blocks, can le: le has many block operations with stream and rectangular blocks, can
le: edit both unix and dos style files (LF/CRLF), binary clean, has hex le: edit both unix and dos style files (LF/CRLF), is binary clean, has hex
le: mode, can edit text with multi-byte character encoding, has full le: mode, can edit text with multi-byte character encoding, has full
le: undo/redo, can edit files and mmap-able devices in mmap shared mode le: undo/redo, can edit files and mmap-able devices in mmap shared mode
le: (only replace), has tunable syntax highlighting, tunable color scheme le: (only replace), has tunable syntax highlighting, tunable color scheme
le: (can use default colors), tunable key map. It is slightly similar to le: (can use default colors), tunable key map. It is slightly similar to
le: Norton Editor, but has more features. le: Norton Editor, but has more features.
le: le:
le: le: Homepage: http://lav.yar.ru/programs.html