From owner-svn-ports-head@freebsd.org Tue Mar 5 10:06:39 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EE89115240B7; Tue, 5 Mar 2019 10:06:38 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 92E0C8AD08; Tue, 5 Mar 2019 10:06:38 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 87D971A8ED; Tue, 5 Mar 2019 10:06:38 +0000 (UTC) (envelope-from lme@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x25A6cp6077115; Tue, 5 Mar 2019 10:06:38 GMT (envelope-from lme@FreeBSD.org) Received: (from lme@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x25A6bqv077110; Tue, 5 Mar 2019 10:06:37 GMT (envelope-from lme@FreeBSD.org) Message-Id: <201903051006.x25A6bqv077110@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: lme set sender to lme@FreeBSD.org using -f From: Lars Engels Date: Tue, 5 Mar 2019 10:06:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494690 - in head/net-mgmt: . icingaweb2-module-ipl X-SVN-Group: ports-head X-SVN-Commit-Author: lme X-SVN-Commit-Paths: in head/net-mgmt: . icingaweb2-module-ipl X-SVN-Commit-Revision: 494690 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 92E0C8AD08 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.92 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.93)[-0.926,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Mar 2019 10:06:39 -0000 Author: lme Date: Tue Mar 5 10:06:37 2019 New Revision: 494690 URL: https://svnweb.freebsd.org/changeset/ports/494690 Log: Add new port: net-mgmt/icingaweb2-module-ipl This module ships the new Icinga PHP library and is used by some Icinga Web 2 modules. WWW: https://github.com/Icinga/icingaweb2-module-ipl Added: head/net-mgmt/icingaweb2-module-ipl/ head/net-mgmt/icingaweb2-module-ipl/Makefile (contents, props changed) head/net-mgmt/icingaweb2-module-ipl/distinfo (contents, props changed) head/net-mgmt/icingaweb2-module-ipl/pkg-descr (contents, props changed) head/net-mgmt/icingaweb2-module-ipl/pkg-plist (contents, props changed) Modified: head/net-mgmt/Makefile Modified: head/net-mgmt/Makefile ============================================================================== --- head/net-mgmt/Makefile Tue Mar 5 09:39:27 2019 (r494689) +++ head/net-mgmt/Makefile Tue Mar 5 10:06:37 2019 (r494690) @@ -93,6 +93,7 @@ SUBDIR += icingaweb2-module-generictts SUBDIR += icingaweb2-module-grafana SUBDIR += icingaweb2-module-graphite + SUBDIR += icingaweb2-module-ipl SUBDIR += icingaweb2-module-map SUBDIR += icingaweb2-module-vsphere SUBDIR += icmpmonitor Added: head/net-mgmt/icingaweb2-module-ipl/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-ipl/Makefile Tue Mar 5 10:06:37 2019 (r494690) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= icingaweb2-module-ipl +DISTVERSIONPREFIX= v +DISTVERSION= 0.1.1 +CATEGORIES= net-mgmt www + +MAINTAINER= lme@FreeBSD.org +COMMENT= Icinga PHP library + +RUN_DEPENDS= icingaweb2>=2.4.1:net-mgmt/icingaweb2 + +USE_GITHUB= yes +GH_ACCOUNT= icinga + +NO_BUILD= yes +NO_ARCH= yes + +WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} + +do-install: + @${MKDIR} ${STAGEDIR}${WWWDIR} + (cd ${WRKSRC} && \ + ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) + +.include Added: head/net-mgmt/icingaweb2-module-ipl/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-ipl/distinfo Tue Mar 5 10:06:37 2019 (r494690) @@ -0,0 +1,3 @@ +TIMESTAMP = 1551779858 +SHA256 (icinga-icingaweb2-module-ipl-v0.1.1_GH0.tar.gz) = 5a1fba393fce707111118bf59f2ca55eef917d4830b7d8c17e721dd16ee276d8 +SIZE (icinga-icingaweb2-module-ipl-v0.1.1_GH0.tar.gz) = 47520 Added: head/net-mgmt/icingaweb2-module-ipl/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-ipl/pkg-descr Tue Mar 5 10:06:37 2019 (r494690) @@ -0,0 +1,4 @@ +This module ships the new Icinga PHP library and is used by some Icinga Web 2 +modules. + +WWW: https://github.com/Icinga/icingaweb2-module-ipl Added: head/net-mgmt/icingaweb2-module-ipl/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/icingaweb2-module-ipl/pkg-plist Tue Mar 5 10:06:37 2019 (r494690) @@ -0,0 +1,89 @@ +%%WWWDIR%%/.gitignore +%%WWWDIR%%/README.md +%%WWWDIR%%/bin/make-release.sh +%%WWWDIR%%/composer.json +%%WWWDIR%%/module.info +%%WWWDIR%%/run.php +%%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/evenement/evenement/LICENSE +%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitter.php +%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterInterface.php +%%WWWDIR%%/vendor/evenement/evenement/src/Evenement/EventEmitterTrait.php +%%WWWDIR%%/vendor/ipl/html/LICENSE +%%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/DeferredText.php +%%WWWDIR%%/vendor/ipl/html/src/Error.php +%%WWWDIR%%/vendor/ipl/html/src/Form.php +%%WWWDIR%%/vendor/ipl/html/src/FormDecorator/DdDtDecorator.php +%%WWWDIR%%/vendor/ipl/html/src/FormDecorator/DecoratorInterface.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/BaseFormElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/CheckboxElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/FormElementContainer.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/HiddenElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/InputElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/SelectElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/SelectOption.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/SubFormElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/SubmitElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/TextElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormElement/TextareaElement.php +%%WWWDIR%%/vendor/ipl/html/src/FormattedString.php +%%WWWDIR%%/vendor/ipl/html/src/Html.php +%%WWWDIR%%/vendor/ipl/html/src/HtmlDocument.php +%%WWWDIR%%/vendor/ipl/html/src/HtmlElement.php +%%WWWDIR%%/vendor/ipl/html/src/HtmlString.php +%%WWWDIR%%/vendor/ipl/html/src/Table.php +%%WWWDIR%%/vendor/ipl/html/src/Text.php +%%WWWDIR%%/vendor/ipl/html/src/ValidHtml.php +%%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 +%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Oracle.php +%%WWWDIR%%/vendor/ipl/sql/src/Adapter/Pgsql.php +%%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/Config.php +%%WWWDIR%%/vendor/ipl/sql/src/Connection.php +%%WWWDIR%%/vendor/ipl/sql/src/Contracts/QuoterInterface.php +%%WWWDIR%%/vendor/ipl/sql/src/Delete.php +%%WWWDIR%%/vendor/ipl/sql/src/Expression.php +%%WWWDIR%%/vendor/ipl/sql/src/ExpressionInterface.php +%%WWWDIR%%/vendor/ipl/sql/src/Insert.php +%%WWWDIR%%/vendor/ipl/sql/src/LimitOffset.php +%%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/QueryBuilder.php +%%WWWDIR%%/vendor/ipl/sql/src/Select.php +%%WWWDIR%%/vendor/ipl/sql/src/Sql.php +%%WWWDIR%%/vendor/ipl/sql/src/Update.php +%%WWWDIR%%/vendor/ipl/sql/src/Where.php +%%WWWDIR%%/vendor/ipl/sql/src/WhereInterface.php +%%WWWDIR%%/vendor/ipl/stdlib/LICENSE +%%WWWDIR%%/vendor/ipl/stdlib/src/Contracts/ValidatorInterface.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/MessageContainer.php +%%WWWDIR%%/vendor/ipl/stdlib/src/functions.php +%%WWWDIR%%/vendor/ipl/stdlib/src/functions_include.php +%%WWWDIR%%/vendor/psr/http-message/LICENSE +%%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