K 10 svn:author V 3 mux K 8 svn:date V 27 2007-10-09T14:58:18.000000Z K 7 svn:log V 486 Add two new OPTIONS to this port: - The PCRE option allows one to link pound against libpcre for the regcomp() and regexec() functions instead of libc. This can make a substantial difference in CPU consumption with some workloads. Defaults to off. - The LIBTHR option links pound against the libthr for threading, instead of libpthread. This makes a *huge* difference when you deal with enough traffic. Defaults to on. Bump PORTREVISION. Approved by: anders (maintainer) END