head	1.8;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.6
	RELEASE_7_4_0:1.6
	RELEASE_8_2_0:1.6
	RELEASE_6_EOL:1.6
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.4;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.03.07;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.07.11.01.43.04;	author adamw;	state Exp;
branches;
next	1.6;

1.6
date	2009.11.04.08.14.14;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.09.30.13.06.53;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2009.08.18.20.47.49;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2009.08.10.16.34.46;	author amdmi3;	state Exp;
branches;
next	1.2;

1.2
date	2009.08.07.20.09.35;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2009.08.05.12.23.57;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# New ports collection makefile for:	tinytinyhttpd
# Date created:		01 Aug 2009
# Whom:			Shinsuke Matsui <smatsui@@karashi.org>
#
# $FreeBSD: head/www/tinytinyhttpd/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	tinytinyhttpd
PORTVERSION=	0.0.11
CATEGORIES=	www
MASTER_SITES=	http://cloud.github.com/downloads/mattn/tinytinyhttpd/ \
		${MASTER_SITE_LOCAL}

MAINTAINER=	smatsui@@karashi.org
COMMENT=	Tiny tiny httpd

HAS_CONFIGURE=	yes

PLIST_FILES=	bin/tthttpd
SUB_FILES=	example.conf
PORTDOCS=	README example.conf ChangeLog

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/tthttpd ${PREFIX}/bin

.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKDIR}/example.conf ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.7
log
@Update to 0.0.11. Fixes some nasty bugs.

PR:		ports/169582
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 0.9

PR:		140260
Submitted by:	Shinsuke Matsui <smatsui@@karashi.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.9
@


1.5
log
@- Update to 0.0.8

PR:		139231
Submitted by:	Shinsuke Matsui <smatsui@@karashi.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.8
d20 1
d28 1
a28 1
	${INSTALL_DATA} ${FILESDIR}/example.conf ${DOCSDIR}
@


1.4
log
@- Update to 0.0.6b

PR:		137898
Submitted by:	Shinsuke Matsui <smatsui@@karashi.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.6b
@


1.3
log
@- Update to 0.0.5

PR:		137598
Submitted by:	Shinsuke Matsui <smatsui@@karashi.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.5
d17 2
d20 1
a20 3
PORTDOCS=	README.mkd example.conf ChangeLog

.include <bsd.port.pre.mk>
d28 1
a28 1
	${INSTALL_DATA} ${WRKSRC}/README.mkd ${DOCSDIR}
d32 1
a32 1
.include <bsd.port.post.mk>
@


1.2
log
@- Update to 0.0.4c

PR;		137471
Submitted by:	Shinsuke Matsui <smatsui@@karashi.org> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	0.0.4c
@


1.1
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>
@
text
@d9 1
a9 1
PORTVERSION=	0.0.2
@

