[gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc

2015-07-12 Thread Michal Gorny (mgorny)
mgorny  15/07/13 04:46:35

  Modified: nginx_modules_http.desc
  Log:
  Describe nginx_modules_http_memc. Part of version bump, 
https://github.com/gentoo/gentoo-portage-rsync-mirror/pull/156 by jbergstroem.

Revision  ChangesPath
1.22 profiles/desc/nginx_modules_http.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.22view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.22content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.21r2=1.22

Index: nginx_modules_http.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- nginx_modules_http.desc 22 Jul 2014 06:45:37 -  1.21
+++ nginx_modules_http.desc 13 Jul 2015 04:46:35 -  1.22
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation.
+# Copyright 1999-2015 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.21 2014/07/22 06:45:37 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.22 2015/07/13 04:46:35 mgorny Exp $
 
 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
 
@@ -36,6 +36,7 @@
 limit_zone - This module makes it possible to limit the number of simultaneous 
connections for the assigned session
 lua - Embed the power of Lua into nginx
 map - This module allows you to classify, or map a set of values into a 
different set of values and store the result in a variable.
+memc - An extended version of the standard memcached module that supports set, 
add, delete, and many more memcached commands.
 memcached - You can use this module to perform simple caching.
 metrics - Module to export various metrics in easy-parseable JSON.
 mogilefs - Enable support for MogileFS.






[gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc

2014-07-22 Thread Tiziano Mueller (dev-zero)
dev-zero14/07/22 06:45:37

  Modified: nginx_modules_http.desc
  Log:
  Add description for nginx-mogilefs module.

Revision  ChangesPath
1.21 profiles/desc/nginx_modules_http.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.21view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.21content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.20r2=1.21

Index: nginx_modules_http.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- nginx_modules_http.desc 15 Apr 2014 06:04:13 -  1.20
+++ nginx_modules_http.desc 22 Jul 2014 06:45:37 -  1.21
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.20 2014/04/15 06:04:13 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.21 2014/07/22 06:45:37 dev-zero Exp $
 
 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
 
@@ -38,6 +38,7 @@
 map - This module allows you to classify, or map a set of values into a 
different set of values and store the result in a variable.
 memcached - You can use this module to perform simple caching.
 metrics - Module to export various metrics in easy-parseable JSON.
+mogilefs - Enable support for MogileFS.
 mp4 - This module adds pseudo-streaming
 naxsi - An open source, high performance, low rules maintenance, Web 
Application Firewall module for Nginx.
 passenger - Passenger makes deployment of Ruby web applications a breeze.






[gentoo-commits] gentoo-x86 commit in profiles/desc: nginx_modules_http.desc

2014-04-15 Thread Tiziano Mueller (dev-zero)
dev-zero14/04/15 06:04:13

  Modified: nginx_modules_http.desc
  Log:
  Add USE flag descriptions for nginx_modules_http_{ajp,sticky}.

Revision  ChangesPath
1.20 profiles/desc/nginx_modules_http.desc

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.20view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?rev=1.20content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/desc/nginx_modules_http.desc?r1=1.19r2=1.20

Index: nginx_modules_http.desc
===
RCS file: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- nginx_modules_http.desc 24 Oct 2013 06:25:03 -  1.19
+++ nginx_modules_http.desc 15 Apr 2014 06:04:13 -  1.20
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation.
+# Copyright 1999-2014 Gentoo Foundation.
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.19 2013/10/24 06:25:03 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/nginx_modules_http.desc,v 
1.20 2014/04/15 06:04:13 dev-zero Exp $
 
 # This file contains descriptions of NGINX_MODULES_HTTP USE_EXPAND flags.
 
@@ -11,6 +11,7 @@
 auth_pam - This module provides authentication via PAM.
 auth_request - Module implementing client authorization based on the result of 
a subrequest.
 autoindex - This module provides automatic directory listings.
+ajp - support AJP protocol proxy with nginx
 browser - This module creates variables, the values of which depend on the 
request header User-agent.
 cache_purge - External module adding ability to purge content from nginx's 
FastCGI and proxy caches.
 charset - This module can reencode data of one encoding into another.
@@ -55,6 +56,7 @@
 split_clients - This module provides A/B testing support.
 ssi - This module provides a filter which processes Server-Side Includes (SSI) 
in the input.
 spdy - This module provides an SPDY implementation.
+sticky - Module to always forward clients to the same upstream server (via 
sticky cookies)
 stub_status - This module provides the ability to get some status from nginx.
 sub - This module can search and replace text in the nginx response.
 upload - Enable support for handling file uploads using multipart/form-data 
encoding