packages: vim-syntax-lighttpd/syntax.sh - indent
glen
glen at pld-linux.org
Wed Sep 30 14:14:16 CEST 2009
Author: glen Date: Wed Sep 30 12:14:16 2009 GMT
Module: packages Tag: HEAD
---- Log message:
- indent
---- Files affected:
packages/vim-syntax-lighttpd:
syntax.sh (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/vim-syntax-lighttpd/syntax.sh
diff -u packages/vim-syntax-lighttpd/syntax.sh:1.2 packages/vim-syntax-lighttpd/syntax.sh:1.3
--- packages/vim-syntax-lighttpd/syntax.sh:1.2 Sun Jan 18 22:40:49 2009
+++ packages/vim-syntax-lighttpd/syntax.sh Wed Sep 30 14:14:10 2009
@@ -8,6 +8,13 @@
set -e
for a in configfile.c mod_*.c; do
[ "$a" = "mod_skeleton.c" ] && continue
-# echo "# $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}}'
+ 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
+ }
+ }
+ '
done | sort -u | grep -v not-working
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/vim-syntax-lighttpd/syntax.sh?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list