1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +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 PORTNAME= le
PORTVERSION= 1.9.2 PORTVERSION= 1.12.1
CATEGORIES= editors CATEGORIES= editors
MASTER_SITES= ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/ 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 MAINTAINER= ports@FreeBSD.org
COMMENT= Text editor COMMENT= Text editor
USE_BZIP2= yes USE_BZIP2= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= le.1 MAN1= le.1
post-install: post-install:

View File

@ -1,2 +1,2 @@
MD5 (le-1.9.2.tar.bz2) = c47bb70fe39ccc3315f99431e6e6ae7c MD5 (le-1.12.1.tar.bz2) = 59e400e07ffac11a84ca59823594c29a
SIZE (le-1.9.2.tar.bz2) = 339459 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 LE has many block operations with stream and rectangular blocks, can edit
rectangular blocks, can edit both unix and dos both unix and dos style files (LF/CRLF), is binary clean, has hex mode,
style files (LF/CRLF), is binary clean, has hex can edit text with multi-byte character encoding, has full undo/redo, can
mode, can edit large files and mmap'pable devices edit files and mmap-able devices in mmap shared mode (only replace), has
in MAP_SHARED mode, has tunable syntax highlighting, tunable syntax highlighting, tunable color scheme (can use default colors),
tunable color scheme (can use default colors),
tunable key map. tunable key map.

View File

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