---
name: ap22-mod_chroot
version: 0.5_1
origin: www/mod_chroot
comment: The mod_chroot makes running Apache in a chroot easy
arch: freebsd:9:x86:64
www: http://core.segfault.pl/~hobbit/mod_chroot/
maintainer: apache@FreeBSD.org
prefix: /usr/local
licenselogic: single
flatsize: 25300
desc: "mod_chroot makes running Apache in a secure chroot environment easy.\nYou don't
  need to create a special directory hierarchy containing \n/dev, /lib, /etc...\nmod_chroot
  allows you to run Apache in a chroot jail with no additional files.\nThe chroot()
  system call is performed at the end of startup procedure - when \nall libraries
  are loaded and log files open.\n\nWWW: http://core.segfault.pl/~hobbit/mod_chroot/\n"
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_chroot.so
files:
  /usr/local/libexec/apache22/mod_chroot.so: 815e7576d884b3a26a68f820ad7db44b7954929c85f91bcd9ef1e70ca0551689
  /usr/local/share/doc/mod_chroot/CAVEATS: f75db3f0242b48ce4a474458fe0027ee0e989dd833e895ee97e1d84e403d8b81
  /usr/local/share/doc/mod_chroot/INSTALL: 2407ebc5ba2d8a7983b9cb7bd92c15e8091d1b754d0afc788ea4e538df159ba1
  /usr/local/share/doc/mod_chroot/README: aac2abed538174e7ffd16956da107cc18b20427165d3cbef689689b3940b5a67
  /usr/local/share/doc/mod_chroot/README.Apache20: 9e8b86a3e6ee0bb2d63fb667a113d6b85a7c9baf5bd7e1d299d3350d1ae0cea6
directories:
  /usr/local/share/doc/mod_chroot/: n
scripts:
  post-install: |
    /usr/local/sbin/apxs -e -A -n chroot /usr/local/libexec/apache22/mod_chroot.so
  pre-deinstall: |
    /usr/bin/sed -i '' -E '/LoadModule[[:blank:]]+chroot_module/d' /usr/local/etc/apache22/httpd.conf
    echo "Don't forget to remove all mod_chroot-related directives in your httpd.conf"
