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

(-)lpe/Makefile (-6 / +4 lines)
Lines 6-19 Link Here
6
#
6
#
7
7
8
PORTNAME=	lpe
8
PORTNAME=	lpe
9
PORTVERSION=	1.2.5
9
PORTVERSION=	1.2.6
10
PORTREVISION=	2
11
CATEGORIES=	editors
10
CATEGORIES=	editors
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
11
MASTER_SITES=	ftp://ftp.twu.net/users/cdsmith/lpe/
13
		http://cdsmith.twu.net/opensource/lpe/
14
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
15
13
16
MAINTAINER=	calle.madestrand@norrgarden.se
14
MAINTAINER=	ryan@sasknow.com
17
15
18
LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang \
16
LIB_DEPENDS=	slang.1:${PORTSDIR}/devel/libslang \
19
		intl.1:${PORTSDIR}/devel/gettext
17
		intl.1:${PORTSDIR}/devel/gettext
Lines 26-31 Link Here
26
CONFIGURE_ARGS=	--includedir=${LOCALBASE}/include
24
CONFIGURE_ARGS=	--includedir=${LOCALBASE}/include
27
25
28
MAN1=		lpe.1
26
MAN1=		lpe.1
29
MANLANG=	bg cz de es fr pl ru
27
MANLANG=	bg cs de es fr pl ru
30
28
31
.include <bsd.port.mk>
29
.include <bsd.port.mk>
(-)lpe/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (lpe-1.2.5.tar.gz) = b7d327a9d381621033986fd13f9d30d6
1
MD5 (lpe-1.2.6.tar.gz) = 59feaf93bb6b57e8c3b876261b2bcaa3
(-)lpe/files/patch-af (-25 lines)
Lines 1-25 Link Here
1
--- src/lpe.c	Thu Apr 19 02:16:41 2001
2
+++ src/lpe.c	Thu Apr 19 03:08:30 2001
3
@@ -48,13 +48,17 @@
4
 {
5
     buffer *node;
6
 
7
-    while (the_buf->next != the_buf)
8
+    if (the_buf->text != NULL)
9
     {
10
-        node = the_buf->next;
11
-        the_buf->next = the_buf->next->next;
12
-        the_buf->next->prev = the_buf;
13
-        free(node);
14
+    	while (the_buf->next != the_buf)
15
+    	{
16
+	        node = the_buf->next;
17
+	        the_buf->next = the_buf->next->next;
18
+	        the_buf->next->prev = the_buf;
19
+	        free(node);
20
+    	}
21
     }
22
+    	
23
     free(the_buf);
24
 }
25
 
(-)lpe/files/patch-perlmode.c (+12 lines)
Line 0 Link Here
1
--- src/modes/perlmode.c.orig	Sun Dec  9 16:54:40 2001
2
+++ src/modes/perlmode.c	Sun Dec  9 16:54:56 2001
3
@@ -156,7 +156,7 @@
4
     mode_util_set_slang_color ( "cmode", "illegal", COLOR_ILLEGAL, COLOR_ILLEGAL_FG, COLOR_ILLEGAL_BG );
5
     mode_util_set_slang_color ( "cmode", "debug", COLOR_DEBUG, COLOR_DEBUG_FG, COLOR_DEBUG_BG );
6
     mode_util_set_slang_color ( "perlmode", "variable", COLOR_VARIABLE, "brightcyan", "black" );
7
-    mode_util_set_slang_color ( "perlmode", "shell", COLOR_SHELL, "magneta", "black" );
8
+    mode_util_set_slang_color ( "perlmode", "shell", COLOR_SHELL, "magenta", "black" );
9
 #ifdef HIGHLIGHT_REGEXPS
10
-    mode_util_set_slang_color ( "perlmode", "regexp", COLOR_REGEXP, "magneta", "black" );
11
+    mode_util_set_slang_color ( "perlmode", "regexp", COLOR_REGEXP, "magenta", "black" );
12
 #endif /* HIGHLIGHT_REGEXPS */
(-)lpe/files/patch-sgmlmode.c (+11 lines)
Line 0 Link Here
1
--- src/modes/sgmlmode.c.orig	Sun Dec  9 21:23:46 2001
2
+++ src/modes/sgmlmode.c	Sun Dec  9 21:24:16 2001
3
@@ -71,7 +71,7 @@
4
     mode_util_set_slang_color("sgmlmode", "argument", COLOR_ARGUMENT, "blue", "black" );
5
     mode_util_set_slang_color("sgmlmode", "special", COLOR_SPECIAL, "brown", "black" );
6
     mode_util_set_slang_color("sgmlmode", "value", COLOR_VALUE, "brightblue", "black" );
7
-    mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magneta", "black" );
8
+    mode_util_set_slang_color("sgmlmode", "slash_text", COLOR_SLASH_TEXT, "magenta", "black" );
9
     mode_util_set_slang_color("sgmlmode", "symbol", COLOR_SYMBOL, COLOR_SYMBOL_FG, COLOR_SYMBOL_BG );
10
     mode_util_set_slang_color("sgmlmode", "brace", COLOR_BRACE, COLOR_BRACE_FG, COLOR_BRACE_BG );
11
     mode_util_set_slang_color("sgmlmode", "illegal", COLOR_ILLEGAL, COLOR_ILLEGAL_FG, COLOR_ILLEGAL_BG );
(-)lpe/files/patch-src_cfg-core.c (-14 lines)
Lines 1-14 Link Here
1
2
$FreeBSD: ports/editors/lpe/files/patch-src_cfg-core.c,v 1.1 2001/04/09 07:44:18 sobomax Exp $
3
4
--- src/cfg-core.c	2001/04/08 15:27:13	1.1
5
+++ src/cfg-core.c	2001/04/08 15:27:39
6
@@ -62,7 +62,7 @@
7
     /* 
8
      * We search for "\n[name]=" in the lookup table...
9
      */
10
-    t_sstring = (char *) malloc (strlen (name) + 5);
11
+    t_sstring = (char *) alloca (strlen (name) + 5);
12
     sprintf (t_sstring, "\n%s=", name);
13
     if ((t_hentry = strstr (LpeOptionHash, t_sstring)) != NULL)
14
     {
(-)lpe/pkg-descr (-3 / +3 lines)
Lines 3-9 Link Here
3
3
4
Author: Chris Smith <cd_smith@ou.edu>
4
Author: Chris Smith <cd_smith@ou.edu>
5
5
6
WWW: http://cdsmith.twu.net/opensource/lpe/
6
WWW: http://cdsmith.twu.net/professional/opensource/lpe.html
7
7
8
-Chris Piazza
8
-Ryan Thompson
9
cpiazza@FreeBSD.org
9
ryan@sasknow.com
(-)lpe/pkg-plist (-1 / +1 lines)
Lines 18-24 Link Here
18
share/doc/lpe/TODO
18
share/doc/lpe/TODO
19
share/doc/lpe/examples/custom.ex
19
share/doc/lpe/examples/custom.ex
20
share/locale/bg/LC_MESSAGES/lpe.mo
20
share/locale/bg/LC_MESSAGES/lpe.mo
21
share/locale/cz/LC_MESSAGES/lpe.mo
21
share/locale/cs/LC_MESSAGES/lpe.mo
22
share/locale/de/LC_MESSAGES/lpe.mo
22
share/locale/de/LC_MESSAGES/lpe.mo
23
share/locale/es/LC_MESSAGES/lpe.mo
23
share/locale/es/LC_MESSAGES/lpe.mo
24
share/locale/fr/LC_MESSAGES/lpe.mo
24
share/locale/fr/LC_MESSAGES/lpe.mo

Return to bug 32915