---
name: drood
version: 3.10
origin: www/drood
comment: Lightweight kqueue-based http/1.1 server
arch: freebsd:10:x86:64
www: http://www.mammothcheese.ca/
maintainer: jimmy@mammothcheese.ca
prefix: /usr/local
licenselogic: single
flatsize: 61868
desc: |
  Drood is a lightweight, partially-compliant HTTP/1.1 server, intended as an
  alternative to more complex web servers for websites where the server
  requirements are simple.  Drood supports name-based virtual hosting, CGI
  and SCGI, gzipped content-encoding for static resources, and will service
  both IPv4 and IPv6 connections.

  WWW: http://www.mammothcheese.ca/
categories:
- www
files:
  /usr/local/bin/drood: ac1b389fc99ec2546350ffb85fb0ae5ed34b36b10c2a8c490828a9ecbdbb0d8d
  /usr/local/etc/drood/types.tab.dist: 3f29df68d97de2c5665d42979bad1884b7df9cf3499e188d643eba93aad3c351
  /usr/local/etc/rc.d/drood: 26043c34ab11b88915f855299218d4d4085f97307318b8c8bcc0d7708f966aa2
  /usr/local/man/man8/drood.8.gz: 8f00289d1c406a81135f107a10095198a3b31005703ca9481787a15b97806f29
directories:
  /usr/local/etc/drood/: n
scripts:
  pre-deinstall: |
    if cmp -s /usr/local/etc/drood/types.tab /usr/local/etc/drood/types.tab.dist; then rm -f /usr/local/etc/drood/types.tab; fi
