           SPELL=nginx
if [[ $NGINX_RELEASE == legacy ]]; then
         VERSION=0.6.38
     SOURCE_HASH=sha512:99263b27a1c9af07afcc009b61e9df60a81ebb2a82a894ddcf7b83f6d3123404463eea1e5640129057d5f7e24ad8b84a04a1d1e3cd1d3c92d1b3395083cdd6a4
else
         VERSION=0.7.61
     SOURCE_HASH=sha512:6db888a296100f26311bca098d6b02c7f15dfeee30c666bb4d73822f3dc1e6c76d53e521be7107f820551cb14a39a18fd3c7b8f702f8c2cc029d57ddd5023d7f
fi
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://sysoev.ru/$SPELL/$SOURCE
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE=http://nginx.net/
      LICENSE[0]=BSD
         ENTERED=20090203
           SHORT="HTTP server and mail proxy server"
cat << EOF
nginx [engine x] is a HTTP server and mail proxy server.

The basic HTTP features:
* Handling of static files, index files, and autoindexing; open file
  descriptor cache.
* Accelerated reverse proxying without caching, simple load balancing
  and fault tolerance.
* Accelerated support without caching of remote FastCGI servers,
  simple load balancing and fault tolerance.
* Modular architecture. Filters include gzipping, byte ranges,
  chunked responses, and SSI. Multiple SSI inclusions within a single
  page can be processed in parallel if they are handled by FastCGI or
  proxied servers.
* SSL and TLS SNI support.

Mail proxy server features:
* User redirection to IMAP/POP3 backend using an external HTTP
  authentication server.
* User authentication using an external HTTP authentication server
  and connection redirection to internal SMTP backend.
* Authentication methods:
  o POP3: USER/PASS, APOP, AUTH LOGIN PLAIN CRAM-MD5
  o IMAP: LOGIN, AUTH LOGIN PLAIN CRAM-MD5
  o SMTP: AUTH LOGIN PLAIN CRAM-MD5
* SSL support.
* STARTTLS and STLS support.
EOF
