mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-22 06:57:59 +02:00
This commit moves ngx-dav-ext[1], previously bundled with www-servers/nginx, into its own package. The separated module relies on nginx-module.eclass. ngx-dav-ext provides support for additional WebDAV methods that are not implemented by the standard NGINX DAV module. [1]: https://github.com/arut/nginx-dav-ext-module Signed-off-by: Zurab Kvachadze <zurabid2016@gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/37590 Signed-off-by: Sam James <sam@gentoo.org>
20 lines
772 B
XML
20 lines
772 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="person" proxied="yes">
|
|
<email>zurabid2016@gmail.com</email>
|
|
<name>Zurab Kvachadze</name>
|
|
</maintainer>
|
|
<maintainer type="project" proxied="proxy">
|
|
<email>proxy-maint@gentoo.org</email>
|
|
<name>Proxy Maintainers</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
The nginx-dav-ext NGINX module provides WebDAV methods that are not implemented by the
|
|
standard NGINX ngx_http_dav_module, namely PROPFIND, OPTIONS, LOCK and UNLOCK.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/arut/nginx-dav-ext-module/issues</bugs-to>
|
|
<remote-id type="github">arut/nginx-dav-ext-module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|