Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jun 2013 21:42:41 +0000 (UTC)
From:      Martin Matuska <mm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319913 - in head/www: . pear-Horde_Dav
Message-ID:  <201306042142.r54LgfUS085751@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306042142.r54LgfUS085751>