git: b671149796b3 - main - net-mgmt/icingaweb2-module-reporting: Update to 0.10.0

From: Jochen Neumeister <joneum_at_FreeBSD.org>
Date: Wed, 25 Jan 2023 06:24:07 UTC
The branch main has been updated by joneum:

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

commit b671149796b35b0db0a2c958396589bf10b73584
Author:     Jochen Neumeister <joneum@FreeBSD.org>
AuthorDate: 2023-01-25 06:21:49 +0000
Commit:     Jochen Neumeister <joneum@FreeBSD.org>
CommitDate: 2023-01-25 06:24:00 +0000

    net-mgmt/icingaweb2-module-reporting: Update to 0.10.0
    
    Sponsored by:   Netzkommune GmbH
---
 net-mgmt/icingaweb2-module-reporting/Makefile  |  4 +-
 net-mgmt/icingaweb2-module-reporting/distinfo  |  6 +-
 net-mgmt/icingaweb2-module-reporting/pkg-plist | 89 +++++---------------------
 3 files changed, 20 insertions(+), 79 deletions(-)

diff --git a/net-mgmt/icingaweb2-module-reporting/Makefile b/net-mgmt/icingaweb2-module-reporting/Makefile
index b5a882ce2555..c96209ff6e2f 100644
--- a/net-mgmt/icingaweb2-module-reporting/Makefile
+++ b/net-mgmt/icingaweb2-module-reporting/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	icingaweb2-module-reporting
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.9.2
-PORTREVISION=	1
+DISTVERSION=	0.10.0
+PORTREVISION=	0
 CATEGORIES=	net-mgmt www
 PKGNAMESUFFIX=	${PHP_PKGNAMESUFFIX}
 
diff --git a/net-mgmt/icingaweb2-module-reporting/distinfo b/net-mgmt/icingaweb2-module-reporting/distinfo
index 8a4c0a3ae1db..4f92e6272a56 100644
--- a/net-mgmt/icingaweb2-module-reporting/distinfo
+++ b/net-mgmt/icingaweb2-module-reporting/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1576158826
-SHA256 (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 5cd90bf9d3d003ca2217e98c28615d5657bf4ee86beebc313d2577d85c51ff49
-SIZE (icinga-icingaweb2-module-reporting-v0.9.2_GH0.tar.gz) = 137069
+TIMESTAMP = 1674544787
+SHA256 (icinga-icingaweb2-module-reporting-v0.10.0_GH0.tar.gz) = 58f624e76542c4836fbef324fb30a3bccb5c608a27fda2cc07164db153e353b0
+SIZE (icinga-icingaweb2-module-reporting-v0.10.0_GH0.tar.gz) = 77559
diff --git a/net-mgmt/icingaweb2-module-reporting/pkg-plist b/net-mgmt/icingaweb2-module-reporting/pkg-plist
index 0046102bb0c0..95dbb0f336c6 100644
--- a/net-mgmt/icingaweb2-module-reporting/pkg-plist
+++ b/net-mgmt/icingaweb2-module-reporting/pkg-plist
@@ -1,3 +1,4 @@
+%%WWWDIR%%/.phpcs.xml
 %%WWWDIR%%/LICENSE
 %%WWWDIR%%/README.md
 %%WWWDIR%%/application/clicommands/ScheduleCommand.php
@@ -6,6 +7,8 @@
 %%WWWDIR%%/application/controllers/ReportController.php
 %%WWWDIR%%/application/controllers/ReportController.php.modal
 %%WWWDIR%%/application/controllers/ReportsController.php
+%%WWWDIR%%/application/controllers/TemplateController.php
+%%WWWDIR%%/application/controllers/TemplatesController.php
 %%WWWDIR%%/application/controllers/TestController.php
 %%WWWDIR%%/application/controllers/TimeframeController.php
 %%WWWDIR%%/application/controllers/TimeframesController.php
@@ -13,14 +16,14 @@
 %%WWWDIR%%/application/forms/SelectBackendForm.php
 %%WWWDIR%%/application/views/scripts/config/backend.phtml
 %%WWWDIR%%/application/views/scripts/config/mail.phtml
-%%WWWDIR%%/composer.json
-%%WWWDIR%%/composer.lock
 %%WWWDIR%%/config/systemd/icinga-reporting.service
 %%WWWDIR%%/configuration.php
 %%WWWDIR%%/doc/02-Installation.md
+%%WWWDIR%%/doc/03-Configuration.md
 %%WWWDIR%%/doc/80-Upgrading.md
 %%WWWDIR%%/library/Reporting/Actions/SendMail.php
 %%WWWDIR%%/library/Reporting/Cli/Command.php
+%%WWWDIR%%/library/Reporting/Common/Macros.php
 %%WWWDIR%%/library/Reporting/Database.php
 %%WWWDIR%%/library/Reporting/Dimensions.php
 %%WWWDIR%%/library/Reporting/Hook/ActionHook.php
@@ -41,29 +44,21 @@
 %%WWWDIR%%/library/Reporting/Timerange.php
 %%WWWDIR%%/library/Reporting/Values.php
 %%WWWDIR%%/library/Reporting/Web/Controller.php
-%%WWWDIR%%/library/Reporting/Web/DivDecorator.php
 %%WWWDIR%%/library/Reporting/Web/Flatpickr.php
 %%WWWDIR%%/library/Reporting/Web/Forms/DecoratedElement.php
+%%WWWDIR%%/library/Reporting/Web/Forms/Decorator/CompatDecorator.php
 %%WWWDIR%%/library/Reporting/Web/Forms/ReportForm.php
 %%WWWDIR%%/library/Reporting/Web/Forms/ScheduleForm.php
 %%WWWDIR%%/library/Reporting/Web/Forms/SendForm.php
+%%WWWDIR%%/library/Reporting/Web/Forms/TemplateForm.php
 %%WWWDIR%%/library/Reporting/Web/Forms/TimeframeForm.php
-%%WWWDIR%%/library/Reporting/Web/ReportsAndTimeframesTabs.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Common/BaseTarget.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Compat/CompatController.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Compat/ViewRenderer.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Url.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ActionBar.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ActionLink.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/ButtonLink.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Content.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Controls.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/DropdownLink.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Icon.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Link.php
-%%WWWDIR%%/library/vendor/ipl/web/src/Widget/Tabs.php
+%%WWWDIR%%/library/Reporting/Web/ReportsTimeframesAndTemplatesTabs.php
+%%WWWDIR%%/library/Reporting/Web/Widget/CompatDropdown.php
+%%WWWDIR%%/library/Reporting/Web/Widget/CoverPage.php
+%%WWWDIR%%/library/Reporting/Web/Widget/HeaderOrFooter.php
+%%WWWDIR%%/library/Reporting/Web/Widget/Template.php
+%%WWWDIR%%/library/vendor/ipl/Html/src/FormElement/FileElement.php
 %%WWWDIR%%/module.info
-%%WWWDIR%%/public/css/forms.less
 %%WWWDIR%%/public/css/module.less
 %%WWWDIR%%/public/css/system-report.css
 %%WWWDIR%%/public/css/vendor/flatpickr.css
@@ -76,61 +71,7 @@
 %%WWWDIR%%/public/js/vendor/flatpickr.js
 %%WWWDIR%%/public/js/vendor/flatpickr.min.js
 %%WWWDIR%%/run.php
+%%WWWDIR%%/schema/mysql-migrations/v0.10.0.sql
 %%WWWDIR%%/schema/mysql-migrations/v0.9.1.sql
 %%WWWDIR%%/schema/mysql.sql
-%%WWWDIR%%/vendor/autoload.php
-%%WWWDIR%%/vendor/composer/ClassLoader.php
-%%WWWDIR%%/vendor/composer/LICENSE
-%%WWWDIR%%/vendor/composer/autoload_classmap.php
-%%WWWDIR%%/vendor/composer/autoload_files.php
-%%WWWDIR%%/vendor/composer/autoload_namespaces.php
-%%WWWDIR%%/vendor/composer/autoload_psr4.php
-%%WWWDIR%%/vendor/composer/autoload_real.php
-%%WWWDIR%%/vendor/composer/autoload_static.php
-%%WWWDIR%%/vendor/composer/installed.json
-%%WWWDIR%%/vendor/guzzlehttp/psr7/CHANGELOG.md
-%%WWWDIR%%/vendor/guzzlehttp/psr7/LICENSE
-%%WWWDIR%%/vendor/guzzlehttp/psr7/README.md
-%%WWWDIR%%/vendor/guzzlehttp/psr7/composer.json
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/AppendStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/BufferStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/CachingStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/DroppingStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/FnStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/InflateStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LazyOpenStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/LimitStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MessageTrait.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/MultipartStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/NoSeekStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/PumpStream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Request.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Response.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Rfc7230.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/ServerRequest.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Stream.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/StreamWrapper.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UploadedFile.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/Uri.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriNormalizer.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/UriResolver.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions.php
-%%WWWDIR%%/vendor/guzzlehttp/psr7/src/functions_include.php
-%%WWWDIR%%/vendor/psr/http-message/CHANGELOG.md
-%%WWWDIR%%/vendor/psr/http-message/LICENSE
-%%WWWDIR%%/vendor/psr/http-message/README.md
-%%WWWDIR%%/vendor/psr/http-message/composer.json
-%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/RequestInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/ResponseInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/ServerRequestInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/StreamInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/UploadedFileInterface.php
-%%WWWDIR%%/vendor/psr/http-message/src/UriInterface.php
-%%WWWDIR%%/vendor/ralouphie/getallheaders/LICENSE
-%%WWWDIR%%/vendor/ralouphie/getallheaders/README.md
-%%WWWDIR%%/vendor/ralouphie/getallheaders/composer.json
-%%WWWDIR%%/vendor/ralouphie/getallheaders/phpunit.xml
-%%WWWDIR%%/vendor/ralouphie/getallheaders/src/getallheaders.php
-%%WWWDIR%%/vendor/ralouphie/getallheaders/tests/GetAllHeadersTest.php
+%%WWWDIR%%/schema/postgresql.sql