---
name: ap22-mod_log_dbd
version: 0.2_3
origin: www/mod_log_dbd
comment: Uses APR DBD to store Apache access logs in a database
arch: freebsd:9:x86:64
www: http://bfoz.net/projects/mod_log_dbd/
maintainer: bfoz@bfoz.net
prefix: /usr/local
licenselogic: single
flatsize: 88052
desc: |
  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
deps:
  apache22: {origin: www/apache22, version: 2.2.25}
  expat: {origin: textproc/expat2, version: 2.1.0}
  perl: {origin: lang/perl5.14, version: 5.14.4}
  pcre: {origin: devel/pcre, version: 8.33}
  gettext: {origin: devel/gettext, version: 0.18.3}
  apr: {origin: devel/apr1, version: 1.4.8.1.5.2}
  gdbm: {origin: databases/gdbm, version: 1.10}
  db42: {origin: databases/db42, version: 4.2.52_5}
  libiconv: {origin: converters/libiconv, version: 1.14_1}
categories:
- www
- databases
shlibs_required:
- libapr-1.so.4
shlibs_provided:
- mod_log_dbd.so
files:
  /usr/local/libexec/apache22/mod_log_dbd.so: 5a52d26cba9c400c0c31523729578583fb896c5bfba8a3e7f1622e32908bb50b
scripts:
  post-install: |
    /usr/local/sbin/apxs -e -a -n log_dbd /usr/local/libexec/apache22/mod_log_dbd.so
  pre-deinstall: |
    /usr/bin/sed -i '' '/LoadModule log_dbd_module/d' /usr/local/etc/apache22/httpd.conf
    echo "Don't forget to remove all mod_log_dbd related directives in your httpd.conf"
