From 4412ca2c79a50481eff42550e9d63cba74c9ffc4 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Sun, 24 Jan 2016 23:15:58 +0100 Subject: Unify quoting in metadata.xml files for machine processing Force unified quoting in all metadata.xml files since lxml does not preserve original use of single and double quotes. Ensuring unified quoting before the process allows distinguishing the GLEP 67-related metadata.xml changes from unrelated quoting changes. --- www-servers/apache/metadata.xml | 44 +++++++++++++++++++-------------------- www-servers/fnord/metadata.xml | 2 +- www-servers/hiawatha/metadata.xml | 16 +++++++------- www-servers/lighttpd/metadata.xml | 13 ++++++------ www-servers/nginx/metadata.xml | 2 +- www-servers/pound/metadata.xml | 2 +- www-servers/resin/metadata.xml | 2 +- www-servers/tomcat/metadata.xml | 2 +- 8 files changed, 41 insertions(+), 42 deletions(-) (limited to 'www-servers') diff --git a/www-servers/apache/metadata.xml b/www-servers/apache/metadata.xml index be4e71c0a73d..4d8c6e75d306 100644 --- a/www-servers/apache/metadata.xml +++ b/www-servers/apache/metadata.xml @@ -1,4 +1,4 @@ - + @@ -12,26 +12,26 @@ provides HTTP services in sync with the current HTTP standards. - Enable support for Application-Layer Protocol Negotiation (ALPN) in TLS. Needed by HTTP/2.0. - Install suexec with apache - Link in apache2 modules statically rather then plugins - Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions. - Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions). - Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user. - Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership. - Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). - Enable http2/alpn module - Request counting load balancer scheduler algorithm for proxy_balancer. - Weighted traffic counting load balancer scheduler algorithm for proxy_balancer. - Pending request counting load balancer scheduler algorithm for proxy_balancer. - Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer. - Macros for the Apache config file. - Slot-based shared memory provider. - A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment. - Basic (required) security for Unix-family platforms. - FCGI support module for mod_proxy. - Provides support for the tunnelling of web socket connections to a backend websockets server. - Ratelimit module for transfer rate management - Remotip module for logging + Enable support for Application-Layer Protocol Negotiation (ALPN) in TLS. Needed by HTTP/2.0. + Install suexec with apache + Link in apache2 modules statically rather then plugins + Group authorizations based on host (name or IP address). Available as a compatibility module with previous versions. + Provides core authentication capabilities common to all authentication providers (functionality provided by authn_alias in previous versions). + Provides core authorization capabilities to various authorization/authorization modules, such as authn_file and authz_user. + Provides authorization capabilities via SQL database so that authenticated users can be allowed or denied access to portions of the web site by group membership. + Disk based storage module for the HTTP caching filter (similar to mem_cache in previous versions). + Enable http2/alpn module + Request counting load balancer scheduler algorithm for proxy_balancer. + Weighted traffic counting load balancer scheduler algorithm for proxy_balancer. + Pending request counting load balancer scheduler algorithm for proxy_balancer. + Heartbeat traffic counting load balancer scheduler algorithm for proxy_balancer. + Macros for the Apache config file. + Slot-based shared memory provider. + A shared object cache provider using a high-performance cyclic buffer inside a shared memory segment. + Basic (required) security for Unix-family platforms. + FCGI support module for mod_proxy. + Provides support for the tunnelling of web socket connections to a backend websockets server. + Ratelimit module for transfer rate management + Remotip module for logging diff --git a/www-servers/fnord/metadata.xml b/www-servers/fnord/metadata.xml index 5122b8786215..ddfa03c7a9df 100644 --- a/www-servers/fnord/metadata.xml +++ b/www-servers/fnord/metadata.xml @@ -5,6 +5,6 @@ maintainer-needed@gentoo.org - Enable HTTP authentication support + Enable HTTP authentication support diff --git a/www-servers/hiawatha/metadata.xml b/www-servers/hiawatha/metadata.xml index 653494f4ecc7..c6c4933c8ea1 100644 --- a/www-servers/hiawatha/metadata.xml +++ b/www-servers/hiawatha/metadata.xml @@ -6,17 +6,17 @@ Julian Ospald - Enable caching of content - Pull in www-apps/hiawatha-monitor - Enable the rewrite toolkit - Enable TLS support via + Enable caching of content + Pull in www-apps/hiawatha-monitor + Enable the rewrite toolkit + Enable TLS support via net-libs/mbedtls - Enable Tomahawk control server - Enable XSLT support. + Enable Tomahawk control server + Enable XSLT support. This is also needed for directory listings - Enable reverse proxy support + Enable reverse proxy support - hsleisink/hiawatha + hsleisink/hiawatha diff --git a/www-servers/lighttpd/metadata.xml b/www-servers/lighttpd/metadata.xml index c2f3a89122a6..bed90f853659 100644 --- a/www-servers/lighttpd/metadata.xml +++ b/www-servers/lighttpd/metadata.xml @@ -18,13 +18,12 @@ for every server that is suffering load problems. - Enable fdevent handler - Enable memcache support for mod_cml and + Enable fdevent handler + Enable memcache support for mod_cml and mod_trigger_b4_dl - Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes. - Enable rrdtool support via mod_rrdtool - Apply experimental patch for upload progress module - Enable webdav properties + Use mmap with files owned by lighttpd. This is a dangerous option as it may allow local users to trigger SIGBUS crashes. + Enable rrdtool support via mod_rrdtool + Apply experimental patch for upload progress module + Enable webdav properties - diff --git a/www-servers/nginx/metadata.xml b/www-servers/nginx/metadata.xml index ba59838d8147..92d30e8ed79a 100644 --- a/www-servers/nginx/metadata.xml +++ b/www-servers/nginx/metadata.xml @@ -1,4 +1,4 @@ - + proxy-maintainers diff --git a/www-servers/pound/metadata.xml b/www-servers/pound/metadata.xml index f6ffacd46271..6599521593fe 100644 --- a/www-servers/pound/metadata.xml +++ b/www-servers/pound/metadata.xml @@ -12,7 +12,7 @@ distributed under the GPL - no warranty, it's free to use, copy and give away. - Enable dynamic rescaling of back-end + Enable dynamic rescaling of back-end priorities diff --git a/www-servers/resin/metadata.xml b/www-servers/resin/metadata.xml index 3447822a6fe9..56bd1ef88cb0 100644 --- a/www-servers/resin/metadata.xml +++ b/www-servers/resin/metadata.xml @@ -3,6 +3,6 @@ java - Enable Resin admin webapp + Enable Resin admin webapp diff --git a/www-servers/tomcat/metadata.xml b/www-servers/tomcat/metadata.xml index 6f8636c1d0e5..e194d2375db6 100644 --- a/www-servers/tomcat/metadata.xml +++ b/www-servers/tomcat/metadata.xml @@ -9,7 +9,7 @@ Sun under the Java Community Process. - Build also the docs and examples webapp + Build also the docs and examples webapp Builds websockets api and implementation (requires java 7) -- cgit v1.2.3-65-gdbad