From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Aug 2 13:50:03 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3B1B1065675 for ; Sun, 2 Aug 2009 13:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 9929B8FC19 for ; Sun, 2 Aug 2009 13:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n72Do3k7027058 for ; Sun, 2 Aug 2009 13:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n72Do3uK027057; Sun, 2 Aug 2009 13:50:03 GMT (envelope-from gnats) Resent-Date: Sun, 2 Aug 2009 13:50:03 GMT Resent-Message-Id: <200908021350.n72Do3uK027057@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, Shinsuke Matsui Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9AF53106566C for ; Sun, 2 Aug 2009 13:46:59 +0000 (UTC) (envelope-from matsuis@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.233]) by mx1.freebsd.org (Postfix) with ESMTP id 6B0528FC15 for ; Sun, 2 Aug 2009 13:46:59 +0000 (UTC) (envelope-from matsuis@gmail.com) Received: by rv-out-0506.google.com with SMTP id f9so896158rvb.43 for ; Sun, 02 Aug 2009 06:46:59 -0700 (PDT) Received: by 10.141.50.4 with SMTP id c4mr2968022rvk.291.1249218985324; Sun, 02 Aug 2009 06:16:25 -0700 (PDT) Received: from karashi.org (p4132-ipbf1902souka.saitama.ocn.ne.jp [118.9.87.132]) by mx.google.com with ESMTPS id g31sm30072821rvb.36.2009.08.02.06.16.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 02 Aug 2009 06:16:24 -0700 (PDT) Received: by karashi.org (nbSMTP-1.00) for uid 1001 (using TLSv1/SSLv3 with cipher RC4-MD5 (128/128 bits)) smatsui@karashi.org; Sun, 2 Aug 2009 22:16:24 +0900 (JST) Message-Id: <4a7591a8.1f538c0a.5162.ffffc6e7@mx.google.com> Date: Sun, 02 Aug 2009 06:16:24 -0700 (PDT) From: Shinsuke Matsui Sender: Matsui Shinsuke To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/137354: [NEW PORT] www/tinytinyhttpd: Tiny tiny httpd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Aug 2009 13:50:04 -0000 >Number: 137354 >Category: ports >Synopsis: [NEW PORT] www/tinytinyhttpd: Tiny tiny httpd >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: Sun Aug 02 13:50:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Shinsuke Matsui >Release: FreeBSD 7.2-RELEASE-p2 i386 >Organization: >Environment: System: FreeBSD hoge.foo.baa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:57:44 UTC 2009 >Description: tinytinyhttpd is a very lightweight HTTP server written in C. It supports multi threads, customization, directory listing and CGI. It is confirmed to run the following software under tinytinyhttpd with no hassle: * MTOS(Movable Type Open Source) (perl) * WordPress (php) * blogn Plus (php) * tDiary (ruby) * PukiWiki (php) * NucreusCMS (php) * blosxom (perl) AUTHOR: mattn the ossan WWW: http://github.com/mattn/tinytinyhttpd/tree/master Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- tinytinyhttpd-0.0.2.shar begins here --- # 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: # # tinytinyhttpd # tinytinyhttpd/Makefile # tinytinyhttpd/distinfo # tinytinyhttpd/files # tinytinyhttpd/files/example.conf # tinytinyhttpd/pkg-descr # echo c - tinytinyhttpd mkdir -p tinytinyhttpd > /dev/null 2>&1 echo x - tinytinyhttpd/Makefile sed 's/^X//' >tinytinyhttpd/Makefile << 'aae4d4aa49f52da0dfb02a45bfbc0ee0' X# New ports collection makefile for: tinytinyhttpd X# Date created: 01 Aug 2009 X# Whom: Shinsuke Matsui X# X# $FreeBSD$ X# X XPORTNAME= tinytinyhttpd XPORTVERSION= 0.0.2 XCATEGORIES= www XMASTER_SITES= http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \ X ${MASTER_SITE_LOCAL} X XMAINTAINER= smatsui@karashi.org XCOMMENT= Tiny tiny httpd X XPLIST_FILES= bin/tthttpd XPORTDOCS= README.mkd example.conf ChangeLog X X.include X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${PREFIX}/bin X X.if !defined(NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${FILESDIR}/example.conf ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/README.mkd ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} X.endif X X.include aae4d4aa49f52da0dfb02a45bfbc0ee0 echo x - tinytinyhttpd/distinfo sed 's/^X//' >tinytinyhttpd/distinfo << '6bebbd8a646c3fbe7e29d9917cbef87f' XMD5 (tinytinyhttpd-0.0.2.tar.gz) = 45c818dcc98ea943753a02d2c6d01bae XSHA256 (tinytinyhttpd-0.0.2.tar.gz) = 1b6bdd7ea798e714c2259048de95daa79487aea6e09cdc76ea08eb1b6a82db73 XSIZE (tinytinyhttpd-0.0.2.tar.gz) = 21560 6bebbd8a646c3fbe7e29d9917cbef87f echo c - tinytinyhttpd/files mkdir -p tinytinyhttpd/files > /dev/null 2>&1 echo x - tinytinyhttpd/files/example.conf sed 's/^X//' >tinytinyhttpd/files/example.conf << 'efa9a83d564b2159db60013aadd9b0d2' X[global] Xport=8080 Xroot=/path/to/contents Xindexpages=index.html,index.php Xcharset=utf-8 Xspawnexec=on X X[mime/types] Xcgi=@/usr/local/bin/perl Xphp=@/usr/local/bin/php efa9a83d564b2159db60013aadd9b0d2 echo x - tinytinyhttpd/pkg-descr sed 's/^X//' >tinytinyhttpd/pkg-descr << 'e9ac88aa38c746763dc1a79ad34823d0' Xtinytinyhttpd is a very lightweight HTTP server written in C. XIt supports multi threads, customization, directory listing and CGI. XIt is confirmed to run the following software under tinytinyhttpd Xwith no hassle: X X* MTOS(Movable Type Open Source) (perl) X* WordPress (php) X* blogn Plus (php) X* tDiary (ruby) X* PukiWiki (php) X* NucreusCMS (php) X* blosxom (perl) X XAUTHOR: mattn the ossan XWWW: http://github.com/mattn/tinytinyhttpd/tree/master e9ac88aa38c746763dc1a79ad34823d0 exit --- tinytinyhttpd-0.0.2.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: