From nobody@FreeBSD.org  Sun Apr 17 21:44:53 2005
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 00BAB16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Apr 2005 21:44:53 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A828343D39
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Apr 2005 21:44:52 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.13.1/8.13.1) with ESMTP id j3HLiqUq062138
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 17 Apr 2005 21:44:52 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.13.1/8.13.1/Submit) id j3HLiqoU062137;
	Sun, 17 Apr 2005 21:44:52 GMT
	(envelope-from nobody)
Message-Id: <200504172144.j3HLiqoU062137@www.freebsd.org>
Date: Sun, 17 Apr 2005 21:44:52 GMT
From: Sergey Lyubka <valenok@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: www/shttpd (upgrade from 1.9 to 1.14)
X-Send-Pr-Version: www-2.3

>Number:         80044
>Category:       ports
>Synopsis:       Update port: www/shttpd (upgrade from 1.9 to 1.14)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 17 21:50:22 GMT 2005
>Closed-Date:    Mon Apr 18 00:47:15 GMT 2005
>Last-Modified:  Mon Apr 18 00:47:15 GMT 2005
>Originator:     Sergey Lyubka
>Release:        5.4
>Organization:
>Environment:
>Description:
      
>How-To-Repeat:
      
>Fix:
diff -ruN shttpd.orig/Makefile shttpd/Makefile
--- shttpd.orig/Makefile	Sun Apr 17 22:24:58 2005
+++ shttpd/Makefile	Sun Apr 17 22:37:20 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	shttpd
-PORTVERSION=	1.9
+PORTVERSION=	1.14
 CATEGORIES=	www
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	shttpd
diff -ruN shttpd.orig/distinfo shttpd/distinfo
--- shttpd.orig/distinfo	Sun Apr 17 22:24:58 2005
+++ shttpd/distinfo	Sun Apr 17 22:37:33 2005
@@ -1,2 +1,2 @@
-MD5 (shttpd/shttpd_1.9.c) = e1ce9c741af69b1101cc1b26221ef82d
-SIZE (shttpd/shttpd_1.9.c) = 72325
+MD5 (shttpd/shttpd_1.14.c) = af764aafb8789c703c6688e355388081
+SIZE (shttpd/shttpd_1.14.c) = 78643
diff -ruN shttpd.orig/files/shttpd.1 shttpd/files/shttpd.1
--- shttpd.orig/files/shttpd.1	Sun Apr 17 22:24:58 2005
+++ shttpd/files/shttpd.1	Sun Apr 17 22:36:47 2005
@@ -7,8 +7,15 @@
 .br
 .SH "DESCRIPTION"
 .B shttpd
-is a simple web server with CGI support.
-It does not detach from terminal. It stores logs in a standard format.
+is a simple web server. It supports: CGI, Digest authentication, cookies,
+GET, POST, PUT, DELETE methods, SSL. It does not detach from terminal. 
+It stores logs in a standard format. If -d option is not given, the document
+root is assumed to be current directory.
+.B shttpd
+can be embedded into existing application, in order to provide a Web GUI.
+To do that, a header file with interface definition is needed, and application
+should be compiled with shttpd.c, with -DEMBEDDED compilation flag set.
+Refer to http://shttpd.sf.net to get the header file.
 .SH OPTIONS
 .TP 13
 .I \-d directory
@@ -33,7 +40,7 @@
 log file  (default shttpd.log)
 .TP 13
 .I \-i file1[,file2..]
-index file (default index.html,index.cgi,index.php)
+index file (default index.html,index.cgi)
 .TP 13
 .I \-c pattern
 CGI file pattern (default .cgi)
@@ -41,17 +48,17 @@
 .I \-P passfile
 global auth passwords file (default none)
 .TP 13
-.I \-u uid
-run-time numeric UID (default none)
+.I \-u username
+switch UID to given username's UID (default none)
 .TP 13
 .I \-m file
 mime types file (default none)
 .TP 13
 .I \-N realm
-authentication realm (default auth)
+authentication realm (default mydomain.com)
 .TP 13
 .I \-D
-do directory listing (default no)
+forbid directory listing (default yes)
 .SH COPYRIGHT
 .B shttpd
 is licensed under the terms of MIT license.
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: leeym 
State-Changed-When: Mon Apr 18 00:47:14 GMT 2005 
State-Changed-Why:  
Committed, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80044 
>Unformatted:
