head	1.10;
access;
symbols
	RELEASE_7_3_0:1.5
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.4
	RELEASE_6_4_0:1.4
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.4
	RELEASE_6_3_0:1.4
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.4
	RELEASE_6_1_0:1.4
	RELEASE_5_5_0:1.4
	RELEASE_6_0_0:1.4
	RELEASE_5_4_0:1.4
	RELEASE_4_11_0:1.4
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2;
locks; strict;
comment	@# @;


1.10
date	2010.06.07.03.43.54;	author pgollucci;	state dead;
branches;
next	1.9;

1.9
date	2010.06.07.03.22.47;	author pgollucci;	state Exp;
branches;
next	1.8;

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

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

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

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

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

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

1.2
date	2003.07.30.10.29.50;	author krion;	state Exp;
branches;
next	1.1;

1.1
date	2003.07.24.19.28.51;	author oliver;	state Exp;
branches;
next	;


desc
@@


1.10
log
@- And finally, convert to AP_FAST_BUILD/AP_GENPLIST
@
text
@%%APACHEMODDIR%%/%%AP_MODULE%%
@@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
@@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f
@@unexec echo "===>  If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===>  references to it in httpd.conf."
%%DATADIR%%/schema.sql
@@dirrm %%DATADIR%%
@


1.9
log
@- Use PORTDOCS and DATADIR (no-ops)
@
text
@@


1.8
log
@- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s

PR:             ports/147143
Submitted by:   pgollucci@@ (myself)
Reviewed by:    portmgr (pav)
@
text
@a5 4
%%PORTDOCS%%%%DOCSDIR%%/README
%%PORTDOCS%%%%DOCSDIR%%/FAQ.txt
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
%%PORTDOCS%%@@dirrm %%DOCSDIR%%
@


1.7
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
@d1 1
a1 1
%%APACHEMODDIR%%/mod_accounting.so
@


1.6
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 accounting %D/%f
@@unexec %D/sbin/apxs -e -A -n accounting %D/%f
@


1.5
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 accounting %D/%f
@


1.4
log
@- Fix plist and use DATADIR

Reported by:	pointyhat via kris
Approved by:	portmgr
Pointy hat to:	me
@
text
@d1 1
a1 1
libexec/apache/mod_accounting.so
@


1.3
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
@d5 1
a5 1
share/mod_accounting/schema.sql
d10 1
@


1.2
log
@- update to cvs version
- fix typo

PR:		55042
Submitted by:	maintainer
Approved by:	fjoe (mentor) (implicit)
@
text
@d2 2
a3 1
@@exec %D/sbin/apxs -e -a -n accounting %D/%f
@


1.1
log
@Add mod_accounting 0.5,
an Apache module that records traffic
statistics into a database.

PR:		45502
Submitted by:	Clment Lafort <sheepkiller@@cultdeadsheep.org>
@
text
@d3 1
a3 1
@@unexec echo "===>  If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf."
@

