head	1.17;
access;
symbols
	RELEASE_8_3_0:1.14
	RELEASE_9_0_0:1.14
	RELEASE_7_4_0:1.11
	RELEASE_8_2_0:1.11
	RELEASE_6_EOL:1.10
	RELEASE_8_1_0:1.10
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.8
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.6
	RELEASE_5_5_0:1.6
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2012.09.22.21.15.50;	author ohauer;	state Exp;
branches;
next	1.15;

1.15
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.14;

1.14
date	2011.08.20.17.27.38;	author ohauer;	state Exp;
branches;
next	1.13;

1.13
date	2011.06.20.19.28.09;	author ohauer;	state Exp;
branches;
next	1.12;

1.12
date	2011.03.19.13.15.32;	author ale;	state Exp;
branches;
next	1.11;

1.11
date	2011.01.14.10.28.58;	author ale;	state Exp;
branches;
next	1.10;

1.10
date	2009.05.17.07.24.25;	author pgollucci;	state Exp;
branches;
next	1.9;

1.9
date	2008.01.27.20.36.18;	author clement;	state Exp;
branches;
next	1.8;

1.8
date	2007.03.18.17.17.42;	author clement;	state Exp;
branches;
next	1.7;

1.7
date	2006.07.05.02.30.57;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.04.16.22.33;	author clement;	state Exp;
branches;
next	1.5;

1.5
date	2005.12.04.00.18.10;	author clement;	state Exp;
branches;
next	1.4;

1.4
date	2005.09.11.10.39.35;	author clement;	state Exp;
branches;
next	1.3;

1.3
date	2005.05.22.14.12.14;	author clement;	state Exp;
branches;
next	1.2;

1.2
date	2004.08.18.16.21.45;	author clement;	state Exp;
branches;
next	1.1;

1.1
date	2004.08.08.09.53.35;	author clement;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# Created by: clement
# $FreeBSD: head/www/mod_auth_cookie_mysql2/Makefile 304723 2012-09-22 21:15:50Z ohauer $

PORTNAME=	mod_auth_cookie_mysql2
PORTVERSION=	1.0
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/
DISTNAME=	${PORTNAME}_1.0
DIST_SUBDIR=	apache2

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows authentication against a MySQL database via a secure cookie

MAKE_JOBS_SAFE=	yes

USE_MYSQL=	yes
USE_APACHE=	22

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
AP_EXTRAS=	-DMODULE_NAME=${SHORTMODNAME} -DMODULE_NAME_module=${SHORTMODNAME}_module
AP_INC=		${LOCALBASE}/include/mysql
AP_LIB=		${LOCALBASE}/lib/mysql -lmysqlclient
SRC_FILE=	mod_auth_cookie_sql2.c mod_auth_cookie_sql2_mysql.c

.include <bsd.port.mk>
@


1.16
log
@SVN rev 304723 on 2012-09-22 21:15:50Z by ohauer

- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@@
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.15
log
@SVN rev 302724 on 2012-08-18 14:29:08Z by ohauer

- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@@
@
text
@d1 1
a1 4
# New ports collection makefile for:	mod_auth_cookie_mysql2
# Date created:				Sun Aug 8 2004
# Whom:					clement
#
d18 1
a18 1
USE_APACHE=	22+
@


1.14
log
@ - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
@
text
@d13 1
a13 1
DIST_SUBDIR=	apache22
d20 2
a21 2
USE_MYSQL=	YES
USE_APACHE=	20+
d23 2
a24 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.13
log
@- update to version 1.0
- fix lib AP_LIB (missing -lmysqlclient) [1]
- change DIST_SUBDIR from apache20 to apache22
- extent pkg-descr with feature list

Changelog:
Version 1.0 (version 2) - 18.06.2009
    enhancement: AuthCookieSql_AdditionalSQL parameter added.

PR:		ports/154420 [1]
Submitted by:	Stephane DAlu <sdalu _at_ sdalu.com>
@
text
@d9 1
@


1.12
log
@Bump PORTREVISION for ports linking to default libmysqlclient.
@
text
@d8 1
a8 2
PORTVERSION=	0.9.a
PORTREVISION=	1
d11 2
a12 2
DISTNAME=	${PORTNAME}_0.9a
DIST_SUBDIR=	apache20
d17 1
a17 1
MAKE_JOBS_SAFE=  yes
d26 1
a26 1
AP_LIB=		${LOCALBASE}/lib/mysql
@


1.11
log
@Don't (wrongly) use mysql_config to get mysql INCLUDE and LIB dirs.

Feature safe:	yes
@
text
@d9 1
@


1.10
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d25 2
a26 2
AP_INC=		`${LOCALBASE}/bin/mysql_config --include | ${SED} -e 's/^-I//'`
AP_LIB=		`${LOCALBASE}/bin/mysql_config --libs | ${SED} -e 's/^-L//'`
@


1.9
log
@- Update to 0.9.a

PR:             ports/116963
Submitted by:   Yarema <yds@@CoolRat.org>
@
text
@d17 2
@


1.8
log
@- Update to 0.7
- Fix WWW
@
text
@d8 1
a8 1
PORTVERSION=	0.7
d11 1
a11 1
DISTNAME=	${PORTNAME}_${PORTVERSION}
a17 1

d22 4
a25 3
AP_INC?=	${LOCALBASE}/include/mysql
AP_LIB?=	${LOCALBASE}/lib/mysql -lmysqlclient -lz
PORTDOCS=	mod_auth_cookie_mysql.html
a26 5
post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
.endif
@


1.7
log
@Change all bogus uses of BROKEN to IGNORE.  See CHANGES 20060705.

PR:		ports/92445
Hat:		portmgr
@
text
@d8 1
a8 1
PORTVERSION=	0.5
d10 1
a10 1
MASTER_SITES=	http://home.digithi.de/digithi/dev/
d12 1
a12 1
DIST_SUBDIR=	apache2
a17 2
# If someone can test it with MySQL 5.0 ;-)
IGNORE_WITH_MYSQL=	50
@


1.6
log
@- Convert to new USE_APACHE
- Add SHA256
@
text
@d19 1
a19 1
BROKEN_WITH_MYSQL=	50
@


1.5
log
@- prepare removal of www/apache2 in favor of www/apache20 for naming
  consistency
- add entries in UPDATING (for apache22 too)

PR:		ports/78119
Repocopied by:	marcus
@
text
@d21 1
a21 1
WANT_APACHE=	2
a28 2
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/www/apache20/Makefile.modules.3rd"
d34 1
a34 1
.include <bsd.port.post.mk>
@


1.4
log
@- Update to 0.5
@
text
@d30 1
a30 1
.include "${PORTSDIR}/www/apache2/Makefile.modules.3rd"
@


1.3
log
@- Update to 0.4
@
text
@d8 1
a8 1
PORTVERSION=	0.4
d27 1
a27 1
PORTDOCS=	mod_auth_cookie_mysql2.html
@


1.2
log
@- Assign maintainership to freshly created apache@@ mailing list
@
text
@d8 1
a8 1
PORTVERSION=	0.3
d18 2
a19 2
# If someone can test it with MySQL 4.1 ;-)
BROKEN_WITH_MYSQL=	41
@


1.1
log
@Add mod_auth_cookie_mysql2 0.3
This modules (for apache2) allows you to auth your users with cookies
stored in a MySQL database.
@
text
@d14 1
a14 1
MAINTAINER=	clement@@FreeBSD.org
@

