1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../vim/desc.patch
5 # Copyright (C) 2006 - 2008 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
17 Yet again an update vim .desc rule patch. This options exist a bit longer
18 though, but I forgot to include them in the patch I submitted upstream for
19 the 7.0 version ... (there are still some missing, but they are mostly
20 historical and might be dropped sooner than later).
22 - Rene Rebe <rene@exactcode.de>
24 --- vim71/runtime/syntax/desc.vim.vanilla 2007-05-13 12:31:31.000000000 +0000
25 +++ vim71/runtime/syntax/desc.vim 2007-05-13 12:34:06.000000000 +0000
28 " Language: T2 / ROCK Linux .desc
29 " Maintainer: René Rebe <rene@exactcode.de>, Piotr Esden-Tempski <esden@rocklinux.org>
30 -" Last Change: 2006 Aug 14
31 +" Last Change: 2008 Oct 30
33 " For version 5.x: Clear all syntax items
34 " For version 6.x: Quit when a syntax file was already loaded
39 -syn keyword descFlag DIETLIBC KAFFE JAIL NOPARALLEL FPIC-QUIRK LIBTOOL-WUIRK NO-LIBTOOL-FIX AUTOMAKE-QUIRK NO-AS-NEEDED NO-SSP KERNEL INIT LIBC CC CXX F77 KCC contained
40 -syn keyword descLicense Unknown GPL LGPL FDL MIT BSD OpenSource Free-to-use Commercial contained
41 +syn keyword descFlag BINARY CROSS DIETLIBC KAFFE JAIL NOPARALLEL FPIC-QUIRK LIBTOOL-QUIRK NO-LIBTOOL-FIX AUTOMAKE-QUIRK NO-AS-NEEDED NO-SSP KERNEL INIT LIBC CC CXX F77 KCC contained
42 +syn keyword descLicense Unknown GPL LGPL FDL MPL MIT BSD Artistic APL APSL OpenSource IBM-Public-License Free-to-use Commercial Restricted PublicDomain contained
45 syn match descTag /^\[\(COPY\)\]/
47 syn match descTag /^\[\(F\|FLAG\)\]/ contained
48 syn match descTag /^\[\(E\|DEP\|DEPENDENCY\)\]/
49 syn match descTag /^\[\(R\|ARCH\|ARCHITECTURE\)\]/
50 +syn match descTag /^\[\(K\|KERN\|KERNEL\)\]/
51 syn match descTag /^\[\(L\|LICENSE\)\]/ contained
52 syn match descTag /^\[\(S\|STATUS\)\]/
53 syn match descTag /^\[\(O\|CONF\)\]/
54 --- vim72/runtime/syntax/desc.vim 2006-08-14 21:38:24.000000000 +0200
55 +++ vim72/runtime/syntax/desc.vim.new 2008-11-02 12:17:15.000000000 +0100
58 syn match descUrl /\w\+:\/\/\S\+/
59 syn match descCategory /\w\+\/\w\+/ contained
60 -syn match descEmail /<[\.A-Za-z0-9]\+@[\.A-Za-z0-9]\+>/
61 +syn match descEmail /<[\.A-Za-z0-9_-]\+@[\.A-Za-z0-9_-]\+>/
64 syn match descInstallX /X/ contained