From matsuis@gmail.com  Sun Aug  2 13:46:59 2009
Return-Path: <matsuis@gmail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 9AF53106566C
	for <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <FreeBSD-gnats-submit@freebsd.org>; 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 <smatsui@karashi.org>
Sender: Matsui Shinsuke <matsuis@gmail.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [NEW PORT] www/tinytinyhttpd: Tiny tiny httpd
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         137354
>Category:       ports
>Synopsis:       [NEW PORT] www/tinytinyhttpd: Tiny tiny httpd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Aug 02 13:50:02 UTC 2009
>Closed-Date:    Wed Aug 05 12:23:48 UTC 2009
>Last-Modified:  Wed Aug  5 12:30:14 UTC 2009
>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 <smatsui@karashi.org>
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 <bsd.port.pre.mk>
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 <bsd.port.post.mk>
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:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Sun Aug 2 15:18:35 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137354 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Wed Aug 5 12:23:47 UTC 2009 
State-Changed-Why:  
New port added, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=137354 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/137354: commit references a PR
Date: Wed,  5 Aug 2009 12:24:12 +0000 (UTC)

 miwi        2009-08-05 12:23:57 UTC
 
   FreeBSD ports repository
 
   Modified files:
     www                  Makefile 
   Added files:
     www/tinytinyhttpd    Makefile distinfo pkg-descr 
     www/tinytinyhttpd/files example.conf 
   Log:
   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)
   
   WWW: http://github.com/mattn/tinytinyhttpd/tree/master
   
   PR:             ports/137354
   Submitted by:   Shinsuke Matsui <smatsui at karashi.org>
   
   Revision  Changes    Path
   1.2417    +1 -0      ports/www/Makefile
   1.1       +32 -0     ports/www/tinytinyhttpd/Makefile (new)
   1.1       +3 -0      ports/www/tinytinyhttpd/distinfo (new)
   1.1       +10 -0     ports/www/tinytinyhttpd/files/example.conf (new)
   1.1       +15 -0     ports/www/tinytinyhttpd/pkg-descr (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
