diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-22 13:23:48 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2015-10-22 13:23:48 +0000 |
commit | ec1fef4d64ffe02ce549889e3fa4b934544a3e3c (patch) | |
tree | 711e65ce7da2046b2d9d667139cb9b2ea3614c53 /www/mini_httpd | |
parent | 55dbb962bbfbcc425db8e5140b9ded491c14a8c9 (diff) | |
download | ports-ec1fef4d64ffe02ce549889e3fa4b934544a3e3c.tar.gz ports-ec1fef4d64ffe02ce549889e3fa4b934544a3e3c.zip |
Notes
Diffstat (limited to 'www/mini_httpd')
-rw-r--r-- | www/mini_httpd/Makefile | 3 | ||||
-rw-r--r-- | www/mini_httpd/distinfo | 4 | ||||
-rw-r--r-- | www/mini_httpd/pkg-descr | 27 |
3 files changed, 16 insertions, 18 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index 8928a8c54d75..a1be7b2ed3dc 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mini_httpd -PORTVERSION= 1.21 -PORTREVISION= 1 +PORTVERSION= 1.22 CATEGORIES= www ipv6 MASTER_SITES= http://www.acme.com/software/mini_httpd/ diff --git a/www/mini_httpd/distinfo b/www/mini_httpd/distinfo index 6013179e4d37..93d17bf9321a 100644 --- a/www/mini_httpd/distinfo +++ b/www/mini_httpd/distinfo @@ -1,2 +1,2 @@ -SHA256 (mini_httpd-1.21.tar.gz) = 51fa38c87d79e973686557b8d3b72fed387b21931e37ee07a08991ebb2c95152 -SIZE (mini_httpd-1.21.tar.gz) = 43127 +SHA256 (mini_httpd-1.22.tar.gz) = 28399b9ad5fa31568944e625f4007c4b9ed9a096f78eda772fc9223a93ea7325 +SIZE (mini_httpd-1.22.tar.gz) = 43619 diff --git a/www/mini_httpd/pkg-descr b/www/mini_httpd/pkg-descr index 95ff316beb86..81aadc7760b9 100644 --- a/www/mini_httpd/pkg-descr +++ b/www/mini_httpd/pkg-descr @@ -1,18 +1,17 @@ -Mini_httpd is a small HTTP server. Its performance is not great, but -for low or medium traffic sites it's quite adequate. It implements -all the basic features of an HTTP server, including: +mini_httpd is a small HTTP server. Its performance is not great, but for +low or medium traffic sites it's quite adequate. It implements all the +basic features of an HTTP server, including: - - GET, HEAD, and POST methods. - - CGI. - - Basic authentication. - - Security against ".." filename snooping. - - The common MIME types. - - Trailing-slash redirection. - - index.html, index.htm, index.cgi - - Directory listings. - - Multihoming / virtual hosting. - - Standard logging. - - Custom error pages. + - GET, HEAD, and POST methods + - CGI and basic authentication support + - Security against ".." filename snooping + - The common MIME types + - Trailing-slash redirection + - index.html, index.htm, index.cgi + - Directory listings + - Multihoming (virtual hosting) + - Standard logging + - Custom error pages It can also be configured to do SSL/HTTPS and IPv6. |