git: 5336ecf5a098 - main - www/wt: update to 4.6.0

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Wed, 15 Dec 2021 03:34:55 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5336ecf5a0981fe199e36f9f9535edcf4643d60d

commit 5336ecf5a0981fe199e36f9f9535edcf4643d60d
Author:     Mohammad S. Babaei <info@babaei.net>
AuthorDate: 2021-12-15 03:34:28 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2021-12-15 03:34:28 +0000

    www/wt: update to 4.6.0
    
    Changes: https://www.webtoolkit.eu/wt/doc/reference/html/Releasenotes.html
    
    PR:     260426
---
 www/wt/distinfo                   |   6 +-
 www/wt/files/patch-CMakeLists.txt |  40 ++++--
 www/wt/pkg-plist                  | 253 +++++++++++++++++++++++++++-----------
 3 files changed, 218 insertions(+), 81 deletions(-)

diff --git a/www/wt/distinfo b/www/wt/distinfo
index 670be59c629e..83043dbefe7c 100644
--- a/www/wt/distinfo
+++ b/www/wt/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1634496045
-SHA256 (emweb-wt-4.5.1_GH0.tar.gz) = c2820646095af5618fc235705c0108797e3898225fb1826f2c6185c405c21a17
-SIZE (emweb-wt-4.5.1_GH0.tar.gz) = 8790787
+TIMESTAMP = 1639521219
+SHA256 (emweb-wt-4.6.0_GH0.tar.gz) = 7f709e132d32c4925e6db0a590c7ccc5613344e8b9052676ef891a25ccb550e6
+SIZE (emweb-wt-4.6.0_GH0.tar.gz) = 10599344
diff --git a/www/wt/files/patch-CMakeLists.txt b/www/wt/files/patch-CMakeLists.txt
index a6915ffd2f9c..fc6f38b91092 100644
--- a/www/wt/files/patch-CMakeLists.txt
+++ b/www/wt/files/patch-CMakeLists.txt
@@ -1,17 +1,43 @@
---- CMakeLists.txt.orig	2019-08-13 16:57:51 UTC
+--- CMakeLists.txt.orig	2021-12-14 18:54:00 UTC
 +++ CMakeLists.txt
-@@ -63,11 +63,11 @@ OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Db
- OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" ON)
- OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" ON)
- OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" ON)
+@@ -25,27 +25,27 @@ ENDIF(NOT SHARED_LIBS)
+ #
+ # Various things that must be configured by the user or packager ...
+ #
+-OPTION(BUILD_EXAMPLES "Build examples" ON)
++OPTION(BUILD_EXAMPLES "Build examples" OFF) # OFF is a more convenient default for FreeBSD options
+ OPTION(INSTALL_DOCUMENTATION "Install documentation (tutorials and reference)" OFF)
+ OPTION(INSTALL_EXAMPLES "Install examples (binaries and source)" OFF)
+-OPTION(INSTALL_RESOURCES "Install resources directory" ON)
++OPTION(INSTALL_RESOURCES "Install resources directory" OFF) # OFF is a more convenient default for FreeBSD options
+ OPTION(ENABLE_SSL "Enable cryptography functions, using OpenSSL" ON)
+-OPTION(ENABLE_HARU "Enable Haru Free PDF Library, which is used to provide support for painting to PDF (WPdfImage)" ON)
+-OPTION(ENABLE_PANGO "Enable Pango Library, which is used for improved font support (WPdfImage and WRasterImage)" ON)
++OPTION(ENABLE_HARU "Enable Haru Free PDF Library, which is used to provide support for painting to PDF (WPdfImage)" OFF) # OFF is a more convenient default for FreeBSD options
++OPTION(ENABLE_PANGO "Enable Pango Library, which is used for improved font support (WPdfImage and WRasterImage)" OFF) # OFF is a more convenient default for FreeBSD options
+ OPTION(ENABLE_EXT "Build Wt Ext library with JavaScript-only widgets (http://extjs.com/) DEPRECATED" OFF)
+-OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Dbo" ON)
+-OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" ON)
+-OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" ON)
+-OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" ON)
 -OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" ON)
 -OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" ON)
++OPTION(ENABLE_SQLITE "Build SQLite3 backend for Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options
++OPTION(ENABLE_POSTGRES "Build PostgreSQL backend for Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options
++OPTION(ENABLE_FIREBIRD "Build FirebirdSQL backend for Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options
++OPTION(ENABLE_MYSQL "Build mariadb/mysql backend for Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options
 +OPTION(ENABLE_MSSQLSERVER "Build Microsoft SQL Server backend for Wt::Dbo" OFF) # Microsoft Windows only option
 +OPTION(ENABLE_QT4 "Build Qt4 interworking library (libwtwithqt)" OFF) # QT4 is no longer available in FreeBSD Ports
  OPTION(ENABLE_QT5 "Build Qt5 interworking library (libwtwithqt5)" ON)
- OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON)
+ OPTION(ENABLE_SAML "Build built-in SAML service provider for Wt::Auth" OFF)
+-OPTION(ENABLE_LIBWTTEST "Build Wt::Test" ON)
 -OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" ON)
++OPTION(ENABLE_LIBWTTEST "Build Wt::Test" OFF) # OFF is a more convenient default for FreeBSD options
 +OPTION(ENABLE_LIBWTDBO "Build Wt::Dbo" OFF) # OFF is a more convenient default for FreeBSD options
  OPTION(WT_NO_STD_LOCALE "Build Wt to run on a system without std::locale support" OFF)
  OPTION(WT_NO_STD_WSTRING "Build Wt to run on a system without std::wstring support" OFF)
- OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" ON)
+-OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" ON)
++OPTION(ENABLE_OPENGL "Build Wt with support for server-side opengl rendering" OFF) # OFF is a more convenient default for FreeBSD options
+ OPTION(ENABLE_UNWIND "Build Wt with stacktrace support using libunwind" OFF)
+ 
+ IF(NOT CMAKE_CXX_STANDARD)
diff --git a/www/wt/pkg-plist b/www/wt/pkg-plist
index bf4b6d9507e4..688ce94268ef 100644
--- a/www/wt/pkg-plist
+++ b/www/wt/pkg-plist
@@ -37,6 +37,12 @@ include/Wt/Auth/PasswordStrengthValidator.h
 include/Wt/Auth/PasswordVerifier.h
 include/Wt/Auth/RegistrationModel.h
 include/Wt/Auth/RegistrationWidget.h
+%%SAML%%include/Wt/Auth/Saml/Assertion.h
+%%SAML%%include/Wt/Auth/Saml/Process.h
+%%SAML%%include/Wt/Auth/Saml/ProcessImpl.h
+%%SAML%%include/Wt/Auth/Saml/Service.h
+%%SAML%%include/Wt/Auth/Saml/ServiceImpl.h
+%%SAML%%include/Wt/Auth/Saml/Widget.h
 include/Wt/Auth/Token.h
 include/Wt/Auth/UpdatePasswordWidget.h
 include/Wt/Auth/User.h
@@ -70,6 +76,12 @@ include/Wt/Core/observable.hpp
 include/Wt/Core/observable_impl.hpp
 include/Wt/Core/observing_ptr.hpp
 include/Wt/Core/observing_ptr_impl.hpp
+include/Wt/cpp17/any.hpp
+include/Wt/cpp17/any/any.hpp
+include/Wt/cpp17/any/LICENSE_1_0.txt
+include/Wt/cpp17/any/README.md
+include/Wt/cpp20/date.hpp
+include/Wt/cpp20/tz.hpp
 include/Wt/Date/date.h
 include/Wt/Date/include/date/chrono_io.h
 include/Wt/Date/include/date/date.h
@@ -78,11 +90,22 @@ include/Wt/Date/include/date/islamic.h
 include/Wt/Date/include/date/iso_week.h
 include/Wt/Date/include/date/julian.h
 include/Wt/Date/include/date/ptz.h
+include/Wt/Date/include/date/solar_hijri.h
 include/Wt/Date/include/date/tz.h
 include/Wt/Date/include/date/tz_private.h
 include/Wt/Date/tz.h
+%%FIREBIRD%%include/Wt/Dbo/backend/Firebird.h
+%%MYSQL%%include/Wt/Dbo/backend/MySQL.h
+%%POSTGRES%%include/Wt/Dbo/backend/Postgres.h
+%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3.h
+%%FIREBIRD%%include/Wt/Dbo/backend/WDboFirebirdDllDefs.h
+%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h
+%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h
+%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h
 %%DBO%%include/Wt/Dbo/Call.h
 %%DBO%%include/Wt/Dbo/Call_impl.h
+%%DBO%%include/Wt/Dbo/collection.h
+%%DBO%%include/Wt/Dbo/collection_impl.h
 %%DBO%%include/Wt/Dbo/DbAction.h
 %%DBO%%include/Wt/Dbo/DbAction_impl.h
 %%DBO%%include/Wt/Dbo/Dbo.h
@@ -94,11 +117,14 @@ include/Wt/Date/tz.h
 %%DBO%%include/Wt/Dbo/Impl.h
 %%DBO%%include/Wt/Dbo/Json.h
 %%DBO%%include/Wt/Dbo/Logger.h
+%%DBO%%include/Wt/Dbo/ptr.h
+%%DBO%%include/Wt/Dbo/ptr_impl.h
+%%DBO%%include/Wt/Dbo/ptr_tuple.h
 %%DBO%%include/Wt/Dbo/Query.h
+%%DBO%%include/Wt/Dbo/Query_impl.h
 %%DBO%%include/Wt/Dbo/QueryColumn.h
 %%DBO%%include/Wt/Dbo/QueryModel.h
 %%DBO%%include/Wt/Dbo/QueryModel_impl.h
-%%DBO%%include/Wt/Dbo/Query_impl.h
 %%DBO%%include/Wt/Dbo/Session.h
 %%DBO%%include/Wt/Dbo/Session_impl.h
 %%DBO%%include/Wt/Dbo/SqlConnection.h
@@ -111,22 +137,18 @@ include/Wt/Date/tz.h
 %%DBO%%include/Wt/Dbo/Transaction.h
 %%DBO%%include/Wt/Dbo/Types.h
 %%DBO%%include/Wt/Dbo/WDboDllDefs.h
-%%DBO%%include/Wt/Dbo/WtSqlTraits.h
-%%MYSQL%%include/Wt/Dbo/backend/MySQL.h
-%%POSTGRES%%include/Wt/Dbo/backend/Postgres.h
-%%SQLITE3%%include/Wt/Dbo/backend/Sqlite3.h
-%%MYSQL%%include/Wt/Dbo/backend/WDboMySQLDllDefs.h
-%%POSTGRES%%include/Wt/Dbo/backend/WDboPostgresDllDefs.h
-%%SQLITE3%%include/Wt/Dbo/backend/WDboSqlite3DllDefs.h
-%%DBO%%include/Wt/Dbo/collection.h
-%%DBO%%include/Wt/Dbo/collection_impl.h
-%%DBO%%include/Wt/Dbo/ptr.h
-%%DBO%%include/Wt/Dbo/ptr_impl.h
-%%DBO%%include/Wt/Dbo/ptr_tuple.h
 %%DBO%%include/Wt/Dbo/weak_ptr.h
 %%DBO%%include/Wt/Dbo/weak_ptr_impl.h
+%%DBO%%include/Wt/Dbo/WtSqlTraits.h
 include/Wt/DomElement.h
 include/Wt/EscapeOStream.h
+%%DBO%%include/Wt/Form/Dbo/Actions.h
+%%DBO%%include/Wt/Form/Dbo/FieldOptions.h
+%%DBO%%include/Wt/Form/Dbo/FormModel.h
+%%DBO%%include/Wt/Form/Dbo/FormModelBase.h
+%%DBO%%include/Wt/Form/Dbo/FormView.h
+include/Wt/Form/WAbstractFormDelegate.h
+include/Wt/Form/WFormDelegate.h
 include/Wt/Http/Client.h
 include/Wt/Http/Message.h
 include/Wt/Http/Method.h
@@ -172,6 +194,9 @@ include/Wt/WAny.h
 include/Wt/WApplication.h
 include/Wt/WAudio.h
 include/Wt/WBatchEditProxyModel.h
+include/Wt/WBootstrap2Theme.h
+include/Wt/WBootstrap3Theme.h
+include/Wt/WBootstrap5Theme.h
 include/Wt/WBootstrapTheme.h
 include/Wt/WBorder.h
 include/Wt/WBorderLayout.h
@@ -217,22 +242,22 @@ include/Wt/WFont.h
 include/Wt/WFontMetrics.h
 include/Wt/WFormModel.h
 include/Wt/WFormWidget.h
-include/Wt/WGLWidget.h
 include/Wt/WGenericMatrix.h
 include/Wt/WGlobal.h
+include/Wt/WGLWidget.h
 include/Wt/WGoogleMap.h
 include/Wt/WGradient.h
 include/Wt/WGridLayout.h
 include/Wt/WGroupBox.h
 include/Wt/WHBoxLayout.h
-include/Wt/WIOService.h
 include/Wt/WIcon.h
 include/Wt/WIconPair.h
 include/Wt/WIdentityProxyModel.h
 include/Wt/WImage.h
 include/Wt/WInPlaceEdit.h
-include/Wt/WIntValidator.h
 include/Wt/WInteractWidget.h
+include/Wt/WIntValidator.h
+include/Wt/WIOService.h
 include/Wt/WItemDelegate.h
 include/Wt/WItemSelectionModel.h
 include/Wt/WJavaScript.h
@@ -257,8 +282,8 @@ include/Wt/WLoadingIndicator.h
 include/Wt/WLocalDateTime.h
 include/Wt/WLocale.h
 include/Wt/WLocalizedStrings.h
-include/Wt/WLogSink.h
 include/Wt/WLogger.h
+include/Wt/WLogSink.h
 include/Wt/WMatrix4x4.h
 include/Wt/WMeasurePaintDevice.h
 include/Wt/WMediaPlayer.h
@@ -320,12 +345,12 @@ include/Wt/WStringUtil.h
 include/Wt/WSubMenuItem.h
 include/Wt/WSuggestionPopup.h
 include/Wt/WSvgImage.h
-include/Wt/WTabWidget.h
 include/Wt/WTable.h
 include/Wt/WTableCell.h
 include/Wt/WTableColumn.h
 include/Wt/WTableRow.h
 include/Wt/WTableView.h
+include/Wt/WTabWidget.h
 include/Wt/WTemplate.h
 include/Wt/WTemplateFormView.h
 include/Wt/WText.h
@@ -335,9 +360,9 @@ include/Wt/WTheme.h
 include/Wt/WTime.h
 include/Wt/WTimeEdit.h
 include/Wt/WTimePicker.h
-include/Wt/WTimeValidator.h
 include/Wt/WTimer.h
 include/Wt/WTimerWidget.h
+include/Wt/WTimeValidator.h
 include/Wt/WToolBar.h
 include/Wt/WTransform.h
 include/Wt/WTree.h
@@ -345,8 +370,8 @@ include/Wt/WTreeNode.h
 include/Wt/WTreeTable.h
 include/Wt/WTreeTableNode.h
 include/Wt/WTreeView.h
-include/Wt/WVBoxLayout.h
 include/Wt/WValidator.h
+include/Wt/WVBoxLayout.h
 include/Wt/WVector3.h
 include/Wt/WVector4.h
 include/Wt/WVectorImage.h
@@ -358,13 +383,12 @@ include/Wt/WWebWidget.h
 include/Wt/WWidget.h
 include/Wt/WWidgetItem.h
 include/Wt/WWidgetItemImpl.h
-include/Wt/cpp17/any.hpp
-include/Wt/cpp17/any/LICENSE_1_0.txt
-include/Wt/cpp17/any/README.md
-include/Wt/cpp17/any/any.hpp
+lib/cmake/wt/wt-config-version.cmake
 lib/cmake/wt/wt-config.cmake
 %%DBO%%lib/cmake/wt/wt-target-dbo-release.cmake
 %%DBO%%lib/cmake/wt/wt-target-dbo.cmake
+%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird-release.cmake
+%%FIREBIRD%%lib/cmake/wt/wt-target-dbofirebird.cmake
 %%MYSQL%%lib/cmake/wt/wt-target-dbomysql-release.cmake
 %%MYSQL%%lib/cmake/wt/wt-target-dbomysql.cmake
 %%POSTGRES%%lib/cmake/wt/wt-target-dbopostgres-release.cmake
@@ -377,40 +401,41 @@ lib/cmake/wt/wt-config.cmake
 %%WTHTTP%%lib/cmake/wt/wt-target-http.cmake
 %%LIBWTTEST%%lib/cmake/wt/wt-target-test-release.cmake
 %%LIBWTTEST%%lib/cmake/wt/wt-target-test.cmake
-lib/cmake/wt/wt-config-version.cmake
 lib/cmake/wt/wt-target-wt-release.cmake
 lib/cmake/wt/wt-target-wt.cmake
 lib/libwt.so
-lib/libwt.so.4.5.1
+lib/libwt.so.4.6.0
 %%DBO%%lib/libwtdbo.so
-%%DBO%%lib/libwtdbo.so.4.5.1
+%%DBO%%lib/libwtdbo.so.4.6.0
+%%FIREBIRD%%lib/libwtdbofirebird.so
+%%FIREBIRD%%lib/libwtdbofirebird.so.4.6.0
 %%MYSQL%%lib/libwtdbomysql.so
-%%MYSQL%%lib/libwtdbomysql.so.4.5.1
+%%MYSQL%%lib/libwtdbomysql.so.4.6.0
 %%POSTGRES%%lib/libwtdbopostgres.so
-%%POSTGRES%%lib/libwtdbopostgres.so.4.5.1
+%%POSTGRES%%lib/libwtdbopostgres.so.4.6.0
 %%SQLITE3%%lib/libwtdbosqlite3.so
-%%SQLITE3%%lib/libwtdbosqlite3.so.4.5.1
+%%SQLITE3%%lib/libwtdbosqlite3.so.4.6.0
 %%FCGI%%lib/libwtfcgi.so
-%%FCGI%%lib/libwtfcgi.so.4.5.1
+%%FCGI%%lib/libwtfcgi.so.4.6.0
 %%WTHTTP%%lib/libwthttp.so
-%%WTHTTP%%lib/libwthttp.so.4.5.1
+%%WTHTTP%%lib/libwthttp.so.4.6.0
 %%LIBWTTEST%%lib/libwttest.so
-%%LIBWTTEST%%lib/libwttest.so.4.5.1
+%%LIBWTTEST%%lib/libwttest.so.4.6.0
 %%RESOURCES%%share/Wt/resources/ajax-loading.gif
 %%RESOURCES%%share/Wt/resources/collapse-rtl.gif
 %%RESOURCES%%share/Wt/resources/collapse.gif
 %%RESOURCES%%share/Wt/resources/date.gif
 %%RESOURCES%%share/Wt/resources/expand-rtl.gif
 %%RESOURCES%%share/Wt/resources/expand.gif
-%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt
 %%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.css
 %%RESOURCES%%share/Wt/resources/font-awesome/css/font-awesome.min.css
-%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf
 %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.eot
 %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.svg
 %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.ttf
 %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff
 %%RESOURCES%%share/Wt/resources/font-awesome/fonts/fontawesome-webfont.woff2
+%%RESOURCES%%share/Wt/resources/font-awesome/fonts/FontAwesome.otf
+%%RESOURCES%%share/Wt/resources/font-awesome/LICENSE.txt
 %%RESOURCES%%share/Wt/resources/form.css
 %%RESOURCES%%share/Wt/resources/html4_default.css
 %%RESOURCES%%share/Wt/resources/icon_clock.gif
@@ -445,8 +470,44 @@ lib/libwt.so.4.5.1
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/bootstrap.min.css
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/date-edit-button.svg
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/nav-minus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/nav-minus.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/nav-plus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/nav-plus.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/spin-buttons.svg
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/generate.sh
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-10px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-11px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-12px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-13px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-14px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-15px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-16px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-17px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-18px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-19px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-20px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-21px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-22px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-23px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-24px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-25px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-26px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-27px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-28px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-29px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-30px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-31px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-32px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-33px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-34px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-35px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-36px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-37px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-38px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-39px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/2/stripes/stripe-40px.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/suggest-dropdown.svg
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/2/time-edit-button.png
@@ -462,56 +523,106 @@ lib/libwt.so.4.5.1
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/bootstrap.min.css.map
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/date-edit-button.svg
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/nav-minus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/nav-minus.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/nav-plus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/nav-plus.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/spin-buttons.svg
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/generate.sh
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-10px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-11px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-12px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-13px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-14px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-15px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-16px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-17px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-18px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-19px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-20px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-21px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-22px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-23px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-24px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-25px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-26px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-27px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-28px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-29px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-30px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-31px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-32px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-33px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-34px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-35px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-36px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-37px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-38px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-39px.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/3/stripes/stripe-40px.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/suggest-dropdown.svg
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/time-edit-button.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.css
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/3/wt.less
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/calendar-date.svg
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-grid.rtl.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-reboot.rtl.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap-utilities.rtl.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.rtl.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.rtl.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/css/bootstrap.rtl.min.css.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.bundle.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.bundle.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.bundle.min.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.esm.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.esm.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.esm.min.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.esm.min.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.min.js
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/js/bootstrap.min.js.map
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/nav-minus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/nav-minus.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/nav-plus-rtl.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/nav-plus.gif
+%%RESOURCES%%share/Wt/resources/themes/bootstrap/5/wt.css
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings-white.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/img/glyphicons-halflings.png
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus-rtl.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-minus.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus-rtl.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/nav-plus.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-down.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-none.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/sort-arrow-up.gif
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-h.png
 %%RESOURCES%%share/Wt/resources/themes/bootstrap/splitter-v.png
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/generate.sh
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-10px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-11px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-12px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-13px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-14px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-15px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-16px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-17px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-18px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-19px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-20px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-21px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-22px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-23px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-24px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-25px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-26px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-27px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-28px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-29px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-30px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-31px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-32px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-33px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-34px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-35px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-36px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-37px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-38px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-39px.gif
-%%RESOURCES%%share/Wt/resources/themes/bootstrap/stripes/stripe-40px.gif
 %%RESOURCES%%share/Wt/resources/themes/default/closeicons-dialog.png
 %%RESOURCES%%share/Wt/resources/themes/default/closeicons-mi.png
 %%RESOURCES%%share/Wt/resources/themes/default/closeicons-tab.png