blob: dd7abd7b598451d331f6e154c6335e5727b6d0bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>hollow@gentoo.org</email>
<name>Benedikt Böhm</name>
</maintainer>
<maintainer>
<email>dev-zero@gentoo.org</email>
<name>Tiziano Müller</name>
</maintainer>
<use>
<flag name='aio'>Enables file AIO support</flag>
<flag name='http'>Enable HTTP core support</flag>
<flag name='http-cache'>Enable HTTP cache support</flag>
<flag name='libatomic'>Use libatomic instead of builtin atomic operations</flag>
<flag name='nginx_modules_http_addition'>This module adds contents of
other locations before and after the current location's
content.</flag>
<flag name='nginx_modules_http_dav'>This module adds the HTTP and WebDAV
methods PUT, DELETE, MKCOL, COPY and MOVE.</flag>
<flag name='nginx_modules_http_flv'>This module provides the ability to
seek within FLV (Flash) files using time-based offsets.</flag>
<flag name='nginx_modules_http_random_index'>Pick a random directory
index from a directory.</flag>
<flag name='nginx_modules_http_realip'>This module allows to change the
client's IP address to value from request header (e. g. X-Real-IP or
X-Forwarded-For).</flag>
<flag name='nginx_modules_http_gzip_static'>Enables support for gzipping
static content on disk</flag>
<flag name='nginx_modules_http_stub_status'>This module provides the
ability to get some status from nginx</flag>
<flag name='nginx_modules_http_sub'>Enable support for search and
replace text in the nginx response</flag>
<flag name='nginx_modules_http_upload'>Enable support for handling file
uploads using multipart/form-data encoding</flag>
<flag name='nginx_modules_http_slowfs_cache'>This module adds the
ability to cache static files</flag>
<flag name='nginx_modules_http_upload_progress'>This module adds the
ability to track POST upload progress via JSON API</flag>
<flag name='nginx_modules_http_mp4'>This module adds pseudo-streaming
support for H.264/AAC in MP4 containers.</flag>
<flag name='nginx_modules_mail_imap'>Enables IMAP proxy support</flag>
<flag name='nginx_modules_mail_pop3'>Enables POP3 proxy support</flag>
<flag name='nginx_modules_mail_smtp'>Enables SMTP proxy support</flag>
</use>
<upstream>
<changelog>http://nginx.org/en/CHANGES</changelog>
</upstream>
</pkgmetadata>
|