View | Details | Raw Unified | Return to bug 80541
Collapse All | Expand All

(-)editors/le/Makefile (-3 / +3 lines)
Lines 7-23 Link Here
7
#
7
#
8
8
9
PORTNAME=	le
9
PORTNAME=	le
10
PORTVERSION=	1.9.2
10
PORTVERSION=	1.12.1
11
CATEGORIES=	editors
11
CATEGORIES=	editors
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
12
MASTER_SITES=	ftp://ftp.yars.free.net/pub/software/unix/util/texteditors/
13
#		${MASTER_SITE_SUNSITE}
14
#MASTER_SITE_SUBDIR=	apps/editors/terminal
15
13
16
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	ports@FreeBSD.org
17
COMMENT=	Text editor
15
COMMENT=	Text editor
18
16
19
USE_BZIP2=	yes
17
USE_BZIP2=	yes
20
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
21
MAN1=		le.1
21
MAN1=		le.1
22
22
23
post-install:
23
post-install:
(-)editors/le/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (le-1.9.2.tar.bz2) = c47bb70fe39ccc3315f99431e6e6ae7c
1
MD5 (le-1.12.1.tar.bz2) = 59e400e07ffac11a84ca59823594c29a
2
SIZE (le-1.9.2.tar.bz2) = 339459
2
SIZE (le-1.12.1.tar.bz2) = 364636
(-)editors/le/files/patch-src-mb.h (+11 lines)
Line 0 Link Here
1
--- src/mb.h.orig	Fri Apr  8 23:32:30 2005
2
+++ src/mb.h	Sun May  1 15:35:53 2005
3
@@ -77,7 +77,7 @@
4
 # define choose_wch()	choose_ch()
5
 # define InsertWChar(ch) InsertChar(ch)
6
 # define ReplaceWCharExt(c) ReplaceCharExt(c)
7
-# define ReplaceWCharExtMove(c) ReplaceWCharExtMove(c)
8
+# define ReplaceWCharExtMove(c) ReplaceCharExtMove(c)
9
 # define ReplaceWCharMove(c) ReplaceCharMove(c)
10
 # define mb_get_col(buf,pos,col,len)	*(col)=(pos)
11
 # define mb_char_left(buf,pos,col,len)  *(col)=--(*pos)
(-)editors/le/pkg-descr (-6 / +5 lines)
Lines 1-7 Link Here
1
   LE has many  block  operations  with  stream and
1
LE has many block operations with stream and rectangular blocks, can edit
2
rectangular  blocks, can  edit  both  unix and  dos
2
both unix and dos style files (LF/CRLF), is binary clean, has hex mode,
3
style  files  (LF/CRLF), is  binary  clean, has hex
3
can edit text with multi-byte character encoding, has full undo/redo, can
4
mode, can edit large  files and  mmap'pable devices
4
edit files and mmap-able devices in mmap shared mode (only replace), has
5
in MAP_SHARED mode, has tunable syntax highlighting,
5
tunable syntax highlighting, tunable color scheme (can use default colors),
6
tunable color scheme (can use default colors),
7
tunable key map.
6
tunable key map.
(-)editors/le/pkg-plist (-17 / +17 lines)
Lines 1-19 Link Here
1
@comment $FreeBSD: ports/editors/le/pkg-plist,v 1.10 2002/08/23 08:16:55 kevlo Exp $
1
@comment $FreeBSD: ports/editors/le/pkg-plist,v 1.10 2002/08/23 08:16:55 kevlo Exp $
2
bin/le
2
bin/le
3
%%PORTDOCS%%share/doc/le/FEATURES
3
%%PORTDOCS%%%%DOCSDIR%%/FEATURES
4
%%PORTDOCS%%share/doc/le/HISTORY
4
%%PORTDOCS%%%%DOCSDIR%%/HISTORY
5
%%PORTDOCS%%share/doc/le/NEWS
5
%%PORTDOCS%%%%DOCSDIR%%/NEWS
6
%%PORTDOCS%%share/doc/le/README
6
%%PORTDOCS%%%%DOCSDIR%%/README
7
%%PORTDOCS%%share/doc/le/TODO
7
%%PORTDOCS%%%%DOCSDIR%%/TODO
8
share/le/colors-black
8
%%DATADIR%%/colors-black
9
share/le/colors-blue
9
%%DATADIR%%/colors-blue
10
share/le/colors-defbg
10
%%DATADIR%%/colors-defbg
11
share/le/colors-green
11
%%DATADIR%%/colors-green
12
share/le/colors-white
12
%%DATADIR%%/colors-white
13
share/le/keymap-emacs
13
%%DATADIR%%/keymap-emacs
14
share/le/le.hlp
14
%%DATADIR%%/le.hlp
15
share/le/mainmenu
15
%%DATADIR%%/mainmenu
16
share/le/mainmenu-ru
16
%%DATADIR%%/mainmenu-ru
17
share/le/syntax
17
%%DATADIR%%/syntax
18
@dirrm share/le
18
@dirrm %%DATADIR%%
19
%%PORTDOCS%%@dirrm share/doc/le
19
%%PORTDOCS%%@dirrm %%PORTDOCS%%%%DOCSDIR%%

Return to bug 80541