diff options
Diffstat (limited to 'www/mod_log_dbd')
-rw-r--r-- | www/mod_log_dbd/Makefile | 24 | ||||
-rw-r--r-- | www/mod_log_dbd/distinfo | 2 | ||||
-rw-r--r-- | www/mod_log_dbd/pkg-descr | 14 | ||||
-rw-r--r-- | www/mod_log_dbd/pkg-plist | 4 |
4 files changed, 0 insertions, 44 deletions
diff --git a/www/mod_log_dbd/Makefile b/www/mod_log_dbd/Makefile deleted file mode 100644 index 2f9a7eb71797..000000000000 --- a/www/mod_log_dbd/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# Created by: Brandon Fosdick <bfoz@bfoz.net> -# $FreeBSD$ - -PORTNAME= mod_log_dbd -PORTVERSION= 0.2 -PORTREVISION= 3 -CATEGORIES= www databases -MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/ -PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Uses APR DBD to store Apache access logs in a database - - -USE_APACHE= 22 -USES= tar:bzip2 -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-apache=${PREFIX} - -NO_STAGE= yes -do-install: - ${APXS} -i -a -n log_dbd ${WRKSRC}/mod_log_dbd.la - -.include <bsd.port.mk> diff --git a/www/mod_log_dbd/distinfo b/www/mod_log_dbd/distinfo deleted file mode 100644 index ee207286fb5b..000000000000 --- a/www/mod_log_dbd/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (mod_log_dbd-0.2.tar.bz2) = 330e811ad208c0c651e2a7b83ba4eae318f596ca5baa1fb89c65e07eb9f8c2a2 -SIZE (mod_log_dbd-0.2.tar.bz2) = 205069 diff --git a/www/mod_log_dbd/pkg-descr b/www/mod_log_dbd/pkg-descr deleted file mode 100644 index b9940a249215..000000000000 --- a/www/mod_log_dbd/pkg-descr +++ /dev/null @@ -1,14 +0,0 @@ -mod_log_dbd is an add-on module for the Apache web server that uses the APR DBD -framework to store access logs in a database. Any missing tables and columns -are automatically created if the module is given a database user with -sufficient privileges. - -This module was designed for simplicity and therefore doesn't allow the -nearly-inifinite customization of other logging modules. For example, -column and table names are created automatically, which not only -simplifies configuration but improves performance as well. - -WWW: http://bfoz.net/projects/mod_log_dbd/ - --Brandon -bfoz@bfoz.net diff --git a/www/mod_log_dbd/pkg-plist b/www/mod_log_dbd/pkg-plist deleted file mode 100644 index 05cd6acedf92..000000000000 --- a/www/mod_log_dbd/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%APACHEMODDIR%%/%%AP_MODULE%% -@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%%APACHEMODDIR%%/%%AP_MODULE%% -@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf -@unexec echo "Don't forget to remove all mod_%%AP_NAME%% related directives in your httpd.conf" |