diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-04-23 12:18:43 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-04-23 12:18:43 +0000 |
commit | 701ff1b9a118e937da512920c142a75b1dcd0a23 (patch) | |
tree | 2d79e041d4555bc3e74ba0391f2a14130450490d /www/nginx-devel | |
parent | 0049ed54dbfe3d93cec7639ab59e34d0cae1b236 (diff) | |
download | ports-701ff1b9a118e937da512920c142a75b1dcd0a23.tar.gz ports-701ff1b9a118e937da512920c142a75b1dcd0a23.zip |
Notes
Diffstat (limited to 'www/nginx-devel')
-rw-r--r-- | www/nginx-devel/Makefile | 1 | ||||
-rw-r--r-- | www/nginx-devel/pkg-descr | 9 |
2 files changed, 7 insertions, 3 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile index d7ba265c8337..e837bb531941 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= nginx PORTVERSION= 1.1.19 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nginx.org/download/ MASTER_SITES+= ${MASTER_SITE_LOCAL} diff --git a/www/nginx-devel/pkg-descr b/www/nginx-devel/pkg-descr index e04a75c09507..784e2fdfdb8a 100644 --- a/www/nginx-devel/pkg-descr +++ b/www/nginx-devel/pkg-descr @@ -1,5 +1,8 @@ -Another one small and robust www server, supports -kqueue (EV_CLEAR, EV_DISABLE, NOTE_LOWAT, EV_EOF, etc.), -select, poll, sendfile. +NGINX is a high performance edge web server with the lowest memory footprint +and the key features to build modern and efficient web infrastructure. + +NGINX functionality includes HTTP server, HTTP and mail reverse proxy, caching, +load balancing, compression, request throttling, connection multiplexing and +reuse, SSL offload and HTTP media streaming. WWW: http://nginx.org/ |