           SPELL=nginx
         VERSION=0.6.35
      PATCHLEVEL=1
          SOURCE=$SPELL-$VERSION.tar.gz
   SOURCE_URL[0]=http://sysoev.ru/$SPELL/$SOURCE
     SOURCE_HASH=sha512:b9008329fd7541ecb73935980ca2b57fe4c689a61e59be6967059aaaf15885d310439e96541c769d46ec4a327084400f9223e2b946001fb060587b863fbf1623
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
