head	1.14;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.8
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.1;
locks; strict;
comment	@# @;


1.14
date	2012.12.10.15.19.19;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.02.40;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.08.18.14.29.08;	author ohauer;	state Exp;
branches;
next	1.11;

1.11
date	2012.07.08.19.53.24;	author ohauer;	state Exp;
branches;
next	1.10;

1.10
date	2012.01.09.15.41.06;	author tabthorpe;	state Exp;
branches;
next	1.9;

1.9
date	2011.06.19.21.01.17;	author ohauer;	state Exp;
branches;
next	1.8;

1.8
date	2010.05.26.21.43.21;	author pgollucci;	state Exp;
branches;
next	1.7;

1.7
date	2010.05.18.04.07.50;	author pgollucci;	state Exp;
branches;
next	1.6;

1.6
date	2010.05.05.21.54.05;	author pgollucci;	state Exp;
branches;
next	1.5;

1.5
date	2009.08.22.00.38.13;	author amdmi3;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.17.07.24.27;	author pgollucci;	state Exp;
branches;
next	1.3;

1.3
date	2009.05.12.22.34.36;	author pgollucci;	state Exp;
branches;
next	1.2;

1.2
date	2009.05.12.22.32.29;	author linimon;	state Exp;
branches;
next	1.1;

1.1
date	2009.02.18.15.35.11;	author itetcu;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/308609
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r308609 | ume | 2012-12-10 15:10:02 +0000 (Mon, 10 Dec 2012) | 3 lines
## SVN ##
## SVN ## Update cyrus-sasl2 to 2.1.26.
## SVN ## This bumps shlib version of libsasl2.
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@# New ports collection makefile for:   	mod_authn_sasl
# Date created:        			February 16, 2009
# Whom:                			Joerg Pulz <Joerg.Pulz@@frm2.tum.de>
#
# $FreeBSD: head/www/mod_authn_sasl/Makefile 308609 2012-12-10 15:10:02Z ume $
#

PORTNAME=	mod_authn_sasl
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=mod-authn-sasl/mod-authn-sasl/${PORTVERSION}

MAINTAINER=	apache@@FreeBSD.org
COMMENT=	Allows user authentication based on libsasl2 mechanisms on apache 2.2

LICENSE=	AL2

LIB_DEPENDS=	sasl2:${PORTSDIR}/security/cyrus-sasl2

MAKE_JOBS_SAFE=	yes

OPTIONS_DEFINE=	SASLAUTHD
SASLAUTHD_DESC=	cyrus-sasl2-saslauthd support

.include <bsd.port.options.mk>

USE_BZIP2=	yes
USE_APACHE=	22
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes
AP_LIB=		${LOCALBASE}/lib -lsasl2

PORTDOCS1=	AUTHORS LICENSE
PORTDOCS=	*

.if ${PORT_OPTIONS:MSASLAUTHD}
RUN_DEPENDS+=	saslauthd:${PORTSDIR}/security/cyrus-sasl2-saslauthd
.endif

post-install:
.if ${PORT_OPTIONS:MDOCS}
	@@${MKDIR} ${DOCSDIR}/
	@@${FIND} ${WRKSRC}/doc \( -name "*.in" -o -name "*.am" \) -delete
.   for f in ${PORTDOCS1}
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.   endfor
	@@(cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR})
.endif

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/www/mod_authn_sasl/Makefile 302724 2012-08-18 14:29:08Z ohauer $
d10 1
@


1.12
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
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@- convert to options NG
- add desc. for MP3
@
text
@d30 2
a31 2
AP_FAST_BUILD=	YES
AP_GENPLIST=	YES
@


1.10
log
@- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@@ for generating the initial patch

PR:		ports/163521
Submitted by:	Pedro Giffuni <pfg apache.org>
Hat:		portmgr
Exp run by:	pav
@
text
@d17 3
a19 1
LIB_DEPENDS=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
d23 2
a24 1
OPTIONS=	SASLAUTHD	"Register dependency for cyrus-sasl2-saslauthd"	off
d26 1
a26 1
LICENSE=	AL2
d37 1
a37 3
.include <bsd.port.options.mk>

.if defined(WITH_SASLAUTHD)
d42 1
a42 1
.if !defined(NOPORTDOCS)
@


1.9
log
@- update to mod_authn_sasl-1.2
- fix linker arguments ( reference to libsasl2 was missing ) [1]
- extend portdocs

[1] Noted on apache@@FreeBSD list by Felix Janssen

Changelog:
    * m4/apache.m4: fix httpd version regex to match vendor extended
      version strings
    * Makefile.am: add Changelog to tarball
    * doc/index.html: let configure update the module version
    * mod_authn_sasl.c: fix segfault in cleanup code, closes ID: 3015155
    * mod_authn_sasl.c: make AuthSaslRealm a multi-value directive,
      if the username contains a realm it must now match one of these
@
text
@d23 1
a23 1
LICENSE=	ASL
@


1.8
log
@- Update to 1.1
- A few cleanups

With Hat:   apache@@
@
text
@d9 1
a9 1
PORTVERSION=	1.1
d11 2
a12 1
MASTER_SITES=	SF/mod-authn-sasl/mod-authn-sasl/${PORTVERSION}
d19 1
a19 1
MAKE_JOBS_SAFE=  yes
d23 2
d29 1
d31 2
a32 1
PORTDOCS=	AUTHORS LICENSE
d43 2
a44 1
.   for f in ${PORTDOCS}
d47 1
@


1.7
log
@- Chase devel/apr -> devel/apr1 shuffling

PR:             ports/146553
Submitted by:   myself (pgollucci@@)
With Hat:       apache@@
@
text
@d9 1
a9 2
PORTVERSION=	1.0.2
PORTREVISION=	2
d16 1
a16 1
LIB_DEPENDS+=	sasl2.2:${PORTSDIR}/security/cyrus-sasl2
d20 1
a20 1
FETCH_BEFORE_ARGS=	-v -v
d22 1
a23 1
USE_BZIP2=	yes
a25 3
#SHORTMODNAME=	authn_sasl

OPTIONS=	SASLAUTHD	"Register dependency for cyrus-sasl2-saslauthd"	off
d29 1
a29 1
.include <bsd.port.pre.mk>
d37 1
a37 1
	@@${MKDIR} ${DOCSDIR}
d39 1
a39 1
	@@${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
d43 1
a43 1
.include <bsd.port.post.mk>
@


1.6
log
@5/5: Chase www/apache22 (bundled apr shlib bump)

PR:             ports/146130
Approved by:    portmgr (pav)
Tested by:      -exp run (pav)
With Hat:       apache@@
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.5
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d10 1
@


1.4
log
@- Mark SAFE apache@@ ports MAKE_JOBS_SAFE=yes
@
text
@d11 1
a11 2
MASTER_SITES=	SF
MASTER_SITE_SUBDIR=	${PORTNAME:S/_/-/g}
@


1.3
log
@over to apache@@
@
text
@d19 2
@


1.2
log
@Release these ports into the wild due to maintainer-timeouts and no
response to email.  We hope to see him back again sometime.
@
text
@d14 1
a14 1
MAINTAINER=	ports@@FreeBSD.org
@


1.1
log
@This module provides the mod_auth_basic authentication front-end a way to
authenticate users by checking credentials via the Cyrus SASL library.
This may be interesting for setups where other daemons (e.g. for SMTP, IMAP or
LDAP) already running at a machine use SASL to authenticate users.

WWW: http://mod-authn-sasl.sourceforge.net/

PR:		ports/131750
Submitted by:	Joerg Pulz <Joerg.Pulz at frm2.tum.de>
@
text
@d14 1
a14 1
MAINTAINER=	Joerg.Pulz@@frm2.tum.de
@

