mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-23 07:29:19 +02:00
This commits separates ngx-geoip2, previously bundled with www-servers/nginx, into its own package. ngx-geoip2[1] allows creating "variables with values from the maxmind geoip2 databases". [1]: https://github.com/leev/ngx_http_geoip2_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>
23 lines
893 B
XML
23 lines
893 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 ngx-geoip2 module creates variables with values from the maxmind GeoIP2 databases based
|
|
on the client IP (default) or from a specific variable (both IPv4 and IPv6 are supported).
|
|
|
|
The module supports NGINX streams and can be used in the same way the HTTP module can be
|
|
used.
|
|
</longdescription>
|
|
<upstream>
|
|
<bugs-to>https://github.com/leev/ngx_http_geoip2_module/issues</bugs-to>
|
|
<remote-id type="github">leev/ngx_http_geoip2_module</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|