aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/icingaweb2-module-ipl
diff options
context:
space:
mode:
authorLars Engels <lme@FreeBSD.org>2020-08-16 10:02:19 +0000
committerLars Engels <lme@FreeBSD.org>2020-08-16 10:02:19 +0000
commite8ff7a53bb01b48c1699cd3753f8d2f4d380d912 (patch)
tree0d60bb4b20ee003207714ec0cb8f1f674095dbe5 /net-mgmt/icingaweb2-module-ipl
parent680dfe7a4ca2ff1c0db0612d338a54011e7cbf5c (diff)
downloadports-e8ff7a53bb01b48c1699cd3753f8d2f4d380d912.tar.gz
ports-e8ff7a53bb01b48c1699cd3753f8d2f4d380d912.zip
net-mgmt/icingaweb2-module-ipl:
Update to 0.5.0
Notes
Notes: svn path=/head/; revision=545095
Diffstat (limited to 'net-mgmt/icingaweb2-module-ipl')
-rw-r--r--net-mgmt/icingaweb2-module-ipl/Makefile3
-rw-r--r--net-mgmt/icingaweb2-module-ipl/distinfo6
-rw-r--r--net-mgmt/icingaweb2-module-ipl/pkg-plist81
3 files changed, 78 insertions, 12 deletions
diff --git a/net-mgmt/icingaweb2-module-ipl/Makefile b/net-mgmt/icingaweb2-module-ipl/Makefile
index 06e9307c19e1..853a7f274234 100644
--- a/net-mgmt/icingaweb2-module-ipl/Makefile
+++ b/net-mgmt/icingaweb2-module-ipl/Makefile
@@ -2,8 +2,7 @@
PORTNAME= icingaweb2-module-ipl
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.0
-PORTREVISION= 1
+DISTVERSION= 0.5.0
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
diff --git a/net-mgmt/icingaweb2-module-ipl/distinfo b/net-mgmt/icingaweb2-module-ipl/distinfo
index 918b813a185c..4af0a0494726 100644
--- a/net-mgmt/icingaweb2-module-ipl/distinfo
+++ b/net-mgmt/icingaweb2-module-ipl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575028657
-SHA256 (icinga-icingaweb2-module-ipl-v0.4.0_GH0.tar.gz) = ed5517ed43829ad1031f32a20db220a4f708e3741f4c66a488c4e29192531b27
-SIZE (icinga-icingaweb2-module-ipl-v0.4.0_GH0.tar.gz) = 92099
+TIMESTAMP = 1597571972
+SHA256 (icinga-icingaweb2-module-ipl-v0.5.0_GH0.tar.gz) = 3f6caac4d06e7b0f1915640ad3afeb584033731afa504f574e79d74810f160c7
+SIZE (icinga-icingaweb2-module-ipl-v0.5.0_GH0.tar.gz) = 129071
diff --git a/net-mgmt/icingaweb2-module-ipl/pkg-plist b/net-mgmt/icingaweb2-module-ipl/pkg-plist
index 9ef86695ef09..3fe399fd119d 100644
--- a/net-mgmt/icingaweb2-module-ipl/pkg-plist
+++ b/net-mgmt/icingaweb2-module-ipl/pkg-plist
@@ -1,6 +1,8 @@
%%WWWDIR%%/.gitignore
+%%WWWDIR%%/AssetLoader.php
%%WWWDIR%%/LICENSE
%%WWWDIR%%/README.md
+%%WWWDIR%%/asset/css/balls.less
%%WWWDIR%%/bin/make-release.sh
%%WWWDIR%%/composer.json
%%WWWDIR%%/composer.lock
@@ -53,6 +55,10 @@
%%WWWDIR%%/vendor/ipl/html/src/Attribute.php
%%WWWDIR%%/vendor/ipl/html/src/Attributes.php
%%WWWDIR%%/vendor/ipl/html/src/BaseHtmlElement.php
+%%WWWDIR%%/vendor/ipl/html/src/Contract/FormElement.php
+%%WWWDIR%%/vendor/ipl/html/src/Contract/FormElementDecorator.php
+%%WWWDIR%%/vendor/ipl/html/src/Contract/FormSubmitElement.php
+%%WWWDIR%%/vendor/ipl/html/src/Contract/Wrappable.php
%%WWWDIR%%/vendor/ipl/html/src/DeferredText.php
%%WWWDIR%%/vendor/ipl/html/src/Error.php
%%WWWDIR%%/vendor/ipl/html/src/Form.php
@@ -60,9 +66,10 @@
%%WWWDIR%%/vendor/ipl/html/src/FormDecorator/DecoratorInterface.php
%%WWWDIR%%/vendor/ipl/html/src/FormDecorator/DivDecorator.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/BaseFormElement.php
+%%WWWDIR%%/vendor/ipl/html/src/FormElement/ButtonElement.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/CheckboxElement.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/DateElement.php
-%%WWWDIR%%/vendor/ipl/html/src/FormElement/FormElementContainer.php
+%%WWWDIR%%/vendor/ipl/html/src/FormElement/FormElements.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/HiddenElement.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/InputElement.php
%%WWWDIR%%/vendor/ipl/html/src/FormElement/NumberElement.php
@@ -81,8 +88,33 @@
%%WWWDIR%%/vendor/ipl/html/src/Table.php
%%WWWDIR%%/vendor/ipl/html/src/Text.php
%%WWWDIR%%/vendor/ipl/html/src/ValidHtml.php
+%%WWWDIR%%/vendor/ipl/orm/LICENSE
+%%WWWDIR%%/vendor/ipl/orm/composer.json
+%%WWWDIR%%/vendor/ipl/orm/src/Behavior.php
+%%WWWDIR%%/vendor/ipl/orm/src/Behaviors.php
+%%WWWDIR%%/vendor/ipl/orm/src/Common/SortUtil.php
+%%WWWDIR%%/vendor/ipl/orm/src/Compat/FilterProcessor.php
+%%WWWDIR%%/vendor/ipl/orm/src/Contract/PersistBehavior.php
+%%WWWDIR%%/vendor/ipl/orm/src/Contract/PropertyBehavior.php
+%%WWWDIR%%/vendor/ipl/orm/src/Contract/RetrieveBehavior.php
+%%WWWDIR%%/vendor/ipl/orm/src/Contract/RewriteFilterBehavior.php
+%%WWWDIR%%/vendor/ipl/orm/src/Hydrator.php
+%%WWWDIR%%/vendor/ipl/orm/src/Model.php
+%%WWWDIR%%/vendor/ipl/orm/src/Properties.php
+%%WWWDIR%%/vendor/ipl/orm/src/Query.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation/BelongsTo.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation/BelongsToMany.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation/HasMany.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation/HasOne.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relation/Junction.php
+%%WWWDIR%%/vendor/ipl/orm/src/Relations.php
+%%WWWDIR%%/vendor/ipl/orm/src/Resolver.php
+%%WWWDIR%%/vendor/ipl/orm/src/ResultSet.php
+%%WWWDIR%%/vendor/ipl/orm/src/UnionModel.php
+%%WWWDIR%%/vendor/ipl/orm/src/UnionQuery.php
+%%WWWDIR%%/vendor/ipl/sql/LICENSE
%%WWWDIR%%/vendor/ipl/sql/composer.json
-%%WWWDIR%%/vendor/ipl/sql/src/Adapter/AdapterInterface.php
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/BaseAdapter.php
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Mssql.php
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Mysql.php
@@ -91,9 +123,11 @@
%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Sqlite.php
%%WWWDIR%%/vendor/ipl/sql/src/CommonTableExpression.php
%%WWWDIR%%/vendor/ipl/sql/src/CommonTableExpressionInterface.php
+%%WWWDIR%%/vendor/ipl/sql/src/Compat/FilterProcessor.php
%%WWWDIR%%/vendor/ipl/sql/src/Config.php
%%WWWDIR%%/vendor/ipl/sql/src/Connection.php
-%%WWWDIR%%/vendor/ipl/sql/src/Contracts/QuoterInterface.php
+%%WWWDIR%%/vendor/ipl/sql/src/Contract/Adapter.php
+%%WWWDIR%%/vendor/ipl/sql/src/Contract/Quoter.php
%%WWWDIR%%/vendor/ipl/sql/src/Delete.php
%%WWWDIR%%/vendor/ipl/sql/src/Expression.php
%%WWWDIR%%/vendor/ipl/sql/src/ExpressionInterface.php
@@ -102,6 +136,7 @@
%%WWWDIR%%/vendor/ipl/sql/src/LimitOffsetInterface.php
%%WWWDIR%%/vendor/ipl/sql/src/OrderBy.php
%%WWWDIR%%/vendor/ipl/sql/src/OrderByInterface.php
+%%WWWDIR%%/vendor/ipl/sql/src/PaginationAdapter.php
%%WWWDIR%%/vendor/ipl/sql/src/QueryBuilder.php
%%WWWDIR%%/vendor/ipl/sql/src/Select.php
%%WWWDIR%%/vendor/ipl/sql/src/Sql.php
@@ -110,18 +145,50 @@
%%WWWDIR%%/vendor/ipl/sql/src/WhereInterface.php
%%WWWDIR%%/vendor/ipl/stdlib/LICENSE
%%WWWDIR%%/vendor/ipl/stdlib/composer.json
+%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/Paginatable.php
%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/PaginationInterface.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/PluginLoader.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/Validator.php
%%WWWDIR%%/vendor/ipl/stdlib/src/Contract/ValidatorInterface.php
-%%WWWDIR%%/vendor/ipl/stdlib/src/Contracts/ValidatorInterface.php
%%WWWDIR%%/vendor/ipl/stdlib/src/EventEmitter.php
-%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/AutoLoadingPluginLoader.php
-%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoader.php
-%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/PluginLoaderInterface.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Events.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Loader/AutoloadingPluginLoader.php
%%WWWDIR%%/vendor/ipl/stdlib/src/MessageContainer.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Messages.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/Plugins.php
+%%WWWDIR%%/vendor/ipl/stdlib/src/PriorityQueue.php
%%WWWDIR%%/vendor/ipl/stdlib/src/Str.php
%%WWWDIR%%/vendor/ipl/stdlib/src/functions.php
%%WWWDIR%%/vendor/ipl/stdlib/src/functions_include.php
%%WWWDIR%%/vendor/ipl/stdlib/src/polyfill-php71.php
+%%WWWDIR%%/vendor/ipl/validator/LICENSE
+%%WWWDIR%%/vendor/ipl/validator/composer.json
+%%WWWDIR%%/vendor/ipl/validator/src/BaseValidator.php
+%%WWWDIR%%/vendor/ipl/validator/src/CallbackValidator.php
+%%WWWDIR%%/vendor/ipl/validator/src/ValidatorChain.php
+%%WWWDIR%%/vendor/ipl/web/LICENSE
+%%WWWDIR%%/vendor/ipl/web/asset/css/balls.less
+%%WWWDIR%%/vendor/ipl/web/composer.json
+%%WWWDIR%%/vendor/ipl/web/src/Common/BaseTarget.php
+%%WWWDIR%%/vendor/ipl/web/src/Compat/CompatController.php
+%%WWWDIR%%/vendor/ipl/web/src/Compat/CompatDecorator.php
+%%WWWDIR%%/vendor/ipl/web/src/Compat/CompatForm.php
+%%WWWDIR%%/vendor/ipl/web/src/Compat/ViewRenderer.php
+%%WWWDIR%%/vendor/ipl/web/src/Control/LimitControl.php
+%%WWWDIR%%/vendor/ipl/web/src/Control/PaginationControl.php
+%%WWWDIR%%/vendor/ipl/web/src/Control/SortControl.php
+%%WWWDIR%%/vendor/ipl/web/src/Layout/Content.php
+%%WWWDIR%%/vendor/ipl/web/src/Layout/Controls.php
+%%WWWDIR%%/vendor/ipl/web/src/Layout/Footer.php
+%%WWWDIR%%/vendor/ipl/web/src/Url.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/ActionBar.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/ActionLink.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/ButtonLink.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/Dropdown.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/Icon.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/Link.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/StateBall.php
+%%WWWDIR%%/vendor/ipl/web/src/Widget/Tabs.php
%%WWWDIR%%/vendor/psr/http-message/LICENSE
%%WWWDIR%%/vendor/psr/http-message/composer.json
%%WWWDIR%%/vendor/psr/http-message/src/MessageInterface.php