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


1.10
date	2012.11.17.06.02.42;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2011.09.08.21.48.30;	author leeym;	state Exp;
branches;
next	1.8;

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

1.7
date	2011.08.27.09.54.37;	author ohauer;	state Exp;
branches;
next	1.6;

1.6
date	2011.06.27.21.12.10;	author ohauer;	state Exp;
branches;
next	1.5;

1.5
date	2011.06.26.17.41.52;	author ohauer;	state Exp;
branches;
next	1.4;

1.4
date	2011.03.30.12.59.29;	author ohauer;	state Exp;
branches;
next	1.3;

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

1.2
date	2009.04.12.12.16.41;	author leeym;	state Exp;
branches;
next	1.1;

1.1
date	2004.01.05.17.19.08;	author leeym;	state Exp;
branches;
next	;


desc
@@


1.10
log
@Switch exporter over
@
text
@# New ports collection makefile for:    mod_uid
# Date created:				02 December 2003
# Whom:					Yen-Ming Lee <leeym@@FreeBSD.org>
#
# $FreeBSD: head/www/mod_uid/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	mod_uid
PORTVERSION=	1.1.0
CATEGORIES=	www
MASTER_SITES=	ftp://ftp.lexa.ru/pub/apache-rus/contrib/

MAINTAINER=	leeym@@FreeBSD.org
COMMENT=	A module issuing the "correct" cookies for counting the site visitors

MAKE_JOBS_SAFE=	yes

USE_APACHE=	22

PORTDOCS=	README.html

AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

.include <bsd.port.pre.mk>

.if ${APACHE_VERSION} == 13
MODULENAME=	mod_uid
.else
MODULENAME=	mod_uid2
.endif

post-install:
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
.endfor
.endif

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


1.9
log
@- build with apache22, and remove DEPRECATED/EXPIRATION_DATE/IGNORE
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from now).
- This can be changed later as needed, if at all, either way we won't remove them
  until after 9.0 is released.

With Hat:   apache@@
Reported by:    dvl via freshports
@
text
@d16 1
a16 2
DEPRECATED=	apache13 is deprecated, migrate to 2.2.x+ now
EXPIRATION_DATE=	2011-11-01
d18 1
a18 5
MAKE_JOBS_SAFE=  yes

# Changed to apache13 exclusive, else apache13 ports
# are broken if apache22 is set as default
USE_APACHE=	13
a29 1
IGNORE=		does not build with latest apache20/22
@


1.7
log
@- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"

with hat apache@@
@
text
@d17 1
a17 1
EXPIRATION_DATE=	one week after FreeBSD 9.0-RELEASE-p0
@


1.6
log
@- add test for apache version
- set USE_APACHE=13 explicit, since build with higher
  version is long time broken.

  with hat apache@@
  (with focus on changing default apache version to 22)
@
text
@d16 3
@


1.5
log
@- use apache range instaed of '+' port does not support apache20/22
@
text
@d18 3
a20 1
USE_APACHE=	13-20
d29 1
a29 1
.if !defined(APACHE_PORT) || ${APACHE_VERSION} == "13"
@


1.4
log
@ - mark port broken if apache > 13 (maintainer timeout)

PR:		ports/154760
Submitted by:	ohauer
@
text
@d18 1
a18 1
USE_APACHE=	1.3+
d27 1
a27 1
.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13" || ${APACHE_VERSION} == "13"
@


1.3
log
@- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
@
text
@d22 6
a27 1
.if !defined(APACHE_PORT) || ${APACHE_PORT} == "www/apache13"
d30 1
a33 3
AP_FAST_BUILD=	yes
AP_GENPLIST=	yes

d42 1
a42 1
.include <bsd.port.mk>
@


1.2
log
@- USE_APACHE=yes is deprecated
- WITH_APACHE2=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
- Works with 13,20, and 22

PR:		133635
Submitted by:	pgollucci
@
text
@d16 2
@


1.1
log
@add mod_uid-1.1.0

The standard distribution of Apache does not provide adequate means for user
tracking, and this module provides them. What it actually does:

+ if the user has provided the cookie header with the correct cookie-name,
   the module writes this cookie in notes with the name uid_got (accordingly,
   then it may be written to the log);

+ if the user has arrived without the required cookie, the module issues the
   SetCookie header for him/her and writes the cookie thus issued in notes
   with the name uid_set (and this may also be written to the log);

+ if built-in P3P support is included, the P3P header is also issued as the
   Set-Cookie header is issued.

WWW: http://www.lexa.ru/programs/mod-uid-eng.html
@
text
@d16 1
a16 2
USE_APACHE=	yes
DOCS=		README.html
d18 4
a21 2
.if defined(WITH_APACHE2)
MOD=		mod_uid2
d23 1
a23 1
MOD=		mod_uid
d26 2
a27 2
do-build:
	@@cd ${WRKSRC} && ${APXS} -c ${MOD}.c
d29 1
a29 2
do-install:
	${APXS} -i -A -n uid ${WRKSRC}/${MOD}.so
d32 1
a32 1
.for f in ${DOCS}
@

