---
name: ap22-mod_log_mysql
version: 1.0_3
origin: www/mod_log_mysql
comment: Allows Apache 2 to log to a MySQL database
arch: freebsd:9:x86:64
www: UNKNOWN
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 17699
desc: |
  mod_log_mysql is a module for the Apache 2 webserver which permits
  request logging into a MySQL database.

  Key features are:
      * Seamless integration into the standard Apache logging
        configuration.
      * Only one configuration line needed to start logging.
      * Free SQL use.
      * Multiple databases, database users and/or database servers.
      * Connection pooling, only one connection per log target per
        child process.
      * Logs data as it is: e.g. times as SQL DATETIME and n/a items
        as SQL NULL.
      * Won't loose data if the database server is down.

  Note: this module requires mod_log_config-st
deps:
  ap22-mod_log_config-st: {origin: www/mod_log_config-st, version: 1.0_2}
  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}
  mysql-client: {origin: databases/mysql55-client, version: 5.5.33}
  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
shlibs_required:
- libmysqlclient.so.18
shlibs_provided:
- mod_log_mysql.so
