svn commit: r319913 - in head/www: . pear-Horde_Dav
Martin Matuska
mm at FreeBSD.org
Tue Jun 4 21:42:42 UTC 2013
Author: mm
Date: Tue Jun 4 21:42:41 2013
New Revision: 319913
URL: http://svnweb.freebsd.org/changeset/ports/319913
Log:
This Horde package contains all Horde-specific wrapper classes
for the Sabre DAV library.
WWW: http://pear.horde.org
Added:
head/www/pear-Horde_Dav/
head/www/pear-Horde_Dav/Makefile (contents, props changed)
head/www/pear-Horde_Dav/distinfo (contents, props changed)
head/www/pear-Horde_Dav/pkg-descr (contents, props changed)
Modified:
head/www/Makefile
Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile Tue Jun 4 21:26:52 2013 (r319912)
+++ head/www/Makefile Tue Jun 4 21:42:41 2013 (r319913)
@@ -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
Added: head/www/pear-Horde_Dav/Makefile
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Dav/Makefile Tue Jun 4 21:42:41 2013 (r319913)
@@ -0,0 +1,18 @@
+# $FreeBSD$
+
+PORTNAME= Horde_Dav
+PORTVERSION= 1.0.0
+CATEGORIES= www pear
+
+MAINTAINER= horde at 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>
Added: head/www/pear-Horde_Dav/distinfo
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Dav/distinfo Tue Jun 4 21:42:41 2013 (r319913)
@@ -0,0 +1,2 @@
+SHA256 (Horde/Horde_Dav-1.0.0.tgz) = c3192869804e20558e93e6f33d2fe3ea06aa2afdbfd3214ce450d062035679db
+SIZE (Horde/Horde_Dav-1.0.0.tgz) = 219399
Added: head/www/pear-Horde_Dav/pkg-descr
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/www/pear-Horde_Dav/pkg-descr Tue Jun 4 21:42:41 2013 (r319913)
@@ -0,0 +1,4 @@
+This Horde package contains all Horde-specific wrapper classes
+for the Sabre DAV library.
+
+WWW: http://pear.horde.org
More information about the svn-ports-head
mailing list