1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to version 1.12.1

PR:		ports/80541
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2005-05-03 08:59:28 +00:00
parent cc7b66b097
commit 7e5ce4fba4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134531
5 changed files with 38 additions and 28 deletions

View File

@ -7,17 +7,17 @@
#
PORTNAME= le
PORTVERSION= 1.9.2
PORTVERSION= 1.12.1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
# ${MASTER_SITE_SUNSITE}
#MASTER_SITE_SUBDIR= apps/editors/terminal
MAINTAINER= ports@FreeBSD.org
COMMENT= Text editor
USE_BZIP2= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= le.1
post-install:

View File

@ -1,2 +1,2 @@
MD5 (le-1.9.2.tar.bz2) = c47bb70fe39ccc3315f99431e6e6ae7c
SIZE (le-1.9.2.tar.bz2) = 339459
MD5 (le-1.12.1.tar.bz2) = 59e400e07ffac11a84ca59823594c29a
SIZE (le-1.12.1.tar.bz2) = 364636

View File

@ -0,0 +1,11 @@
--- src/mb.h.orig Fri Apr 8 23:32:30 2005
+++ src/mb.h Sun May 1 15:35:53 2005
@@ -77,7 +77,7 @@
# define choose_wch() choose_ch()
# define InsertWChar(ch) InsertChar(ch)
# define ReplaceWCharExt(c) ReplaceCharExt(c)
-# define ReplaceWCharExtMove(c) ReplaceWCharExtMove(c)
+# define ReplaceWCharExtMove(c) ReplaceCharExtMove(c)
# define ReplaceWCharMove(c) ReplaceCharMove(c)
# define mb_get_col(buf,pos,col,len) *(col)=(pos)
# define mb_char_left(buf,pos,col,len) *(col)=--(*pos)

View File

@ -1,7 +1,6 @@
LE has many block operations with stream and
rectangular blocks, can edit both unix and dos
style files (LF/CRLF), is binary clean, has hex
mode, can edit large files and mmap'pable devices
in MAP_SHARED mode, has tunable syntax highlighting,
tunable color scheme (can use default colors),
LE has many block operations with stream and rectangular blocks, can 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 undo/redo, can
edit files and mmap-able devices in mmap shared mode (only replace), has
tunable syntax highlighting, tunable color scheme (can use default colors),
tunable key map.

View File

@ -1,19 +1,19 @@
@comment $FreeBSD$
bin/le
%%PORTDOCS%%share/doc/le/FEATURES
%%PORTDOCS%%share/doc/le/HISTORY
%%PORTDOCS%%share/doc/le/NEWS
%%PORTDOCS%%share/doc/le/README
%%PORTDOCS%%share/doc/le/TODO
share/le/colors-black
share/le/colors-blue
share/le/colors-defbg
share/le/colors-green
share/le/colors-white
share/le/keymap-emacs
share/le/le.hlp
share/le/mainmenu
share/le/mainmenu-ru
share/le/syntax
@dirrm share/le
%%PORTDOCS%%@dirrm share/doc/le
%%PORTDOCS%%%%DOCSDIR%%/FEATURES
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
%%PORTDOCS%%%%DOCSDIR%%/NEWS
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/TODO
%%DATADIR%%/colors-black
%%DATADIR%%/colors-blue
%%DATADIR%%/colors-defbg
%%DATADIR%%/colors-green
%%DATADIR%%/colors-white
%%DATADIR%%/keymap-emacs
%%DATADIR%%/le.hlp
%%DATADIR%%/mainmenu
%%DATADIR%%/mainmenu-ru
%%DATADIR%%/syntax
@dirrm %%DATADIR%%
%%PORTDOCS%%@dirrm %%DOCSDIR%%