mod_accounting is a simple Apache module that can record traffic statistics (bytes in/out per http request) into SQL database (MySQL or PostgreSQL) WWW: http://mod-acct.sourceforge.net How-To-Repeat: N/A.
(you can find a clean port here http://www.cultdeadsheep.org/FreeBSD/ports/download/mod_accounting-0.5.tar.gz) ChangeLog: - Update to latest PostgrSQL version - Use COMMENT * removed file : pkg-comment patch: diff -Nru mod_accounting.old/Makefile mod_accounting/Makefile --- mod_accounting.old/Makefile Sat Jun 7 12:32:08 2003 +++ mod_accounting/Makefile Sat Jun 7 12:33:18 2003 @@ -12,8 +12,9 @@ MASTER_SITE_SUBDIR= mod-acct MAINTAINER= sheepkiller@cultdeadsheep.org +COMMENT= An Apache module that records traffic statistics into a database -BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 +BUILD_DEPENDS+= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 MAKE_ARGS+= APXS="${APXS}" APXS?= ${LOCALBASE}/sbin/apxs @@ -21,7 +22,7 @@ .if defined(WITHOUT_PGSQL) MAKE_ARGS+= WITHOUT_PGSQL=YES .else -LIB_DEPENDS+= pq.2:${PORTSDIR}/databases/postgresql7 +LIB_DEPENDS+= pq.3:${PORTSDIR}/databases/postgresql7 .endif .if defined(WITHOUT_MYSQL) diff -Nru mod_accounting.old/pkg-comment mod_accounting/pkg-comment --- mod_accounting.old/pkg-comment Sat Jun 7 12:32:08 2003 +++ mod_accounting/pkg-comment Thu Jan 1 01:00:00 1970 @@ -1 +0,0 @@ -An Apache module that records traffic statistics into a database diff -Nru mod_accounting.old/pkg-plist mod_accounting/pkg-plist --- mod_accounting.old/pkg-plist Sat Jun 7 12:32:08 2003 +++ mod_accounting/pkg-plist Sat Jun 7 12:34:41 2003 @@ -6,4 +6,3 @@ %%PORTDOCS%%share/doc/mod_accounting/FAQ.txt %%PORTDOCS%%share/doc/mod_accounting/LICENSE %%PORTDOCS%%@dirrm share/doc/mod_accounting -
State Changed From-To: open->closed Committed, Thanks!