This Horde package contains all Horde-specific wrapper classes

for the Sabre DAV library.

WWW: http://pear.horde.org
This commit is contained in:
Martin Matuska 2013-06-04 21:42:41 +00:00
parent 2d46285b2b
commit f360099934
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319913
4 changed files with 25 additions and 0 deletions

View File

@ -1360,6 +1360,7 @@
SUBDIR += pear-HTTP_WebDAV_Server
SUBDIR += pear-Horde_Browser
SUBDIR += pear-Horde_Css_Parser
SUBDIR += pear-Horde_Dav
SUBDIR += pear-Horde_Editor
SUBDIR += pear-Horde_Feed
SUBDIR += pear-Horde_Form

View File

@ -0,0 +1,18 @@
# $FreeBSD$
PORTNAME= Horde_Dav
PORTVERSION= 1.0.0
CATEGORIES= www pear
MAINTAINER= horde@FreeBSD.org
COMMENT= Horde library for WebDAV, CalDAV, CardDAV
LICENSE= BSD
USE_HORDE_RUN= Horde_Auth \
Horde_Core \
Horde_Stream
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-channel-horde/bsd.horde.mk"
.include <bsd.port.post.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Horde/Horde_Dav-1.0.0.tgz) = c3192869804e20558e93e6f33d2fe3ea06aa2afdbfd3214ce450d062035679db
SIZE (Horde/Horde_Dav-1.0.0.tgz) = 219399

View File

@ -0,0 +1,4 @@
This Horde package contains all Horde-specific wrapper classes
for the Sabre DAV library.
WWW: http://pear.horde.org