head	1.4;
access;
symbols
	RELEASE_8_1_0:1.3;
locks; strict;
comment	@# @;


1.4
date	2010.08.28.10.59.47;	author mm;	state dead;
branches;
next	1.3;

1.3
date	2010.06.22.07.15.29;	author dinoex;	state Exp;
branches;
next	1.2;

1.2
date	2010.04.24.11.52.04;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2010.04.12.04.21.15;	author dinoex;	state Exp;
branches;
next	;


desc
@@


1.4
log
@www/lighttpd-mysqlauth integrated into www/lighttpd

Approved by:	dinoex (maintainer, private e-mail)
@
text
@# New ports collection makefile for:	lighttpd-mysql
# Date created:		11.Apr 2010
# Whom:			dirk.meyer@@dinoex.sub.org
#
# $FreeBSD: ports/www/lighttpd-mysqlauth/Makefile,v 1.3 2010/06/22 07:15:29 dinoex Exp $

CATEGORIES=	www
PKGNAMESUFFIX=	-mysqlauth

MAINTAINER=	dinoex@@FreeBSD.org

MASTERDIR?=	${.CURDIR}/../lighttpd

WITH_MYSQL=	yes

EXTRA_PATCHES+=	${.CURDIR}/files/patch-src_http_auth.c

.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif

.include "${MASTERDIR}/Makefile"
@


1.3
log
@- retire SSL patch, which is now in master port
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.2
log
@- fix SSL startup
Obtained from:	http://blog.sekuritatea.com/index.php/archives/34
@
text
@a16 1
EXTRA_PATCHES+=	${.CURDIR}/files/patch-src_network.c
@


1.1
log
@lighttpd a secure, fast, compliant and very flexible web-server which
has been optimized for high-performance environments. It has a very
low memory footprint compared to other webservers and takes care of
cpu-load. Its advanced feature-set (FastCGI, CGI, Auth, Output-Compression,
URL-Rewriting and many more) make lighttpd the perfect webserver-software
for every server that is suffering load problems.

This version is patched to support:
 auth.backend = "mysql"

WWW: http://www.lighttpd.net/
WWW: http://redmine.lighttpd.net/issues/752
@
text
@d17 1
@

