Date: Thu, 10 Feb 2005 11:49:19 GMT From: Sergey Lyubka <valenok@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/77343: Update port: www/shttpd (to version 1.9: added directory listing and mime types) Message-ID: <200502101149.j1ABnJQB008791@www.freebsd.org> Resent-Message-ID: <200502101150.j1ABoK5P092652@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 77343 >Category: ports >Synopsis: Update port: www/shttpd (to version 1.9: added directory listing and mime types) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 10 11:50:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Sergey Lyubka >Release: 5.3-STABLE >Organization: >Environment: >Description: >How-To-Repeat: >Fix: diff -ruN shttpd.orig/Makefile shttpd/Makefile --- shttpd.orig/Makefile Thu Feb 10 11:54:57 2005 +++ shttpd/Makefile Thu Feb 10 11:57:55 2005 @@ -6,7 +6,7 @@ # PORTNAME= shttpd -PORTVERSION= 1.5 +PORTVERSION= 1.9 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= shttpd diff -ruN shttpd.orig/distinfo shttpd/distinfo --- shttpd.orig/distinfo Thu Feb 10 11:54:57 2005 +++ shttpd/distinfo Thu Feb 10 11:58:24 2005 @@ -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 -ruN shttpd.orig/files/shttpd.1 shttpd/files/shttpd.1 --- shttpd.orig/files/shttpd.1 Thu Feb 10 11:54:57 2005 +++ shttpd/files/shttpd.1 Thu Feb 10 12:00:57 2005 @@ -24,18 +24,18 @@ 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 @@ .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> >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502101149.j1ABnJQB008791>