pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

php-baikal: add untested package for http://baikal-server.com/



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Nov 11 12:46:20 2015 +0100
Changeset:	0f73a886feaa510d8f3d7f4636bcdbcd76acd53f

Modified Files:
	Makefile
Added Files:
	php-baikal/DESCR
	php-baikal/INSTALL
	php-baikal/Makefile
	php-baikal/PLIST
	php-baikal/distinfo

Log Message:
php-baikal: add untested package for http://baikal-server.com/

Baikal offers ubiquitous and synchronized access to your calendars
and address books over CalDAV and CardDAV. Baikal implements the
current IETF recommendation drafts of these industry standards for
centralized calendar and address book collections.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0f73a886feaa510d8f3d7f4636bcdbcd76acd53f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile            |   3 +-
 php-baikal/DESCR    |   4 +
 php-baikal/INSTALL  |  15 +
 php-baikal/Makefile |  57 ++++
 php-baikal/PLIST    | 831 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 php-baikal/distinfo |   6 +
 6 files changed, 915 insertions(+), 1 deletion(-)

diffs:
diff --git a/Makefile b/Makefile
index 3aee62d..6dc6514 100644
--- a/Makefile
+++ b/Makefile
@@ -2378,6 +2378,7 @@ SUBDIR+=	phantomjs
 SUBDIR+=	phantomjs2
 SUBDIR+=	pheanstalk
 SUBDIR+=	phonon-backend-xine
+SUBDIR+=	php-baikal
 #SUBDIR+=	php-doc			# not a package
 SUBDIR+=	php-doc-br
 SUBDIR+=	php-doc-de
@@ -2716,7 +2717,7 @@ SUBDIR+=	py-djvusmooth
 SUBDIR+=	py-dolo
 SUBDIR+=	py-drawnow
 SUBDIR+=	py-dreampie
-SUBDIR+=	py-dropbox-sdk
+SUBDIR+=	py-dropbox
 SUBDIR+=	py-dsltools
 SUBDIR+=	py-duali
 SUBDIR+=	py-dubins
diff --git a/php-baikal/DESCR b/php-baikal/DESCR
new file mode 100644
index 0000000..3ac0eef
--- /dev/null
+++ b/php-baikal/DESCR
@@ -0,0 +1,4 @@
+Baikal offers ubiquitous and synchronized access to your calendars
+and address books over CalDAV and CardDAV. Baikal implements the
+current IETF recommendation drafts of these industry standards for
+centralized calendar and address book collections.
diff --git a/php-baikal/INSTALL b/php-baikal/INSTALL
new file mode 100644
index 0000000..ea62838
--- /dev/null
+++ b/php-baikal/INSTALL
@@ -0,0 +1,15 @@
+#!@SH@
+#
+# $NetBSD: INSTALL,v 1.1.1.1 2011/12/07 13:29:39 ryoon Exp $
+
+WWWGRP="@WWWGRP@"
+WWWOWN="@WWWOWN@"
+BAIKALDIR="@PREFIX@/@BAIKALDIR@"
+
+case "${STAGE}" in
+POST-INSTALL)
+	cd ${BAIKALDIR} &&
+		${CHOWN} -R ${WWWOWN} ${BAIKALDIR} &&
+		${CHGRP} -R ${WWWGRP} ${BAIKALDIR}
+	;;
+esac
diff --git a/php-baikal/Makefile b/php-baikal/Makefile
new file mode 100644
index 0000000..fdd1028
--- /dev/null
+++ b/php-baikal/Makefile
@@ -0,0 +1,57 @@
+# $NetBSD$
+
+DISTNAME=	baikal-regular-0.2.7
+PKGNAME=	${PHP_PKG_PREFIX}-${DISTNAME:S/regular-//}
+CATEGORIES=	net
+MASTER_SITES=	http://baikal-server.com/get/
+EXTRACT_SUFX=	.tgz
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://baikal-server.com/
+COMMENT=	Lightweight CalDAV+CardDAV server
+LICENSE=	gnu-gpl-v3
+
+DEPENDS+=	${PHP_PKG_PREFIX}-pdo>=5.3.1:../../databases/php-pdo
+DEPENDS+=	${PHP_PKG_PREFIX}-pdo_sqlite>=5.3.1:../../databases/php-pdo_sqlite
+DEPENDS+=	${PHP_PKG_PREFIX}-dom>=5.3.1:../../textproc/php-dom
+
+WRKSRC=		${WRKDIR}/baikal-regular
+
+USE_LANGUAGES=	# none
+NO_BUILD=	yes
+
+USE_TOOLS+=	pax
+
+BUILD_DEFS+=	APACHE_GROUP APACHE_USER
+
+BAIKALDIR=		share/baikal
+INSTALLATION_DIRS=	${BAIKDALDIR}
+
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/bin/vobjectvalidate.php
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/dav/bin/migrateto17.php
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/dav/bin/naturalselection.py
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/vobject/bin/bench.php
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
+CHECK_INTERPRETER_SKIP+=	share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php
+
+.include "../../mk/bsd.prefs.mk"
+
+APACHE_USER?=	www
+APACHE_GROUP?=	www
+PKG_GROUPS=	${APACHE_GROUP}
+PKG_USERS=	${APACHE_USER}:${APACHE_GROUP}
+
+PKG_USERS_VARS=		APACHE_USER
+PKG_GROUPS_VARS=	APACHE_GROUP
+
+FILES_SUBST+=	WWWGRP=${APACHE_GROUP} WWWOWN=${APACHE_USER} \
+		BAIKALDIR=${BAIKALDIR}
+
+do-install:
+	${RM} -f ${WRKSRC}/*orig
+	cd ${WRKSRC} && pax -rw -pmp * \
+		${DESTDIR}${PREFIX}/${BAIKALDIR}
+
+.include "../../lang/php/phpversion.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-baikal/PLIST b/php-baikal/PLIST
new file mode 100644
index 0000000..80a0c03
--- /dev/null
+++ b/php-baikal/PLIST
@@ -0,0 +1,831 @@
+@comment $NetBSD$
+share/baikal/ChangeLog.md
+share/baikal/Core/Distrib.php
+share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
+share/baikal/Core/Frameworks/Baikal/Core/Tools.php
+share/baikal/Core/Frameworks/Baikal/Framework.php
+share/baikal/Core/Frameworks/Baikal/Model/AddressBook.php
+share/baikal/Core/Frameworks/Baikal/Model/AddressBook/Contact.php
+share/baikal/Core/Frameworks/Baikal/Model/Calendar.php
+share/baikal/Core/Frameworks/Baikal/Model/Calendar/Event.php
+share/baikal/Core/Frameworks/Baikal/Model/Config.php
+share/baikal/Core/Frameworks/Baikal/Model/Config/Database.php
+share/baikal/Core/Frameworks/Baikal/Model/Config/Distrib.php
+share/baikal/Core/Frameworks/Baikal/Model/Config/Standard.php
+share/baikal/Core/Frameworks/Baikal/Model/Config/System.php
+share/baikal/Core/Frameworks/Baikal/Model/Principal.php
+share/baikal/Core/Frameworks/Baikal/Model/User.php
+share/baikal/Core/Frameworks/Baikal/WWWRoot/cal.php
+share/baikal/Core/Frameworks/Baikal/WWWRoot/card.php
+share/baikal/Core/Frameworks/Baikal/WWWRoot/index.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Dashboard.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Database.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/Initialize.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Install/VersionUpgrade.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Login.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Logout.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Anonymous.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Navigation/Topbar/Install.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/Standard.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/System.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/User/AddressBooks.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/User/Calendars.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Users.php
+share/baikal/Core/Frameworks/BaikalAdmin/Core/Auth.php
+share/baikal/Core/Frameworks/BaikalAdmin/Core/View.php
+share/baikal/Core/Frameworks/BaikalAdmin/Framework.php
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyph-dark.png
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyph2x-dark.png
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyphpro-2x.css
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/glyphpro.css
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/test-glyphpro2x.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Images/logo-framboise.png
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Strings/EN/Exceptions.json
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Dashboard.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Database.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Install/Initialize.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Login.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Navigation/Topbar/Install.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/baikal-text-20.png
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/index.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Page/style.css
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings/Standard.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings/System.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/User/AddressBooks.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/User/Calendars.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Users.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/html5.js
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Dashboard.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Logout.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Settings/Standard.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Settings/System.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/User/AddressBooks.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/User/Calendars.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Users.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Dashboard.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Install/Database.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Install/Initialize.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Login.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Anonymous.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Navigation/Topbar/Install.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Settings/Standard.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Settings/System.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/User/AddressBooks.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/User/Calendars.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Users.php
+share/baikal/Core/Frameworks/BaikalAdmin/WWWRoot/index.php
+share/baikal/Core/Frameworks/BaikalAdmin/WWWRoot/install/index.php
+share/baikal/Core/Frameworks/BaikalAdmin/config.php
+share/baikal/Core/Frameworks/Flake/Controller/Cli.php
+share/baikal/Core/Frameworks/Flake/Controller/HtmlBlock.php
+share/baikal/Core/Frameworks/Flake/Controller/HtmlBlockTemplated.php
+share/baikal/Core/Frameworks/Flake/Controller/Page.php
+share/baikal/Core/Frameworks/Flake/Controller/Rpc.php
+share/baikal/Core/Frameworks/Flake/Core/Collection.php
+share/baikal/Core/Frameworks/Flake/Core/CollectionTyped.php
+share/baikal/Core/Frameworks/Flake/Core/Controller.php
+share/baikal/Core/Frameworks/Flake/Core/DOM/HTMLElement.php
+share/baikal/Core/Frameworks/Flake/Core/Database.php
+share/baikal/Core/Frameworks/Flake/Core/Database/Mysql.php
+share/baikal/Core/Frameworks/Flake/Core/Database/Sqlite.php
+share/baikal/Core/Frameworks/Flake/Core/Database/Statement.php
+share/baikal/Core/Frameworks/Flake/Core/Datastructure/Chain.php
+share/baikal/Core/Frameworks/Flake/Core/Datastructure/ChainLink.php
+share/baikal/Core/Frameworks/Flake/Core/Datastructure/Chainable.php
+share/baikal/Core/Frameworks/Flake/Core/FLObject.php
+share/baikal/Core/Frameworks/Flake/Core/Framework.php
+share/baikal/Core/Frameworks/Flake/Core/Model.php
+share/baikal/Core/Frameworks/Flake/Core/Model/Db.php
+share/baikal/Core/Frameworks/Flake/Core/Model/NoDb.php
+share/baikal/Core/Frameworks/Flake/Core/PostConnectionService.php
+share/baikal/Core/Frameworks/Flake/Core/Render/Container.php
+share/baikal/Core/Frameworks/Flake/Core/Render/Zone.php
+share/baikal/Core/Frameworks/Flake/Core/Requester.php
+share/baikal/Core/Frameworks/Flake/Core/Requester/Sql.php
+share/baikal/Core/Frameworks/Flake/Core/Route.php
+share/baikal/Core/Frameworks/Flake/Core/Template.php
+share/baikal/Core/Frameworks/Flake/Core/View.php
+share/baikal/Core/Frameworks/Flake/Framework.php
+share/baikal/Core/Frameworks/Flake/Model/IUser.php
+share/baikal/Core/Frameworks/Flake/Model/User/Admin.php
+share/baikal/Core/Frameworks/Flake/Model/User/Customer.php
+share/baikal/Core/Frameworks/Flake/Util/Frameworks.php
+share/baikal/Core/Frameworks/Flake/Util/Profiler.php
+share/baikal/Core/Frameworks/Flake/Util/Router.php
+share/baikal/Core/Frameworks/Flake/Util/Router/QuestionMarkRewrite.php
+share/baikal/Core/Frameworks/Flake/Util/Tools.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/AUTHORS
+share/baikal/Core/Frameworks/Flake/Util/Twig/CHANGELOG
+share/baikal/Core/Frameworks/Flake/Util/Twig/LICENSE
+share/baikal/Core/Frameworks/Flake/Util/Twig/README.markdown
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Autoloader.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Compiler.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/CompilerInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Environment.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Loader.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Runtime.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Error/Syntax.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExpressionParser.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Core.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Debug.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Escaper.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Optimizer.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Extension/Sandbox.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ExtensionInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Function.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Method.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Filter/Node.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FilterInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Function.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Method.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Function/Node.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/FunctionInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Lexer.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LexerInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Array.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Chain.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/Filesystem.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Loader/String.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/LoaderInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Markup.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/AutoEscape.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Block.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/BlockReference.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Body.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Do.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Embed.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Array.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/AssignName.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Add.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/And.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Concat.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Div.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Equal.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/FloorDiv.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Greater.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/In.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Less.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/LessEqual.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mod.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Mul.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotEqual.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/NotIn.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Or.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Power.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Range.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Binary/Sub.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/BlockReference.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Conditional.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Constant.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/ExtensionReference.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Filter/Default.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Function.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/GetAttr.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/MethodCall.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Name.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Parent.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/TempName.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Constant.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Defined.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Divisibleby.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Even.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Null.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Odd.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Test/Sameas.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Neg.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Not.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Expression/Unary/Pos.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Flush.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/For.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/ForLoop.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/If.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Import.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Include.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Macro.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Module.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Print.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Sandbox.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedModule.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SandboxedPrint.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Set.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/SetTemp.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Spaceless.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Node/Text.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeOutputInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeTraverser.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Escaper.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Optimizer.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/SafeAnalysis.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitor/Sandbox.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/NodeVisitorInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Parser.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/ParserInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityError.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicy.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Sandbox/SecurityPolicyInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Template.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TemplateInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Function.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Method.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Test/Node.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TestInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/Token.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/AutoEscape.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Block.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Do.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Embed.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Extends.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Filter.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Flush.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/For.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/From.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/If.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Import.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Include.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Macro.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Sandbox.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Set.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Spaceless.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParser/Use.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBroker.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserBrokerInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenParserInterface.php
+share/baikal/Core/Frameworks/Flake/Util/Twig/lib/Twig/TokenStream.php
+share/baikal/Core/Frameworks/Flake/config.php
+share/baikal/Core/Frameworks/Formal/Core/Message.php
+share/baikal/Core/Frameworks/Formal/Element.php
+share/baikal/Core/Frameworks/Formal/Element/Checkbox.php
+share/baikal/Core/Frameworks/Formal/Element/Listbox.php
+share/baikal/Core/Frameworks/Formal/Element/Password.php
+share/baikal/Core/Frameworks/Formal/Element/Text.php
+share/baikal/Core/Frameworks/Formal/Form.php
+share/baikal/Core/Frameworks/Formal/Form/Morphology.php
+share/baikal/Core/Frameworks/Formal/Framework.php
+share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.css
+share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap-responsive.min.css
+share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.css
+share/baikal/Core/Frameworks/TwitterBootstrap/css/bootstrap.min.css
+share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-orig.png
+share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings-white.png
+share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-popover.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap-tooltip.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-1.7.1.min.js
+share/baikal/Core/Resources/Db/MySQL/db.sql
+share/baikal/Core/Resources/Db/SQLite/db.sql
+share/baikal/Core/Resources/Db/SQLite/db.sqlite
+share/baikal/Core/Resources/System/htaccess-documentroot
+share/baikal/Core/Resources/System/htaccess-specific
+share/baikal/Core/Resources/Web/BaikalAdmin
+share/baikal/Core/Resources/Web/README.md
+share/baikal/Core/Resources/Web/TwitterBootstrap
+share/baikal/INSTALL.md
+share/baikal/LICENSE.txt
+share/baikal/README.md
+share/baikal/Specific/.htaccess
+share/baikal/Specific/ENABLE_INSTALL
+share/baikal/Specific/db/db.sqlite
+share/baikal/Specific/virtualhosts/baikal.apache2
+share/baikal/Specific/virtualhosts/baikal.nginx
+share/baikal/TROUBLESHOOTING.md
+share/baikal/UPGRADE.md
+share/baikal/html/.htaccess
+share/baikal/html/admin/index.php
+share/baikal/html/admin/install/index.php
+share/baikal/html/cal.php
+share/baikal/html/card.php
+share/baikal/html/index.php
+share/baikal/html/res/core
+share/baikal/vendor/autoload.php
+share/baikal/vendor/bin/sabredav
+share/baikal/vendor/bin/vobjectvalidate.php
+share/baikal/vendor/composer/ClassLoader.php
+share/baikal/vendor/composer/autoload_classmap.php
+share/baikal/vendor/composer/autoload_namespaces.php
+share/baikal/vendor/composer/autoload_psr4.php
+share/baikal/vendor/composer/autoload_real.php
+share/baikal/vendor/composer/installed.json
+share/baikal/vendor/sabre/dav/.gitignore
+share/baikal/vendor/sabre/dav/.travis.yml
+share/baikal/vendor/sabre/dav/ChangeLog
+share/baikal/vendor/sabre/dav/LICENSE
+share/baikal/vendor/sabre/dav/README.md
+share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
+share/baikal/vendor/sabre/dav/bin/migrateto17.php
+share/baikal/vendor/sabre/dav/bin/naturalselection.py
+share/baikal/vendor/sabre/dav/bin/sabredav
+share/baikal/vendor/sabre/dav/bin/sabredav.php
+share/baikal/vendor/sabre/dav/build.xml
+share/baikal/vendor/sabre/dav/composer.json
+share/baikal/vendor/sabre/dav/docs/caldav-ctag.txt
+share/baikal/vendor/sabre/dav/docs/caldav-notifications.txt
+share/baikal/vendor/sabre/dav/docs/caldav-proxy.txt
+share/baikal/vendor/sabre/dav/docs/caldav-sharing.txt
+share/baikal/vendor/sabre/dav/docs/draft-daboo-carddav-directory-gateway-02.txt
+share/baikal/vendor/sabre/dav/docs/draft-desruisseaux-caldav-sched-10.txt
+share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p1-messaging-11.txt
+share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p4-conditional-11.txt
+share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p5-range-11.txt
+share/baikal/vendor/sabre/dav/docs/draft-ietf-httpbis-p6-cache-11.txt
+share/baikal/vendor/sabre/dav/docs/draft-nottingham-http-new-status-04.txt
+share/baikal/vendor/sabre/dav/docs/rfc2425.txt
+share/baikal/vendor/sabre/dav/docs/rfc2426.txt
+share/baikal/vendor/sabre/dav/docs/rfc2518.txt
+share/baikal/vendor/sabre/dav/docs/rfc2616.txt
+share/baikal/vendor/sabre/dav/docs/rfc2617.txt
+share/baikal/vendor/sabre/dav/docs/rfc3253.pdf
+share/baikal/vendor/sabre/dav/docs/rfc3744.pdf
+share/baikal/vendor/sabre/dav/docs/rfc4437.pdf
+share/baikal/vendor/sabre/dav/docs/rfc4790.txt
+share/baikal/vendor/sabre/dav/docs/rfc4791.txt
+share/baikal/vendor/sabre/dav/docs/rfc4918.pdf
+share/baikal/vendor/sabre/dav/docs/rfc5051.txt
+share/baikal/vendor/sabre/dav/docs/rfc5397.txt
+share/baikal/vendor/sabre/dav/docs/rfc5545.txt
+share/baikal/vendor/sabre/dav/docs/rfc5546.txt
+share/baikal/vendor/sabre/dav/docs/rfc5689.txt
+share/baikal/vendor/sabre/dav/docs/rfc5785.txt
+share/baikal/vendor/sabre/dav/docs/rfc5789.txt
+share/baikal/vendor/sabre/dav/docs/rfc6047.txt
+share/baikal/vendor/sabre/dav/docs/rfc6321.txt
+share/baikal/vendor/sabre/dav/docs/rfc6350.txt
+share/baikal/vendor/sabre/dav/docs/rfc6351.txt
+share/baikal/vendor/sabre/dav/docs/rfc6352.txt
+share/baikal/vendor/sabre/dav/examples/addressbookserver.php
+share/baikal/vendor/sabre/dav/examples/basicauth.php
+share/baikal/vendor/sabre/dav/examples/calendarserver.php
+share/baikal/vendor/sabre/dav/examples/digestauth.php
+share/baikal/vendor/sabre/dav/examples/fileserver.php
+share/baikal/vendor/sabre/dav/examples/groupwareserver.php
+share/baikal/vendor/sabre/dav/examples/simplefsserver.php
+share/baikal/vendor/sabre/dav/examples/sql/mysql.addressbook.sql
+share/baikal/vendor/sabre/dav/examples/sql/mysql.calendars.sql
+share/baikal/vendor/sabre/dav/examples/sql/mysql.locks.sql
+share/baikal/vendor/sabre/dav/examples/sql/mysql.principals.sql
+share/baikal/vendor/sabre/dav/examples/sql/mysql.users.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.addressbook.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.calendars.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.locks.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.principals.sql
+share/baikal/vendor/sabre/dav/examples/sql/pgsql.users.sql
+share/baikal/vendor/sabre/dav/examples/sql/sqlite.addressbooks.sql
+share/baikal/vendor/sabre/dav/examples/sql/sqlite.calendars.sql
+share/baikal/vendor/sabre/dav/examples/sql/sqlite.locks.sql
+share/baikal/vendor/sabre/dav/examples/sql/sqlite.principals.sql
+share/baikal/vendor/sabre/dav/examples/sql/sqlite.users.sql
+share/baikal/vendor/sabre/dav/examples/webserver/apache2_htaccess.conf
+share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost.conf
+share/baikal/vendor/sabre/dav/examples/webserver/apache2_vhost_cgi.conf
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/NotificationSupport.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Backend/SharingSupport.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Calendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarObject.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryParser.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarQueryValidator.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/CalendarRootNode.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Exception/InvalidComponentType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICSExportPlugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ICalendarObject.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/IShareableCalendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ISharedCalendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Collection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/ICollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INode.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/INotificationType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Node.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/Invite.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/InviteReply.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Notifications/Notification/SystemStatus.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/Collection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyRead.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/IProxyWrite.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyRead.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/ProxyWrite.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Principal/User.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/AllowedSharingModes.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/Invite.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/ScheduleCalendarTransp.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarComponentSet.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCalendarData.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Property/SupportedCollationSet.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IMip.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/IOutbox.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Schedule/Outbox.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/ShareableCalendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharedCalendar.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/SharingPlugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/UserCalendars.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CalDAV/Version.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBook.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookQueryParser.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/AddressBookRoot.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Card.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IAddressBook.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/ICard.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/IDirectory.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Property/SupportedAddressData.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/UserAddressBooks.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/VCFExportPlugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/CardDAV/Version.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractBasic.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/Apache.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/File.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Auth/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/GuessContentType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/MapGetToPropFind.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/favicon.ico
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/addressbook.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/calendar.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/card.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/collection.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/file.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/parent.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Browser/assets/icons/principal.png
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Client.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Collection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/BadRequest.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Conflict.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ConflictingLock.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/FileNotFound.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Forbidden.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InsufficientStorage.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/InvalidResourceType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/LockTokenMatchesRequestUri.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/Locked.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/MethodNotAllowed.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotAuthenticated.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotFound.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/NotImplemented.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PaymentRequired.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/PreconditionFailed.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ReportNotSupported.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/RequestedRangeNotSatisfiable.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/ServiceUnavailable.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Exception/UnsupportedMediaType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Directory.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/File.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FS/Node.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Directory.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/File.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/FSExt/Node.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/File.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ICollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IExtendedCollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IFile.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/INode.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IProperties.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/IQuota.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/FS.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/File.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/LockInfo.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Locks/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Mount/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Node.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ObjectTree.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/IFile.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PartialUpdate/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/GetLastModified.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Href.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/HrefList.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/IHref.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/LockDiscovery.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResourceType.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/Response.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/ResponseList.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedLock.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Property/SupportedReportSet.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/PropertyInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Server.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/ServerPlugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleCollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/SimpleFile.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/StringUtil.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/TemporaryFileFilterPlugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Tree/Filesystem.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/URLUtil.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/UUIDUtil.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/Version.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAV/XMLUtil.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/AbstractPrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/AceConflict.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NeedPrivileges.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NoAbstract.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotRecognizedPrincipal.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Exception/NotSupportedPrivilege.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IACL.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipal.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/IPrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Plugin.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Principal.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalBackend/PDO.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/PrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Acl.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/AclRestrictions.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/CurrentUserPrivilegeSet.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/Principal.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Property/SupportedPrivilegeSet.php
+share/baikal/vendor/sabre/dav/lib/Sabre/DAVACL/Version.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/AWSAuth.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/AbstractAuth.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/BasicAuth.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/DigestAuth.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Request.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Response.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Util.php
+share/baikal/vendor/sabre/dav/lib/Sabre/HTTP/Version.php
+share/baikal/vendor/sabre/dav/lib/Sabre/autoload.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractPDOTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/AbstractTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/Mock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOMySQLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/PDOSqliteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarObjectTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryParserTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryVAlarmTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/CalendarTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDTSTARTandDTENDbyDayTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ExpandEventsDoubleEventsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyReportTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/FreeBusyRequestTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/GetEventsByTimerangeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ICSExportPluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue166Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue172Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue203Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue205Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue211Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue220Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Issue228Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/CollectionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/NodeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteReplyTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/InviteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Notifications/Notification/SystemStatusTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/OutboxPostTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/CollectionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyReadTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/ProxyWriteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Principal/UserTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/InviteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/ScheduleCalendarTranspTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarComponentSetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/IMip/Mock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/OutboxTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ShareableCalendarTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharedCalendarTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/SharingPluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/TestUtil.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/UserCalendarsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/ValidateICalTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CalDAV/VersionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AbstractPluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryParserTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookQueryTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookRootTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/AddressBookTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/AbstractPDOTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/Mock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOMySQLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/PDOSqliteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/CardTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/IDirectoryTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/MultiGetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/SogoStripContentTypeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/TestUtil.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/UserAddressBooksTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VCFExportTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateFilterTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/ValidateVCardTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/CardDAV/VersionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/AbstractServer.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractBasicTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/AbstractPDOTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/ApacheTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/FileTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/Mock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOMySQLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/PDOSqliteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Auth/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/BasicNodeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/GuessContentTypeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/MapGetToPropFindTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Browser/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientMock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ClientTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/LockedTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Exception/PaymentRequiredTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ExceptionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/FileTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/NodeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/FSExt/ServerTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/HTTPPreferParsingTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Issue33Test.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/AbstractTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FSTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/FileTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOMySQLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/Backend/PDOTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/GetIfConditionsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/MSWordTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Locks/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Mount/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ObjectTreeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/FileMock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/PluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/GetLastModifiedTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefListTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/HrefTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResourceTypeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseListTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/ResponseTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Property/SupportedReportSetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerCopyMoveTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerEventsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerFinderBlockTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerMKCOLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPreconditionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerPropsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerRangeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerSimpleTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/ServerUpdatePropertiesTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/SimpleFileTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/StringUtilTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TemporaryFileFilterTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TestPlugin.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/Tree/FilesystemTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/TreeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/URLUtilTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/UUIDUtilTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAV/XMLUtilTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ACLMethodTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/AllowAccessTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/BlockAccessTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/AceConflictTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NeedPrivilegesExceptionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NoAbstractTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotRecognizedPrincipalTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Exception/NotSupportedPrivilegeTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/ExpandPropertiesTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockACLNode.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/MockPrincipal.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginAdminTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginPropertiesTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PluginUpdatePropertiesTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/AbstractPDOTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/Mock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOMySQLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/PDOSqliteTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalCollectionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalPropertySearchTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalSearchPropertySetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/ACLTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/CurrentUserPrivilegeSetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/PrincipalTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/SimplePluginTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVACL/VersionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/DAVServerTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/AWSAuthTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/BasicAuthTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/DigestAuthTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/RequestTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseMock.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/ResponseTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/UtilTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/HTTP/VersionTest.php
+share/baikal/vendor/sabre/dav/tests/Sabre/TestUtil.php
+share/baikal/vendor/sabre/dav/tests/bootstrap.php
+share/baikal/vendor/sabre/dav/tests/composer.vobject3.json
+share/baikal/vendor/sabre/dav/tests/phpunit.xml
+share/baikal/vendor/sabre/vobject/.gitignore
+share/baikal/vendor/sabre/vobject/.travis.yml
+share/baikal/vendor/sabre/vobject/ChangeLog
+share/baikal/vendor/sabre/vobject/LICENSE
+share/baikal/vendor/sabre/vobject/README.md
+share/baikal/vendor/sabre/vobject/bin/bench.php
+share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
+share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php
+share/baikal/vendor/sabre/vobject/composer.json
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VAlarm.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCalendar.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VCard.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VEvent.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VFreeBusy.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VJournal.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Component/VTodo.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/DateTimeParser.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Document.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/ElementList.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/FreeBusyGenerator.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Node.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Parameter.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/ParseException.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/Compound.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/DateTime.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Property/MultiDateTime.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Reader.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/RecurrenceIterator.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/ICalendar.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/SplitterInterface.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Splitter/VCard.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/StringUtil.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/TimeZoneUtil.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/Version.php
+share/baikal/vendor/sabre/vobject/lib/Sabre/VObject/includes.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VAlarmTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCalendarTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VCardTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VEventTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VFreeBusyTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VJournalTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Component/VTodoTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ComponentTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/DateTimeParserTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/DocumentTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ElementListTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/EmClientTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/FreeBusyGeneratorTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue153Test.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue154Test.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue48Test.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Issue50Test.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ParameterTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/CompoundTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/DateTimeTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Property/MultiDateTimeTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/PropertyTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/ReaderTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorFifthTuesdayProblemTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorIncorrectExpandTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorInfiniteLoopProblemTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMinusOneProblemTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorMissingOverriddenTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/RecurrenceIteratorTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/SlashRTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/ICalendarTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/Splitter/VCardTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/StringUtilTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/TimeZoneUtilTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/VersionTest.php
+share/baikal/vendor/sabre/vobject/tests/Sabre/VObject/issue153.vcf
+share/baikal/vendor/sabre/vobject/tests/bootstrap.php
+share/baikal/vendor/sabre/vobject/tests/phpunit.xml
diff --git a/php-baikal/distinfo b/php-baikal/distinfo
new file mode 100644
index 0000000..3c215b8
--- /dev/null
+++ b/php-baikal/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (baikal-regular-0.2.7.tgz) = 01eabcf0229ddffc0542f4e2a349754e778abbea
+RMD160 (baikal-regular-0.2.7.tgz) = 4b88ce29a2f75ce7ad2d2e48c730f39c9826592d
+SHA512 (baikal-regular-0.2.7.tgz) = 261e34eda6e85e38f9478e04f68fdea09ea12203a11b47aaf1a446e33333a9d8d1d9663f4a36da1cfd2adf776ba3f4be459b2639cc1a23e64e8584e47632bb8f
+Size (baikal-regular-0.2.7.tgz) = 2273699 bytes


Home | Main Index | Thread Index | Old Index