From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 15 11:40:18 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0ADC16A4CE for ; Wed, 15 Dec 2004 11:40:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC5EF43D45 for ; Wed, 15 Dec 2004 11:40:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id iBFBeIb7001185 for ; Wed, 15 Dec 2004 11:40:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id iBFBeICI001184; Wed, 15 Dec 2004 11:40:18 GMT (envelope-from gnats) Resent-Date: Wed, 15 Dec 2004 11:40:18 GMT Resent-Message-Id: <200412151140.iBFBeICI001184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergey Lyubka Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E31A16A4CE for ; Wed, 15 Dec 2004 11:34:46 +0000 (GMT) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 789A043D5F for ; Wed, 15 Dec 2004 11:34:46 +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 iBFBYkc6015343 for ; Wed, 15 Dec 2004 11:34:46 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id iBFBYkTu015342; Wed, 15 Dec 2004 11:34:46 GMT (envelope-from nobody) Message-Id: <200412151134.iBFBYkTu015342@www.freebsd.org> Date: Wed, 15 Dec 2004 11:34:46 GMT From: Sergey Lyubka To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Subject: ports/75102: New port: www/shttpd (simple http server) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Dec 2004 11:40:19 -0000 >Number: 75102 >Category: ports >Synopsis: New port: www/shttpd (simple http server) >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: Wed Dec 15 11:40:18 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Sergey Lyubka >Release: 5.3 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # www/shttpd/ # www/shttpd/files # www/shttpd/files/shttpd.1 # www/shttpd/pkg-descr # www/shttpd/Makefile # www/shttpd/distinfo # www/shttpd/pkg-plist # echo c - www/shttpd/ mkdir -p www/shttpd/ > /dev/null 2>&1 echo c - www/shttpd/files mkdir -p www/shttpd/files > /dev/null 2>&1 echo x - www/shttpd/files/shttpd.1 sed 's/^X//' >www/shttpd/files/shttpd.1 << 'END-of-www/shttpd/files/shttpd.1' X.TH SHTTPD 1 X.SH NAME Xshttpd \- Simple HTTP Daemon X.SH SYNOPSIS X.B shttpd X.I [OPTIONS] X.br X.SH "DESCRIPTION" X.B shttpd Xis a simple web server with CGI support. XIt does not detach from terminal. It stores logs in a standard format. X.SH OPTIONS X.TP 13 X.I \-d directory Xdocument root directory (default .) X.TP 13 X.I \-p port Xlistening port (default 80 for non-SSL, 443 for SSL mode) X.TP 13 X.I \-h Xdisplay help X.TP 13 X.I \-l logfile Xlog file (default httpd.log) X.TP 13 X.I \-i file1[,file2..] Xindex file (default index.html,index.cgi,index.php) X.TP 13 X.I \-c XCGI file pattern (default .cgi) X.TP 13 X.I \-P passfile Xglobal auth passwords file (default none) X.TP 13 X.I \-u uid Xrun-time numeric UID (default none) X.SH COPYRIGHT X.B shttpd Xis licensed under the terms of MIT license. X.SH BUGS XPlease send bug reports to X.SH AUTHOR XSergey Lyubka END-of-www/shttpd/files/shttpd.1 echo x - www/shttpd/pkg-descr sed 's/^X//' >www/shttpd/pkg-descr << 'END-of-www/shttpd/pkg-descr' XSHTTPD is a simple, easy to use, embeddable web server with CGI, XSSL, cookies support. It is written in C, as one single source file httpd.c, Xand compiles both in UNIX and Windows environments. Gives exceptionally Xsmall footprint when linked against uclibc or dietlibc. It is a good choice Xto serve Web based GUI for various applications, where other sophisticated Xservers like Apache, IIS etc are too big, hard to install and configure or Xovercomplicated. Xshttpd is licensed under the terms of very liberal MIT license. END-of-www/shttpd/pkg-descr echo x - www/shttpd/Makefile sed 's/^X//' >www/shttpd/Makefile << 'END-of-www/shttpd/Makefile' X# New ports collection makefile for: shttpd X# Date created: Wed Dec 15, 2004 X# Whom: Sergey Lyubka (valenok@gmail.com) X# X# $FreeBSD$ X# X XPORTNAME= shttpd XPORTVERSION= 1.0 XCATEGORIES= www XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR= shttpd XDISTNAME= httpd.c XEXTRACT_SUFX= XEXTRACT_ONLY= #none X XMAINTAINER= valenok@gmail.com XCOMMENT= Simple embeddable web server with CGI support X XNO_WRKSUBDIR= yes XDIST_SUBDIR= ${PORTNAME} XMAN1= shttpd.1 X Xpost-extract: X ${CP} ${DISTDIR}/${DIST_SUBDIR}/httpd.c ${WRKSRC}/ X Xdo-build: X ${CC} ${CFLAGS} -o ${WRKSRC}/shttpd ${WRKSRC}/httpd.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/shttpd ${PREFIX}/bin X ${INSTALL_MAN} ${FILESDIR}/shttpd.1 ${PREFIX}/man/man1 X X.include END-of-www/shttpd/Makefile echo x - www/shttpd/distinfo sed 's/^X//' >www/shttpd/distinfo << 'END-of-www/shttpd/distinfo' XMD5 (shttpd/httpd.c) = b889be47e050449250931c46ba40b525 XSIZE (shttpd/httpd.c) = 41033 END-of-www/shttpd/distinfo echo x - www/shttpd/pkg-plist sed 's/^X//' >www/shttpd/pkg-plist << 'END-of-www/shttpd/pkg-plist' Xbin/shttpd END-of-www/shttpd/pkg-plist exit >Release-Note: >Audit-Trail: >Unformatted: