# -*- 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_DAV 1.5.3 pear.sabredav.org
categories-append   net www
platforms           darwin
maintainers         pixilla openmaintainer
homepage            http://code.google.com/p/sabredav/

description         SabreDAV allows you to easily integrate WebDAV \
                    access into your existing PHP application.
long_description    ${description} Feature List: * Fully WebDAV (class 1, 2, 3) compliant * \
                    Supports Windows clients, OS/X, DavFS, Cadaver, and pretty much \
                    everything we have come accross * Custom property support * \
                    RFC4918-compliant * Authentication support * Plugin system

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

checksums           rmd160  5f62fa3ffc6b25a821cdee48ca101c5015444236 \
                    sha256  169d5481f9b7dc6ac148ae81bafdb597a619c08f04d460f1f83e0dc62434110b

depends_lib-append  port:pear-Sabre port:pear-Sabre_HTTP
