]> TLD Linux GIT Repositories - packages/mc.git/blob - mc-pld-developerfriendly.patch
- drop noperl-vfs
[packages/mc.git] / mc-pld-developerfriendly.patch
1 diff -urN mc-2006-02-24-22.org/syntax/cvs-userlist.syntax mc-2006-02-24-22/syntax/cvs-userlist.syntax
2 --- mc-2006-02-24-22.org/misc/syntax/cvs-userlist.syntax        1970-01-01 01:00:00.000000000 +0100
3 +++ mc-2006-02-24-22/misc/syntax/cvs-userlist.syntax    2006-02-28 17:37:11.801898000 +0100
4 @@ -0,0 +1,20 @@
5 +wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789._-
6 +
7 +context default
8 +       keyword : yellow black
9 +# people
10 +       keyword whole linestart ac-admin black white
11 +       keyword whole linestart ra-admin black white
12 +       keyword whole linestart nest-admin black white
13 +       keyword whole linestart cvsadmin black white
14 +       keyword whole linestart distfilesadmin black white
15 +# machines (hm... people vs machines... like in the Matrix ;))
16 +       keyword wholeleft linestart builder gray white
17 +       keyword wholeleft linestart buildlogs gray white
18 +       keyword wholeleft linestart cia gray white
19 +       keyword wholeleft linestart distfiles gray white
20 +
21 +context exclusive : : cyan
22 +       keyword , yellow black
23 +       
24 +
25 --- mc-4.8.19/misc/syntax/Makefile.am.orig      2017-03-11 18:30:38.998587163 +0100
26 +++ mc-4.8.19/misc/syntax/Makefile.am   2017-03-11 18:34:17.005281053 +0100
27 @@ -16,6 +16,7 @@
28         cs.syntax               \
29         css.syntax              \
30         cuda.syntax             \
31 +       cvs-userlist.syntax     \
32         cxx.syntax              \
33         cython.syntax           \
34         d.syntax                \
35 @@ -35,6 +36,7 @@
36         pascal.syntax           \
37         perl.syntax             \
38         php.syntax              \
39 +       pld-update-todo.syntax  \
40         po.syntax               \
41         povray.syntax           \
42         procmail.syntax         \
43 diff -urN mc-2006-02-24-22.org/syntax/pld-update-todo.syntax mc-2006-02-24-22/syntax/pld-update-todo.syntax
44 --- mc-2006-02-24-22.org/misc/syntax/pld-update-todo.syntax     1970-01-01 01:00:00.000000000 +0100
45 +++ mc-2006-02-24-22/misc/syntax/pld-update-todo.syntax 2006-02-28 17:37:11.805898250 +0100
46 @@ -0,0 +1,5 @@
47 +context default
48 +       keyword wholeleft       [OLD]\s*\s      brightred
49 +       keyword wholeleft       [NEW]\s*\n      green
50 +       keyword wholeright      (*)     white black
51 +
52 diff -urN mc-2006-02-24-22.org/syntax/Syntax.in mc-2006-02-24-22/syntax/Syntax.in
53 --- mc-2006-02-24-22.org/misc/syntax/Syntax.in  2005-10-31 22:15:34.000000000 +0100
54 +++ mc-2006-02-24-22/misc/syntax/Syntax.in      2006-02-28 17:37:11.805898250 +0100
55 @@ -145,6 +145,12 @@
56  file Don_t_match_me Mail\sfolder ^(From|Return-(P|p)ath:|From:|Date:)\s
57  include mail.syntax
58  
59 +file PLD-update-TODO PLD\sTODO
60 +include pld-update-todo.syntax
61 +
62 +file users CVS\suser\slist
63 +include cvs-userlist.syntax
64 +
65  file \\.procmailrc$ Procmail\sRC\sFile ^#/usr/bin/procmail
66  include procmail.syntax
67