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) |