View | Details | Raw Unified | Return to bug 203033 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
2
# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
3
3
4
PORTNAME=	joe
4
PORTNAME=	joe
5
PORTVERSION=	4.0
5
PORTVERSION=	4.1
6
PORTEPOCH=	1
7
CATEGORIES?=	editors
6
CATEGORIES?=	editors
8
MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
7
MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
9
8
(-)distinfo (-4 / +2 lines)
Lines 1-4 Link Here
1
SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
1
SHA256 (joe-4.1.tar.gz) = 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db
2
SIZE (joe-4.0.tar.gz) = 838783
2
SIZE (joe-4.1.tar.gz) = 1292957
3
SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
4
SIZE (zh-joe-3.7.diff) = 834
(-)joe/Makefile (+37 lines)
Line 0 Link Here
1
# Created by: torstenb@FreeBSD.org
2
# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
3
4
PORTNAME=	joe
5
PORTVERSION=	4.0
6
PORTEPOCH=	1
7
CATEGORIES?=	editors
8
MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
9
10
MAINTAINER=	ports@FreeBSD.org
11
COMMENT=	Joe's Own Editor
12
13
LICENSE=	GPLv2
14
15
BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
16
RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
17
18
OPTIONS_DEFINE=	DOCS
19
20
CONFLICTS=	joe-2.*
21
22
USES=		gmake iconv ncurses
23
GNU_CONFIGURE=	yes
24
CPPFLAGS+=	-I${LOCALBASE}/include
25
LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
26
27
ALL_TARGET=	${PORTNAME}
28
29
post-patch:
30
	${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
31
32
post-install:
33
	for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
34
		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
35
	done
36
37
.include <bsd.port.mk>
(-)joe/distinfo (+4 lines)
Line 0 Link Here
1
SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
2
SIZE (joe-4.0.tar.gz) = 838783
3
SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
4
SIZE (zh-joe-3.7.diff) = 834
(-)joe/files/patch-tty.c (+13 lines)
Line 0 Link Here
1
--- joe/tty.c	Fri Mar 18 10:40:11 2005
2
+++ joe/tty.c	Fri May  6 16:58:38 2005
3
@@ -1074,8 +1074,10 @@
4
 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
5
 #ifndef SETPGRP_VOID
6
 			setpgrp(0, 0);
7
+/*
8
 #else
9
 			setpgrp();
10
+*/
11
 #endif
12
 
13
 #endif
(-)joe/joe.diff (+169 lines)
Line 0 Link Here
1
Index: Makefile
2
===================================================================
3
--- Makefile	(working copy)
4
+++ Makefile	(.../..)	(working copy)
5
@@ -2,8 +2,7 @@
6
 # $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
7
 
8
 PORTNAME=	joe
9
-PORTVERSION=	4.0
10
-PORTEPOCH=	1
11
+PORTVERSION=	4.1
12
 CATEGORIES?=	editors
13
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
14
 
15
16
Property changes on: Makefile
17
___________________________________________________________________
18
Deleted: svn:eol-style
19
## -1 +0,0 ##
20
-native
21
\ No newline at end of property
22
Deleted: svn:keywords
23
## -1 +0,0 ##
24
-FreeBSD=%H
25
\ No newline at end of property
26
Deleted: svn:mime-type
27
## -1 +0,0 ##
28
-text/plain
29
\ No newline at end of property
30
Index: distinfo
31
===================================================================
32
--- distinfo	(working copy)
33
+++ distinfo	(.../..)	(working copy)
34
@@ -1,4 +1,2 @@
35
-SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
36
-SIZE (joe-4.0.tar.gz) = 838783
37
-SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
38
-SIZE (zh-joe-3.7.diff) = 834
39
+SHA256 (joe-4.1.tar.gz) = 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db
40
+SIZE (joe-4.1.tar.gz) = 1292957
41
42
Property changes on: distinfo
43
___________________________________________________________________
44
Deleted: fbsd:nokeywords
45
## -1 +0,0 ##
46
-yes
47
\ No newline at end of property
48
Deleted: svn:eol-style
49
## -1 +0,0 ##
50
-native
51
\ No newline at end of property
52
Deleted: svn:mime-type
53
## -1 +0,0 ##
54
-text/plain
55
\ No newline at end of property
56
Index: joe/Makefile
57
===================================================================
58
--- joe/Makefile	(working copy)
59
+++ joe/Makefile	(.../..)	(working copy)
60
@@ -0,0 +1,37 @@
61
+# Created by: torstenb@FreeBSD.org
62
+# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
63
+
64
+PORTNAME=	joe
65
+PORTVERSION=	4.0
66
+PORTEPOCH=	1
67
+CATEGORIES?=	editors
68
+MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
69
+
70
+MAINTAINER=	ports@FreeBSD.org
71
+COMMENT=	Joe's Own Editor
72
+
73
+LICENSE=	GPLv2
74
+
75
+BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
76
+RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
77
+
78
+OPTIONS_DEFINE=	DOCS
79
+
80
+CONFLICTS=	joe-2.*
81
+
82
+USES=		gmake iconv ncurses
83
+GNU_CONFIGURE=	yes
84
+CPPFLAGS+=	-I${LOCALBASE}/include
85
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
86
+
87
+ALL_TARGET=	${PORTNAME}
88
+
89
+post-patch:
90
+	${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
91
+
92
+post-install:
93
+	for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
94
+		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
95
+	done
96
+
97
+.include <bsd.port.mk>
98
99
Property changes on: joe/Makefile
100
___________________________________________________________________
101
Added: svn:eol-style
102
## -0,0 +1 ##
103
+native
104
\ No newline at end of property
105
Added: svn:keywords
106
## -0,0 +1 ##
107
+FreeBSD=%H
108
\ No newline at end of property
109
Added: svn:mime-type
110
## -0,0 +1 ##
111
+text/plain
112
\ No newline at end of property
113
Index: joe/distinfo
114
===================================================================
115
--- joe/distinfo	(working copy)
116
+++ joe/distinfo	(.../..)	(working copy)
117
@@ -0,0 +1,4 @@
118
+SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
119
+SIZE (joe-4.0.tar.gz) = 838783
120
+SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
121
+SIZE (zh-joe-3.7.diff) = 834
122
123
Property changes on: joe/distinfo
124
___________________________________________________________________
125
Added: fbsd:nokeywords
126
## -0,0 +1 ##
127
+yes
128
\ No newline at end of property
129
Added: svn:eol-style
130
## -0,0 +1 ##
131
+native
132
\ No newline at end of property
133
Added: svn:mime-type
134
## -0,0 +1 ##
135
+text/plain
136
\ No newline at end of property
137
Index: joe/files/patch-tty.c
138
===================================================================
139
--- joe/files/patch-tty.c	(working copy)
140
+++ joe/files/patch-tty.c	(.../..)	(working copy)
141
@@ -0,0 +1,13 @@
142
+--- joe/tty.c	Fri Mar 18 10:40:11 2005
143
++++ joe/tty.c	Fri May  6 16:58:38 2005
144
+@@ -1074,8 +1074,10 @@
145
+ 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
146
+ #ifndef SETPGRP_VOID
147
+ 			setpgrp(0, 0);
148
++/*
149
+ #else
150
+ 			setpgrp();
151
++*/
152
+ #endif
153
+ 
154
+ #endif
155
156
Property changes on: joe/files/patch-tty.c
157
___________________________________________________________________
158
Added: fbsd:nokeywords
159
## -0,0 +1 ##
160
+yes
161
\ No newline at end of property
162
Added: svn:eol-style
163
## -0,0 +1 ##
164
+native
165
\ No newline at end of property
166
Added: svn:mime-type
167
## -0,0 +1 ##
168
+text/plain
169
\ No newline at end of property
(-)joe/pkg-descr (+13 lines)
Line 0 Link Here
1
JOE is the professional freeware ASCII text screen editor for UNIX.  It makes
2
full use of the power and versatility of UNIX, but lacks the steep learning
3
curve and basic nonsense you have to deal with in every other UNIX editor. JOE
4
has the feel of most IBM PC text editors: the key-sequences are reminiscent of
5
WordStar and Turbo-C.  JOE is much more powerful than those editors, however.
6
JOE has all of the features a UNIX user should expect:  full use of
7
termcap/terminfo, excellent screen update optimizations (JOE is fully usable at
8
2400 baud), simple installation, and all of the UNIX-integration features of
9
VI.
10
11
JOE now has UTF-8 support and Syntax Highlighting.
12
13
WWW: http://sourceforge.net/projects/joe-editor/
(-)joe/pkg-plist (+106 lines)
Line 0 Link Here
1
bin/jmacs
2
bin/joe
3
bin/jpico
4
bin/jstar
5
bin/rjoe
6
bin/stringify
7
bin/termidx
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/hacking.md
10
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
11
%%PORTDOCS%%%%DOCSDIR%%/README.md
12
%%ETCDIR%%/ftyperc
13
%%ETCDIR%%/jicerc.ru
14
@unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi
15
%%ETCDIR%%/jmacsrc.dist
16
@exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi
17
@unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi
18
%%ETCDIR%%/joerc.dist
19
@exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi
20
@unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi
21
%%ETCDIR%%/jpicorc.dist
22
@exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi
23
@unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi
24
%%ETCDIR%%/jstarrc.dist
25
@exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi
26
@unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi
27
%%ETCDIR%%/rjoerc.dist
28
@exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi
29
%%ETCDIR%%/shell.csh
30
%%ETCDIR%%/shell.sh
31
%%DATADIR%%/charmaps/klingon
32
%%DATADIR%%/lang/de.po
33
%%DATADIR%%/lang/fr.po
34
%%DATADIR%%/lang/ru.po
35
%%DATADIR%%/lang/uk.po
36
%%DATADIR%%/syntax/4gl.jsf
37
%%DATADIR%%/syntax/ada.jsf
38
%%DATADIR%%/syntax/ant.jsf
39
%%DATADIR%%/syntax/asm.jsf
40
%%DATADIR%%/syntax/awk.jsf
41
%%DATADIR%%/syntax/batch.jsf
42
%%DATADIR%%/syntax/c.jsf
43
%%DATADIR%%/syntax/cobol.jsf
44
%%DATADIR%%/syntax/comment_todo.jsf
45
%%DATADIR%%/syntax/conf.jsf
46
%%DATADIR%%/syntax/csh.jsf
47
%%DATADIR%%/syntax/csharp.jsf
48
%%DATADIR%%/syntax/css.jsf
49
%%DATADIR%%/syntax/debian.jsf
50
%%DATADIR%%/syntax/diff.jsf
51
%%DATADIR%%/syntax/elixir.jsf
52
%%DATADIR%%/syntax/erb.jsf
53
%%DATADIR%%/syntax/erlang.jsf
54
%%DATADIR%%/syntax/filename.jsf
55
%%DATADIR%%/syntax/fortran.jsf
56
%%DATADIR%%/syntax/git-commit.jsf
57
%%DATADIR%%/syntax/go.jsf
58
%%DATADIR%%/syntax/haml.jsf
59
%%DATADIR%%/syntax/haskell.jsf
60
%%DATADIR%%/syntax/html.jsf
61
%%DATADIR%%/syntax/htmlerb.jsf
62
%%DATADIR%%/syntax/ini.jsf
63
%%DATADIR%%/syntax/iptables.jsf
64
%%DATADIR%%/syntax/java.jsf
65
%%DATADIR%%/syntax/joerc.jsf
66
%%DATADIR%%/syntax/js.jsf
67
%%DATADIR%%/syntax/jsf.jsf
68
%%DATADIR%%/syntax/jsf_check.jsf
69
%%DATADIR%%/syntax/json.jsf
70
%%DATADIR%%/syntax/lisp.jsf
71
%%DATADIR%%/syntax/lua.jsf
72
%%DATADIR%%/syntax/m4.jsf
73
%%DATADIR%%/syntax/mail.jsf
74
%%DATADIR%%/syntax/mason.jsf
75
%%DATADIR%%/syntax/matlab.jsf
76
%%DATADIR%%/syntax/md.jsf
77
%%DATADIR%%/syntax/ocaml.jsf
78
%%DATADIR%%/syntax/pascal.jsf
79
%%DATADIR%%/syntax/perl.jsf
80
%%DATADIR%%/syntax/php.jsf
81
%%DATADIR%%/syntax/powershell.jsf
82
%%DATADIR%%/syntax/prolog.jsf
83
%%DATADIR%%/syntax/properties.jsf
84
%%DATADIR%%/syntax/ps.jsf
85
%%DATADIR%%/syntax/puppet.jsf
86
%%DATADIR%%/syntax/python.jsf
87
%%DATADIR%%/syntax/rexx.jsf
88
%%DATADIR%%/syntax/ruby.jsf
89
%%DATADIR%%/syntax/sed.jsf
90
%%DATADIR%%/syntax/sh.jsf
91
%%DATADIR%%/syntax/sieve.jsf
92
%%DATADIR%%/syntax/skill.jsf
93
%%DATADIR%%/syntax/sml.jsf
94
%%DATADIR%%/syntax/spec.jsf
95
%%DATADIR%%/syntax/sql.jsf
96
%%DATADIR%%/syntax/tcl.jsf
97
%%DATADIR%%/syntax/tex.jsf
98
%%DATADIR%%/syntax/troff.jsf
99
%%DATADIR%%/syntax/typescript.jsf
100
%%DATADIR%%/syntax/verilog.jsf
101
%%DATADIR%%/syntax/vhdl.jsf
102
%%DATADIR%%/syntax/whitespace.jsf
103
%%DATADIR%%/syntax/xml.jsf
104
%%DATADIR%%/syntax/yaml.jsf
105
man/man1/joe.1.gz
106
man/ru/man1/joe.1.gz
(-)joe/files/patch-tty.c (+13 lines)
Line 0 Link Here
1
--- joe/tty.c	Fri Mar 18 10:40:11 2005
2
+++ joe/tty.c	Fri May  6 16:58:38 2005
3
@@ -1074,8 +1074,10 @@
4
 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
5
 #ifndef SETPGRP_VOID
6
 			setpgrp(0, 0);
7
+/*
8
 #else
9
 			setpgrp();
10
+*/
11
 #endif
12
 
13
 #endif
(-)joe.diff (-535 lines)
Lines 1-538 Link Here
1
Index: Makefile
2
===================================================================
3
--- Makefile	(working copy)
4
+++ Makefile	(.../..)	(working copy)
5
@@ -2,8 +2,7 @@
6
 # $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
7
 
8
 PORTNAME=	joe
9
-PORTVERSION=	4.0
10
-PORTEPOCH=	1
11
+PORTVERSION=	4.1
12
 CATEGORIES?=	editors
13
 MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
14
 
15
16
Property changes on: Makefile
17
___________________________________________________________________
18
Deleted: svn:eol-style
19
## -1 +0,0 ##
20
-native
21
\ No newline at end of property
22
Deleted: svn:keywords
23
## -1 +0,0 ##
24
-FreeBSD=%H
25
\ No newline at end of property
26
Deleted: svn:mime-type
27
## -1 +0,0 ##
28
-text/plain
29
\ No newline at end of property
30
Index: distinfo
31
===================================================================
32
--- distinfo	(working copy)
33
+++ distinfo	(.../..)	(working copy)
34
@@ -1,4 +1,2 @@
35
-SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
36
-SIZE (joe-4.0.tar.gz) = 838783
37
-SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
38
-SIZE (zh-joe-3.7.diff) = 834
39
+SHA256 (joe-4.1.tar.gz) = 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db
40
+SIZE (joe-4.1.tar.gz) = 1292957
41
42
Property changes on: distinfo
43
___________________________________________________________________
44
Deleted: fbsd:nokeywords
45
## -1 +0,0 ##
46
-yes
47
\ No newline at end of property
48
Deleted: svn:eol-style
49
## -1 +0,0 ##
50
-native
51
\ No newline at end of property
52
Deleted: svn:mime-type
53
## -1 +0,0 ##
54
-text/plain
55
\ No newline at end of property
56
Index: joe/Makefile
57
===================================================================
58
--- joe/Makefile	(working copy)
59
+++ joe/Makefile	(.../..)	(working copy)
60
@@ -0,0 +1,37 @@
61
+# Created by: torstenb@FreeBSD.org
62
+# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
63
+
64
+PORTNAME=	joe
65
+PORTVERSION=	4.0
66
+PORTEPOCH=	1
67
+CATEGORIES?=	editors
68
+MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
69
+
70
+MAINTAINER=	ports@FreeBSD.org
71
+COMMENT=	Joe's Own Editor
72
+
73
+LICENSE=	GPLv2
74
+
75
+BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
76
+RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
77
+
78
+OPTIONS_DEFINE=	DOCS
79
+
80
+CONFLICTS=	joe-2.*
81
+
82
+USES=		gmake iconv ncurses
83
+GNU_CONFIGURE=	yes
84
+CPPFLAGS+=	-I${LOCALBASE}/include
85
+LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
86
+
87
+ALL_TARGET=	${PORTNAME}
88
+
89
+post-patch:
90
+	${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
91
+
92
+post-install:
93
+	for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
94
+		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
95
+	done
96
+
97
+.include <bsd.port.mk>
98
99
Property changes on: joe/Makefile
100
___________________________________________________________________
101
Added: svn:eol-style
102
## -0,0 +1 ##
103
+native
104
\ No newline at end of property
105
Added: svn:keywords
106
## -0,0 +1 ##
107
+FreeBSD=%H
108
\ No newline at end of property
109
Added: svn:mime-type
110
## -0,0 +1 ##
111
+text/plain
112
\ No newline at end of property
113
Index: joe/distinfo
114
===================================================================
115
--- joe/distinfo	(working copy)
116
+++ joe/distinfo	(.../..)	(working copy)
117
@@ -0,0 +1,4 @@
118
+SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
119
+SIZE (joe-4.0.tar.gz) = 838783
120
+SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
121
+SIZE (zh-joe-3.7.diff) = 834
122
123
Property changes on: joe/distinfo
124
___________________________________________________________________
125
Added: fbsd:nokeywords
126
## -0,0 +1 ##
127
+yes
128
\ No newline at end of property
129
Added: svn:eol-style
130
## -0,0 +1 ##
131
+native
132
\ No newline at end of property
133
Added: svn:mime-type
134
## -0,0 +1 ##
135
+text/plain
136
\ No newline at end of property
137
Index: joe/files/patch-tty.c
138
===================================================================
139
--- joe/files/patch-tty.c	(working copy)
140
+++ joe/files/patch-tty.c	(.../..)	(working copy)
141
@@ -0,0 +1,13 @@
142
+--- joe/tty.c	Fri Mar 18 10:40:11 2005
143
++++ joe/tty.c	Fri May  6 16:58:38 2005
144
+@@ -1074,8 +1074,10 @@
145
+ 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
146
+ #ifndef SETPGRP_VOID
147
+ 			setpgrp(0, 0);
148
++/*
149
+ #else
150
+ 			setpgrp();
151
++*/
152
+ #endif
153
+ 
154
+ #endif
155
156
Property changes on: joe/files/patch-tty.c
157
___________________________________________________________________
158
Added: fbsd:nokeywords
159
## -0,0 +1 ##
160
+yes
161
\ No newline at end of property
162
Added: svn:eol-style
163
## -0,0 +1 ##
164
+native
165
\ No newline at end of property
166
Added: svn:mime-type
167
## -0,0 +1 ##
168
+text/plain
169
\ No newline at end of property
170
Index: joe/joe.diff
171
===================================================================
172
--- joe/joe.diff	(working copy)
173
+++ joe/joe.diff	(.../..)	(working copy)
174
@@ -0,0 +1,169 @@
175
+Index: Makefile
176
+===================================================================
177
+--- Makefile	(working copy)
178
++++ Makefile	(.../..)	(working copy)
179
+@@ -2,8 +2,7 @@
180
+ # $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
181
+ 
182
+ PORTNAME=	joe
183
+-PORTVERSION=	4.0
184
+-PORTEPOCH=	1
185
++PORTVERSION=	4.1
186
+ CATEGORIES?=	editors
187
+ MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
188
+ 
189
+
190
+Property changes on: Makefile
191
+___________________________________________________________________
192
+Deleted: svn:eol-style
193
+## -1 +0,0 ##
194
+-native
195
+\ No newline at end of property
196
+Deleted: svn:keywords
197
+## -1 +0,0 ##
198
+-FreeBSD=%H
199
+\ No newline at end of property
200
+Deleted: svn:mime-type
201
+## -1 +0,0 ##
202
+-text/plain
203
+\ No newline at end of property
204
+Index: distinfo
205
+===================================================================
206
+--- distinfo	(working copy)
207
++++ distinfo	(.../..)	(working copy)
208
+@@ -1,4 +1,2 @@
209
+-SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
210
+-SIZE (joe-4.0.tar.gz) = 838783
211
+-SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
212
+-SIZE (zh-joe-3.7.diff) = 834
213
++SHA256 (joe-4.1.tar.gz) = 816211b2bd951f792de3602afd74ea4b51612fffdd9bc24a7808660053fef6db
214
++SIZE (joe-4.1.tar.gz) = 1292957
215
+
216
+Property changes on: distinfo
217
+___________________________________________________________________
218
+Deleted: fbsd:nokeywords
219
+## -1 +0,0 ##
220
+-yes
221
+\ No newline at end of property
222
+Deleted: svn:eol-style
223
+## -1 +0,0 ##
224
+-native
225
+\ No newline at end of property
226
+Deleted: svn:mime-type
227
+## -1 +0,0 ##
228
+-text/plain
229
+\ No newline at end of property
230
+Index: joe/Makefile
231
+===================================================================
232
+--- joe/Makefile	(working copy)
233
++++ joe/Makefile	(.../..)	(working copy)
234
+@@ -0,0 +1,37 @@
235
++# Created by: torstenb@FreeBSD.org
236
++# $FreeBSD: head/editors/joe/Makefile 382429 2015-03-27 15:45:17Z mi $
237
++
238
++PORTNAME=	joe
239
++PORTVERSION=	4.0
240
++PORTEPOCH=	1
241
++CATEGORIES?=	editors
242
++MASTER_SITES=	SF/joe-editor/JOE%20sources/joe-${PORTVERSION}
243
++
244
++MAINTAINER=	ports@FreeBSD.org
245
++COMMENT=	Joe's Own Editor
246
++
247
++LICENSE=	GPLv2
248
++
249
++BUILD_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
250
++RUN_DEPENDS=	aspell:${PORTSDIR}/textproc/aspell
251
++
252
++OPTIONS_DEFINE=	DOCS
253
++
254
++CONFLICTS=	joe-2.*
255
++
256
++USES=		gmake iconv ncurses
257
++GNU_CONFIGURE=	yes
258
++CPPFLAGS+=	-I${LOCALBASE}/include
259
++LIBS+=		-L${LOCALBASE}/lib ${ICONV_LIB}
260
++
261
++ALL_TARGET=	${PORTNAME}
262
++
263
++post-patch:
264
++	${REINPLACE_CMD} -e 's|docs/README.old docs/man.md ||' ${WRKSRC}/Makefile.in
265
++
266
++post-install:
267
++	for rc in jmacsrc joerc jpicorc jstarrc rjoerc; do \
268
++		${MV} ${STAGEDIR}${ETCDIR}/$${rc} ${STAGEDIR}${ETCDIR}/$${rc}.dist ; \
269
++	done
270
++
271
++.include <bsd.port.mk>
272
+
273
+Property changes on: joe/Makefile
274
+___________________________________________________________________
275
+Added: svn:eol-style
276
+## -0,0 +1 ##
277
++native
278
+\ No newline at end of property
279
+Added: svn:keywords
280
+## -0,0 +1 ##
281
++FreeBSD=%H
282
+\ No newline at end of property
283
+Added: svn:mime-type
284
+## -0,0 +1 ##
285
++text/plain
286
+\ No newline at end of property
287
+Index: joe/distinfo
288
+===================================================================
289
+--- joe/distinfo	(working copy)
290
++++ joe/distinfo	(.../..)	(working copy)
291
+@@ -0,0 +1,4 @@
292
++SHA256 (joe-4.0.tar.gz) = c556adff77fd97bf1b86198de6cb82e0b92cda18579c4fef6c83b608d2ed2915
293
++SIZE (joe-4.0.tar.gz) = 838783
294
++SHA256 (zh-joe-3.7.diff) = 15e17361e7560558cc91b1bdef05dc8b8951413c7d7c5a01482514d71eba4e0b
295
++SIZE (zh-joe-3.7.diff) = 834
296
+
297
+Property changes on: joe/distinfo
298
+___________________________________________________________________
299
+Added: fbsd:nokeywords
300
+## -0,0 +1 ##
301
++yes
302
+\ No newline at end of property
303
+Added: svn:eol-style
304
+## -0,0 +1 ##
305
++native
306
+\ No newline at end of property
307
+Added: svn:mime-type
308
+## -0,0 +1 ##
309
++text/plain
310
+\ No newline at end of property
311
+Index: joe/files/patch-tty.c
312
+===================================================================
313
+--- joe/files/patch-tty.c	(working copy)
314
++++ joe/files/patch-tty.c	(.../..)	(working copy)
315
+@@ -0,0 +1,13 @@
316
++--- joe/tty.c	Fri Mar 18 10:40:11 2005
317
+++++ joe/tty.c	Fri May  6 16:58:38 2005
318
++@@ -1074,8 +1074,10 @@
319
++ 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
320
++ #ifndef SETPGRP_VOID
321
++ 			setpgrp(0, 0);
322
+++/*
323
++ #else
324
++ 			setpgrp();
325
+++*/
326
++ #endif
327
++ 
328
++ #endif
329
+
330
+Property changes on: joe/files/patch-tty.c
331
+___________________________________________________________________
332
+Added: fbsd:nokeywords
333
+## -0,0 +1 ##
334
++yes
335
+\ No newline at end of property
336
+Added: svn:eol-style
337
+## -0,0 +1 ##
338
++native
339
+\ No newline at end of property
340
+Added: svn:mime-type
341
+## -0,0 +1 ##
342
++text/plain
343
+\ No newline at end of property
344
Index: joe/pkg-descr
345
===================================================================
346
--- joe/pkg-descr	(working copy)
347
+++ joe/pkg-descr	(.../..)	(working copy)
348
@@ -0,0 +1,13 @@
349
+JOE is the professional freeware ASCII text screen editor for UNIX.  It makes
350
+full use of the power and versatility of UNIX, but lacks the steep learning
351
+curve and basic nonsense you have to deal with in every other UNIX editor. JOE
352
+has the feel of most IBM PC text editors: the key-sequences are reminiscent of
353
+WordStar and Turbo-C.  JOE is much more powerful than those editors, however.
354
+JOE has all of the features a UNIX user should expect:  full use of
355
+termcap/terminfo, excellent screen update optimizations (JOE is fully usable at
356
+2400 baud), simple installation, and all of the UNIX-integration features of
357
+VI.
358
+
359
+JOE now has UTF-8 support and Syntax Highlighting.
360
+
361
+WWW: http://sourceforge.net/projects/joe-editor/
362
363
Property changes on: joe/pkg-descr
364
___________________________________________________________________
365
Added: fbsd:nokeywords
366
## -0,0 +1 ##
367
+yes
368
\ No newline at end of property
369
Added: svn:eol-style
370
## -0,0 +1 ##
371
+native
372
\ No newline at end of property
373
Added: svn:mime-type
374
## -0,0 +1 ##
375
+text/plain
376
\ No newline at end of property
377
Index: joe/pkg-plist
378
===================================================================
379
--- joe/pkg-plist	(working copy)
380
+++ joe/pkg-plist	(.../..)	(working copy)
381
@@ -0,0 +1,106 @@
382
+bin/jmacs
383
+bin/joe
384
+bin/jpico
385
+bin/jstar
386
+bin/rjoe
387
+bin/stringify
388
+bin/termidx
389
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
390
+%%PORTDOCS%%%%DOCSDIR%%/hacking.md
391
+%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
392
+%%PORTDOCS%%%%DOCSDIR%%/README.md
393
+%%ETCDIR%%/ftyperc
394
+%%ETCDIR%%/jicerc.ru
395
+@unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi
396
+%%ETCDIR%%/jmacsrc.dist
397
+@exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi
398
+@unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi
399
+%%ETCDIR%%/joerc.dist
400
+@exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi
401
+@unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi
402
+%%ETCDIR%%/jpicorc.dist
403
+@exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi
404
+@unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi
405
+%%ETCDIR%%/jstarrc.dist
406
+@exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi
407
+@unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi
408
+%%ETCDIR%%/rjoerc.dist
409
+@exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi
410
+%%ETCDIR%%/shell.csh
411
+%%ETCDIR%%/shell.sh
412
+%%DATADIR%%/charmaps/klingon
413
+%%DATADIR%%/lang/de.po
414
+%%DATADIR%%/lang/fr.po
415
+%%DATADIR%%/lang/ru.po
416
+%%DATADIR%%/lang/uk.po
417
+%%DATADIR%%/syntax/4gl.jsf
418
+%%DATADIR%%/syntax/ada.jsf
419
+%%DATADIR%%/syntax/ant.jsf
420
+%%DATADIR%%/syntax/asm.jsf
421
+%%DATADIR%%/syntax/awk.jsf
422
+%%DATADIR%%/syntax/batch.jsf
423
+%%DATADIR%%/syntax/c.jsf
424
+%%DATADIR%%/syntax/cobol.jsf
425
+%%DATADIR%%/syntax/comment_todo.jsf
426
+%%DATADIR%%/syntax/conf.jsf
427
+%%DATADIR%%/syntax/csh.jsf
428
+%%DATADIR%%/syntax/csharp.jsf
429
+%%DATADIR%%/syntax/css.jsf
430
+%%DATADIR%%/syntax/debian.jsf
431
+%%DATADIR%%/syntax/diff.jsf
432
+%%DATADIR%%/syntax/elixir.jsf
433
+%%DATADIR%%/syntax/erb.jsf
434
+%%DATADIR%%/syntax/erlang.jsf
435
+%%DATADIR%%/syntax/filename.jsf
436
+%%DATADIR%%/syntax/fortran.jsf
437
+%%DATADIR%%/syntax/git-commit.jsf
438
+%%DATADIR%%/syntax/go.jsf
439
+%%DATADIR%%/syntax/haml.jsf
440
+%%DATADIR%%/syntax/haskell.jsf
441
+%%DATADIR%%/syntax/html.jsf
442
+%%DATADIR%%/syntax/htmlerb.jsf
443
+%%DATADIR%%/syntax/ini.jsf
444
+%%DATADIR%%/syntax/iptables.jsf
445
+%%DATADIR%%/syntax/java.jsf
446
+%%DATADIR%%/syntax/joerc.jsf
447
+%%DATADIR%%/syntax/js.jsf
448
+%%DATADIR%%/syntax/jsf.jsf
449
+%%DATADIR%%/syntax/jsf_check.jsf
450
+%%DATADIR%%/syntax/json.jsf
451
+%%DATADIR%%/syntax/lisp.jsf
452
+%%DATADIR%%/syntax/lua.jsf
453
+%%DATADIR%%/syntax/m4.jsf
454
+%%DATADIR%%/syntax/mail.jsf
455
+%%DATADIR%%/syntax/mason.jsf
456
+%%DATADIR%%/syntax/matlab.jsf
457
+%%DATADIR%%/syntax/md.jsf
458
+%%DATADIR%%/syntax/ocaml.jsf
459
+%%DATADIR%%/syntax/pascal.jsf
460
+%%DATADIR%%/syntax/perl.jsf
461
+%%DATADIR%%/syntax/php.jsf
462
+%%DATADIR%%/syntax/powershell.jsf
463
+%%DATADIR%%/syntax/prolog.jsf
464
+%%DATADIR%%/syntax/properties.jsf
465
+%%DATADIR%%/syntax/ps.jsf
466
+%%DATADIR%%/syntax/puppet.jsf
467
+%%DATADIR%%/syntax/python.jsf
468
+%%DATADIR%%/syntax/rexx.jsf
469
+%%DATADIR%%/syntax/ruby.jsf
470
+%%DATADIR%%/syntax/sed.jsf
471
+%%DATADIR%%/syntax/sh.jsf
472
+%%DATADIR%%/syntax/sieve.jsf
473
+%%DATADIR%%/syntax/skill.jsf
474
+%%DATADIR%%/syntax/sml.jsf
475
+%%DATADIR%%/syntax/spec.jsf
476
+%%DATADIR%%/syntax/sql.jsf
477
+%%DATADIR%%/syntax/tcl.jsf
478
+%%DATADIR%%/syntax/tex.jsf
479
+%%DATADIR%%/syntax/troff.jsf
480
+%%DATADIR%%/syntax/typescript.jsf
481
+%%DATADIR%%/syntax/verilog.jsf
482
+%%DATADIR%%/syntax/vhdl.jsf
483
+%%DATADIR%%/syntax/whitespace.jsf
484
+%%DATADIR%%/syntax/xml.jsf
485
+%%DATADIR%%/syntax/yaml.jsf
486
+man/man1/joe.1.gz
487
+man/ru/man1/joe.1.gz
488
489
Property changes on: joe/pkg-plist
490
___________________________________________________________________
491
Added: fbsd:nokeywords
492
## -0,0 +1 ##
493
+yes
494
\ No newline at end of property
495
Added: svn:eol-style
496
## -0,0 +1 ##
497
+native
498
\ No newline at end of property
499
Added: svn:mime-type
500
## -0,0 +1 ##
501
+text/plain
502
\ No newline at end of property
503
Index: joe/files/patch-tty.c
504
===================================================================
505
--- joe/files/patch-tty.c	(working copy)
506
+++ joe/files/patch-tty.c	(.../..)	(working copy)
507
@@ -0,0 +1,13 @@
508
+--- joe/tty.c	Fri Mar 18 10:40:11 2005
509
++++ joe/tty.c	Fri May  6 16:58:38 2005
510
+@@ -1074,8 +1074,10 @@
511
+ 			setsid();	/* I think you do setprgp(0,0) on systems with no setsid() */
512
+ #ifndef SETPGRP_VOID
513
+ 			setpgrp(0, 0);
514
++/*
515
+ #else
516
+ 			setpgrp();
517
++*/
518
+ #endif
519
+ 
520
+ #endif
521
522
Property changes on: joe/files/patch-tty.c
523
___________________________________________________________________
524
Added: fbsd:nokeywords
525
## -0,0 +1 ##
526
+yes
527
\ No newline at end of property
528
Added: svn:eol-style
529
## -0,0 +1 ##
530
+native
531
\ No newline at end of property
532
Added: svn:mime-type
533
## -0,0 +1 ##
534
+text/plain
535
\ No newline at end of property
536
Index: joe.diff
1
Index: joe.diff
537
===================================================================
2
===================================================================
538
--- joe.diff	(working copy)
3
--- joe.diff	(working copy)
(-)pkg-plist (-18 / +17 lines)
Lines 3-51 Link Here
3
bin/jpico
3
bin/jpico
4
bin/jstar
4
bin/jstar
5
bin/rjoe
5
bin/rjoe
6
bin/stringify
7
bin/termidx
8
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
9
%%PORTDOCS%%%%DOCSDIR%%/hacking.md
10
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
11
%%PORTDOCS%%%%DOCSDIR%%/README.md
12
%%ETCDIR%%/ftyperc
6
%%ETCDIR%%/ftyperc
13
%%ETCDIR%%/jicerc.ru
7
%%ETCDIR%%/jicerc.ru
14
@unexec if cmp -s %D/%%ETCDIR%%/jmacsrc.dist %D/%%ETCDIR%%/jmacsrc; then rm -f %D/%%ETCDIR%%/jmacsrc; fi
15
%%ETCDIR%%/jmacsrc.dist
8
%%ETCDIR%%/jmacsrc.dist
16
@exec if [ ! -f %D/%%ETCDIR%%/jmacsrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jmacsrc; fi
17
@unexec if cmp -s %D/%%ETCDIR%%/joerc.dist %D/%%ETCDIR%%/joerc; then rm -f %D/%%ETCDIR%%/joerc; fi
18
%%ETCDIR%%/joerc.dist
9
%%ETCDIR%%/joerc.dist
19
@exec if [ ! -f %D/%%ETCDIR%%/joerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/joerc; fi
10
%%ETCDIR%%/joerc.zh_TW
20
@unexec if cmp -s %D/%%ETCDIR%%/jpicorc.dist %D/%%ETCDIR%%/jpicorc; then rm -f %D/%%ETCDIR%%/jpicorc; fi
21
%%ETCDIR%%/jpicorc.dist
11
%%ETCDIR%%/jpicorc.dist
22
@exec if [ ! -f %D/%%ETCDIR%%/jpicorc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jpicorc; fi
23
@unexec if cmp -s %D/%%ETCDIR%%/jstarrc.dist %D/%%ETCDIR%%/jstarrc; then rm -f %D/%%ETCDIR%%/jstarrc; fi
24
%%ETCDIR%%/jstarrc.dist
12
%%ETCDIR%%/jstarrc.dist
25
@exec if [ ! -f %D/%%ETCDIR%%/jstarrc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/jstarrc; fi
26
@unexec if cmp -s %D/%%ETCDIR%%/rjoerc.dist %D/%%ETCDIR%%/rjoerc; then rm -f %D/%%ETCDIR%%/rjoerc; fi
27
%%ETCDIR%%/rjoerc.dist
13
%%ETCDIR%%/rjoerc.dist
28
@exec if [ ! -f %D/%%ETCDIR%%/rjoerc ]; then cp %D/%%ETCDIR%%/%f %D/%%ETCDIR%%/rjoerc; fi
29
%%ETCDIR%%/shell.csh
14
%%ETCDIR%%/shell.csh
30
%%ETCDIR%%/shell.sh
15
%%ETCDIR%%/shell.sh
16
man/man1/joe.1.gz
17
man/ru/man1/joe.1.gz
18
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
19
%%PORTDOCS%%%%DOCSDIR%%/NEWS.md
20
%%PORTDOCS%%%%DOCSDIR%%/README.md
21
%%PORTDOCS%%%%DOCSDIR%%/hacking.md
31
%%DATADIR%%/charmaps/klingon
22
%%DATADIR%%/charmaps/klingon
32
%%DATADIR%%/lang/de.po
23
%%DATADIR%%/lang/de.po
33
%%DATADIR%%/lang/fr.po
24
%%DATADIR%%/lang/fr.po
34
%%DATADIR%%/lang/ru.po
25
%%DATADIR%%/lang/ru.po
35
%%DATADIR%%/lang/uk.po
26
%%DATADIR%%/lang/uk.po
27
%%DATADIR%%/lang/zh.po
36
%%DATADIR%%/syntax/4gl.jsf
28
%%DATADIR%%/syntax/4gl.jsf
37
%%DATADIR%%/syntax/ada.jsf
29
%%DATADIR%%/syntax/ada.jsf
38
%%DATADIR%%/syntax/ant.jsf
30
%%DATADIR%%/syntax/ant.jsf
39
%%DATADIR%%/syntax/asm.jsf
31
%%DATADIR%%/syntax/asm.jsf
32
%%DATADIR%%/syntax/avr.jsf
40
%%DATADIR%%/syntax/awk.jsf
33
%%DATADIR%%/syntax/awk.jsf
41
%%DATADIR%%/syntax/batch.jsf
34
%%DATADIR%%/syntax/batch.jsf
42
%%DATADIR%%/syntax/c.jsf
35
%%DATADIR%%/syntax/c.jsf
36
%%DATADIR%%/syntax/clojure.jsf
43
%%DATADIR%%/syntax/cobol.jsf
37
%%DATADIR%%/syntax/cobol.jsf
38
%%DATADIR%%/syntax/coffee.jsf
44
%%DATADIR%%/syntax/comment_todo.jsf
39
%%DATADIR%%/syntax/comment_todo.jsf
45
%%DATADIR%%/syntax/conf.jsf
40
%%DATADIR%%/syntax/conf.jsf
46
%%DATADIR%%/syntax/csh.jsf
41
%%DATADIR%%/syntax/csh.jsf
47
%%DATADIR%%/syntax/csharp.jsf
42
%%DATADIR%%/syntax/csharp.jsf
48
%%DATADIR%%/syntax/css.jsf
43
%%DATADIR%%/syntax/css.jsf
44
%%DATADIR%%/syntax/d.jsf
49
%%DATADIR%%/syntax/debian.jsf
45
%%DATADIR%%/syntax/debian.jsf
50
%%DATADIR%%/syntax/diff.jsf
46
%%DATADIR%%/syntax/diff.jsf
51
%%DATADIR%%/syntax/elixir.jsf
47
%%DATADIR%%/syntax/elixir.jsf
Lines 55-60 Link Here
55
%%DATADIR%%/syntax/fortran.jsf
51
%%DATADIR%%/syntax/fortran.jsf
56
%%DATADIR%%/syntax/git-commit.jsf
52
%%DATADIR%%/syntax/git-commit.jsf
57
%%DATADIR%%/syntax/go.jsf
53
%%DATADIR%%/syntax/go.jsf
54
%%DATADIR%%/syntax/groovy.jsf
58
%%DATADIR%%/syntax/haml.jsf
55
%%DATADIR%%/syntax/haml.jsf
59
%%DATADIR%%/syntax/haskell.jsf
56
%%DATADIR%%/syntax/haskell.jsf
60
%%DATADIR%%/syntax/html.jsf
57
%%DATADIR%%/syntax/html.jsf
Lines 84-91 Link Here
84
%%DATADIR%%/syntax/ps.jsf
81
%%DATADIR%%/syntax/ps.jsf
85
%%DATADIR%%/syntax/puppet.jsf
82
%%DATADIR%%/syntax/puppet.jsf
86
%%DATADIR%%/syntax/python.jsf
83
%%DATADIR%%/syntax/python.jsf
84
%%DATADIR%%/syntax/r.jsf
87
%%DATADIR%%/syntax/rexx.jsf
85
%%DATADIR%%/syntax/rexx.jsf
88
%%DATADIR%%/syntax/ruby.jsf
86
%%DATADIR%%/syntax/ruby.jsf
87
%%DATADIR%%/syntax/rust.jsf
88
%%DATADIR%%/syntax/scala.jsf
89
%%DATADIR%%/syntax/sed.jsf
89
%%DATADIR%%/syntax/sed.jsf
90
%%DATADIR%%/syntax/sh.jsf
90
%%DATADIR%%/syntax/sh.jsf
91
%%DATADIR%%/syntax/sieve.jsf
91
%%DATADIR%%/syntax/sieve.jsf
Lines 93-98 Link Here
93
%%DATADIR%%/syntax/sml.jsf
93
%%DATADIR%%/syntax/sml.jsf
94
%%DATADIR%%/syntax/spec.jsf
94
%%DATADIR%%/syntax/spec.jsf
95
%%DATADIR%%/syntax/sql.jsf
95
%%DATADIR%%/syntax/sql.jsf
96
%%DATADIR%%/syntax/swift.jsf
96
%%DATADIR%%/syntax/tcl.jsf
97
%%DATADIR%%/syntax/tcl.jsf
97
%%DATADIR%%/syntax/tex.jsf
98
%%DATADIR%%/syntax/tex.jsf
98
%%DATADIR%%/syntax/troff.jsf
99
%%DATADIR%%/syntax/troff.jsf
Lines 102-106 Link Here
102
%%DATADIR%%/syntax/whitespace.jsf
103
%%DATADIR%%/syntax/whitespace.jsf
103
%%DATADIR%%/syntax/xml.jsf
104
%%DATADIR%%/syntax/xml.jsf
104
%%DATADIR%%/syntax/yaml.jsf
105
%%DATADIR%%/syntax/yaml.jsf
105
man/man1/joe.1.gz
106
man/ru/man1/joe.1.gz

Return to bug 203033