# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id$

PortSystem          1.0

name                thttpd
version             2.26
categories          net
license             BSD
platforms           darwin
maintainers         nomaintainer

description         simple, small, portable, fast, and secure HTTP server

long_description    Thttpd handles only the minimum necessary to implement \
                    HTTP/1.1, has a very small run-time size, supports CGI, \
                    IPv6, and bandwidth throttling.

homepage            http://acme.com/software/thttpd/
master_sites        ${homepage}

checksums           rmd160  5712c9b93da54c2a9c686f0ee908a397b5167906 \
                    sha256  15b3f6c60f854061e333227e9ea9ff789d34a092c9365690a8c0d3ecfc85cbb7

depends_build       port:libtool

universal_variant   no

patchfiles          patch-Makefile.in.diff \
                    patch-cgi-src-Makefile.in.diff \
                    patch-extras-Makefile.in.diff \
                    patch-libhttpd.c.diff

configure.args-append --mandir=${prefix}/share/man

pre-configure {
    xinstall -m 644 -W ${prefix}/share/libtool/build-aux config.guess config.sub ${worksrcpath}
}

conflicts           apache2

livecheck.type      regex
livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)