---
name: ap22-mod_domaintree
version: 1.6_1
origin: www/mod_domaintree
comment: Hostname to filesystem mapper for Apache 2
arch: freebsd:9:x86:64
www: http://dev.iworks.at/mod_domaintree/
maintainer: danger@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 46451
desc: |
  mod_domaintree is a hostname to filesystem mapper for Apache2. It
  maps host names like www.example.com to a filesystem tree like
  $prefix/com/example/www/$suffix. It can optionally strip the www
  prefix of host names.

  WWW: http://dev.iworks.at/mod_domaintree/
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
shlibs_provided:
- mod_domaintree.so
files:
  /usr/local/libexec/apache22/mod_domaintree.so: 887a1d5ca200b95f483fc21423f473f7e6cbae36da51aa1c19cfb0e4805a8157
  /usr/local/share/doc/mod_domaintree/ChangeLog: 129b3896551910a7c894a8bf8145c96d6ce9093178a86678a35012553f9d1942
  /usr/local/share/doc/mod_domaintree/LICENSE.txt: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30
directories:
  /usr/local/share/doc/mod_domaintree/: n
scripts:
  post-install: |
    /usr/local/sbin/apxs -e -A -n domaintree /usr/local/libexec/apache22/mod_domaintree.so
  pre-deinstall: |
    /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+domaintree_module/d' /usr/local/etc/apache22/httpd.conf
    echo "Don't forget to remove all mod_domaintree-related directives in your httpd.conf"
