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


1.6
date	2012.01.01.19.30.39;	author ohauer;	state dead;
branches;
next	1.5;

1.5
date	2010.05.27.21.26.57;	author pgollucci;	state Exp;
branches;
next	1.4;

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

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

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

1.1
date	2003.10.14.08.45.54;	author erwin;	state Exp;
branches;
next	;


desc
@@


1.6
log
@- remove apache13 and ports depending on apache13 from portstree
  ( EXPIRATION_DATE=2012-01-01 )

with hat apache@@
@
text
@%%APACHEMODDIR%%/mod_auth_cookie_mysql.so
@@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
@@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%EXAMPLESDIR%%/authform.tmpl
%%PORTDOCS%%%%EXAMPLESDIR%%/putcookie.cgi
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
%%PORTDOCS%%@@dirrm %%EXAMPLESDIR%%
@@unexec echo "===>  If you do not plan on reinstalling mod_auth_cookie_mysql, you must manually remove"; echo "===>  references to it in httpd.conf."
@


1.5
log
@- 2/3:
     - consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists

PR:             ports/147142
Reviewed by:    portmgr (pav)
With Hat:       apache@@
@
text
@@


1.4
log
@- 1/3:
    - apxs -a is install
    - apxs -A is uninstall

PR:             ports/147139
Reviewed by:    portmgr (pav)
With Hat:       apache@@
@
text
@d2 2
a3 2
@@exec %D/sbin/apxs -e -a -n auth_cookie_mysql %D/%f
@@unexec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
@


1.3
log
@- Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plists
- DO NOT bump PORTREVISION
@
text
@d2 1
a2 1
@@exec %D/sbin/apxs -e -A -n auth_cookie_mysql %D/%f
@


1.2
log
@- Respect "apache modules convention".
  When you install an apache module via ports or packages, ideally
  module must not alter configuration (not enabled by default)
@
text
@d1 1
a1 1
libexec/apache/mod_auth_cookie_mysql.so
@


1.1
log
@Add mod_auth_cookie_mysql 1.0,
allows authentication against a
MySQL database via a secure cookie.

PR:		57707
Submitted by:	Clement Laforet <sheepkiller@@cultdeadsheep.org>
@
text
@d2 2
a3 1
@@exec %D/sbin/apxs -e -a -n auth_cookie_mysql %D/%f
@

