packages: vim-syntax-lighttpd/lighttpd.vim, vim-syntax-lighttpd/syntax.sh -...

glen glen at pld-linux.org
Mon Oct 5 08:23:59 CEST 2009


Author: glen                         Date: Mon Oct  5 06:23:59 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- match more items

---- Files affected:
packages/vim-syntax-lighttpd:
   lighttpd.vim (1.14 -> 1.15) , syntax.sh (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/vim-syntax-lighttpd/lighttpd.vim
diff -u packages/vim-syntax-lighttpd/lighttpd.vim:1.14 packages/vim-syntax-lighttpd/lighttpd.vim:1.15
--- packages/vim-syntax-lighttpd/lighttpd.vim:1.14	Thu May 14 00:26:52 2009
+++ packages/vim-syntax-lighttpd/lighttpd.vim	Mon Oct  5 08:23:54 2009
@@ -60,10 +60,15 @@
 	\ auth.debug
 	\ auth.require
 	\ cgi.assign
+	\ cgi.execute-x-only
 	\ cml.extension
 	\ cml.memcache-hosts
 	\ cml.memcache-namespace
 	\ cml.power-magnet
+	\ compress.allowed-encodings
+	\ compress.cache-dir
+	\ compress.filetype
+	\ compress.max-filesize
 	\ connection.kbytes-per-second
 	\ debug.log-condition-handling
 	\ debug.log-file-not-found
@@ -118,6 +123,7 @@
 	\ secdownload.timeout
 	\ secdownload.uri-prefix
 	\ server.bind
+	\ server.breakagelog
 	\ server.chroot
 	\ server.core-files
 	\ server.defer-accept
@@ -161,6 +167,7 @@
 	\ simple-vhost.default-host
 	\ simple-vhost.document-root
 	\ simple-vhost.server-root
+	\ ssi.content-type
 	\ ssi.extension
 	\ ssl.ca-file
 	\ ssl.cipher-list

================================================================
Index: packages/vim-syntax-lighttpd/syntax.sh
diff -u packages/vim-syntax-lighttpd/syntax.sh:1.3 packages/vim-syntax-lighttpd/syntax.sh:1.4
--- packages/vim-syntax-lighttpd/syntax.sh:1.3	Wed Sep 30 14:14:10 2009
+++ packages/vim-syntax-lighttpd/syntax.sh	Mon Oct  5 08:23:54 2009
@@ -10,11 +10,13 @@
 	[ "$a" = "mod_skeleton.c" ] && continue
 	echo >&2 "# $a"
 	cpp -DHAVE_LSTAT -E $a 2>/dev/null | sed -n '
-	/static.*\(config_insert\|set_defaults\|log_access_open\)(/,/^}/{
-		/config_values_t cv/,/};/{
-			/T_CONFIG_DEPRECATED/d
-			/"\([^"]\+\)"/s/.*"\([^"]\+\)".*/\t\\ \1/p
-		}
+	/T_CONFIG_DEPRECATED/d
+
+	# skip fastcgi.server
+	/da_ext->value->used;/,$d
+
+	/T_CONFIG_SCOPE_CONNECTION\|T_CONFIG_SCOPE_SERVER/{
+		/"\([^"]\+\)"/s/.*"\([^"]\+\)".*/\t\\ \1/p
 	}
 	'
 done | sort -u | grep -v not-working
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/lighttpd.vim?r1=1.14&r2=1.15&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/syntax.sh?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list