summaryrefslogtreecommitdiff
path: root/editors/le
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2005-05-03 08:59:28 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2005-05-03 08:59:28 +0000
commit7e5ce4fba4b64f1e4df0b40ecbbc43507dd484de (patch)
treea958e98afa2a7312c9568c69a7330cde04cd47fa /editors/le
parentupgrade to 1.9 (diff)
Update to version 1.12.1
PR: ports/80541 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=134531
Diffstat (limited to 'editors/le')
-rw-r--r--editors/le/Makefile6
-rw-r--r--editors/le/distinfo4
-rw-r--r--editors/le/files/patch-src-mb.h11
-rw-r--r--editors/le/pkg-descr11
-rw-r--r--editors/le/pkg-plist34
5 files changed, 38 insertions, 28 deletions
diff --git a/editors/le/Makefile b/editors/le/Makefile
index e6ae1220300a..5eee96af6c6e 100644
--- a/editors/le/Makefile
+++ b/editors/le/Makefile
@@ -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:
diff --git a/editors/le/distinfo b/editors/le/distinfo
index 547140807324..fc786b55b76c 100644
--- a/editors/le/distinfo
+++ b/editors/le/distinfo
@@ -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
diff --git a/editors/le/files/patch-src-mb.h b/editors/le/files/patch-src-mb.h
new file mode 100644
index 000000000000..0f4b35526e3c
--- /dev/null
+++ b/editors/le/files/patch-src-mb.h
@@ -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)
diff --git a/editors/le/pkg-descr b/editors/le/pkg-descr
index 5d598a0105fe..33f2c4fce335 100644
--- a/editors/le/pkg-descr
+++ b/editors/le/pkg-descr
@@ -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.
diff --git a/editors/le/pkg-plist b/editors/le/pkg-plist
index 036d17db00f9..cce67793811e 100644
--- a/editors/le/pkg-plist
+++ b/editors/le/pkg-plist
@@ -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%%