diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 16:30:50 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-02-10 16:30:50 +0000 |
commit | 71bad43f17174e28d825efe101311a81be692691 (patch) | |
tree | b9244f9ddb4e649a2f504b5c3319a8199df5dc36 /www/shttpd | |
parent | de0d3eed3f902caaa685a819154acb0d31cfc872 (diff) | |
download | ports-71bad43f17174e28d825efe101311a81be692691.tar.gz ports-71bad43f17174e28d825efe101311a81be692691.zip |
- Update to 1.9
PR: ports/77343
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=128468
Diffstat (limited to 'www/shttpd')
-rw-r--r-- | www/shttpd/Makefile | 2 | ||||
-rw-r--r-- | www/shttpd/distinfo | 4 | ||||
-rw-r--r-- | www/shttpd/files/shttpd.1 | 17 |
3 files changed, 15 insertions, 8 deletions
diff --git a/www/shttpd/Makefile b/www/shttpd/Makefile index 4876e668bbf2..9e23768ca548 100644 --- a/www/shttpd/Makefile +++ b/www/shttpd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shttpd -PORTVERSION= 1.5 +PORTVERSION= 1.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= shttpd diff --git a/www/shttpd/distinfo b/www/shttpd/distinfo index 38f94c1d42e6..a9882e2b75ee 100644 --- a/www/shttpd/distinfo +++ b/www/shttpd/distinfo @@ -1,2 +1,2 @@ -MD5 (shttpd/shttpd_1.5.c) = 5ef81caeac7c132850fac4c8340ce2db -SIZE (shttpd/shttpd_1.5.c) = 56977 +MD5 (shttpd/shttpd_1.9.c) = e1ce9c741af69b1101cc1b26221ef82d +SIZE (shttpd/shttpd_1.9.c) = 72325 diff --git a/www/shttpd/files/shttpd.1 b/www/shttpd/files/shttpd.1 index c1bf8752e87a..2d7170835c58 100644 --- a/www/shttpd/files/shttpd.1 +++ b/www/shttpd/files/shttpd.1 @@ -24,18 +24,18 @@ display help use SSL (default NO) .TP 13 .I \-s certfile -use SSL certificate file (default httpd.pem) +use SSL certificate file (default shttpd.pem) .TP 13 .I \-e errfile error log file (default none) .TP 13 .I \-l logfile -log file (default httpd.log) +log file (default shttpd.log) .TP 13 .I \-i file1[,file2..] index file (default index.html,index.cgi,index.php) .TP 13 -.I \-c +.I \-c pattern CGI file pattern (default .cgi) .TP 13 .I \-P passfile @@ -43,10 +43,17 @@ global auth passwords file (default none) .TP 13 .I \-u uid run-time numeric UID (default none) +.TP 13 +.I \-m file +mime types file (default none) +.TP 13 +.I \-N realm +authentication realm (default auth) +.TP 13 +.I \-D +do directory listing (default no) .SH COPYRIGHT .B shttpd is licensed under the terms of MIT license. -.SH BUGS -Please send bug reports to <valenok@gmail.com> .SH AUTHOR Sergey Lyubka <valenok@gmail.com> |