head	1.13;
access;
symbols
	RELEASE_5_EOL:1.12
	RELEASE_7_0_0:1.12
	RELEASE_6_3_0:1.12
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.11
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.6
	RELEASE_5_2_1:1.6
	RELEASE_5_2_0:1.6
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2008.06.17.19.00.24;	author pav;	state dead;
branches;
next	1.12;

1.12
date	2005.09.20.19.24.37;	author clement;	state Exp;
branches;
next	1.11;

1.11
date	2005.08.07.04.46.58;	author lawrance;	state Exp;
branches;
next	1.10;

1.10
date	2005.07.23.02.53.37;	author kris;	state Exp;
branches;
next	1.9;

1.9
date	2005.03.26.20.06.18;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2005.03.20.09.44.05;	author danfe;	state Exp;
branches;
next	1.7;

1.7
date	2004.06.16.17.34.39;	author clement;	state Exp;
branches;
next	1.6;

1.6
date	2003.11.07.09.12.51;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.11.02.03.36.45;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.09.03.04.39.08;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.14.01.19;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.01.06.18.23.49;	author fenner;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.19.03.12.05;	author will;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Delete www/mod_auth_pwcheck, it depends on expired cyrus-sasl1, and it's gone
from the internet.
@
text
@# New ports collection makefile for: mod_auth_pwcheck
# Date created:		2001/08/08
# Whom:			Anton Voronin <anton@@chelcom.ru>
#
# $FreeBSD: ports/www/mod_auth_pwcheck/Makefile,v 1.12 2005/09/20 19:24:37 clement Exp $
#

PORTNAME=	mod_auth_pwcheck
PORTVERSION=	1.1
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	http://www.chelcom.ru/~anton/projects/files/

MAINTAINER=	anton@@chelcom.ru
COMMENT=	Apache module for user authentication via Cyrus pwcheck daemon

BUILD_DEPENDS=	${APXS}:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS=	${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT} \
		${LOCALBASE}/sbin/pwcheck:${PORTSDIR}/security/cyrus-sasl

WRKSRC=		${WRKDIR}/${PORTNAME}
APACHE_PORT?=	${AP_CATEGORY}/${AP_PORT}
MAKE_ARGS+=	DOC_DIR="${DOCSDIR}"
APACHE_COMPAT=	YES

.include <bsd.port.pre.mk>

.if exists(${APXS})
AP_MOD_SSL_SUFFIX!=	${APXS} -q CFLAGS 2>/dev/null \
		| ${GREP} DMOD_SSL >/dev/null \
		|| ${ECHO} -modssl
AP_CATEGORY!=	${APXS} -q CFLAGS 2>/dev/null \
		| ${GREP} DRUSSIAN_APACHE >/dev/null \
		&& ${ECHO} russian \
		|| ${ECHO} www
AP_TARGET!=	${APXS} -q TARGET 2>/dev/null
AP_LIBEXEC!=	${APXS} -q LIBEXECDIR 2>/dev/null | ${SED} 's@@^${PREFIX}/@@@@'
AP_SYSCONF!=	${APXS} -q SYSCONFDIR 2>/dev/null
.else
AP_CATEGORY=	www
.endif

AP_PORT=	apache13${AP_MOD_SSL_SUFFIX}
PLIST_SUB=	AP_LIBEXEC="${AP_LIBEXEC}" \
		AP_SYSCONF="${AP_SYSCONF}" \
		APXS="${APXS}"

.include <bsd.port.post.mk>
@


1.12
log
@- Defined APACHE_COMPAT to defined ${APXS} in USE_APACHE-ng

Reported by:	pointyhat via kris
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Unbreak and fix plist.
Use DOCSDIR.
Use default DOCSDIR location.

Approved by:	portmgr (linimon)
@
text
@d24 1
@


1.10
log
@This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
@
text
@a20 4
BROKEN=		Incomplete pkg-plist
DEPRECATED=	${BROKEN}
EXPIRATION_DATE=2005-09-22

d23 1
d43 1
a43 3
AUTH_PWCHECK_DOCS=	share/doc/apache/manual/mod/mod_auth_pwcheck
PLIST_SUB=	AUTH_PWCHECK_DOCS="${AUTH_PWCHECK_DOCS}" \
		AP_LIBEXEC="${AP_LIBEXEC}" \
@


1.9
log
@BROKEN: Incomplete pkg-plist

Approved by:    portmgr (self)
@
text
@d22 2
@


1.8
log
@Fix removal of extra files after pkg_delete.

PR:		ports/77846
Submitted by:	maintainer
@
text
@d21 2
@


1.7
log
@- fix package category selection problem.

PR:		ports/67968
Submitted by:	Anton Voronin <anton@@chelcom.ru> (maintainer)
@
text
@d10 1
d34 1
a34 1
AP_TARGET!=	${APXS} -q TARGET 2>/dev/null || ${ECHO}
d36 1
d45 1
@


1.6
log
@Use the new Apache bits from bsd.port.mk.

Submitted by:	dinoex
@
text
@d3 1
a3 1
# Whom:			Anton Voronin <anton@@urc.ac.ru>
d31 1
@


1.5
log
@ports with possibly unreachable MAINTAINERs

*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@@fillmore-labs.com>
@
text
@d16 2
a17 2
BUILD_DEPENDS=	${APXS}:${PORTSDIR}/${AP_CATEGORY}/${AP_PORT}
RUN_DEPENDS=	${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${AP_CATEGORY}/${AP_PORT} \
d21 1
a24 1
APXS?=		${LOCALBASE}/sbin/apxs
@


1.4
log
@- Update to 1.1
maintainer contacted: 2003-08-15, email bounces.
maintainer contacted: 2003-08-19, no response
@
text
@d13 1
a13 1
MAINTAINER=	anton@@urc.ac.ru
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	1.0
@


1.2
log
@Quiet down apxs and make if the installed Apache has no DSO support.
e.g.

apxs:Error: Sorry, no DSO support for Apache available
apxs:Error: under your platform. Make sure the Apache
apxs:Error: module mod_so is compiled into your server
apxs:Error: binary `/usr/local/sbin/httpd'.
"Makefile", line 29: warning: "/usr/local/sbin/apxs -q TARGET" returned non-zero status
@
text
@d14 1
@


1.1
log
@Add mod_auth_pwcheck 1.0, an Apache module for user authentication via
Cyrus pwcheck daemon.

PR:		29667
Submitted by:	Anton Voronin <anton@@urc.ac.ru>
@
text
@d25 2
a26 1
AP_MOD_SSL_SUFFIX!=	${APXS} -q CFLAGS | ${GREP} DMOD_SSL >/dev/null \
d28 2
a29 1
AP_CATEGORY!=	${APXS} -q CFLAGS | ${GREP} DRUSSIAN_APACHE >/dev/null \
d31 2
a32 2
AP_TARGET!=	${APXS} -q TARGET
AP_LIBEXEC!=	${APXS} -q LIBEXECDIR | ${SED} 's@@^${PREFIX}/@@@@'
@

