# -*- 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: Portfile 88678 2012-01-07 20:06:35Z dports@macports.org $

PortSystem          1.0
PortGroup           php5pear 1.0

php5pear.setup      Sabre_HTTP 1.5.3 pear.sabredav.org
categories-append   net www
platforms           darwin
maintainers         pixilla openmaintainer
homepage            http://code.google.com/p/sabredav/

description         Sabre_HTTP effectively wraps around \$_SERVER, php://input, php://output \
                    and the headers method.
long_description    ${description} Allows for a central interface to deal with this as well \
                    as easier unittesting. In addition Sabre_HTTP provides classes for \
                    Basic, Digest and Amazon AWS authentication.

license             BSD
livecheck.url       http://pear.sabredav.org/get/
livecheck.regex     "<a href=\"${php5pear.package}-((?!${extract.suffix}).*)${extract.suffix}\">${php5pear.package}-\[^<\]+</a>"

checksums           rmd160  1ab007519fa0dcdeae59d89197e80746464047b5 \
                    sha256  43f246bdc426ba4cdc3213165de674bfb56834bc5244379d2e1baa82a612bd28

depends_lib-append  port:pear-Sabre
