Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2018 12:49:52 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r468016 - head/www/owncloud
Message-ID:  <201804221249.w3MCnqm7050469@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Apr 22 12:49:52 2018
New Revision: 468016
URL: https://svnweb.freebsd.org/changeset/ports/468016

Log:
  Update to 10.0.8
  
  Changes:	https://github.com/owncloud/core/blob/v10.0.8/CHANGELOG.md

Modified:
  head/www/owncloud/Makefile
  head/www/owncloud/distinfo
  head/www/owncloud/pkg-plist

Modified: head/www/owncloud/Makefile
==============================================================================
--- head/www/owncloud/Makefile	Sun Apr 22 12:49:46 2018	(r468015)
+++ head/www/owncloud/Makefile	Sun Apr 22 12:49:52 2018	(r468016)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	owncloud
-PORTVERSION=	10.0.7
+PORTVERSION=	10.0.8
 CATEGORIES=	www
 MASTER_SITES=	https://download.owncloud.org/community/
 
@@ -12,20 +12,20 @@ COMMENT=	Personal cloud which runs on your own server
 LICENSE=	AGPLv3
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		cpe tar:bzip2 php:web
+USES=		cpe php:web tar:bzip2
 USE_PHP=	bz2 ctype curl dom fileinfo filter gd hash iconv intl json \
 		mbstring pdo posix session simplexml xml xmlreader xmlwriter \
 		xsl wddx zip zlib
-
-OWNCLOUD_USERNAME?=	${WWWOWN}
-OWNCLOUD_GROUPNAME?=	${WWWGRP}
-
 WRKSRC=		${WRKDIR}/${PORTNAME}
-NO_BUILD=	yes
+
 NO_ARCH=	yes
+NO_BUILD=	yes
+
+OWNCLOUD_USER?=	${WWWOWN}
+OWNCLOUD_GROUP?=${WWWGRP}
+PLIST_SUB=	OWNCLOUD_USER=${OWNCLOUD_USER} \
+		OWNCLOUD_GROUP=${OWNCLOUD_GROUP}
 SUB_FILES=	pkg-message newsyslog
-PLIST_SUB=	OWNCLOUD_USERNAME=${OWNCLOUD_USERNAME} \
-		OWNCLOUD_GROUPNAME=${OWNCLOUD_GROUPNAME}
 
 OPTIONS_DEFINE=	EXAMPLES EXIF LDAP SMB SSL
 OPTIONS_MULTI=	DB
@@ -41,7 +41,7 @@ MYSQL_USES=	mysql
 PGSQL_USES=	pgsql
 PGSQL_USE=	PHP=pdo_pgsql,pgsql
 SQLITE_USE=	PHP=pdo_sqlite,sqlite3
-SMB_RUN_DEPENDS=	${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
+SMB_RUN_DEPENDS=${PECL_PKGNAMEPREFIX}smbclient>=0.8.0:net/pecl-smbclient@${PHP_FLAVOR}
 SSL_USE=	PHP=openssl
 
 do-install:

Modified: head/www/owncloud/distinfo
==============================================================================
--- head/www/owncloud/distinfo	Sun Apr 22 12:49:46 2018	(r468015)
+++ head/www/owncloud/distinfo	Sun Apr 22 12:49:52 2018	(r468016)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1519140281
-SHA256 (owncloud-10.0.7.tar.bz2) = 7c822aa163182391ae3213a5465151d7cc7dd0990666315da0d8e118269d0fb0
-SIZE (owncloud-10.0.7.tar.bz2) = 39395237
+TIMESTAMP = 1524388550
+SHA256 (owncloud-10.0.8.tar.bz2) = 9eef77a171cf69fc89b0628b083b4b1dd15eec375599c7eb5ac0b6d37ab6f903
+SIZE (owncloud-10.0.8.tar.bz2) = 40671279

Modified: head/www/owncloud/pkg-plist
==============================================================================
--- head/www/owncloud/pkg-plist	Sun Apr 22 12:49:46 2018	(r468015)
+++ head/www/owncloud/pkg-plist	Sun Apr 22 12:49:52 2018	(r468016)
@@ -5,8 +5,8 @@
 %%WWWDIR%%/AUTHORS
 %%WWWDIR%%/CHANGELOG.md
 %%WWWDIR%%/COPYING
-@owner %%OWNCLOUD_USERNAME%%
-@group %%OWNCLOUD_GROUPNAME%%
+@owner %%OWNCLOUD_USER%%
+@group %%OWNCLOUD_GROUP%%
 %%WWWDIR%%/apps/comments/appinfo/app.php
 %%WWWDIR%%/apps/comments/appinfo/info.xml
 %%WWWDIR%%/apps/comments/appinfo/signature.json
@@ -457,6 +457,7 @@
 %%WWWDIR%%/apps/dav/lib/Files/Sharing/PublicLinkCheckPlugin.php
 %%WWWDIR%%/apps/dav/lib/Files/Xml/FilterRequest.php
 %%WWWDIR%%/apps/dav/lib/HookManager.php
+%%WWWDIR%%/apps/dav/lib/Repair/RemoveInvalidShares.php
 %%WWWDIR%%/apps/dav/lib/RootCollection.php
 %%WWWDIR%%/apps/dav/lib/Server.php
 %%WWWDIR%%/apps/dav/lib/SystemTag/SystemTagMappingNode.php
@@ -1391,6 +1392,7 @@
 %%WWWDIR%%/apps/files/lib/Command/DeleteOrphanedFiles.php
 %%WWWDIR%%/apps/files/lib/Command/Scan.php
 %%WWWDIR%%/apps/files/lib/Command/TransferOwnership.php
+%%WWWDIR%%/apps/files/lib/Command/VerifyChecksums.php
 %%WWWDIR%%/apps/files/lib/Controller/ApiController.php
 %%WWWDIR%%/apps/files/lib/Controller/ViewController.php
 %%WWWDIR%%/apps/files/lib/Helper.php
@@ -2877,6 +2879,7 @@
 %%WWWDIR%%/apps/files_trashbin/lib/Expiration.php
 %%WWWDIR%%/apps/files_trashbin/lib/Helper.php
 %%WWWDIR%%/apps/files_trashbin/lib/Hooks.php
+%%WWWDIR%%/apps/files_trashbin/lib/Quota.php
 %%WWWDIR%%/apps/files_trashbin/lib/Storage.php
 %%WWWDIR%%/apps/files_trashbin/lib/Trashbin.php
 %%WWWDIR%%/apps/files_trashbin/list.php
@@ -3253,6 +3256,7 @@
 %%WWWDIR%%/apps/notifications/Makefile
 %%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801085340.php
 %%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20170801152524.php
+%%WWWDIR%%/apps/notifications/appinfo/Migrations/Version20180119080933.php
 %%WWWDIR%%/apps/notifications/appinfo/app.php
 %%WWWDIR%%/apps/notifications/appinfo/info.xml
 %%WWWDIR%%/apps/notifications/appinfo/routes.php
@@ -3269,13 +3273,22 @@
 %%WWWDIR%%/apps/notifications/img/sample-new.png
 %%WWWDIR%%/apps/notifications/js/app.js
 %%WWWDIR%%/apps/notifications/js/notification.js
+%%WWWDIR%%/apps/notifications/js/personal_settings.js
 %%WWWDIR%%/apps/notifications/lib/App.php
 %%WWWDIR%%/apps/notifications/lib/AppInfo/Application.php
 %%WWWDIR%%/apps/notifications/lib/Capabilities.php
 %%WWWDIR%%/apps/notifications/lib/Command/Generate.php
+%%WWWDIR%%/apps/notifications/lib/Configuration/OptionsStorage.php
 %%WWWDIR%%/apps/notifications/lib/Controller/EndpointController.php
+%%WWWDIR%%/apps/notifications/lib/Controller/NotificationOptionsController.php
 %%WWWDIR%%/apps/notifications/lib/Handler.php
+%%WWWDIR%%/apps/notifications/lib/Mailer/NotificationMailer.php
+%%WWWDIR%%/apps/notifications/lib/Mailer/NotificationMailerAdapter.php
 %%WWWDIR%%/apps/notifications/lib/Notifier.php
+%%WWWDIR%%/apps/notifications/lib/Panels/Personal/NotificationsPanel.php
+%%WWWDIR%%/apps/notifications/templates/mail/htmlmail.php
+%%WWWDIR%%/apps/notifications/templates/mail/plaintextmail.php
+%%WWWDIR%%/apps/notifications/templates/panels/personal/notifications.php
 %%WWWDIR%%/apps/provisioning_api/appinfo/info.xml
 %%WWWDIR%%/apps/provisioning_api/appinfo/routes.php
 %%WWWDIR%%/apps/provisioning_api/appinfo/signature.json
@@ -3442,150 +3455,6 @@
 %%WWWDIR%%/apps/systemtags/lib/Activity/Listener.php
 %%WWWDIR%%/apps/systemtags/list.php
 %%WWWDIR%%/apps/systemtags/templates/list.php
-%%WWWDIR%%/apps/templateeditor/CHANGELOG.md
-%%WWWDIR%%/apps/templateeditor/COPYING
-%%WWWDIR%%/apps/templateeditor/Makefile
-%%WWWDIR%%/apps/templateeditor/appinfo/info.xml
-%%WWWDIR%%/apps/templateeditor/appinfo/routes.php
-%%WWWDIR%%/apps/templateeditor/appinfo/signature.json
-%%WWWDIR%%/apps/templateeditor/css/settings-admin.css
-%%WWWDIR%%/apps/templateeditor/img/app.svg
-%%WWWDIR%%/apps/templateeditor/js/settings-admin.js
-%%WWWDIR%%/apps/templateeditor/l10n/.tx/config
-%%WWWDIR%%/apps/templateeditor/l10n/af_ZA.js
-%%WWWDIR%%/apps/templateeditor/l10n/af_ZA.json
-%%WWWDIR%%/apps/templateeditor/l10n/ar.js
-%%WWWDIR%%/apps/templateeditor/l10n/ar.json
-%%WWWDIR%%/apps/templateeditor/l10n/ast.js
-%%WWWDIR%%/apps/templateeditor/l10n/ast.json
-%%WWWDIR%%/apps/templateeditor/l10n/az.js
-%%WWWDIR%%/apps/templateeditor/l10n/az.json
-%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.js
-%%WWWDIR%%/apps/templateeditor/l10n/bg_BG.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.js
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_BD.php
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.js
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.json
-%%WWWDIR%%/apps/templateeditor/l10n/bn_IN.php
-%%WWWDIR%%/apps/templateeditor/l10n/bs.php
-%%WWWDIR%%/apps/templateeditor/l10n/ca.js
-%%WWWDIR%%/apps/templateeditor/l10n/ca.json
-%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.js
-%%WWWDIR%%/apps/templateeditor/l10n/cs_CZ.json
-%%WWWDIR%%/apps/templateeditor/l10n/cy_GB.php
-%%WWWDIR%%/apps/templateeditor/l10n/da.js
-%%WWWDIR%%/apps/templateeditor/l10n/da.json
-%%WWWDIR%%/apps/templateeditor/l10n/de.js
-%%WWWDIR%%/apps/templateeditor/l10n/de.json
-%%WWWDIR%%/apps/templateeditor/l10n/de_AT.php
-%%WWWDIR%%/apps/templateeditor/l10n/de_CH.php
-%%WWWDIR%%/apps/templateeditor/l10n/de_DE.js
-%%WWWDIR%%/apps/templateeditor/l10n/de_DE.json
-%%WWWDIR%%/apps/templateeditor/l10n/el.js
-%%WWWDIR%%/apps/templateeditor/l10n/el.json
-%%WWWDIR%%/apps/templateeditor/l10n/en_GB.js
-%%WWWDIR%%/apps/templateeditor/l10n/en_GB.json
-%%WWWDIR%%/apps/templateeditor/l10n/eo.php
-%%WWWDIR%%/apps/templateeditor/l10n/es.js
-%%WWWDIR%%/apps/templateeditor/l10n/es.json
-%%WWWDIR%%/apps/templateeditor/l10n/es_AR.php
-%%WWWDIR%%/apps/templateeditor/l10n/es_MX.js
-%%WWWDIR%%/apps/templateeditor/l10n/es_MX.json
-%%WWWDIR%%/apps/templateeditor/l10n/et_EE.js
-%%WWWDIR%%/apps/templateeditor/l10n/et_EE.json
-%%WWWDIR%%/apps/templateeditor/l10n/eu.js
-%%WWWDIR%%/apps/templateeditor/l10n/eu.json
-%%WWWDIR%%/apps/templateeditor/l10n/eu.php
-%%WWWDIR%%/apps/templateeditor/l10n/eu_ES.php
-%%WWWDIR%%/apps/templateeditor/l10n/fa.js
-%%WWWDIR%%/apps/templateeditor/l10n/fa.json
-%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.js
-%%WWWDIR%%/apps/templateeditor/l10n/fi_FI.json
-%%WWWDIR%%/apps/templateeditor/l10n/fr.js
-%%WWWDIR%%/apps/templateeditor/l10n/fr.json
-%%WWWDIR%%/apps/templateeditor/l10n/gl.js
-%%WWWDIR%%/apps/templateeditor/l10n/gl.json
-%%WWWDIR%%/apps/templateeditor/l10n/he.js
-%%WWWDIR%%/apps/templateeditor/l10n/he.json
-%%WWWDIR%%/apps/templateeditor/l10n/hi.php
-%%WWWDIR%%/apps/templateeditor/l10n/hr.php
-%%WWWDIR%%/apps/templateeditor/l10n/hu_HU.js
-%%WWWDIR%%/apps/templateeditor/l10n/hu_HU.json
-%%WWWDIR%%/apps/templateeditor/l10n/hy.php
-%%WWWDIR%%/apps/templateeditor/l10n/ia.php
-%%WWWDIR%%/apps/templateeditor/l10n/id.js
-%%WWWDIR%%/apps/templateeditor/l10n/id.json
-%%WWWDIR%%/apps/templateeditor/l10n/is.js
-%%WWWDIR%%/apps/templateeditor/l10n/is.json
-%%WWWDIR%%/apps/templateeditor/l10n/it.js
-%%WWWDIR%%/apps/templateeditor/l10n/it.json
-%%WWWDIR%%/apps/templateeditor/l10n/ja.js
-%%WWWDIR%%/apps/templateeditor/l10n/ja.json
-%%WWWDIR%%/apps/templateeditor/l10n/ka_GE.php
-%%WWWDIR%%/apps/templateeditor/l10n/km.php
-%%WWWDIR%%/apps/templateeditor/l10n/ko.js
-%%WWWDIR%%/apps/templateeditor/l10n/ko.json
-%%WWWDIR%%/apps/templateeditor/l10n/ku_IQ.php
-%%WWWDIR%%/apps/templateeditor/l10n/lb.js
-%%WWWDIR%%/apps/templateeditor/l10n/lb.json
-%%WWWDIR%%/apps/templateeditor/l10n/lt_LT.php
-%%WWWDIR%%/apps/templateeditor/l10n/lv.php
-%%WWWDIR%%/apps/templateeditor/l10n/mk.php
-%%WWWDIR%%/apps/templateeditor/l10n/ms_MY.php
-%%WWWDIR%%/apps/templateeditor/l10n/nb_NO.js
-%%WWWDIR%%/apps/templateeditor/l10n/nb_NO.json
-%%WWWDIR%%/apps/templateeditor/l10n/nl.js
-%%WWWDIR%%/apps/templateeditor/l10n/nl.json
-%%WWWDIR%%/apps/templateeditor/l10n/nn_NO.php
-%%WWWDIR%%/apps/templateeditor/l10n/oc.js
-%%WWWDIR%%/apps/templateeditor/l10n/oc.json
-%%WWWDIR%%/apps/templateeditor/l10n/pl.js
-%%WWWDIR%%/apps/templateeditor/l10n/pl.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.js
-%%WWWDIR%%/apps/templateeditor/l10n/pt_BR.json
-%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.js
-%%WWWDIR%%/apps/templateeditor/l10n/pt_PT.json
-%%WWWDIR%%/apps/templateeditor/l10n/ro.js
-%%WWWDIR%%/apps/templateeditor/l10n/ro.json
-%%WWWDIR%%/apps/templateeditor/l10n/ru.js
-%%WWWDIR%%/apps/templateeditor/l10n/ru.json
-%%WWWDIR%%/apps/templateeditor/l10n/si_LK.php
-%%WWWDIR%%/apps/templateeditor/l10n/sk.php
-%%WWWDIR%%/apps/templateeditor/l10n/sk_SK.js
-%%WWWDIR%%/apps/templateeditor/l10n/sk_SK.json
-%%WWWDIR%%/apps/templateeditor/l10n/sl.js
-%%WWWDIR%%/apps/templateeditor/l10n/sl.json
-%%WWWDIR%%/apps/templateeditor/l10n/sq.js
-%%WWWDIR%%/apps/templateeditor/l10n/sq.json
-%%WWWDIR%%/apps/templateeditor/l10n/sr.js
-%%WWWDIR%%/apps/templateeditor/l10n/sr.json
-%%WWWDIR%%/apps/templateeditor/l10n/sr@latin.php
-%%WWWDIR%%/apps/templateeditor/l10n/sv.js
-%%WWWDIR%%/apps/templateeditor/l10n/sv.json
-%%WWWDIR%%/apps/templateeditor/l10n/ta_LK.php
-%%WWWDIR%%/apps/templateeditor/l10n/te.php
-%%WWWDIR%%/apps/templateeditor/l10n/th_TH.js
-%%WWWDIR%%/apps/templateeditor/l10n/th_TH.json
-%%WWWDIR%%/apps/templateeditor/l10n/tr.js
-%%WWWDIR%%/apps/templateeditor/l10n/tr.json
-%%WWWDIR%%/apps/templateeditor/l10n/ug.php
-%%WWWDIR%%/apps/templateeditor/l10n/uk.js
-%%WWWDIR%%/apps/templateeditor/l10n/uk.json
-%%WWWDIR%%/apps/templateeditor/l10n/ur_PK.php
-%%WWWDIR%%/apps/templateeditor/l10n/vi.php
-%%WWWDIR%%/apps/templateeditor/l10n/zh_CN.js
-%%WWWDIR%%/apps/templateeditor/l10n/zh_CN.json
-%%WWWDIR%%/apps/templateeditor/l10n/zh_HK.php
-%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.js
-%%WWWDIR%%/apps/templateeditor/l10n/zh_TW.json
-%%WWWDIR%%/apps/templateeditor/lib/AdminPanel.php
-%%WWWDIR%%/apps/templateeditor/lib/AppInfo/Application.php
-%%WWWDIR%%/apps/templateeditor/lib/Controller/AdminSettingsController.php
-%%WWWDIR%%/apps/templateeditor/lib/Http/MailTemplateResponse.php
-%%WWWDIR%%/apps/templateeditor/lib/MailTemplate.php
-%%WWWDIR%%/apps/templateeditor/lib/TemplateEditor.php
-%%WWWDIR%%/apps/templateeditor/templates/settings-admin.php
 %%WWWDIR%%/apps/theme-example/appinfo/info.xml
 %%WWWDIR%%/apps/theme-example/appinfo/signature.json
 %%WWWDIR%%/apps/theme-example/core/css/styles.css
@@ -3809,6 +3678,7 @@
 %%WWWDIR%%/core/Command/User/LastSeen.php
 %%WWWDIR%%/core/Command/User/ListUserGroups.php
 %%WWWDIR%%/core/Command/User/ListUsers.php
+%%WWWDIR%%/core/Command/User/Modify.php
 %%WWWDIR%%/core/Command/User/Report.php
 %%WWWDIR%%/core/Command/User/ResetPassword.php
 %%WWWDIR%%/core/Command/User/Setting.php
@@ -3840,6 +3710,8 @@
 %%WWWDIR%%/core/Migrations/Version20170804201253.php
 %%WWWDIR%%/core/Migrations/Version20170928120000.php
 %%WWWDIR%%/core/Migrations/Version20171026130750.php
+%%WWWDIR%%/core/Migrations/Version20180123131835.php
+%%WWWDIR%%/core/Migrations/Version20180319102121.php
 %%WWWDIR%%/core/ajax/appconfig.php
 %%WWWDIR%%/core/ajax/preview.php
 %%WWWDIR%%/core/ajax/share.php
@@ -3888,8 +3760,6 @@
 %%WWWDIR%%/core/doc/admin/_images/antivirus-logging.png
 %%WWWDIR%%/core/doc/admin/_images/app-center-search-for-owncloud.png
 %%WWWDIR%%/core/doc/admin/_images/app-configuration.png
-%%WWWDIR%%/core/doc/admin/_images/appliance-is-ready.png
-%%WWWDIR%%/core/doc/admin/_images/appliance-post-installation-screen.png
 %%WWWDIR%%/core/doc/admin/_images/applicable.png
 %%WWWDIR%%/core/doc/admin/_images/auth_backends-2.png
 %%WWWDIR%%/core/doc/admin/_images/auth_backends.png
@@ -3909,7 +3779,6 @@
 %%WWWDIR%%/core/doc/admin/_images/deprecs-1.png
 %%WWWDIR%%/core/doc/admin/_images/deprecs-2.png
 %%WWWDIR%%/core/doc/admin/_images/deprecs-3.png
-%%WWWDIR%%/core/doc/admin/_images/domain-and-network-configuration.png
 %%WWWDIR%%/core/doc/admin/_images/download-form.png
 %%WWWDIR%%/core/doc/admin/_images/dropbox-apps-folders.png
 %%WWWDIR%%/core/doc/admin/_images/dropbox-oc.png
@@ -3929,6 +3798,7 @@
 %%WWWDIR%%/core/doc/admin/_images/external-sites-3.png
 %%WWWDIR%%/core/doc/admin/_images/external-sites-4.png
 %%WWWDIR%%/core/doc/admin/_images/external-sites-5.png
+%%WWWDIR%%/core/doc/admin/_images/external-storage-dropbox-highlighted.png
 %%WWWDIR%%/core/doc/admin/_images/external-storage-google-drive-and-dropbox-configuration.png
 %%WWWDIR%%/core/doc/admin/_images/federation-0.png
 %%WWWDIR%%/core/doc/admin/_images/federation-1.png
@@ -3994,9 +3864,11 @@
 %%WWWDIR%%/core/doc/admin/_images/password-policy-app.png
 %%WWWDIR%%/core/doc/admin/_images/phpinfo.png
 %%WWWDIR%%/core/doc/admin/_images/picking-a-user-to-impersonate.png
+%%WWWDIR%%/core/doc/admin/_images/portal.png
 %%WWWDIR%%/core/doc/admin/_images/preview_images.png
 %%WWWDIR%%/core/doc/admin/_images/rackspace.png
 %%WWWDIR%%/core/doc/admin/_images/register-an-application.png
+%%WWWDIR%%/core/doc/admin/_images/security-app-password-policy.png
 %%WWWDIR%%/core/doc/admin/_images/security-setup-warning-1.png
 %%WWWDIR%%/core/doc/admin/_images/set-application-name.png
 %%WWWDIR%%/core/doc/admin/_images/set-permissions.png
@@ -4008,17 +3880,14 @@
 %%WWWDIR%%/core/doc/admin/_images/sharing-files-2.png
 %%WWWDIR%%/core/doc/admin/_images/sharing-files-settings.png
 %%WWWDIR%%/core/doc/admin/_images/sharing-files-via-social-media.png
-%%WWWDIR%%/core/doc/admin/_images/shib-gui1.png
-%%WWWDIR%%/core/doc/admin/_images/shib-gui4.png
 %%WWWDIR%%/core/doc/admin/_images/shib-gui5.png
 %%WWWDIR%%/core/doc/admin/_images/shib-gui6.png
-%%WWWDIR%%/core/doc/admin/_images/shibboleth-personal.png
 %%WWWDIR%%/core/doc/admin/_images/skeleton-files.png
 %%WWWDIR%%/core/doc/admin/_images/skeleton-files1.png
 %%WWWDIR%%/core/doc/admin/_images/smb.png
 %%WWWDIR%%/core/doc/admin/_images/smtp-config-php-sendmail.png
 %%WWWDIR%%/core/doc/admin/_images/smtp-config-smtp.png
-%%WWWDIR%%/core/doc/admin/_images/smtp-config-wizard.png
+%%WWWDIR%%/core/doc/admin/_images/ssllabs.png
 %%WWWDIR%%/core/doc/admin/_images/step-1.png
 %%WWWDIR%%/core/doc/admin/_images/step-10.png
 %%WWWDIR%%/core/doc/admin/_images/step-2.png
@@ -4055,11 +3924,15 @@
 %%WWWDIR%%/core/doc/admin/_images/workflow-3.png
 %%WWWDIR%%/core/doc/admin/_images/workflow-4.png
 %%WWWDIR%%/core/doc/admin/_images/workflow-5.png
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Active_Directory.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Backup.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/Clamav.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/Collabora.rst.txt
-%%WWWDIR%%/core/doc/admin/_sources/appliance/clamav.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/certificates.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/howto-update-owncloud.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/index.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/installation.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/appliance/login_information.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/managing-ucs.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/ucs/add-groups-and-users.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/appliance/what-is-it.rst.txt
@@ -4161,6 +4034,9 @@
 %%WWWDIR%%/core/doc/admin/_sources/installation/docker/index.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/installation/index.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/installation/installation_wizard.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/apache.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/index.rst.txt
+%%WWWDIR%%/core/doc/admin/_sources/installation/letsencrypt/nginx.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/installation/linux_installation.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/installation/nginx_configuration.rst.txt
 %%WWWDIR%%/core/doc/admin/_sources/installation/selinux_configuration.rst.txt
@@ -4267,11 +4143,15 @@
 %%WWWDIR%%/core/doc/admin/_static/up-pressed.png
 %%WWWDIR%%/core/doc/admin/_static/up.png
 %%WWWDIR%%/core/doc/admin/_static/websupport.js
+%%WWWDIR%%/core/doc/admin/appliance/Active_Directory.html
+%%WWWDIR%%/core/doc/admin/appliance/Backup.html
+%%WWWDIR%%/core/doc/admin/appliance/Clamav.html
 %%WWWDIR%%/core/doc/admin/appliance/Collabora.html
-%%WWWDIR%%/core/doc/admin/appliance/clamav.html
+%%WWWDIR%%/core/doc/admin/appliance/certificates.html
 %%WWWDIR%%/core/doc/admin/appliance/howto-update-owncloud.html
 %%WWWDIR%%/core/doc/admin/appliance/index.html
 %%WWWDIR%%/core/doc/admin/appliance/installation.html
+%%WWWDIR%%/core/doc/admin/appliance/login_information.html
 %%WWWDIR%%/core/doc/admin/appliance/managing-ucs.html
 %%WWWDIR%%/core/doc/admin/appliance/ucs/add-groups-and-users.html
 %%WWWDIR%%/core/doc/admin/appliance/what-is-it.html
@@ -4374,6 +4254,9 @@
 %%WWWDIR%%/core/doc/admin/installation/docker/index.html
 %%WWWDIR%%/core/doc/admin/installation/index.html
 %%WWWDIR%%/core/doc/admin/installation/installation_wizard.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/apache.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/index.html
+%%WWWDIR%%/core/doc/admin/installation/letsencrypt/nginx.html
 %%WWWDIR%%/core/doc/admin/installation/linux_installation.html
 %%WWWDIR%%/core/doc/admin/installation/nginx_configuration.html
 %%WWWDIR%%/core/doc/admin/installation/selinux_configuration.html
@@ -4402,7 +4285,6 @@
 %%WWWDIR%%/core/doc/admin/upgrading/marketplace_apps.html
 %%WWWDIR%%/core/doc/admin/upgrading/upgrade_php.html
 %%WWWDIR%%/core/doc/admin/whats_new_admin.html
-%%WWWDIR%%/core/doc/user/_images/add-user-to-guests.png
 %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Gear.jpg
 %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-Symbol_Impeller.jpg
 %%WWWDIR%%/core/doc/user/_images/contact_thunderbird-URL_config.jpg
@@ -6377,6 +6259,7 @@
 %%WWWDIR%%/core/vendor/moment/templates/globals.js
 %%WWWDIR%%/core/vendor/moment/templates/locale-header.js
 %%WWWDIR%%/core/vendor/moment/templates/test-header.js
+%%WWWDIR%%/core/vendor/select2/CONTRIBUTING.md
 %%WWWDIR%%/core/vendor/select2/LICENSE
 %%WWWDIR%%/core/vendor/select2/README.md
 %%WWWDIR%%/core/vendor/select2/component.json
@@ -6389,6 +6272,7 @@
 %%WWWDIR%%/core/vendor/select2/select2.min.js
 %%WWWDIR%%/core/vendor/select2/select2.png
 %%WWWDIR%%/core/vendor/select2/select2_locale_ar.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_az.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_bg.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_ca.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_cs.js
@@ -6416,8 +6300,8 @@
 %%WWWDIR%%/core/vendor/select2/select2_locale_lv.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_mk.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_ms.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_nb.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_nl.js
-%%WWWDIR%%/core/vendor/select2/select2_locale_no.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_pl.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_pt-BR.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_pt-PT.js
@@ -6428,6 +6312,7 @@
 %%WWWDIR%%/core/vendor/select2/select2_locale_sv.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_th.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_tr.js
+%%WWWDIR%%/core/vendor/select2/select2_locale_ug-CN.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_uk.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_vi.js
 %%WWWDIR%%/core/vendor/select2/select2_locale_zh-CN.js
@@ -6538,6 +6423,19 @@
 %%WWWDIR%%/lib/composer/composer/autoload_static.php
 %%WWWDIR%%/lib/composer/composer/include_paths.php
 %%WWWDIR%%/lib/composer/composer/installed.json
+%%WWWDIR%%/lib/composer/container-interop/container-interop/LICENSE
+%%WWWDIR%%/lib/composer/container-interop/container-interop/README.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/composer.json
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/ContainerInterface-meta.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/ContainerInterface.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/Delegate-lookup-meta.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/Delegate-lookup.md
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/interoperating_containers.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/priority.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/docs/images/side_by_side_containers.png
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/ContainerInterface.php
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php
+%%WWWDIR%%/lib/composer/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php
 %%WWWDIR%%/lib/composer/deepdiver/zipstreamer/.travis.yml
 %%WWWDIR%%/lib/composer/deepdiver/zipstreamer/COPYING
 %%WWWDIR%%/lib/composer/deepdiver/zipstreamer/MANUAL.md
@@ -7201,6 +7099,7 @@
 %%WWWDIR%%/lib/composer/league/flysystem/composer.json
 %%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/AbstractAdapter.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/AbstractFtpAdapter.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/CanOverwriteFiles.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Ftp.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Ftpd.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Adapter/Local.php
@@ -7221,6 +7120,7 @@
 %%WWWDIR%%/lib/composer/league/flysystem/src/FileNotFoundException.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Filesystem.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/FilesystemInterface.php
+%%WWWDIR%%/lib/composer/league/flysystem/src/FilesystemNotFoundException.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Handler.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/MountManager.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/NotSupportedException.php
@@ -7243,6 +7143,7 @@
 %%WWWDIR%%/lib/composer/league/flysystem/src/Util/ContentListingFormatter.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Util/MimeType.php
 %%WWWDIR%%/lib/composer/league/flysystem/src/Util/StreamHasher.php
+%%WWWDIR%%/lib/composer/lukasreschke/id3parser/LICENSE
 %%WWWDIR%%/lib/composer/lukasreschke/id3parser/README.md
 %%WWWDIR%%/lib/composer/lukasreschke/id3parser/composer.json
 %%WWWDIR%%/lib/composer/lukasreschke/id3parser/src/ID3Parser.php
@@ -7626,7 +7527,6 @@
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/LICENSE
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/README.md
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/composer.json
-%%WWWDIR%%/lib/composer/phpseclib/phpseclib/composer.lock
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/AES.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Base.php
 %%WWWDIR%%/lib/composer/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php
@@ -7673,6 +7573,12 @@
 %%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php
 %%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php
 %%WWWDIR%%/lib/composer/pimple/pimple/src/Pimple/Tests/PimpleTest.php
+%%WWWDIR%%/lib/composer/psr/container/LICENSE
+%%WWWDIR%%/lib/composer/psr/container/README.md
+%%WWWDIR%%/lib/composer/psr/container/composer.json
+%%WWWDIR%%/lib/composer/psr/container/src/ContainerExceptionInterface.php
+%%WWWDIR%%/lib/composer/psr/container/src/ContainerInterface.php
+%%WWWDIR%%/lib/composer/psr/container/src/NotFoundExceptionInterface.php
 %%WWWDIR%%/lib/composer/psr/log/LICENSE
 %%WWWDIR%%/lib/composer/psr/log/Psr/Log/AbstractLogger.php
 %%WWWDIR%%/lib/composer/psr/log/Psr/Log/InvalidArgumentException.php
@@ -7686,533 +7592,535 @@
 %%WWWDIR%%/lib/composer/psr/log/README.md
 %%WWWDIR%%/lib/composer/psr/log/composer.json
 %%WWWDIR%%/lib/composer/punic/punic/LICENSE.txt
-%%WWWDIR%%/lib/composer/punic/punic/README.md
 %%WWWDIR%%/lib/composer/punic/punic/UNICODE-LICENSE.txt
-%%WWWDIR%%/lib/composer/punic/punic/code/Calendar.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Comparer.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Currency.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Data.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/BadArgumentType.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/BadDataFileContents.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFileNotFound.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFileNotReadable.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/DataFolderNotFound.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/InvalidDataFile.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/InvalidLocale.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/NotImplemented.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Exception/ValueNotInList.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Language.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Misc.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Number.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Phone.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Plural.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Territory.php
-%%WWWDIR%%/lib/composer/punic/punic/code/Unit.php
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ar/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ca/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/cs/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/currencyData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/da/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/de/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/el/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-AU/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-CA/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-GB/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-HK/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en-IN/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/en/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/es/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fi/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/fr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/he/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hi/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/hu/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/it/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ja/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ko/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/likelySubtags.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/measurementData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/metaZones.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nb/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/nn/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/parentLocales.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/plurals.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt-PT/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/pt/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ro/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/root/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/ru/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sk/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sl/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/sv/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/telephoneCodeData.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/territoryContainment.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/territoryInfo.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/th/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/numbers.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/territories.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/timeZoneNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/tr/units.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/calendar.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/currencies.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/dateFields.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/languages.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/layout.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/listPatterns.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/localeDisplayNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/measurementSystemNames.json
-%%WWWDIR%%/lib/composer/punic/punic/code/data/uk/numbers.json

*** DIFF OUTPUT TRUNCATED AT 1000 LINES ***



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