The www-nginx category is expected to contain third party modules for the NGINX server, which was made possible with the introduction of nginx-module.eclass.
Currently, NGINX bundles 25 modules that could all be separate packages. A non-comprehensive list of these modules: ngx_devel_kit[1], ngx-fancyindex[2], lua-nginx-module[3], nginx-push-stream-module[4] and many more. See the www-servers/nginx ebuild for the full list of bundled moduled that may be packaged in the www-nginx category. [1]: https://github.com/vision5/ngx_devel_kit [2]: https://github.com/aperezdc/ngx-fancyindex [3]: https://github.com/openresty/lua-nginx-module [4]: https://github.com/wandenberg/nginx-push-stream-module Signed-off-by: Zurab Kvachadze <zurabid2...@gmail.com> --- profiles/categories | 1 + {gui-wm => www-nginx}/metadata.xml | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) copy {gui-wm => www-nginx}/metadata.xml (53%) diff --git a/profiles/categories b/profiles/categories index f7f5996e1810..e0f21f99e72a 100644 --- a/profiles/categories +++ b/profiles/categories @@ -155,6 +155,7 @@ www-apache www-apps www-client www-misc +www-nginx www-plugins www-servers x11-apps diff --git a/gui-wm/metadata.xml b/www-nginx/metadata.xml similarity index 53% copy from gui-wm/metadata.xml copy to www-nginx/metadata.xml index 448acadd7390..53d8713dfcd1 100644 --- a/gui-wm/metadata.xml +++ b/www-nginx/metadata.xml @@ -2,9 +2,6 @@ <!DOCTYPE catmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <catmetadata> <longdescription lang="en"> - The gui-wm category contains various window managers. - </longdescription> - <longdescription lang="de"> - Die Kategorie gui-wm enthält verschiedene Fenstermanager. + The www-nginx category contains external modules for the NGINX reverse proxy and web server </longdescription> </catmetadata> -- 2.44.2