pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
net/php-baikal: updated baikal from 0.93 to 0.95
Module Name: pkgsrc-wip
Committed By: Jan-Hinrich Fessel <oskar%fessel.org@localhost>
Pushed By: oskar
Date: Sun Mar 2 17:03:17 2025 +0100
Changeset: 6cd634fc61af444e9384ec93eb1121f2a7446a28
Added Files:
php-baikal95/COMMIT_MSG
php-baikal95/DESCR
php-baikal95/INSTALL
php-baikal95/Makefile
php-baikal95/PLIST
php-baikal95/distinfo
Log Message:
net/php-baikal: updated baikal from 0.93 to 0.95
This release gets rid of pkgsrc patches that have been incorporated by upstream
Release notes from upstream:
0.95
Dependency upgrades. Should improve compatibility with php 8.2
Ships with sabre/dav 4.6.0
0.94
Fix difference in database scheme between MySQL and SQLite
Make base_uri case sensitive
Upgrade sabre/dav to 4.5.0 (this should fix some warnings on php 8.2)
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6cd634fc61af444e9384ec93eb1121f2a7446a28
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
php-baikal95/COMMIT_MSG | 12 +
php-baikal95/DESCR | 4 +
php-baikal95/INSTALL | 15 +
php-baikal95/Makefile | 89 +++++
php-baikal95/PLIST | 957 ++++++++++++++++++++++++++++++++++++++++++++++++
php-baikal95/distinfo | 5 +
6 files changed, 1082 insertions(+)
diffs:
diff --git a/php-baikal95/COMMIT_MSG b/php-baikal95/COMMIT_MSG
new file mode 100644
index 0000000000..a3f6e55f73
--- /dev/null
+++ b/php-baikal95/COMMIT_MSG
@@ -0,0 +1,12 @@
+net/php-baikal: updated baikal from 0.93 to 0.95
+
+This release gets rid of pkgsrc patches that have been incorporated by upstream
+
+Release notes from upstream:
+0.95
+Dependency upgrades. Should improve compatibility with php 8.2
+Ships with sabre/dav 4.6.0
+0.94
+Fix difference in database scheme between MySQL and SQLite
+Make base_uri case sensitive
+Upgrade sabre/dav to 4.5.0 (this should fix some warnings on php 8.2)
diff --git a/php-baikal95/DESCR b/php-baikal95/DESCR
new file mode 100644
index 0000000000..3ac0eefd7a
--- /dev/null
+++ b/php-baikal95/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-baikal95/INSTALL b/php-baikal95/INSTALL
new file mode 100644
index 0000000000..a501b2283b
--- /dev/null
+++ b/php-baikal95/INSTALL
@@ -0,0 +1,15 @@
+#!@SH@
+#
+# $NetBSD: INSTALL,v 1.1 2015/11/24 11:38:28 wiz 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-baikal95/Makefile b/php-baikal95/Makefile
new file mode 100644
index 0000000000..60c610d44e
--- /dev/null
+++ b/php-baikal95/Makefile
@@ -0,0 +1,89 @@
+# $NetBSD: Makefile,v 1.25 2025/02/08 03:49:23 taca Exp $
+
+DISTNAME= baikal-0.9.5
+PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
+PKGREVISION=
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_GITHUB:=fruux/}
+GITHUB_RELEASE= ${PKGVERSION_NOREV}
+GITHUB_PROJECT= baikal
+EXTRACT_SUFX= .zip
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://sabre.io/baikal/
+COMMENT= Lightweight CalDAV+CardDAV server
+LICENSE= gnu-gpl-v3
+
+DEPENDS+= ${PHP_PKG_PREFIX}-pdo>=${PHP_BASE_VERS}:../../databases/php-pdo
+DEPENDS+= ${PHP_PKG_PREFIX}-pdo_sqlite>=${PHP_BASE_VERS}:../../databases/php-pdo_sqlite
+
+REPLACE_SH+= vendor/twig/twig/drupal_test.sh
+REPLACE_SH+= vendor/bin/sabredav
+
+PHP_VERSIONS_INCOMPATIBLE= 56 # as of 0.6.0
+
+WRKSRC= ${WRKDIR}/baikal
+
+USE_LANGUAGES= # none
+NO_BUILD= yes
+
+USE_TOOLS+= pax
+
+BUILD_DEFS+= APACHE_GROUP APACHE_USER
+
+BAIKALDIR= share/baikal
+INSTALLATION_DIRS= ${BAIKALDIR}
+
+# TODO:
+# The directory "Specific" should probably be handled as configuration
+
+CHECK_INTERPRETER_SKIP+= share/baikal/Core/Frameworks/BaikalAdmin/Resources/GlyphiconsPro/generate-sprite.php
+CHECK_INTERPRETER_SKIP+= share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+CHECK_INTERPRETER_SKIP+= share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/generate_vcards
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/naturalselection
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/vobject
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/vobjectvalidate.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/bin/yaml-lint
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/build.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/migrateto20.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto21.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto30.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/migrateto32.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/naturalselection
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/dav/bin/naturalselection.py
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/event/examples/promise.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/event/examples/tail.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/bench.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/fetch_windows_zones.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/generate_vcards
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/mergeduplicates.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/vobject
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/sabre/vobject/bin/vobjectvalidate.php
+CHECK_INTERPRETER_SKIP+= share/baikal/vendor/symfony/yaml/Resources/bin/yaml-lint
+
+.include "../../mk/bsd.prefs.mk"
+
+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}
+
+post-extract:
+ ${CHMOD} -x ${WRKSRC}/vendor/sabre/dav/bin/sabredav.php
+
+do-install:
+ ${RM} -f ${WRKSRC}/*orig
+ ${RM} -f ${WRKSRC}/*/*/*/*/*orig
+ cd ${WRKSRC} && pax -rw -pmp * \
+ ${DESTDIR}${PREFIX}/${BAIKALDIR}
+
+.include "../../lang/php/json.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/php-baikal95/PLIST b/php-baikal95/PLIST
new file mode 100644
index 0000000000..1944bed66c
--- /dev/null
+++ b/php-baikal95/PLIST
@@ -0,0 +1,957 @@
+@comment $NetBSD$
+share/baikal/Core/Distrib.php
+share/baikal/Core/Frameworks/Baikal/Controller/Main.php
+share/baikal/Core/Frameworks/Baikal/Controller/Navigation/Topbar/Anonymous.php
+share/baikal/Core/Frameworks/Baikal/Core/PDOBasicAuth.php
+share/baikal/Core/Frameworks/Baikal/Core/Server.php
+share/baikal/Core/Frameworks/Baikal/Core/Tools.php
+share/baikal/Core/Frameworks/Baikal/Core/View.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/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/Standard.php
+share/baikal/Core/Frameworks/Baikal/Model/Principal.php
+share/baikal/Core/Frameworks/Baikal/Model/User.php
+share/baikal/Core/Frameworks/Baikal/Resources/Images/logo-baikal.png
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Main.html
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Frameworks/Baikal/Resources/Templates/Page/index.html
+share/baikal/Core/Frameworks/Baikal/View/Main.php
+share/baikal/Core/Frameworks/Baikal/View/Navigation/Topbar/Anonymous.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/UpgradeConfirmation.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/Database.php
+share/baikal/Core/Frameworks/BaikalAdmin/Controller/Settings/Standard.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/Install/UpgradeConfirmation.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/Database.html
+share/baikal/Core/Frameworks/BaikalAdmin/Resources/Templates/Settings/Standard.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/main.js
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Dashboard.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Logout.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Settings/Database.php
+share/baikal/Core/Frameworks/BaikalAdmin/Route/Settings/Standard.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/Install/UpgradeConfirmation.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/Database.php
+share/baikal/Core/Frameworks/BaikalAdmin/View/Settings/Standard.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/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-white.png
+share/baikal/Core/Frameworks/TwitterBootstrap/img/glyphicons-halflings.png
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/bootstrap.min.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery-3.1.0.min.js
+share/baikal/Core/Frameworks/TwitterBootstrap/js/jquery.color-2.2.0.min.js
+share/baikal/Core/Resources/Db/MySQL/db.sql
+share/baikal/Core/Resources/Db/SQLite/db.sql
+share/baikal/Core/Resources/System/htaccess-deny-all
+share/baikal/Core/Resources/System/htaccess-documentroot
+share/baikal/Core/Resources/Web/Baikal/Images/logo-baikal.png
+share/baikal/Core/Resources/Web/Baikal/Templates/Main.html
+share/baikal/Core/Resources/Web/Baikal/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Resources/Web/Baikal/Templates/Page/index.html
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph-dark.png
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/glyphpro.css
+share/baikal/Core/Resources/Web/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Images/logo-framboise.png
+share/baikal/Core/Resources/Web/BaikalAdmin/Strings/EN/Exceptions.json
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Dashboard.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Database.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/Initialize.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Login.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Navigation/Topbar/Install.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/baikal-text-20.png
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/index.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Page/style.css
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/Database.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Settings/Standard.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/User/AddressBooks.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/User/Calendars.html
+share/baikal/Core/Resources/Web/BaikalAdmin/Templates/Users.html
+share/baikal/Core/Resources/Web/BaikalAdmin/main.js
+share/baikal/Core/Resources/Web/README.md
+share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.css
+share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap-responsive.min.css
+share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.css
+share/baikal/Core/Resources/Web/TwitterBootstrap/css/bootstrap.min.css
+share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings-white.png
+share/baikal/Core/Resources/Web/TwitterBootstrap/img/glyphicons-halflings.png
+share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.js
+share/baikal/Core/Resources/Web/TwitterBootstrap/js/bootstrap.min.js
+share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery-3.1.0.min.js
+share/baikal/Core/Resources/Web/TwitterBootstrap/js/jquery.color-2.2.0.min.js
+share/baikal/LICENSE
+share/baikal/README.md
+share/baikal/Specific/db/.empty
+share/baikal/config/.empty
+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/dav.php
+share/baikal/html/index.php
+share/baikal/html/res/core/Baikal/Images/logo-baikal.png
+share/baikal/html/res/core/Baikal/Templates/Main.html
+share/baikal/html/res/core/Baikal/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/html/res/core/Baikal/Templates/Page/index.html
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/generate-sprite.php
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph-dark.png
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyph2x-dark.png
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro-2x.css
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/glyphpro.css
+share/baikal/html/res/core/BaikalAdmin/GlyphiconsPro/test-glyphpro2x.html
+share/baikal/html/res/core/BaikalAdmin/Images/logo-framboise.png
+share/baikal/html/res/core/BaikalAdmin/Strings/EN/Exceptions.json
+share/baikal/html/res/core/BaikalAdmin/Templates/Dashboard.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Install/Database.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Install/Initialize.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Install/UpgradeConfirmation.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Login.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Anonymous.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Navigation/Topbar/Install.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Page/baikal-text-20.png
+share/baikal/html/res/core/BaikalAdmin/Templates/Page/index.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Page/style.css
+share/baikal/html/res/core/BaikalAdmin/Templates/Settings/Database.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Settings/Standard.html
+share/baikal/html/res/core/BaikalAdmin/Templates/User/AddressBooks.html
+share/baikal/html/res/core/BaikalAdmin/Templates/User/Calendars.html
+share/baikal/html/res/core/BaikalAdmin/Templates/Users.html
+share/baikal/html/res/core/BaikalAdmin/main.js
+share/baikal/html/res/core/README.md
+share/baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.css
+share/baikal/html/res/core/TwitterBootstrap/css/bootstrap-responsive.min.css
+share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.css
+share/baikal/html/res/core/TwitterBootstrap/css/bootstrap.min.css
+share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings-white.png
+share/baikal/html/res/core/TwitterBootstrap/img/glyphicons-halflings.png
+share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.js
+share/baikal/html/res/core/TwitterBootstrap/js/bootstrap.min.js
+share/baikal/html/res/core/TwitterBootstrap/js/jquery-3.1.0.min.js
+share/baikal/html/res/core/TwitterBootstrap/js/jquery.color-2.2.0.min.js
+share/baikal/html/robots.txt
+share/baikal/vendor/autoload.php
+share/baikal/vendor/bin/generate_vcards
+share/baikal/vendor/bin/naturalselection
+share/baikal/vendor/bin/sabredav
+share/baikal/vendor/bin/vobject
+share/baikal/vendor/bin/yaml-lint
+share/baikal/vendor/composer/ClassLoader.php
+share/baikal/vendor/composer/InstalledVersions.php
+share/baikal/vendor/composer/LICENSE
+share/baikal/vendor/composer/autoload_classmap.php
+share/baikal/vendor/composer/autoload_files.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/autoload_static.php
+share/baikal/vendor/composer/installed.json
+share/baikal/vendor/composer/installed.php
+share/baikal/vendor/composer/platform_check.php
+share/baikal/vendor/psr/log/LICENSE
+share/baikal/vendor/psr/log/Psr/Log/AbstractLogger.php
+share/baikal/vendor/psr/log/Psr/Log/InvalidArgumentException.php
+share/baikal/vendor/psr/log/Psr/Log/LogLevel.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerInterface.php
+share/baikal/vendor/psr/log/Psr/Log/LoggerTrait.php
+share/baikal/vendor/psr/log/Psr/Log/NullLogger.php
+share/baikal/vendor/psr/log/Psr/Log/Test/DummyTest.php
+share/baikal/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php
+share/baikal/vendor/psr/log/Psr/Log/Test/TestLogger.php
+share/baikal/vendor/psr/log/README.md
+share/baikal/vendor/psr/log/composer.json
+share/baikal/vendor/sabre/dav/LICENSE
+share/baikal/vendor/sabre/dav/README.md
+share/baikal/vendor/sabre/dav/bin/build.php
+share/baikal/vendor/sabre/dav/bin/googlecode_upload.py
+share/baikal/vendor/sabre/dav/bin/migrateto20.php
+share/baikal/vendor/sabre/dav/bin/migrateto21.php
+share/baikal/vendor/sabre/dav/bin/migrateto30.php
+share/baikal/vendor/sabre/dav/bin/migrateto32.php
+share/baikal/vendor/sabre/dav/bin/naturalselection
+share/baikal/vendor/sabre/dav/bin/sabredav
+share/baikal/vendor/sabre/dav/bin/sabredav.php
+share/baikal/vendor/sabre/dav/composer.json
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/NotificationSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SchedulingSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SharingSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SimplePDO.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SubscriptionSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Backend/SyncSupport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Calendar.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarHome.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarObject.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarQueryValidator.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/CalendarRoot.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Exception/InvalidComponentType.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/ICSExportPlugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendar.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObject.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/ICalendarObjectContainer.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/ISharedCalendar.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Collection.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/ICollection.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/INode.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Node.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Notifications/Plugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Plugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/Collection.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyRead.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/IProxyWrite.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyRead.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/ProxyWrite.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Principal/User.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IInbox.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IMipPlugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/IOutbox.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/ISchedulingObject.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Inbox.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Outbox.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/Plugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Schedule/SchedulingObject.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/SharedCalendar.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/SharingPlugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/ISubscription.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Plugin.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Subscriptions/Subscription.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CalendarData.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/CompFilter.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/ParamFilter.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/PropFilter.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/Invite.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/InviteReply.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/NotificationInterface.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/SystemStatus.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/AllowedSharingModes.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/EmailAddressSet.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/Invite.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/ScheduleCalendarTransp.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarComponentSet.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCalendarData.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Property/SupportedCollationSet.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarMultiGetReport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/CalendarQueryReport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/FreeBusyQueryReport.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/InviteReply.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/MkCalendar.php
+share/baikal/vendor/sabre/dav/lib/CalDAV/Xml/Request/Share.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBook.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBookHome.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/AddressBookRoot.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Backend/SyncSupport.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Card.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/IAddressBook.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/ICard.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/IDirectory.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Plugin.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/VCFExportPlugin.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/AddressData.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/ParamFilter.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/PropFilter.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedAddressData.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Property/SupportedCollationSet.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookMultiGetReport.php
+share/baikal/vendor/sabre/dav/lib/CardDAV/Xml/Request/AddressBookQueryReport.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBasic.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractBearer.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/AbstractDigest.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/Apache.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/BasicCallBack.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/IMAP.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Backend/PDOBasicAuth.php
+share/baikal/vendor/sabre/dav/lib/DAV/Auth/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/GuessContentType.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutput.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/HtmlOutputHelper.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/MapGetToPropFind.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/PropFindAll.php
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/favicon.ico
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/ICON-LICENSE
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.css
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.eot
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.otf
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.svg
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.ttf
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/open-iconic.woff
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.css
+share/baikal/vendor/sabre/dav/lib/DAV/Browser/assets/sabredav.png
+share/baikal/vendor/sabre/dav/lib/DAV/Client.php
+share/baikal/vendor/sabre/dav/lib/DAV/Collection.php
+share/baikal/vendor/sabre/dav/lib/DAV/CorePlugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/BadRequest.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/Conflict.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/ConflictingLock.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/Forbidden.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/InsufficientStorage.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidResourceType.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/InvalidSyncToken.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/LengthRequired.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/LockTokenMatchesRequestUri.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/Locked.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/MethodNotAllowed.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotAuthenticated.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotFound.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/NotImplemented.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/PaymentRequired.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/PreconditionFailed.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/ReportNotSupported.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/RequestedRangeNotSatisfiable.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/ServiceUnavailable.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/TooManyMatches.php
+share/baikal/vendor/sabre/dav/lib/DAV/Exception/UnsupportedMediaType.php
+share/baikal/vendor/sabre/dav/lib/DAV/FS/Directory.php
+share/baikal/vendor/sabre/dav/lib/DAV/FS/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/FS/Node.php
+share/baikal/vendor/sabre/dav/lib/DAV/FSExt/Directory.php
+share/baikal/vendor/sabre/dav/lib/DAV/FSExt/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/ICollection.php
+share/baikal/vendor/sabre/dav/lib/DAV/ICopyTarget.php
+share/baikal/vendor/sabre/dav/lib/DAV/IExtendedCollection.php
+share/baikal/vendor/sabre/dav/lib/DAV/IFile.php
+share/baikal/vendor/sabre/dav/lib/DAV/IMoveTarget.php
+share/baikal/vendor/sabre/dav/lib/DAV/IMultiGet.php
+share/baikal/vendor/sabre/dav/lib/DAV/INode.php
+share/baikal/vendor/sabre/dav/lib/DAV/INodeByPath.php
+share/baikal/vendor/sabre/dav/lib/DAV/IProperties.php
+share/baikal/vendor/sabre/dav/lib/DAV/IQuota.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/File.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/LockInfo.php
+share/baikal/vendor/sabre/dav/lib/DAV/Locks/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/MkCol.php
+share/baikal/vendor/sabre/dav/lib/DAV/Mount/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Node.php
+share/baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/IPatchSupport.php
+share/baikal/vendor/sabre/dav/lib/DAV/PartialUpdate/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/PropFind.php
+share/baikal/vendor/sabre/dav/lib/DAV/PropPatch.php
+share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/PDO.php
+share/baikal/vendor/sabre/dav/lib/DAV/PropertyStorage/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Server.php
+share/baikal/vendor/sabre/dav/lib/DAV/ServerPlugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sharing/ISharedNode.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sharing/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/SimpleCollection.php
+share/baikal/vendor/sabre/dav/lib/DAV/SimpleFile.php
+share/baikal/vendor/sabre/dav/lib/DAV/StringUtil.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sync/ISyncCollection.php
+share/baikal/vendor/sabre/dav/lib/DAV/Sync/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/TemporaryFileFilterPlugin.php
+share/baikal/vendor/sabre/dav/lib/DAV/Tree.php
+share/baikal/vendor/sabre/dav/lib/DAV/UUIDUtil.php
+share/baikal/vendor/sabre/dav/lib/DAV/Version.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Prop.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Response.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Element/Sharee.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Complex.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/GetLastModified.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Href.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/Invite.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LocalHref.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/LockDiscovery.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ResourceType.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/ShareAccess.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedLock.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedMethodSet.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Property/SupportedReportSet.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/Lock.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/MkCol.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropFind.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/PropPatch.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/ShareResource.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Request/SyncCollectionReport.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Response/MultiStatus.php
+share/baikal/vendor/sabre/dav/lib/DAV/Xml/Service.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/ACLTrait.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/AbstractPrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/AceConflict.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NeedPrivileges.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NoAbstract.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotRecognizedPrincipal.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Exception/NotSupportedPrivilege.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/FS/Collection.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/FS/File.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/FS/HomeCollection.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/IACL.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/IPrincipal.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/IPrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Plugin.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Principal.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/AbstractBackend.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/BackendInterface.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/CreatePrincipalSupport.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/PDO.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/PrincipalCollection.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Acl.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/AclRestrictions.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/CurrentUserPrivilegeSet.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/Principal.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Property/SupportedPrivilegeSet.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/AclPrincipalPropSetReport.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/ExpandPropertyReport.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalMatchReport.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalPropertySearchReport.php
+share/baikal/vendor/sabre/dav/lib/DAVACL/Xml/Request/PrincipalSearchPropertySetReport.php
+share/baikal/vendor/sabre/event/.github/workflows/ci.yml
+share/baikal/vendor/sabre/event/.php_cs.dist
+share/baikal/vendor/sabre/event/LICENSE
+share/baikal/vendor/sabre/event/bin/.empty
+share/baikal/vendor/sabre/event/composer.json
+share/baikal/vendor/sabre/event/lib/Emitter.php
+share/baikal/vendor/sabre/event/lib/EmitterInterface.php
+share/baikal/vendor/sabre/event/lib/EmitterTrait.php
+share/baikal/vendor/sabre/event/lib/EventEmitter.php
+share/baikal/vendor/sabre/event/lib/Loop/Loop.php
+share/baikal/vendor/sabre/event/lib/Loop/functions.php
+share/baikal/vendor/sabre/event/lib/Promise.php
+share/baikal/vendor/sabre/event/lib/Promise/functions.php
+share/baikal/vendor/sabre/event/lib/PromiseAlreadyResolvedException.php
+share/baikal/vendor/sabre/event/lib/Version.php
+share/baikal/vendor/sabre/event/lib/WildcardEmitter.php
+share/baikal/vendor/sabre/event/lib/WildcardEmitterTrait.php
+share/baikal/vendor/sabre/event/lib/coroutine.php
+share/baikal/vendor/sabre/event/phpstan.neon
+share/baikal/vendor/sabre/http/.github/workflows/ci.yml
+share/baikal/vendor/sabre/http/.gitignore
+share/baikal/vendor/sabre/http/.php_cs.dist
+share/baikal/vendor/sabre/http/CHANGELOG.md
+share/baikal/vendor/sabre/http/LICENSE
+share/baikal/vendor/sabre/http/README.md
+share/baikal/vendor/sabre/http/bin/.empty
+share/baikal/vendor/sabre/http/composer.json
+share/baikal/vendor/sabre/http/examples/asyncclient.php
+share/baikal/vendor/sabre/http/examples/basicauth.php
+share/baikal/vendor/sabre/http/examples/client.php
+share/baikal/vendor/sabre/http/examples/digestauth.php
+share/baikal/vendor/sabre/http/examples/reverseproxy.php
+share/baikal/vendor/sabre/http/examples/stringify.php
+share/baikal/vendor/sabre/http/lib/Auth/AWS.php
+share/baikal/vendor/sabre/http/lib/Auth/AbstractAuth.php
+share/baikal/vendor/sabre/http/lib/Auth/Basic.php
+share/baikal/vendor/sabre/http/lib/Auth/Bearer.php
+share/baikal/vendor/sabre/http/lib/Auth/Digest.php
+share/baikal/vendor/sabre/http/lib/Client.php
+share/baikal/vendor/sabre/http/lib/ClientException.php
+share/baikal/vendor/sabre/http/lib/ClientHttpException.php
+share/baikal/vendor/sabre/http/lib/HttpException.php
+share/baikal/vendor/sabre/http/lib/Message.php
+share/baikal/vendor/sabre/http/lib/MessageDecoratorTrait.php
+share/baikal/vendor/sabre/http/lib/MessageInterface.php
+share/baikal/vendor/sabre/http/lib/Request.php
+share/baikal/vendor/sabre/http/lib/RequestDecorator.php
+share/baikal/vendor/sabre/http/lib/RequestInterface.php
+share/baikal/vendor/sabre/http/lib/Response.php
+share/baikal/vendor/sabre/http/lib/ResponseDecorator.php
+share/baikal/vendor/sabre/http/lib/ResponseInterface.php
+share/baikal/vendor/sabre/http/lib/Sapi.php
+share/baikal/vendor/sabre/http/lib/Version.php
+share/baikal/vendor/sabre/http/lib/functions.php
+share/baikal/vendor/sabre/http/phpstan.neon
+share/baikal/vendor/sabre/http/tests/HTTP/Auth/AWSTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/Auth/BasicTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/Auth/BearerTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/Auth/DigestTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/ClientTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/FunctionsTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/MessageDecoratorTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/MessageTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/NegotiateTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/RequestDecoratorTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/RequestTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/ResponseDecoratorTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/ResponseTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/SapiTest.php
+share/baikal/vendor/sabre/http/tests/HTTP/URLUtilTest.php
+share/baikal/vendor/sabre/http/tests/bootstrap.php
+share/baikal/vendor/sabre/http/tests/phpunit.xml
+share/baikal/vendor/sabre/http/tests/www/bar.php
+share/baikal/vendor/sabre/http/tests/www/connection_aborted.php
+share/baikal/vendor/sabre/http/tests/www/foo
+share/baikal/vendor/sabre/http/tests/www/large.php
+share/baikal/vendor/sabre/uri/.php-cs-fixer.dist.php
+share/baikal/vendor/sabre/uri/LICENSE
+share/baikal/vendor/sabre/uri/composer.json
+share/baikal/vendor/sabre/uri/lib/InvalidUriException.php
+share/baikal/vendor/sabre/uri/lib/Version.php
+share/baikal/vendor/sabre/uri/lib/functions.php
+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/bench_freebusygenerator.php
+share/baikal/vendor/sabre/vobject/bin/bench_manipulatevcard.php
+share/baikal/vendor/sabre/vobject/bin/fetch_windows_zones.php
+share/baikal/vendor/sabre/vobject/bin/generate_vcards
+share/baikal/vendor/sabre/vobject/bin/generateicalendardata.php
+share/baikal/vendor/sabre/vobject/bin/mergeduplicates.php
+share/baikal/vendor/sabre/vobject/bin/rrulebench.php
+share/baikal/vendor/sabre/vobject/bin/vobject
+share/baikal/vendor/sabre/vobject/composer.json
+share/baikal/vendor/sabre/vobject/lib/BirthdayCalendarGenerator.php
+share/baikal/vendor/sabre/vobject/lib/Cli.php
+share/baikal/vendor/sabre/vobject/lib/Component.php
+share/baikal/vendor/sabre/vobject/lib/Component/Available.php
+share/baikal/vendor/sabre/vobject/lib/Component/VAlarm.php
+share/baikal/vendor/sabre/vobject/lib/Component/VAvailability.php
+share/baikal/vendor/sabre/vobject/lib/Component/VCalendar.php
+share/baikal/vendor/sabre/vobject/lib/Component/VCard.php
+share/baikal/vendor/sabre/vobject/lib/Component/VEvent.php
+share/baikal/vendor/sabre/vobject/lib/Component/VFreeBusy.php
+share/baikal/vendor/sabre/vobject/lib/Component/VJournal.php
+share/baikal/vendor/sabre/vobject/lib/Component/VTimeZone.php
+share/baikal/vendor/sabre/vobject/lib/Component/VTodo.php
+share/baikal/vendor/sabre/vobject/lib/DateTimeParser.php
+share/baikal/vendor/sabre/vobject/lib/Document.php
+share/baikal/vendor/sabre/vobject/lib/ElementList.php
+share/baikal/vendor/sabre/vobject/lib/EofException.php
+share/baikal/vendor/sabre/vobject/lib/FreeBusyData.php
+share/baikal/vendor/sabre/vobject/lib/FreeBusyGenerator.php
+share/baikal/vendor/sabre/vobject/lib/ITip/Broker.php
+share/baikal/vendor/sabre/vobject/lib/ITip/ITipException.php
+share/baikal/vendor/sabre/vobject/lib/ITip/Message.php
+share/baikal/vendor/sabre/vobject/lib/ITip/SameOrganizerForAllComponentsException.php
+share/baikal/vendor/sabre/vobject/lib/InvalidDataException.php
+share/baikal/vendor/sabre/vobject/lib/Node.php
+share/baikal/vendor/sabre/vobject/lib/PHPUnitAssertions.php
+share/baikal/vendor/sabre/vobject/lib/Parameter.php
+share/baikal/vendor/sabre/vobject/lib/ParseException.php
+share/baikal/vendor/sabre/vobject/lib/Parser/Json.php
+share/baikal/vendor/sabre/vobject/lib/Parser/MimeDir.php
+share/baikal/vendor/sabre/vobject/lib/Parser/Parser.php
+share/baikal/vendor/sabre/vobject/lib/Parser/XML.php
+share/baikal/vendor/sabre/vobject/lib/Parser/XML/Element/KeyValue.php
+share/baikal/vendor/sabre/vobject/lib/Property.php
+share/baikal/vendor/sabre/vobject/lib/Property/Binary.php
+share/baikal/vendor/sabre/vobject/lib/Property/Boolean.php
+share/baikal/vendor/sabre/vobject/lib/Property/FlatText.php
+share/baikal/vendor/sabre/vobject/lib/Property/FloatValue.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/CalAddress.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Date.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/DateTime.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Duration.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Period.php
+share/baikal/vendor/sabre/vobject/lib/Property/ICalendar/Recur.php
+share/baikal/vendor/sabre/vobject/lib/Property/IntegerValue.php
+share/baikal/vendor/sabre/vobject/lib/Property/Text.php
+share/baikal/vendor/sabre/vobject/lib/Property/Time.php
+share/baikal/vendor/sabre/vobject/lib/Property/Unknown.php
+share/baikal/vendor/sabre/vobject/lib/Property/Uri.php
+share/baikal/vendor/sabre/vobject/lib/Property/UtcOffset.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/Date.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/DateAndOrTime.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/DateTime.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/LanguageTag.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/PhoneNumber.php
+share/baikal/vendor/sabre/vobject/lib/Property/VCard/TimeStamp.php
+share/baikal/vendor/sabre/vobject/lib/Reader.php
+share/baikal/vendor/sabre/vobject/lib/Recur/EventIterator.php
+share/baikal/vendor/sabre/vobject/lib/Recur/MaxInstancesExceededException.php
+share/baikal/vendor/sabre/vobject/lib/Recur/NoInstancesException.php
+share/baikal/vendor/sabre/vobject/lib/Recur/RDateIterator.php
+share/baikal/vendor/sabre/vobject/lib/Recur/RRuleIterator.php
+share/baikal/vendor/sabre/vobject/lib/Settings.php
+share/baikal/vendor/sabre/vobject/lib/Splitter/ICalendar.php
+share/baikal/vendor/sabre/vobject/lib/Splitter/SplitterInterface.php
+share/baikal/vendor/sabre/vobject/lib/Splitter/VCard.php
+share/baikal/vendor/sabre/vobject/lib/StringUtil.php
+share/baikal/vendor/sabre/vobject/lib/TimeZoneUtil.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromOffset.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneIdentifier.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/FindFromTimezoneMap.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromLicEntry.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/GuessFromMsTzId.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneFinder.php
+share/baikal/vendor/sabre/vobject/lib/TimezoneGuesser/TimezoneGuesser.php
+share/baikal/vendor/sabre/vobject/lib/UUIDUtil.php
+share/baikal/vendor/sabre/vobject/lib/VCardConverter.php
+share/baikal/vendor/sabre/vobject/lib/Version.php
+share/baikal/vendor/sabre/vobject/lib/Writer.php
+share/baikal/vendor/sabre/vobject/lib/timezonedata/exchangezones.php
+share/baikal/vendor/sabre/vobject/lib/timezonedata/lotuszones.php
+share/baikal/vendor/sabre/vobject/lib/timezonedata/php-bc.php
+share/baikal/vendor/sabre/vobject/lib/timezonedata/php-workaround.php
+share/baikal/vendor/sabre/vobject/lib/timezonedata/windowszones.php
+share/baikal/vendor/sabre/vobject/resources/schema/xcal.rng
+share/baikal/vendor/sabre/vobject/resources/schema/xcard.rng
+share/baikal/vendor/sabre/xml/.github/workflows/ci.yml
+share/baikal/vendor/sabre/xml/LICENSE
+share/baikal/vendor/sabre/xml/README.md
+share/baikal/vendor/sabre/xml/bin/.empty
+share/baikal/vendor/sabre/xml/composer.json
+share/baikal/vendor/sabre/xml/lib/ContextStackTrait.php
+share/baikal/vendor/sabre/xml/lib/Deserializer/functions.php
+share/baikal/vendor/sabre/xml/lib/Element.php
+share/baikal/vendor/sabre/xml/lib/Element/Base.php
+share/baikal/vendor/sabre/xml/lib/Element/Cdata.php
+share/baikal/vendor/sabre/xml/lib/Element/Elements.php
+share/baikal/vendor/sabre/xml/lib/Element/KeyValue.php
+share/baikal/vendor/sabre/xml/lib/Element/Uri.php
+share/baikal/vendor/sabre/xml/lib/Element/XmlFragment.php
+share/baikal/vendor/sabre/xml/lib/LibXMLException.php
+share/baikal/vendor/sabre/xml/lib/ParseException.php
+share/baikal/vendor/sabre/xml/lib/Reader.php
+share/baikal/vendor/sabre/xml/lib/Serializer/functions.php
+share/baikal/vendor/sabre/xml/lib/Service.php
+share/baikal/vendor/sabre/xml/lib/Version.php
+share/baikal/vendor/sabre/xml/lib/Writer.php
+share/baikal/vendor/sabre/xml/lib/XmlDeserializable.php
+share/baikal/vendor/sabre/xml/lib/XmlSerializable.php
+share/baikal/vendor/symfony/deprecation-contracts/CHANGELOG.md
+share/baikal/vendor/symfony/deprecation-contracts/LICENSE
+share/baikal/vendor/symfony/deprecation-contracts/README.md
+share/baikal/vendor/symfony/deprecation-contracts/composer.json
+share/baikal/vendor/symfony/deprecation-contracts/function.php
+share/baikal/vendor/symfony/polyfill-ctype/Ctype.php
+share/baikal/vendor/symfony/polyfill-ctype/LICENSE
+share/baikal/vendor/symfony/polyfill-ctype/README.md
+share/baikal/vendor/symfony/polyfill-ctype/bootstrap.php
+share/baikal/vendor/symfony/polyfill-ctype/bootstrap80.php
+share/baikal/vendor/symfony/polyfill-ctype/composer.json
+share/baikal/vendor/symfony/polyfill-mbstring/LICENSE
+share/baikal/vendor/symfony/polyfill-mbstring/Mbstring.php
+share/baikal/vendor/symfony/polyfill-mbstring/README.md
+share/baikal/vendor/symfony/polyfill-mbstring/Resources/unidata/caseFolding.php
+share/baikal/vendor/symfony/polyfill-mbstring/Resources/unidata/lowerCase.php
+share/baikal/vendor/symfony/polyfill-mbstring/Resources/unidata/titleCaseRegexp.php
+share/baikal/vendor/symfony/polyfill-mbstring/Resources/unidata/upperCase.php
+share/baikal/vendor/symfony/polyfill-mbstring/bootstrap.php
+share/baikal/vendor/symfony/polyfill-mbstring/bootstrap80.php
+share/baikal/vendor/symfony/polyfill-mbstring/composer.json
+share/baikal/vendor/symfony/polyfill-php80/LICENSE
+share/baikal/vendor/symfony/polyfill-php80/Php80.php
+share/baikal/vendor/symfony/polyfill-php80/PhpToken.php
+share/baikal/vendor/symfony/polyfill-php80/README.md
+share/baikal/vendor/symfony/polyfill-php80/Resources/stubs/Attribute.php
+share/baikal/vendor/symfony/polyfill-php80/Resources/stubs/PhpToken.php
+share/baikal/vendor/symfony/polyfill-php80/Resources/stubs/Stringable.php
+share/baikal/vendor/symfony/polyfill-php80/Resources/stubs/UnhandledMatchError.php
+share/baikal/vendor/symfony/polyfill-php80/Resources/stubs/ValueError.php
+share/baikal/vendor/symfony/polyfill-php80/bootstrap.php
+share/baikal/vendor/symfony/polyfill-php80/composer.json
+share/baikal/vendor/symfony/yaml/CHANGELOG.md
+share/baikal/vendor/symfony/yaml/Command/LintCommand.php
+share/baikal/vendor/symfony/yaml/Dumper.php
+share/baikal/vendor/symfony/yaml/Escaper.php
+share/baikal/vendor/symfony/yaml/Exception/DumpException.php
+share/baikal/vendor/symfony/yaml/Exception/ExceptionInterface.php
+share/baikal/vendor/symfony/yaml/Exception/ParseException.php
+share/baikal/vendor/symfony/yaml/Exception/RuntimeException.php
+share/baikal/vendor/symfony/yaml/Inline.php
+share/baikal/vendor/symfony/yaml/LICENSE
+share/baikal/vendor/symfony/yaml/Parser.php
+share/baikal/vendor/symfony/yaml/README.md
+share/baikal/vendor/symfony/yaml/Resources/bin/yaml-lint
+share/baikal/vendor/symfony/yaml/Tag/TaggedValue.php
+share/baikal/vendor/symfony/yaml/Unescaper.php
+share/baikal/vendor/symfony/yaml/Yaml.php
+share/baikal/vendor/symfony/yaml/composer.json
+share/baikal/vendor/twig/twig/CHANGELOG
+share/baikal/vendor/twig/twig/LICENSE
+share/baikal/vendor/twig/twig/README.rst
+share/baikal/vendor/twig/twig/composer.json
+share/baikal/vendor/twig/twig/src/Cache/CacheInterface.php
+share/baikal/vendor/twig/twig/src/Cache/FilesystemCache.php
+share/baikal/vendor/twig/twig/src/Cache/NullCache.php
+share/baikal/vendor/twig/twig/src/Compiler.php
+share/baikal/vendor/twig/twig/src/Environment.php
+share/baikal/vendor/twig/twig/src/Error/Error.php
+share/baikal/vendor/twig/twig/src/Error/LoaderError.php
+share/baikal/vendor/twig/twig/src/Error/RuntimeError.php
+share/baikal/vendor/twig/twig/src/Error/SyntaxError.php
+share/baikal/vendor/twig/twig/src/ExpressionParser.php
+share/baikal/vendor/twig/twig/src/Extension/AbstractExtension.php
+share/baikal/vendor/twig/twig/src/Extension/CoreExtension.php
+share/baikal/vendor/twig/twig/src/Extension/DebugExtension.php
+share/baikal/vendor/twig/twig/src/Extension/EscaperExtension.php
+share/baikal/vendor/twig/twig/src/Extension/ExtensionInterface.php
+share/baikal/vendor/twig/twig/src/Extension/GlobalsInterface.php
+share/baikal/vendor/twig/twig/src/Extension/OptimizerExtension.php
+share/baikal/vendor/twig/twig/src/Extension/ProfilerExtension.php
+share/baikal/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php
+share/baikal/vendor/twig/twig/src/Extension/SandboxExtension.php
+share/baikal/vendor/twig/twig/src/Extension/StagingExtension.php
+share/baikal/vendor/twig/twig/src/Extension/StringLoaderExtension.php
+share/baikal/vendor/twig/twig/src/ExtensionSet.php
+share/baikal/vendor/twig/twig/src/FileExtensionEscapingStrategy.php
+share/baikal/vendor/twig/twig/src/Lexer.php
+share/baikal/vendor/twig/twig/src/Loader/ArrayLoader.php
+share/baikal/vendor/twig/twig/src/Loader/ChainLoader.php
+share/baikal/vendor/twig/twig/src/Loader/FilesystemLoader.php
+share/baikal/vendor/twig/twig/src/Loader/LoaderInterface.php
+share/baikal/vendor/twig/twig/src/Markup.php
+share/baikal/vendor/twig/twig/src/Node/AutoEscapeNode.php
+share/baikal/vendor/twig/twig/src/Node/BlockNode.php
+share/baikal/vendor/twig/twig/src/Node/BlockReferenceNode.php
+share/baikal/vendor/twig/twig/src/Node/BodyNode.php
+share/baikal/vendor/twig/twig/src/Node/CheckSecurityCallNode.php
+share/baikal/vendor/twig/twig/src/Node/CheckSecurityNode.php
+share/baikal/vendor/twig/twig/src/Node/CheckToStringNode.php
+share/baikal/vendor/twig/twig/src/Node/DeprecatedNode.php
+share/baikal/vendor/twig/twig/src/Node/DoNode.php
+share/baikal/vendor/twig/twig/src/Node/EmbedNode.php
+share/baikal/vendor/twig/twig/src/Node/Expression/AbstractExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/ArrayExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/ArrowFunctionExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/AssignNameExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/AbstractBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/AddBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/AndBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseAndBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseOrBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/BitwiseXorBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/ConcatBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/DivBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/EndsWithBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/EqualBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/FloorDivBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/GreaterBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/GreaterEqualBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/HasEveryBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/HasSomeBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/InBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/LessBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/LessEqualBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/MatchesBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/ModBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/MulBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/NotEqualBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/NotInBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/OrBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/PowerBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/RangeBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/SpaceshipBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/StartsWithBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Binary/SubBinary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/BlockReferenceExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/CallExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/ConditionalExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/ConstantExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Filter/DefaultFilter.php
+share/baikal/vendor/twig/twig/src/Node/Expression/FilterExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/FunctionExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/GetAttrExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/InlinePrint.php
+share/baikal/vendor/twig/twig/src/Node/Expression/MethodCallExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/NameExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/NullCoalesceExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/ParentExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/TempNameExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/ConstantTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/DefinedTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/DivisiblebyTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/EvenTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/NullTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/OddTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Test/SameasTest.php
+share/baikal/vendor/twig/twig/src/Node/Expression/TestExpression.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Unary/AbstractUnary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Unary/NegUnary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Unary/NotUnary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/Unary/PosUnary.php
+share/baikal/vendor/twig/twig/src/Node/Expression/VariadicExpression.php
+share/baikal/vendor/twig/twig/src/Node/FlushNode.php
+share/baikal/vendor/twig/twig/src/Node/ForLoopNode.php
+share/baikal/vendor/twig/twig/src/Node/ForNode.php
+share/baikal/vendor/twig/twig/src/Node/IfNode.php
+share/baikal/vendor/twig/twig/src/Node/ImportNode.php
+share/baikal/vendor/twig/twig/src/Node/IncludeNode.php
+share/baikal/vendor/twig/twig/src/Node/MacroNode.php
+share/baikal/vendor/twig/twig/src/Node/ModuleNode.php
+share/baikal/vendor/twig/twig/src/Node/Node.php
+share/baikal/vendor/twig/twig/src/Node/NodeCaptureInterface.php
+share/baikal/vendor/twig/twig/src/Node/NodeOutputInterface.php
+share/baikal/vendor/twig/twig/src/Node/PrintNode.php
+share/baikal/vendor/twig/twig/src/Node/SandboxNode.php
+share/baikal/vendor/twig/twig/src/Node/SetNode.php
+share/baikal/vendor/twig/twig/src/Node/TextNode.php
+share/baikal/vendor/twig/twig/src/Node/WithNode.php
+share/baikal/vendor/twig/twig/src/NodeTraverser.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/AbstractNodeVisitor.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/EscaperNodeVisitor.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/MacroAutoImportNodeVisitor.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/NodeVisitorInterface.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/OptimizerNodeVisitor.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/SafeAnalysisNodeVisitor.php
+share/baikal/vendor/twig/twig/src/NodeVisitor/SandboxNodeVisitor.php
+share/baikal/vendor/twig/twig/src/Parser.php
+share/baikal/vendor/twig/twig/src/Profiler/Dumper/BaseDumper.php
+share/baikal/vendor/twig/twig/src/Profiler/Dumper/BlackfireDumper.php
+share/baikal/vendor/twig/twig/src/Profiler/Dumper/HtmlDumper.php
+share/baikal/vendor/twig/twig/src/Profiler/Dumper/TextDumper.php
+share/baikal/vendor/twig/twig/src/Profiler/Node/EnterProfileNode.php
+share/baikal/vendor/twig/twig/src/Profiler/Node/LeaveProfileNode.php
+share/baikal/vendor/twig/twig/src/Profiler/NodeVisitor/ProfilerNodeVisitor.php
+share/baikal/vendor/twig/twig/src/Profiler/Profile.php
+share/baikal/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php
+share/baikal/vendor/twig/twig/src/RuntimeLoader/FactoryRuntimeLoader.php
+share/baikal/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFilterError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedFunctionError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedMethodError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedPropertyError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityNotAllowedTagError.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityPolicy.php
+share/baikal/vendor/twig/twig/src/Sandbox/SecurityPolicyInterface.php
+share/baikal/vendor/twig/twig/src/Source.php
+share/baikal/vendor/twig/twig/src/Template.php
+share/baikal/vendor/twig/twig/src/TemplateWrapper.php
+share/baikal/vendor/twig/twig/src/Test/IntegrationTestCase.php
+share/baikal/vendor/twig/twig/src/Test/NodeTestCase.php
+share/baikal/vendor/twig/twig/src/Token.php
+share/baikal/vendor/twig/twig/src/TokenParser/AbstractTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/ApplyTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/AutoEscapeTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/BlockTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/DeprecatedTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/DoTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/EmbedTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/ExtendsTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/FlushTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/ForTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/FromTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/IfTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/ImportTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/IncludeTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/MacroTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/SandboxTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/SetTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/TokenParserInterface.php
+share/baikal/vendor/twig/twig/src/TokenParser/UseTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenParser/WithTokenParser.php
+share/baikal/vendor/twig/twig/src/TokenStream.php
+share/baikal/vendor/twig/twig/src/TwigFilter.php
+share/baikal/vendor/twig/twig/src/TwigFunction.php
+share/baikal/vendor/twig/twig/src/TwigTest.php
+share/baikal/vendor/twig/twig/src/Util/DeprecationCollector.php
+share/baikal/vendor/twig/twig/src/Util/TemplateDirIterator.php
diff --git a/php-baikal95/distinfo b/php-baikal95/distinfo
new file mode 100644
index 0000000000..4b6652d1b3
--- /dev/null
+++ b/php-baikal95/distinfo
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.18 2023/01/31 07:38:20 wiz Exp $
+
+BLAKE2s (baikal-0.9.5.zip) = e7d39a6e58e4349934f60c0da41683ff1d6a5252cad05e7f0edcc3d3477ad678
+SHA512 (baikal-0.9.5.zip) = e544ed39047788bf001c81a44eb69a3db30a871253cb6bf12b54d5d476eaadc63d723192d41b67f2cf908a72d4c722def03d853df68b7fd464a4093e08ed0f19
+Size (baikal-0.9.5.zip) = 2828793 bytes
Home |
Main Index |
Thread Index |
Old Index