diff options
author | Rene Ladan <rene@FreeBSD.org> | 2022-06-27 11:36:11 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-06-27 11:36:20 +0000 |
commit | 2fb224a12bba79baeabc41519ab19ab876baec32 (patch) | |
tree | 8115f94fbdfbdf8b31976d21735e4f0676eedd4a | |
parent | 466b6f0c645fe1cc208bb15c77ba24ebb2813b77 (diff) | |
download | ports-2fb224a12bba79baeabc41519ab19ab876baec32.tar.gz ports-2fb224a12bba79baeabc41519ab19ab876baec32.zip |
cleanup: Remove expired ports:
2022-06-25 lang/cmucl: Not supported upstream since 2017 and broken since FreeBSD 12.1
2022-06-25 devel/qbs: Abandoned and not working with modern clang
2022-06-25 lang/cmucl-extra: lang/cmucl is not supported upstream since 2017 and broken since FreeBSD 12.1
2022-06-25 security/protonvpn-cli: This version is deprecated and unsupported upstream. The port needs an update, which would require a fair amount of effort. Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead.
2022-06-27 sysutils/firstboot-growfs: A better version is available on all FreeBSD version
2022-06-27 security/modsecurity3-apache: The project was not developed further
2022-06-29 net-mgmt/zabbix54-frontend: Unsupported by upstream
2022-06-29 net-mgmt/zabbix54-server: Unsupported by upstream
43 files changed, 8 insertions, 3643 deletions
@@ -17221,3 +17221,11 @@ textproc/rubygem-elasticsearch-rails6|textproc/rubygem-elasticsearch-rails|2022- devel/p5-Goo-Canvas|devel/p5-Goo-Canvas2|2022-06-24|Obsolete use devel/p5-Goo-Canvas2 instead graphics/goocanvas|graphics/goocanvas3|2022-06-24|Obsolete use graphics/goocanvas3 x11-toolkits/tepl|x11-toolkits/tepl6|2022-06-25|Obsolete use x11-toolkits/tepl6 +lang/cmucl||2022-06-27|Has expired: Not supported upstream since 2017 and broken since FreeBSD 12.1 +devel/qbs||2022-06-27|Has expired: Abandoned and not working with modern clang +lang/cmucl-extra||2022-06-27|Has expired: lang/cmucl is not supported upstream since 2017 and broken since FreeBSD 12.1 +security/protonvpn-cli||2022-06-27|Has expired: This version is deprecated and unsupported upstream. The port needs an update, which would require a fair amount of effort. Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead. +sysutils/firstboot-growfs||2022-06-27|Has expired: A better version is available on all FreeBSD version +security/modsecurity3-apache||2022-06-27|Has expired: The project was not developed further +net-mgmt/zabbix54-frontend||2022-06-27|Has expired: Unsupported by upstream +net-mgmt/zabbix54-server||2022-06-27|Has expired: Unsupported by upstream diff --git a/devel/Makefile b/devel/Makefile index abf059dde820..bdf24ec47967 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5622,7 +5622,6 @@ SUBDIR += pythontidy SUBDIR += pytype SUBDIR += qbe - SUBDIR += qbs SUBDIR += qca SUBDIR += qconf SUBDIR += qcoro diff --git a/devel/qbs/Makefile b/devel/qbs/Makefile deleted file mode 100644 index 9fd75d749c73..000000000000 --- a/devel/qbs/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -PORTNAME= qbs -DISTVERSIONPREFIX= src- -DISTVERSION= 1.21.0 -PORTREVISION= 1 -CATEGORIES= devel -MASTER_SITES= QT/official_releases/${PORTNAME}/${PORTVERSION} -DIST_SUBDIR= KDE/Qt/qbs - -MAINTAINER= kde@FreeBSD.org -COMMENT= Qbs Build Suite - -LICENSE= GPLv3 LGPL21 -LICENSE_COMB= dual - -BROKEN= does not build with clang13 or newer -DEPRECATED= Abandoned and not working with modern clang -EXPIRATION_DATE= 2022-06-25 - -USES= cmake compiler:c++11-lib gl python:run qt:5 shebangfix -USE_GL= gl -USE_LDCONFIG= yes -USE_QT= core concurrent gui network script widgets xml \ - buildtools_build testlib_build - -SHEBANG_FILES= src/3rdparty/python/bin/dmgbuild - -PLIST_SUB= SHLIB_VERSION="${PORTVERSION}" - -.include <bsd.port.mk> diff --git a/devel/qbs/distinfo b/devel/qbs/distinfo deleted file mode 100644 index 58e231173c94..000000000000 --- a/devel/qbs/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1639525080 -SHA256 (KDE/Qt/qbs/qbs-src-1.21.0.tar.gz) = bfed9d93f94989986dd72e81fac5f39e30de058431133a21aaf9971455b335e7 -SIZE (KDE/Qt/qbs/qbs-src-1.21.0.tar.gz) = 5082730 diff --git a/devel/qbs/files/patch-src_app_qbs-setup-qt_setupqt.cpp b/devel/qbs/files/patch-src_app_qbs-setup-qt_setupqt.cpp deleted file mode 100644 index 7824f9aba426..000000000000 --- a/devel/qbs/files/patch-src_app_qbs-setup-qt_setupqt.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/app/qbs-setup-qt/setupqt.cpp.orig 2021-11-28 22:25:29 UTC -+++ src/app/qbs-setup-qt/setupqt.cpp -@@ -70,7 +70,7 @@ static QStringList qmakeExecutableNames() - { - const QString baseName = HostOsInfo::appendExecutableSuffix(QStringLiteral("qmake")); - QStringList lst(baseName); -- if (HostOsInfo::isLinuxHost()) { -+ if (true || HostOsInfo::isLinuxHost()) { - // Some distributions ship binaries called qmake-qt5 or qmake-qt4. - lst << baseName + QLatin1String("-qt5") << baseName + QLatin1String("-qt4"); - } diff --git a/devel/qbs/pkg-descr b/devel/qbs/pkg-descr deleted file mode 100644 index 1e5f7a3489a9..000000000000 --- a/devel/qbs/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Qbs is a tool that helps simplify the build process for developing projects -across multiple platforms. Qbs can be used for any software project, -regardless of programming language, toolkit, or libraries used. - -Qbs is an all-in-one tool that generates a build graph from a high-level -project description (like qmake or CMake) and additionally undertakes -the task of executing the commands in the low-level build graph (like make). - -WWW: https://wiki.qt.io/Qbs diff --git a/devel/qbs/pkg-plist b/devel/qbs/pkg-plist deleted file mode 100644 index 1e16f738a34b..000000000000 --- a/devel/qbs/pkg-plist +++ /dev/null @@ -1,786 +0,0 @@ -bin/qbs -bin/qbs-config -bin/qbs-config-ui -bin/qbs-create-project -bin/qbs-setup-android -bin/qbs-setup-qt -bin/qbs-setup-toolchains -include/qbs/api/jobs.h -include/qbs/api/languageinfo.h -include/qbs/api/project.h -include/qbs/api/projectdata.h -include/qbs/api/rulecommand.h -include/qbs/api/runenvironment.h -include/qbs/api/transformerdata.h -include/qbs/buildgraph/forward_decls.h -include/qbs/generators/generator.h -include/qbs/generators/generatordata.h -include/qbs/language/forward_decls.h -include/qbs/logging/ilogsink.h -include/qbs/qbs.h -include/qbs/qbs_version.pri -include/qbs/tools/architectures.h -include/qbs/tools/buildoptions.h -include/qbs/tools/cleanoptions.h -include/qbs/tools/codelocation.h -include/qbs/tools/commandechomode.h -include/qbs/tools/error.h -include/qbs/tools/generateoptions.h -include/qbs/tools/installoptions.h -include/qbs/tools/joblimits.h -include/qbs/tools/preferences.h -include/qbs/tools/processresult.h -include/qbs/tools/profile.h -include/qbs/tools/projectgeneratormanager.h -include/qbs/tools/qbs_export.h -include/qbs/tools/settings.h -include/qbs/tools/settingsmodel.h -include/qbs/tools/settingsrepresentation.h -include/qbs/tools/setupprojectparameters.h -include/qbs/tools/toolchains.h -include/qbs/tools/version.h -include/qbs/use_installed_corelib.pri -lib/libqbscore.prl -lib/libqbscore.so -lib/libqbscore.so.1 -lib/libqbscore.so.1.21 -lib/libqbscore.so.%%SHLIB_VERSION%% -lib/qbs/plugins/libclangcompilationdbgenerator.so -lib/qbs/plugins/libiarewgenerator.so -lib/qbs/plugins/libkeiluvgenerator.so -lib/qbs/plugins/libmakefilegenerator.so -lib/qbs/plugins/libqbs_cpp_scanner.so -lib/qbs/plugins/libqbs_qt_scanner.so -lib/qbs/plugins/libvisualstudiogenerator.so -libexec/qbs/dmgbuild -libexec/qbs/qbs_processlauncher -share/man/man1/qbs.1.gz -%%PORTDOCS%%%%DOCSDIR%%/html/attributions.html -%%PORTDOCS%%%%DOCSDIR%%/html/building-applications.html -%%PORTDOCS%%%%DOCSDIR%%/html/building-qbs.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-build.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-clean.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-config-ui.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-config.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-create-project.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-dump-nodes-tree.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-generate.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-help.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-install.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-list-products.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-resolve.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-run.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-session.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-android.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-qt.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-setup-toolchains.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-shell.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-status.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-update-timestamps.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli-version.html -%%PORTDOCS%%%%DOCSDIR%%/html/cli.html -%%PORTDOCS%%%%DOCSDIR%%/html/commands.html -%%PORTDOCS%%%%DOCSDIR%%/html/configuring.html -%%PORTDOCS%%%%DOCSDIR%%/html/custom-modules.html -%%PORTDOCS%%%%DOCSDIR%%/html/generators.html -%%PORTDOCS%%%%DOCSDIR%%/html/howtos.html -%%PORTDOCS%%%%DOCSDIR%%/html/images/arrow_bc.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/bgrContent.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/btn_next.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/btn_prev.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/bullet_dn.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/bullet_sq.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/home.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/ico_note.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/ico_note_attention.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/ico_out.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/logo.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/qbs-build-process.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/qbs-dmg.png -%%PORTDOCS%%%%DOCSDIR%%/html/images/qbs-settings-gui.png -%%PORTDOCS%%%%DOCSDIR%%/html/index.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing-files.html -%%PORTDOCS%%%%DOCSDIR%%/html/installing.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-binaryfile.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-environment.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-file.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-fileinfo.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-process.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-propertylist.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-temporarydir.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-textfile.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-utilities.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextension-xml.html -%%PORTDOCS%%%%DOCSDIR%%/html/jsextensions-general.html -%%PORTDOCS%%%%DOCSDIR%%/html/json-api.html -%%PORTDOCS%%%%DOCSDIR%%/html/language-introduction.html -%%PORTDOCS%%%%DOCSDIR%%/html/list-of-builtin-services.html -%%PORTDOCS%%%%DOCSDIR%%/html/list-of-items.html -%%PORTDOCS%%%%DOCSDIR%%/html/module-providers.html -%%PORTDOCS%%%%DOCSDIR%%/html/multiplexing.html -%%PORTDOCS%%%%DOCSDIR%%/html/overview.html -%%PORTDOCS%%%%DOCSDIR%%/html/platforms.html -%%PORTDOCS%%%%DOCSDIR%%/html/porting-to-qbs.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-biplist.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-cppscanner.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-dmgbuild.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-ds-store.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-attribution-mac-alias.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-android.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-integrity.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-ios.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-linux.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-macos.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-qnx.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-tvos.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-vxworks.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-watchos.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs-target-windows.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbs.index -%%PORTDOCS%%%%DOCSDIR%%/html/qbs.qhp -%%PORTDOCS%%%%DOCSDIR%%/html/qbs.qhp.sha1 -%%PORTDOCS%%%%DOCSDIR%%/html/qbsconvenienceitems-qmlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbslanguageitems-qmlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbsmoduleproviders-qmlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbsmodules-qmlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qbsprobes-qmlmodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-appleapplicationdiskimage-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-appleapplicationdiskimage.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-applediskimage-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-applediskimage.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-application-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-application.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-applicationextension-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-applicationextension.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-autotestrunner-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-autotestrunner.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-cppapplication-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-cppapplication.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-dynamiclibrary-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-dynamiclibrary.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-innosetup-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-innosetup.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-installpackage-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-installpackage.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-javaclasscollection-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-javaclasscollection.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-javajarfile-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-javajarfile.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-library-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-library.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-loadablemodule-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-loadablemodule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-qtapplication-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-qtapplication.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-qtguiapplication-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-qtguiapplication.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-staticlibrary-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-staticlibrary.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-xpcservice-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsconvenienceitems-xpcservice.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-artifact-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-artifact.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-depends-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-depends.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-export-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-export.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-filetagger-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-filetagger.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-group-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-group.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-joblimit-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-joblimit.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-module-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-module.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-moduleprovider-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-moduleprovider.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-parameter-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-parameter.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-parameters-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-parameters.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-probe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-probe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-product-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-product.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-profile-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-profile.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-project-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-project.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-properties-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-properties.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-propertyoptions-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-propertyoptions.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-rule-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-rule.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-scanner-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-scanner.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-subproject-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbslanguageitems-subproject.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmoduleproviders-qbspkgconfig-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmoduleproviders-qbspkgconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmoduleproviders-qt-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmoduleproviders-qt.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-android-ndk-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-android-ndk.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-android-sdk-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-android-sdk.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-archiver-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-archiver.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-autotest-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-autotest.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-bundle-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-bundle.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-capnproto-cpp-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-capnproto-cpp.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-codesign-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-codesign.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-cpp-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-cpp-obsolete.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-cpp.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-cpufeatures-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-cpufeatures.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-dmg-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-dmg.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-exporter-pkgconfig-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-exporter-pkgconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-exporter-qbs-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-exporter-qbs.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-freedesktop-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-freedesktop.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-ib-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-ib.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-ico-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-ico.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-innosetup-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-innosetup.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-java-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-java.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-lex-yacc-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-lex-yacc.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-nodejs-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-nodejs.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-nsis-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-nsis.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-pkgconfig-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-pkgconfig.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-cpp-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-cpp.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-nanopb-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-nanopb.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-objc-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-protobuf-objc.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qbs-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qbs.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qnx-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qnx.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-android-support-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-android-support.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-core-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-core.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-dbus-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-dbus.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-declarative-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-declarative.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-gui-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-gui.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-plugin-support-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-plugin-support.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-qml-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-qml.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-quick-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-quick.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-scxml-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-qt-scxml.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-texttemplate-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-texttemplate.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-typescript-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-typescript.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-vcs-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-vcs.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-wix-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-wix.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-xcode-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsmodules-xcode.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-binaryprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-binaryprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-conanfileprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-conanfileprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-frameworkprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-frameworkprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-includeprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-includeprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-libraryprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-libraryprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-pathprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-pathprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-pkgconfigprobe-members.html -%%PORTDOCS%%%%DOCSDIR%%/html/qml-qbsprobes-pkgconfigprobe.html -%%PORTDOCS%%%%DOCSDIR%%/html/qt-modules.html -%%PORTDOCS%%%%DOCSDIR%%/html/qt-versions.html -%%PORTDOCS%%%%DOCSDIR%%/html/reference.html -%%PORTDOCS%%%%DOCSDIR%%/html/running-applications.html -%%PORTDOCS%%%%DOCSDIR%%/html/setup.html -%%PORTDOCS%%%%DOCSDIR%%/html/shell.html -%%PORTDOCS%%%%DOCSDIR%%/html/style/offline-simple.css -%%PORTDOCS%%%%DOCSDIR%%/html/style/offline.css -%%PORTDOCS%%%%DOCSDIR%%/html/usage.html -%%PORTDOCS%%%%DOCSDIR%%/qbs.qch -%%DATADIR%%/examples/app-and-lib/app-and-lib.qbs -%%DATADIR%%/examples/app-and-lib/app/app.qbs -%%DATADIR%%/examples/app-and-lib/app/main.cpp -%%DATADIR%%/examples/app-and-lib/lib/lib.cpp -%%DATADIR%%/examples/app-and-lib/lib/lib.h -%%DATADIR%%/examples/app-and-lib/lib/lib.qbs -%%DATADIR%%/examples/baremetal/at90can128olimex/at90can128olimex.qbs -%%DATADIR%%/examples/baremetal/at90can128olimex/redblink/README.md -%%DATADIR%%/examples/baremetal/at90can128olimex/redblink/gpio.c -%%DATADIR%%/examples/baremetal/at90can128olimex/redblink/gpio.h -%%DATADIR%%/examples/baremetal/at90can128olimex/redblink/main.c -%%DATADIR%%/examples/baremetal/at90can128olimex/redblink/redblink.qbs -%%DATADIR%%/examples/baremetal/baremetal.qbs -%%DATADIR%%/examples/baremetal/cc2540usbdongle/cc2540usbdongle.qbs -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/README.md -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/gpio.c -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/gpio.h -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/greenblink.qbs -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/main.c -%%DATADIR%%/examples/baremetal/cc2540usbdongle/greenblink/system.h -%%DATADIR%%/examples/baremetal/cy7c68013a/cy7c68013a.qbs -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/README.md -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/core.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/core.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/defs.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/gpio.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/gpio.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/hid.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/hid.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/hiddesc.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/hidep0.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/hidep1.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/irqs.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/main.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/nes-gamepads.qbs -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/regs.h -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/usb.c -%%DATADIR%%/examples/baremetal/cy7c68013a/nes-gamepads/usb.h -%%DATADIR%%/examples/baremetal/esp8266/README.md -%%DATADIR%%/examples/baremetal/esp8266/access-point/access-point.qbs -%%DATADIR%%/examples/baremetal/esp8266/access-point/user_config.h -%%DATADIR%%/examples/baremetal/esp8266/access-point/user_main.c -%%DATADIR%%/examples/baremetal/esp8266/esp8266.qbs -%%DATADIR%%/examples/baremetal/esp8266/qbs/imports/Esp8266SdkProbe.qbs -%%DATADIR%%/examples/baremetal/esp8266/qbs/modules/esp8266_sdk/Esp8266SdkModule.qbs -%%DATADIR%%/examples/baremetal/msp430f5529/msp430f5529.qbs -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/README.md -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/gamepads.ld -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/gpio.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/gpio.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/hid.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/hiddesc.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/hidep0.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/hidep1.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/hwdefs.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/main.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/nes-gamepads.qbs -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/pmm.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/pmm.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/ucs.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/ucs.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/usb.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/usb.h -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/wdt_a.c -%%DATADIR%%/examples/baremetal/msp430f5529/nes-gamepads/wdt_a.h -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/README.md -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/gpio.c -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/gpio.h -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/main.c -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/redblink.qbs -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/system.c -%%DATADIR%%/examples/baremetal/msp430f5529/redblink/system.h -%%DATADIR%%/examples/baremetal/pca10001/greenblink/README.md -%%DATADIR%%/examples/baremetal/pca10001/greenblink/gcc/flash.ld -%%DATADIR%%/examples/baremetal/pca10001/greenblink/gcc/startup.s -%%DATADIR%%/examples/baremetal/pca10001/greenblink/gpio.c -%%DATADIR%%/examples/baremetal/pca10001/greenblink/gpio.h -%%DATADIR%%/examples/baremetal/pca10001/greenblink/greenblink.qbs -%%DATADIR%%/examples/baremetal/pca10001/greenblink/iar/flash.icf -%%DATADIR%%/examples/baremetal/pca10001/greenblink/iar/startup.s -%%DATADIR%%/examples/baremetal/pca10001/greenblink/keil/flash.sct -%%DATADIR%%/examples/baremetal/pca10001/greenblink/keil/startup.s -%%DATADIR%%/examples/baremetal/pca10001/greenblink/main.c -%%DATADIR%%/examples/baremetal/pca10001/greenblink/system.h -%%DATADIR%%/examples/baremetal/pca10001/pca10001.qbs -%%DATADIR%%/examples/baremetal/pca10040/greenblink/README.md -%%DATADIR%%/examples/baremetal/pca10040/greenblink/gcc/flash.ld -%%DATADIR%%/examples/baremetal/pca10040/greenblink/gcc/startup.s -%%DATADIR%%/examples/baremetal/pca10040/greenblink/gpio.c -%%DATADIR%%/examples/baremetal/pca10040/greenblink/gpio.h -%%DATADIR%%/examples/baremetal/pca10040/greenblink/greenblink.qbs -%%DATADIR%%/examples/baremetal/pca10040/greenblink/iar/flash.icf -%%DATADIR%%/examples/baremetal/pca10040/greenblink/iar/startup.s -%%DATADIR%%/examples/baremetal/pca10040/greenblink/keil/flash.sct -%%DATADIR%%/examples/baremetal/pca10040/greenblink/keil/startup.s -%%DATADIR%%/examples/baremetal/pca10040/greenblink/main.c -%%DATADIR%%/examples/baremetal/pca10040/greenblink/system.h -%%DATADIR%%/examples/baremetal/pca10040/pca10040.qbs -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/README.md -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/gcc/flash.ld -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/gcc/startup.s -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/gpio.c -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/gpio.h -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/greenblink.qbs -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/iar/flash.icf -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/iar/startup.s -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/keil/flash.sct -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/keil/startup.s -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/main.c -%%DATADIR%%/examples/baremetal/stm32f103/greenblink/system.h -%%DATADIR%%/examples/baremetal/stm32f103/stm32f103.qbs -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/README.md -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/blueblink.qbs -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/gcc/flash.ld -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/gcc/startup.s -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/gpio.c -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/gpio.h -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/iar/flash.icf -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/iar/startup.s -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/keil/flash.sct -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/keil/startup.s -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/main.c -%%DATADIR%%/examples/baremetal/stm32f4discovery/blueblink/system.h -%%DATADIR%%/examples/baremetal/stm32f4discovery/stm32f4discovery.qbs -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/README.md -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/gpio.c -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/gpio.h -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/main.c -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/redblink.qbs -%%DATADIR%%/examples/baremetal/stm8s103f3/redblink/system.h -%%DATADIR%%/examples/baremetal/stm8s103f3/stm8s103f3.qbs -%%DATADIR%%/examples/capnproto/addressbook_cpp/addressbook.capnp -%%DATADIR%%/examples/capnproto/addressbook_cpp/addressbook.cpp -%%DATADIR%%/examples/capnproto/addressbook_cpp/addressbook_cpp.qbs -%%DATADIR%%/examples/capnproto/calculator_cpp/calculator-client.cpp -%%DATADIR%%/examples/capnproto/calculator_cpp/calculator-server.cpp -%%DATADIR%%/examples/capnproto/calculator_cpp/calculator.capnp -%%DATADIR%%/examples/capnproto/calculator_cpp/calculator_cpp.qbs -%%DATADIR%%/examples/cocoa-application/CocoaApplication.xcodeproj/project.pbxproj -%%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.h -%%DATADIR%%/examples/cocoa-application/CocoaApplication/AppDelegate.m -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Info.plist -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication-Prefix.pch -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/Contents.json -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_128x128@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_16x16@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_256x256@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_32x32@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/CocoaApplication.xcassets/AppIcon.appiconset/icon_512x512@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/background.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/background@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_128x128@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_16x16@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_256x256@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_32x32@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/dmg.iconset/icon_512x512@2x.png -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/Credits.rtf -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/InfoPlist.strings -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/LICENSE -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en.lproj/MainMenu.xib -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en_US.lproj/Credits.rtf -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en_US.lproj/InfoPlist.strings -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en_US.lproj/LICENSE -%%DATADIR%%/examples/cocoa-application/CocoaApplication/en_US.lproj/MainMenu.xib -%%DATADIR%%/examples/cocoa-application/CocoaApplication/main.m -%%DATADIR%%/examples/cocoa-application/app.qbs -%%DATADIR%%/examples/cocoa-application/cocoa-application.qbs -%%DATADIR%%/examples/cocoa-application/dmg.qbs -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication.xcodeproj/project.pbxproj -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.h -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/AppDelegate.m -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Info.plist -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/CocoaTouchApplication-Prefix.pch -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.h -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/DetailViewController.m -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/LaunchScreen.storyboard -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.h -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/MasterViewController.m -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPad.xib -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/DetailViewController_iPhone.xib -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/InfoPlist.strings -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPad.xib -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/en.lproj/MasterViewController_iPhone.xib -%%DATADIR%%/examples/cocoa-touch-application/CocoaTouchApplication/main.m -%%DATADIR%%/examples/cocoa-touch-application/cocoa-touch-application.qbs -%%DATADIR%%/examples/code-generator/code-generator.qbs -%%DATADIR%%/examples/code-generator/hwgen.cpp -%%DATADIR%%/examples/collidingmice/collidingmice.qbs -%%DATADIR%%/examples/collidingmice/images/cheese.jpg -%%DATADIR%%/examples/collidingmice/main.cpp -%%DATADIR%%/examples/collidingmice/mice.qrc -%%DATADIR%%/examples/collidingmice/mouse.cpp -%%DATADIR%%/examples/collidingmice/mouse.h -%%DATADIR%%/examples/compiled-qml/MainForm.ui.qml -%%DATADIR%%/examples/compiled-qml/cheese.jpg -%%DATADIR%%/examples/compiled-qml/compiled-qml.qbs -%%DATADIR%%/examples/compiled-qml/main.cpp -%%DATADIR%%/examples/compiled-qml/main.qml -%%DATADIR%%/examples/compiled-qml/qml.qrc -%%DATADIR%%/examples/examples.qbs -%%DATADIR%%/examples/grpc/client.cpp -%%DATADIR%%/examples/grpc/grpc.qbs -%%DATADIR%%/examples/grpc/ping-pong-grpc.proto -%%DATADIR%%/examples/grpc/server.cpp -%%DATADIR%%/examples/helloworld-complex/helloworld-complex.qbs -%%DATADIR%%/examples/helloworld-complex/src/foo.cpp -%%DATADIR%%/examples/helloworld-complex/src/foo.h -%%DATADIR%%/examples/helloworld-complex/src/main.cpp -%%DATADIR%%/examples/helloworld-complex/src/specialfeature.cpp -%%DATADIR%%/examples/helloworld-complex/src/specialfeature.h -%%DATADIR%%/examples/helloworld-minimal/helloworld-minimal.qbs -%%DATADIR%%/examples/helloworld-minimal/main.cpp -%%DATADIR%%/examples/helloworld-qt/helloworld-qt.qbs -%%DATADIR%%/examples/helloworld-qt/main.cpp -%%DATADIR%%/examples/install-bundle/MainMenu.xib -%%DATADIR%%/examples/install-bundle/Storyboard.storyboard -%%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/Contents.json -%%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16.png -%%DATADIR%%/examples/install-bundle/assetcatalog1.xcassets/other.imageset/icon_16x16@2x.png -%%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/Contents.json -%%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16.png -%%DATADIR%%/examples/install-bundle/assetcatalog2.xcassets/other.imageset/icon_16x16@2x.png -%%DATADIR%%/examples/install-bundle/coreutils.cpp -%%DATADIR%%/examples/install-bundle/coreutils.h -%%DATADIR%%/examples/install-bundle/install-bundle.qbs -%%DATADIR%%/examples/install-bundle/main.cpp -%%DATADIR%%/examples/install-bundle/white.iconset/icon_16x16.png -%%DATADIR%%/examples/install-bundle/white.iconset/icon_16x16@2x.png -%%DATADIR%%/examples/pkgconfig-provider/main.c -%%DATADIR%%/examples/pkgconfig-provider/pkgconfig-provider.qbs -%%DATADIR%%/examples/protobuf/addressbook_cpp/README.md -%%DATADIR%%/examples/protobuf/addressbook_cpp/addressbook_cpp.qbs -%%DATADIR%%/examples/protobuf/addressbook_cpp/main.cpp -%%DATADIR%%/examples/protobuf/addressbook_objc/README.md -%%DATADIR%%/examples/protobuf/addressbook_objc/addressbook_objc.qbs -%%DATADIR%%/examples/protobuf/addressbook_objc/main.m -%%DATADIR%%/examples/protobuf/shared/addressbook.proto -%%DATADIR%%/examples/rpaths/main.cpp -%%DATADIR%%/examples/rpaths/objecta.cpp -%%DATADIR%%/examples/rpaths/objecta.h -%%DATADIR%%/examples/rpaths/objectb.cpp -%%DATADIR%%/examples/rpaths/objectb.h -%%DATADIR%%/examples/rpaths/rpaths.qbs -%%DATADIR%%/examples/rule/lorem_ipsum.txt -%%DATADIR%%/examples/rule/rule.qbs -%%DATADIR%%/imports/qbs/BundleTools/bundle-tools.js -%%DATADIR%%/imports/qbs/DarwinTools/darwin-tools.js -%%DATADIR%%/imports/qbs/ModUtils/utils.js -%%DATADIR%%/imports/qbs/PathTools/path-tools.js -%%DATADIR%%/imports/qbs/Probes/AndroidNdkProbe.qbs -%%DATADIR%%/imports/qbs/Probes/AndroidSdkProbe.qbs -%%DATADIR%%/imports/qbs/Probes/BinaryProbe.qbs -%%DATADIR%%/imports/qbs/Probes/ClBinaryProbe.qbs -%%DATADIR%%/imports/qbs/Probes/ClangClBinaryProbe.qbs -%%DATADIR%%/imports/qbs/Probes/ClangClProbe.qbs -%%DATADIR%%/imports/qbs/Probes/ConanfileProbe.qbs -%%DATADIR%%/imports/qbs/Probes/CosmicProbe.qbs -%%DATADIR%%/imports/qbs/Probes/DmcProbe.qbs -%%DATADIR%%/imports/qbs/Probes/FrameworkProbe.qbs -%%DATADIR%%/imports/qbs/Probes/GccBinaryProbe.qbs -%%DATADIR%%/imports/qbs/Probes/GccProbe.qbs -%%DATADIR%%/imports/qbs/Probes/GccVersionProbe.qbs -%%DATADIR%%/imports/qbs/Probes/IarProbe.qbs -%%DATADIR%%/imports/qbs/Probes/IcoUtilsVersionProbe.qbs -%%DATADIR%%/imports/qbs/Probes/IncludeProbe.qbs -%%DATADIR%%/imports/qbs/Probes/InnoSetupProbe.qbs -%%DATADIR%%/imports/qbs/Probes/JdkProbe.qbs -%%DATADIR%%/imports/qbs/Probes/JdkVersionProbe.qbs -%%DATADIR%%/imports/qbs/Probes/KeilProbe.qbs -%%DATADIR%%/imports/qbs/Probes/LibraryProbe.qbs -%%DATADIR%%/imports/qbs/Probes/MsvcProbe.qbs -%%DATADIR%%/imports/qbs/Probes/NodeJsProbe.qbs -%%DATADIR%%/imports/qbs/Probes/NpmProbe.qbs -%%DATADIR%%/imports/qbs/Probes/PathProbe.qbs -%%DATADIR%%/imports/qbs/Probes/PkgConfigProbe.qbs -%%DATADIR%%/imports/qbs/Probes/SdccProbe.qbs -%%DATADIR%%/imports/qbs/Probes/TypeScriptProbe.qbs -%%DATADIR%%/imports/qbs/Probes/WiXProbe.qbs -%%DATADIR%%/imports/qbs/Probes/XcodeLocationProbe.qbs -%%DATADIR%%/imports/qbs/Probes/XcodeProbe.qbs -%%DATADIR%%/imports/qbs/Probes/path-probe.js -%%DATADIR%%/imports/qbs/UnixUtils/unix-utils.js -%%DATADIR%%/imports/qbs/WindowsUtils/windows-utils.js -%%DATADIR%%/imports/qbs/base/AndroidApk.qbs -%%DATADIR%%/imports/qbs/base/AppleApplicationDiskImage.qbs -%%DATADIR%%/imports/qbs/base/AppleDiskImage.qbs -%%DATADIR%%/imports/qbs/base/Application.qbs -%%DATADIR%%/imports/qbs/base/ApplicationExtension.qbs -%%DATADIR%%/imports/qbs/base/AutotestRunner.qbs -%%DATADIR%%/imports/qbs/base/CppApplication.qbs -%%DATADIR%%/imports/qbs/base/DynamicLibrary.qbs -%%DATADIR%%/imports/qbs/base/InnoSetup.qbs -%%DATADIR%%/imports/qbs/base/InstallPackage.qbs -%%DATADIR%%/imports/qbs/base/JavaClassCollection.qbs -%%DATADIR%%/imports/qbs/base/JavaJarFile.qbs -%%DATADIR%%/imports/qbs/base/Library.qbs -%%DATADIR%%/imports/qbs/base/LoadableModule.qbs -%%DATADIR%%/imports/qbs/base/NSISSetup.qbs -%%DATADIR%%/imports/qbs/base/NativeBinary.qbs -%%DATADIR%%/imports/qbs/base/NetModule.qbs -%%DATADIR%%/imports/qbs/base/NodeJSApplication.qbs -%%DATADIR%%/imports/qbs/base/QtApplication.qbs -%%DATADIR%%/imports/qbs/base/QtGuiApplication.qbs -%%DATADIR%%/imports/qbs/base/StaticLibrary.qbs -%%DATADIR%%/imports/qbs/base/WindowsInstallerPackage.qbs -%%DATADIR%%/imports/qbs/base/WindowsSetupPackage.qbs -%%DATADIR%%/imports/qbs/base/XPCService.qbs -%%DATADIR%%/module-providers/Qt/provider.qbs -%%DATADIR%%/module-providers/Qt/setup-qt.js -%%DATADIR%%/module-providers/Qt/templates/QtModule.qbs -%%DATADIR%%/module-providers/Qt/templates/QtPlugin.qbs -%%DATADIR%%/module-providers/Qt/templates/android_support.qbs -%%DATADIR%%/module-providers/Qt/templates/core.qbs -%%DATADIR%%/module-providers/Qt/templates/dbus.js -%%DATADIR%%/module-providers/Qt/templates/dbus.qbs -%%DATADIR%%/module-providers/Qt/templates/gui.qbs -%%DATADIR%%/module-providers/Qt/templates/moc.js -%%DATADIR%%/module-providers/Qt/templates/module.qbs -%%DATADIR%%/module-providers/Qt/templates/plugin.qbs -%%DATADIR%%/module-providers/Qt/templates/plugin_support.qbs -%%DATADIR%%/module-providers/Qt/templates/qdoc.js -%%DATADIR%%/module-providers/Qt/templates/qml.js -%%DATADIR%%/module-providers/Qt/templates/qml.qbs -%%DATADIR%%/module-providers/Qt/templates/qmlcache.qbs -%%DATADIR%%/module-providers/Qt/templates/quick.js -%%DATADIR%%/module-providers/Qt/templates/quick.qbs -%%DATADIR%%/module-providers/Qt/templates/rcc.js -%%DATADIR%%/module-providers/Qt/templates/scxml.qbs -%%DATADIR%%/module-providers/__fallback/fallback.qbs -%%DATADIR%%/module-providers/__fallback/provider.qbs -%%DATADIR%%/module-providers/qbspkgconfig.qbs -%%DATADIR%%/modules/Android/android-utils.js -%%DATADIR%%/modules/Android/ndk/ndk.qbs -%%DATADIR%%/modules/Android/ndk/utils.js -%%DATADIR%%/modules/Android/sdk/sdk.qbs -%%DATADIR%%/modules/Android/sdk/utils.js -%%DATADIR%%/modules/Exporter/pkgconfig/pkgconfig.js -%%DATADIR%%/modules/Exporter/pkgconfig/pkgconfig.qbs -%%DATADIR%%/modules/Exporter/qbs/qbsexporter.js -%%DATADIR%%/modules/Exporter/qbs/qbsexporter.qbs -%%DATADIR%%/modules/archiver/archiver.qbs -%%DATADIR%%/modules/autotest/autotest.qbs -%%DATADIR%%/modules/bundle/BundleModule.qbs -%%DATADIR%%/modules/bundle/MacOSX-Package-Types.xcspec -%%DATADIR%%/modules/bundle/MacOSX-Product-Types.xcspec -%%DATADIR%%/modules/bundle/bundle.js -%%DATADIR%%/modules/capnproto/capnproto.js -%%DATADIR%%/modules/capnproto/capnprotobase.qbs -%%DATADIR%%/modules/capnproto/cpp/capnprotocpp.qbs -%%DATADIR%%/modules/cli/CLIModule.qbs -%%DATADIR%%/modules/cli/cli.js -%%DATADIR%%/modules/cli/mono.qbs -%%DATADIR%%/modules/cli/windows-dotnet.qbs -%%DATADIR%%/modules/codesign/CodeSignModule.qbs -%%DATADIR%%/modules/codesign/android.qbs -%%DATADIR%%/modules/codesign/apple.qbs -%%DATADIR%%/modules/codesign/codesign.js -%%DATADIR%%/modules/codesign/noop.qbs -%%DATADIR%%/modules/codesign/signtool.qbs -%%DATADIR%%/modules/cpp/CppModule.qbs -%%DATADIR%%/modules/cpp/DarwinGCC.qbs -%%DATADIR%%/modules/cpp/GenericGCC.qbs -%%DATADIR%%/modules/cpp/LinuxGCC.qbs -%%DATADIR%%/modules/cpp/MingwBaseModule.qbs -%%DATADIR%%/modules/cpp/UnixGCC.qbs -%%DATADIR%%/modules/cpp/android-gcc.qbs -%%DATADIR%%/modules/cpp/cosmic.js -%%DATADIR%%/modules/cpp/cosmic.qbs -%%DATADIR%%/modules/cpp/cpp.js -%%DATADIR%%/modules/cpp/darwin.js -%%DATADIR%%/modules/cpp/dmc.js -%%DATADIR%%/modules/cpp/dmc.qbs -%%DATADIR%%/modules/cpp/freebsd-gcc.qbs -%%DATADIR%%/modules/cpp/freebsd.js -%%DATADIR%%/modules/cpp/gcc.js -%%DATADIR%%/modules/cpp/iar.js -%%DATADIR%%/modules/cpp/iar.qbs -%%DATADIR%%/modules/cpp/ios-gcc.qbs -%%DATADIR%%/modules/cpp/keil.js -%%DATADIR%%/modules/cpp/keil.qbs -%%DATADIR%%/modules/cpp/macos-gcc.qbs -%%DATADIR%%/modules/cpp/msvc.js -%%DATADIR%%/modules/cpp/qnx-qcc.qbs -%%DATADIR%%/modules/cpp/sdcc.js -%%DATADIR%%/modules/cpp/sdcc.qbs -%%DATADIR%%/modules/cpp/setuprunenv.js -%%DATADIR%%/modules/cpp/tvos-gcc.qbs -%%DATADIR%%/modules/cpp/watchos-gcc.qbs -%%DATADIR%%/modules/cpp/windows-clang-cl.qbs -%%DATADIR%%/modules/cpp/windows-clang-mingw.qbs -%%DATADIR%%/modules/cpp/windows-mingw.qbs -%%DATADIR%%/modules/cpp/windows-msvc-base.qbs -%%DATADIR%%/modules/cpp/windows-msvc.qbs -%%DATADIR%%/modules/cpufeatures/cpufeatures.qbs -%%DATADIR%%/modules/dmg/DMGModule.qbs -%%DATADIR%%/modules/dmg/dmg.js -%%DATADIR%%/modules/freedesktop/FreeDesktop.qbs -%%DATADIR%%/modules/freedesktop/freedesktop.js -%%DATADIR%%/modules/ib/IBModule.qbs -%%DATADIR%%/modules/ib/ib.js -%%DATADIR%%/modules/ico/IcoModule.qbs -%%DATADIR%%/modules/ico/ico.js -%%DATADIR%%/modules/innosetup/InnoSetupModule.qbs -%%DATADIR%%/modules/java/JavaModule.qbs -%%DATADIR%%/modules/java/io/qt/qbs/Artifact.java -%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListJsonWriter.java -%%DATADIR%%/modules/java/io/qt/qbs/ArtifactListWriter.java -%%DATADIR%%/modules/java/io/qt/qbs/tools/JavaCompilerScannerTool.java -%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerOptions.java -%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/JavaCompilerScanner.java -%%DATADIR%%/modules/java/io/qt/qbs/tools/utils/NullFileObject.java -%%DATADIR%%/modules/java/utils.js -%%DATADIR%%/modules/lex_yacc/lexyacc.js -%%DATADIR%%/modules/lex_yacc/lexyacc.qbs -%%DATADIR%%/modules/nodejs/NodeJS.qbs -%%DATADIR%%/modules/nodejs/nodejs.js -%%DATADIR%%/modules/nsis/NSISModule.qbs -%%DATADIR%%/modules/pkgconfig/pkgconfig.qbs -%%DATADIR%%/modules/protobuf/cpp/protobufcpp.qbs -%%DATADIR%%/modules/protobuf/nanopb/nanopb.qbs -%%DATADIR%%/modules/protobuf/objc/protobufobjc.qbs -%%DATADIR%%/modules/protobuf/protobuf.js -%%DATADIR%%/modules/protobuf/protobufbase.qbs -%%DATADIR%%/modules/qbs/common.qbs -%%DATADIR%%/modules/qnx/qnx.qbs -%%DATADIR%%/modules/texttemplate/texttemplate.qbs -%%DATADIR%%/modules/typescript/TypeScriptModule.qbs -%%DATADIR%%/modules/typescript/qbs-tsc-scan/.gitignore -%%DATADIR%%/modules/typescript/qbs-tsc-scan/qbs-tsc-scan.ts -%%DATADIR%%/modules/typescript/typescript.js -%%DATADIR%%/modules/vcs/vcs-module.qbs -%%DATADIR%%/modules/wix/WiXModule.qbs -%%DATADIR%%/modules/xcode/xcode.js -%%DATADIR%%/modules/xcode/xcode.qbs -%%DATADIR%%/python/biplist/__init__.py -%%DATADIR%%/python/dmgbuild/__init__.py -%%DATADIR%%/python/dmgbuild/badge.py -%%DATADIR%%/python/dmgbuild/colors.py -%%DATADIR%%/python/dmgbuild/core.py -%%DATADIR%%/python/dmgbuild/licensing.py -%%DATADIR%%/python/dmgbuild/resources.py -%%DATADIR%%/python/ds_store/__init__.py -%%DATADIR%%/python/ds_store/buddy.py -%%DATADIR%%/python/ds_store/store.py -%%DATADIR%%/python/mac_alias/__init__.py -%%DATADIR%%/python/mac_alias/alias.py -%%DATADIR%%/python/mac_alias/bookmark.py -%%DATADIR%%/python/mac_alias/osx.py -%%DATADIR%%/python/mac_alias/utils.py diff --git a/lang/Makefile b/lang/Makefile index a5b763b8201d..22d840aa5ab2 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -30,8 +30,6 @@ SUBDIR += clojure SUBDIR += clojure-mode.el SUBDIR += clover - SUBDIR += cmucl - SUBDIR += cmucl-extra SUBDIR += cocor SUBDIR += coffeescript SUBDIR += cparser diff --git a/lang/cmucl-extra/Makefile b/lang/cmucl-extra/Makefile deleted file mode 100644 index 67e72cb39798..000000000000 --- a/lang/cmucl-extra/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Scott Flatman <sf@dsinw.com> - -PORTNAME= cmucl-extra -DISTVERSION= 21b -CATEGORIES= lang lisp -MASTER_SITES= https://common-lisp.net/project/cmucl/downloads/release/${DISTVERSION}/ \ - http://cmucl.org/downloads/release/${DISTVERSION}/ \ - https://pmsf.eu/pub/cmucl/release/${DISTVERSION}/ \ - http://www.rgrjr.com/cmucl/downloads/release/${DISTVERSION}/ -DISTNAME= cmucl-${DISTVERSION}-x86-FreeBSD.extra - -MAINTAINER= ports@FreeBSD.org -COMMENT= Optional extras for the CMU implementation of Common Lisp - -LICENSE= PD - -BROKEN= lang/cmucl is broken since 12.1 -DEPRECATED= lang/cmucl is not supported upstream since 2017 and broken since FreeBSD 12.1 -EXPIRATION_DATE= 2022-06-25 - -RUN_DEPENDS= lisp:lang/cmucl - -USES= tar:bzip2 - -NO_ARCH= yes -NO_BUILD= yes -NO_WRKSUBDIR= yes - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes -NLS_USES= gettext - -do-install: - cd ${WRKSRC}/lib/cmucl && ${COPYTREE_SHARE} lib ${STAGEDIR}${DATADIR} - cd ${STAGEDIR}${DATADIR}/lib && ${COPYTREE_SHARE} locale ${STAGEDIR}${PREFIX}/share '-name *\.mo' - ${RM} `${FIND} ${STAGEDIR}${DATADIR} -name "*.mo"` - ${RMDIR} ${STAGEDIR}${DATADIR}/lib/contrib/unix - -.include <bsd.port.mk> diff --git a/lang/cmucl-extra/distinfo b/lang/cmucl-extra/distinfo deleted file mode 100644 index 845c6b4eb57f..000000000000 --- a/lang/cmucl-extra/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1538905563 -SHA256 (cmucl-21b-x86-FreeBSD.extra.tar.bz2) = 3f12539a9b29b108b497df60e771b9a0305bdb3d64aba661b60b4d79b724bf6d -SIZE (cmucl-21b-x86-FreeBSD.extra.tar.bz2) = 3474539 diff --git a/lang/cmucl-extra/pkg-descr b/lang/cmucl-extra/pkg-descr deleted file mode 100644 index 8a9dd710bf0d..000000000000 --- a/lang/cmucl-extra/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -Optional extras for the CMU implementation of Common Lisp. - -Optional packages for graphical user interfaces and other Common Lisp -applications and libraries are on: - -ftp://cmucl.cons.org/pub/lisp/cmucl/ - -WWW: http://www.cons.org/cmucl/ diff --git a/lang/cmucl-extra/pkg-plist b/lang/cmucl-extra/pkg-plist deleted file mode 100644 index e776e901bf6e..000000000000 --- a/lang/cmucl-extra/pkg-plist +++ /dev/null @@ -1,140 +0,0 @@ -%%DATADIR%%/lib/XKeysymDB -%%DATADIR%%/lib/contrib/CATALOG.TXT -%%DATADIR%%/lib/contrib/READ-ME.TXT -%%DATADIR%%/lib/contrib/clx-inspector/clx-inspector.asd -%%DATADIR%%/lib/contrib/clx-inspector/clx-inspector.catalog -%%DATADIR%%/lib/contrib/clx-inspector/clx-inspector.lisp -%%DATADIR%%/lib/contrib/clx-inspector/compile-clx-inspector.lisp -%%DATADIR%%/lib/contrib/clx-inspector/inspect11-d.cursor -%%DATADIR%%/lib/contrib/clx-inspector/inspect11-d.mask -%%DATADIR%%/lib/contrib/clx-inspector/inspect11-s.cursor -%%DATADIR%%/lib/contrib/clx-inspector/inspect11-s.mask -%%DATADIR%%/lib/contrib/clx-inspector/inspect11.cursor -%%DATADIR%%/lib/contrib/clx-inspector/inspect11.mask -%%DATADIR%%/lib/contrib/clx-inspector/inspector.help -%%DATADIR%%/lib/contrib/contrib.lisp -%%DATADIR%%/lib/contrib/demos/demos.asd -%%DATADIR%%/lib/contrib/demos/demos.catalog -%%DATADIR%%/lib/contrib/demos/demos.lisp -%%DATADIR%%/lib/contrib/demos/menu.lisp -%%DATADIR%%/lib/contrib/embedded-c/embedded-c.asd -%%DATADIR%%/lib/contrib/embedded-c/embedded-c.catalog -%%DATADIR%%/lib/contrib/embedded-c/embedded-c.lisp -%%DATADIR%%/lib/contrib/follow-mouse/follow-mouse.asd -%%DATADIR%%/lib/contrib/follow-mouse/follow-mouse.catalog -%%DATADIR%%/lib/contrib/follow-mouse/follow-mouse.lisp -%%DATADIR%%/lib/contrib/games/feebs/brains.lisp -%%DATADIR%%/lib/contrib/games/feebs/feebs.asd -%%DATADIR%%/lib/contrib/games/feebs/feebs.catalog -%%DATADIR%%/lib/contrib/games/feebs/feebs.lisp -%%DATADIR%%/lib/contrib/games/feebs/feebs.log -%%DATADIR%%/lib/contrib/games/feebs/feebs.mss -%%DATADIR%%/lib/contrib/games/feebs/feebs.tex -%%DATADIR%%/lib/contrib/games/feebs/mazes.lisp -%%DATADIR%%/lib/contrib/hist/hist.asd -%%DATADIR%%/lib/contrib/hist/hist.catalog -%%DATADIR%%/lib/contrib/hist/hist.lisp -%%DATADIR%%/lib/contrib/library-maintenance/catalog-cat.lisp -%%DATADIR%%/lib/contrib/library-maintenance/compile-lib.lisp -%%DATADIR%%/lib/contrib/library-maintenance/old-catalog-format.txt -%%DATADIR%%/lib/contrib/lisp-unit/README.md -%%DATADIR%%/lib/contrib/lisp-unit/extensions/floating-point.lisp -%%DATADIR%%/lib/contrib/lisp-unit/extensions/rational.lisp -%%DATADIR%%/lib/contrib/lisp-unit/extensions/test-anything-protocol.lisp -%%DATADIR%%/lib/contrib/lisp-unit/internal-test/example-tests.lisp -%%DATADIR%%/lib/contrib/lisp-unit/internal-test/floating-point.lisp -%%DATADIR%%/lib/contrib/lisp-unit/internal-test/fundamental-assertions.lisp -%%DATADIR%%/lib/contrib/lisp-unit/lisp-unit.asd -%%DATADIR%%/lib/contrib/lisp-unit/lisp-unit.lisp -%%DATADIR%%/lib/contrib/load-lisp-unit.lisp -%%DATADIR%%/lib/contrib/ops/b.ops -%%DATADIR%%/lib/contrib/ops/bug.ops -%%DATADIR%%/lib/contrib/ops/ceramic.ops -%%DATADIR%%/lib/contrib/ops/compile-ops.lisp -%%DATADIR%%/lib/contrib/ops/dec.ops -%%DATADIR%%/lib/contrib/ops/fbug.ops -%%DATADIR%%/lib/contrib/ops/haunt.ops -%%DATADIR%%/lib/contrib/ops/mab.ops -%%DATADIR%%/lib/contrib/ops/myw.ops -%%DATADIR%%/lib/contrib/ops/ops-backup.lisp -%%DATADIR%%/lib/contrib/ops/ops-compile.lisp -%%DATADIR%%/lib/contrib/ops/ops-io.lisp -%%DATADIR%%/lib/contrib/ops/ops-main.lisp -%%DATADIR%%/lib/contrib/ops/ops-match.lisp -%%DATADIR%%/lib/contrib/ops/ops-rhs.lisp -%%DATADIR%%/lib/contrib/ops/ops-util.lisp -%%DATADIR%%/lib/contrib/ops/ops.asd -%%DATADIR%%/lib/contrib/ops/ops.catalog -%%DATADIR%%/lib/contrib/ops/ops.lisp -%%DATADIR%%/lib/contrib/ops/pp.ops -%%DATADIR%%/lib/contrib/ops/rubik.ops -%%DATADIR%%/lib/contrib/ops/test1.ops -%%DATADIR%%/lib/contrib/ops/test2.ops -%%DATADIR%%/lib/contrib/ops/test3.ops -%%DATADIR%%/lib/contrib/ops/tourney.ops -%%DATADIR%%/lib/contrib/ops/ttt.ops -%%DATADIR%%/lib/contrib/ops/weaver.ops -%%DATADIR%%/lib/contrib/packed-sse2/compile-packed-sse2.lisp -%%DATADIR%%/lib/contrib/packed-sse2/packed-sse2.lisp -%%DATADIR%%/lib/contrib/psgraph/psgraph.asd -%%DATADIR%%/lib/contrib/psgraph/psgraph.catalog -%%DATADIR%%/lib/contrib/psgraph/psgraph.doc -%%DATADIR%%/lib/contrib/psgraph/psgraph.lisp -%%DATADIR%%/lib/contrib/sprof/compile-sprof.lisp -%%DATADIR%%/lib/contrib/sprof/sprof.asd -%%DATADIR%%/lib/contrib/sprof/sprof.catalog -%%DATADIR%%/lib/contrib/sprof/sprof.lisp -%%DATADIR%%/lib/hemlock11.cursor -%%DATADIR%%/lib/hemlock11.mask -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-bsd-os.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-linux-os.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-mp.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-ppc-vm.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-sparc-vm.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-sse2.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-sunos-os.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-unix-glibc2.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-unix.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-x86-vm.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl-x87.po -%%DATADIR%%/lib/locale/en@piglatin/LC_MESSAGES/cmucl.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-bsd-os.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-linux-os.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-mp.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-ppc-vm.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-sparc-vm.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-sse2.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-sunos-os.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-unix-glibc2.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-unix.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-x86-vm.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl-x87.po -%%DATADIR%%/lib/locale/ko/LC_MESSAGES/cmucl.po -%%DATADIR%%/lib/mh-scan -%%DATADIR%%/lib/spell-dictionary.bin -%%DATADIR%%/lib/subsystems/clm-library.sse2f -%%DATADIR%%/lib/subsystems/clx-library.sse2f -%%DATADIR%%/lib/subsystems/hemlock-library.sse2f -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-bsd-os.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-linux-os.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-mp.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-ppc-vm.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-sparc-vm.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-sse2.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-sunos-os.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-unix-glibc2.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-unix.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-x86-vm.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl-x87.mo -%%NLS%%share/locale/en@piglatin/LC_MESSAGES/cmucl.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-bsd-os.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-linux-os.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-mp.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-sparc-vm.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-sse2.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-sunos-os.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-unix-glibc2.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-unix.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-x86-vm.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl-x87.mo -%%NLS%%share/locale/ko/LC_MESSAGES/cmucl.mo diff --git a/lang/cmucl/Makefile b/lang/cmucl/Makefile deleted file mode 100644 index 50742364ad96..000000000000 --- a/lang/cmucl/Makefile +++ /dev/null @@ -1,47 +0,0 @@ -# Created by: cracauer@cons.org "Martin Cracauer" - -PORTNAME= cmucl -DISTVERSION= 21b -CATEGORIES= lang lisp -MASTER_SITES= https://common-lisp.net/project/cmucl/downloads/release/${DISTVERSION}/ \ - http://cmucl.org/downloads/release/${DISTVERSION}/ \ - https://pmsf.eu/pub/cmucl/release/${DISTVERSION}/ \ - http://www.rgrjr.com/cmucl/downloads/release/${DISTVERSION}/ -DISTNAME= ${PORTNAME}-${DISTVERSION}-x86-FreeBSD - -MAINTAINER= ports@FreeBSD.org -COMMENT= CMU implementation of Common Lisp - -LICENSE= PD - -BROKEN= Broken since FreeBSD 12.1 -DEPRECATED= Not supported upstream since 2017 and broken since FreeBSD 12.1 -EXPIRATION_DATE= 2022-06-25 - -USES= tar:bzip2 - -# To make available on other archs, has to be cross-compiled (there is a -# script for this, but a configuration file has to be written). -IA32_BINARY_PORT= yes - -NO_WRKSUBDIR= yes -NO_BUILD= yes - -PLIST_SUB= VER=${DISTVERSION} - -OPTIONS_DEFINE= DOCS - -INFO= asdf - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/lisp ${STAGEDIR}${PREFIX}/bin - cd ${WRKSRC}/lib && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib - ${INSTALL_MAN} ${WRKSRC}/man/man1/cmucl.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/man/man1/lisp.1 ${STAGEDIR}${MANPREFIX}/man/man1 - ${MV} ${STAGEDIR}${PREFIX}/lib/cmucl/lib/contrib/asdf/doc/asdf.info ${STAGEDIR}${PREFIX}/${INFO_PATH} - -do-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/cmucl/* ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/lang/cmucl/distinfo b/lang/cmucl/distinfo deleted file mode 100644 index 67fda8b63f80..000000000000 --- a/lang/cmucl/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1538840895 -SHA256 (cmucl-21b-x86-FreeBSD.tar.bz2) = 2c9fbdaed398e61dbe9c439405ae79d28e112423a7c0376de6d2a6c62f4f8918 -SIZE (cmucl-21b-x86-FreeBSD.tar.bz2) = 10680134 diff --git a/lang/cmucl/pkg-descr b/lang/cmucl/pkg-descr deleted file mode 100644 index 06d2d00f4040..000000000000 --- a/lang/cmucl/pkg-descr +++ /dev/null @@ -1,21 +0,0 @@ -CMUCL is the CMU implementation of Common Lisp. - -First-aid documentation is in the manpages lisp(1) and cmucl(1) and -via the normal Common Lisp documentation runtime functions (describe -...) (documentation ...) and (apropos ...). The WWW homepage contains -a pointer to a real user manual. - -CMUCL's strength in comparison with other Lisp systems (or most other -dynamic language implementations in general) is its highly optimizing -compiler. If you know how to write efficient Common Lisp code, you -are free of unwanted memory allocation, type checks, indirections to -objects. CMUCL helps you to write efficient Common Lisp --- it -generates very informative warning messages about code constructs that -prevent compilation to efficient code. - -Optional packages for graphical user interfaces and other Common Lisp -applications and libraries (Eg. the "Hemlock" Editor) are on -ftp://ftp2.cons.org/pub/languages/lisp/cmucl/release/ (FreeBSD-Binaries) -and ftp://ftp2.cons.org/pub/languages/lisp/cmucl/ports/ (source). - -WWW: http://www.cons.org/cmucl/ diff --git a/lang/cmucl/pkg-plist b/lang/cmucl/pkg-plist deleted file mode 100644 index 192905644744..000000000000 --- a/lang/cmucl/pkg-plist +++ /dev/null @@ -1,73 +0,0 @@ -bin/lisp -lib/cmucl/internals.h -lib/cmucl/internals.inc -lib/cmucl/lib/config -lib/cmucl/lib/config.lisp -lib/cmucl/lib/contrib/asdf/asdf.lisp -lib/cmucl/lib/contrib/asdf/asdf.sse2f -lib/cmucl/lib/contrib/asdf/doc/asdf.html -lib/cmucl/lib/contrib/asdf/doc/asdf.pdf -lib/cmucl/lib/contrib/defsystem/defsystem.lisp -lib/cmucl/lib/contrib/defsystem/defsystem.sse2f -lib/cmucl/lib/contrib/load-unix.lisp -lib/cmucl/lib/contrib/unix/unix.lisp -lib/cmucl/lib/contrib/unix/unix.sse2f -lib/cmucl/lib/ext-formats/aliases -lib/cmucl/lib/ext-formats/ascii.lisp -lib/cmucl/lib/ext-formats/beta-gk.lisp -lib/cmucl/lib/ext-formats/cp1250.lisp -lib/cmucl/lib/ext-formats/cp1251.lisp -lib/cmucl/lib/ext-formats/cp1252.lisp -lib/cmucl/lib/ext-formats/cp1253.lisp -lib/cmucl/lib/ext-formats/cp1254.lisp -lib/cmucl/lib/ext-formats/cp1255.lisp -lib/cmucl/lib/ext-formats/cp1256.lisp -lib/cmucl/lib/ext-formats/cp1257.lisp -lib/cmucl/lib/ext-formats/cp1258.lisp -lib/cmucl/lib/ext-formats/cr.lisp -lib/cmucl/lib/ext-formats/crlf.lisp -lib/cmucl/lib/ext-formats/euc-kr.lisp -lib/cmucl/lib/ext-formats/final-sigma.lisp -lib/cmucl/lib/ext-formats/iso8859-1.lisp -lib/cmucl/lib/ext-formats/iso8859-10.lisp -lib/cmucl/lib/ext-formats/iso8859-13.lisp -lib/cmucl/lib/ext-formats/iso8859-14.lisp -lib/cmucl/lib/ext-formats/iso8859-15.lisp -lib/cmucl/lib/ext-formats/iso8859-2.lisp -lib/cmucl/lib/ext-formats/iso8859-3.lisp -lib/cmucl/lib/ext-formats/iso8859-4.lisp -lib/cmucl/lib/ext-formats/iso8859-5.lisp -lib/cmucl/lib/ext-formats/iso8859-6.lisp -lib/cmucl/lib/ext-formats/iso8859-7.lisp -lib/cmucl/lib/ext-formats/iso8859-8.lisp -lib/cmucl/lib/ext-formats/iso8859-9.lisp -lib/cmucl/lib/ext-formats/koi8-r.lisp -lib/cmucl/lib/ext-formats/mac-cyrillic.lisp -lib/cmucl/lib/ext-formats/mac-greek.lisp -lib/cmucl/lib/ext-formats/mac-icelandic.lisp -lib/cmucl/lib/ext-formats/mac-latin2.lisp -lib/cmucl/lib/ext-formats/mac-roman.lisp -lib/cmucl/lib/ext-formats/mac-turkish.lisp -lib/cmucl/lib/ext-formats/unidata.bin -lib/cmucl/lib/ext-formats/utf-16-be.lisp -lib/cmucl/lib/ext-formats/utf-16-le.lisp -lib/cmucl/lib/ext-formats/utf-16.lisp -lib/cmucl/lib/ext-formats/utf-32-be.lisp -lib/cmucl/lib/ext-formats/utf-32-le.lisp -lib/cmucl/lib/ext-formats/utf-32.lisp -lib/cmucl/lib/ext-formats/utf-8.lisp -lib/cmucl/lib/ext-formats/void.lisp -lib/cmucl/lib/generic-site.lisp -lib/cmucl/lib/lisp-sse2.core -lib/cmucl/lib/load-foreign.csh -lib/cmucl/lib/subsystems/gray-compat-library.sse2f -lib/cmucl/lib/subsystems/gray-streams-library.sse2f -lib/cmucl/lib/subsystems/iodefs-library.sse2f -lib/cmucl/lib/subsystems/simple-streams-library.sse2f -lib/cmucl/lisp.map -lib/cmucl/lisp.nm -lib/cmucl/sample-wrapper -man/man1/cmucl.1.gz -man/man1/lisp.1.gz -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/release-%%VER%%.txt diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile index 64926b5b2b3d..8f64fb213a5e 100644 --- a/net-mgmt/Makefile +++ b/net-mgmt/Makefile @@ -404,10 +404,8 @@ SUBDIR += zabbix5-proxy SUBDIR += zabbix5-server SUBDIR += zabbix54-agent - SUBDIR += zabbix54-frontend SUBDIR += zabbix54-java SUBDIR += zabbix54-proxy - SUBDIR += zabbix54-server SUBDIR += zabbix6-agent SUBDIR += zabbix6-frontend SUBDIR += zabbix6-java diff --git a/net-mgmt/zabbix54-frontend/Makefile b/net-mgmt/zabbix54-frontend/Makefile deleted file mode 100644 index 969dbe56ca3d..000000000000 --- a/net-mgmt/zabbix54-frontend/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -PORTNAME= zabbix54 -CATEGORIES= net-mgmt -PKGNAMESUFFIX= -frontend${PHP_PKGNAMESUFFIX} - -USES+= php:web,flavors -USE_PHP= bcmath ctype dom fileinfo filter gd gettext hash json ldap \ - mbstring openssl pcre session simplexml snmp sockets xml \ - xmlreader xmlwriter -IGNORE_WITH_PHP= 80 81 82 - -MASTERDIR= ${.CURDIR}/../${PORTNAME}-server -PATCHDIR= -NO_ARCH= yes -NO_BUILD= yes - -PLIST= ${PKGDIR}/pkg-plist.frontend - -OPTIONS_DEFINE= MYSQLI ORACLE PGSQL -OPTIONS_DEFAULT= MYSQLI -MYSQLI_DESC= MySQLI backend - -MYSQLI_USE= PHP=mysqli -ORACLE_CONFIGURE_WITH= oracle -PGSQL_USE= PHP=pgsql - -do-install: - @${MKDIR} ${STAGEDIR}${WWWDIR} - (cd ${WRKSRC}/ui && \ - ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) - -.include "${MASTERDIR}/Makefile" diff --git a/net-mgmt/zabbix54-server/Makefile b/net-mgmt/zabbix54-server/Makefile deleted file mode 100644 index 46f19510be9c..000000000000 --- a/net-mgmt/zabbix54-server/Makefile +++ /dev/null @@ -1,222 +0,0 @@ -PORTNAME= zabbix54 -DISTVERSION= 5.4.12 -CATEGORIES= net-mgmt -MASTER_SITES= https://cdn.zabbix.com/zabbix/sources/stable/${DISTVERSION:R}/ -PKGNAMESUFFIX?= -server -DISTNAME= zabbix-${DISTVERSION} - -MAINTAINER= otis@FreeBSD.org -COMMENT= Enterprise-class open source distributed monitoring (${PKGNAMESUFFIX:S/^-//}) - -LICENSE= GPLv2+ -LICENSE_FILE= ${WRKSRC}/COPYING - -LIB_DEPENDS= libpcre.so:devel/pcre - -CONFLICTS_INSTALL= zabbix[0-46-9][0-9]${PKGNAMESUFFIX} \ - zabbix5[0-35-9]${PKGNAMESUFFIX} \ - zabbix[0-9]${PKGNAMESUFFIX} - -DEPRECATED= Unsupported by upstream -EXPIRATION_DATE=2022-06-29 - -ZABBIX_BUILD= ${PKGNAMESUFFIX:S/^-//:S/-$//} - -.if ${ZABBIX_BUILD} != "frontend" # frontend only needs the version/distribution settings -.if ${ZABBIX_BUILD} != "agent" -CONFIGURE_ARGS+= --with-libevent=${LOCALBASE} --cache-file=${WRKSRC}/config.cache -LIB_DEPENDS+= libevent.so:devel/libevent -USE_RC_SUBR= zabbix_${ZABBIX_BUILD} -.else -USE_RC_SUBR= zabbix_${ZABBIX_BUILD}d -.endif - -USES= pkgconfig iconv - -USERS= zabbix -GROUPS= zabbix - -.if ${ZABBIX_BUILD} != "proxy" -PLIST_SUB= PROXY="@comment " -.else -PLIST_SUB= PROXY="" -PLIST_FILES+= bin/zabbix_proxy_js -.endif - -.if ${ZABBIX_BUILD} == "server" -PLIST_SUB+= SERVER="" -PLIST_FILES+= bin/zabbix_js -.else -PLIST_SUB+= SERVER="@comment " -.endif - -PLIST_SUB+= ZABBIX_BUILD=${ZABBIX_BUILD} DISTVERSION=${DISTVERSION} -SUB_LIST= ZABBIX_BUILD=${ZABBIX_BUILD} - -MAKE_ARGS+= ARCH=freebsd -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --enable-${ZABBIX_BUILD} \ - --sysconfdir=${ETCDIR} \ - --datadir=${ETCDIR} \ - --with-iconv=${ICONV_PREFIX} - -.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" -LIB_DEPENDS+= libnetsnmp.so:net-mgmt/net-snmp - -CPPFLAGS+= -I${LOCALBASE}/include - -SUB_FILES= pkg-message - -CONFIGURE_ARGS+= --with-net-snmp - -OPTIONS_DEFINE= IPV6 FPING CURL LDAP IPMI SSH NMAP LIBXML2 UNIXODBC - -OPTIONS_DEFAULT= FPING CURL UNIXODBC MYSQL OPENSSL -OPTIONS_SUB= yes - -FPING_DESC= Build/install fping for ping checks -IPMI_DESC= Support for IPMI checks -LDAP_DESC= Support for LDAP server checks -NMAP_DESC= Build/install nmap for o/s detection -SSH_DESC= Support for SSH-based checks -UNIXODBC_DESC= Support for database checks via ODBC -LIBXML2_DESC= Support for libxml2 (required by monitoring VMware) - -OPTIONS_SINGLE= DB SSL -OPTIONS_SINGLE_DB?= MYSQL PGSQL ORACLE -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS - -MYSQL_CONFIGURE_WITH= mysql -MYSQL_USES+= compiler:c11 mysql - -PGSQL_CONFIGURE_WITH= postgresql -PGSQL_USES+= pgsql - -SQLITE_CONFIGURE_WITH= sqlite3 -SQLITE_USES+= sqlite:3 - -ORACLE_CONFIGURE_WITH= oracle - -LDAP_CONFIGURE_WITH= ldap -LDAP_USE= OPENLDAP=yes - -IPMI_CONFIGURE_WITH= openipmi -IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi - -FPING_RUN_DEPENDS= fping:net/fping - -SSH_CONFIGURE_WITH= ssh2 -SSH_LIB_DEPENDS= libssh2.so:security/libssh2 - -UNIXODBC_CONFIGURE_WITH=unixodbc -UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC -.elif ${ZABBIX_BUILD} == "agent" -OPTIONS_SINGLE= SSL -OPTIONS_SINGLE_SSL= OPENSSL GNUTLS -.endif # if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" - -CURL_DESC= Support for web monitoring -CURL_CONFIGURE_WITH= libcurl -CURL_LIB_DEPENDS= libcurl.so:ftp/curl - -IPV6_CONFIGURE_ENABLE= ipv6 - -NMAP_RUN_DEPENDS= nmap:security/nmap \ - sudo:security/sudo - -LIBXML2_CONFIGURE_WITH= libxml2=${LOCALBASE} -LIBXML2_LIB_DEPENDS= libxml2.so:textproc/libxml2 - -MODBUS_DESC= Support for Modbus checks -MODBUS_CONFIGURE_WITH= libmodbus -MODBUS_LIB_DEPENDS= libmodbus.so:comms/libmodbus - -OPENSSL_CONFIGURE_WITH= openssl -OPENSSL_USES= ssl -OPENSSL_VARS= BROKEN_SSL="libressl libressl-devel" \ - BROKEN_SSL_REASON="PSK is not provided by LibreSSL" - -GNUTLS_CONFIGURE_WITH= gnutls -GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls - -.include <bsd.port.pre.mk> - -post-patch: - @${GREP} -rl "/etc/zabbix" ${WRKSRC} \ - | ${XARGS} ${REINPLACE_CMD} -e 's#/usr/local/etc#${ETCDIR}#g' - - @${REINPLACE_CMD} -e 's#/usr/sbin/fping#${LOCALBASE}/sbin/fping#g' \ - ${WRKSRC}/conf/zabbix_*.conf \ - ${WRKSRC}/src/zabbix_proxy/proxy.c \ - ${WRKSRC}/src/zabbix_server/server.c - -.if ${ZABBIX_BUILD} == "server" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_server.pid#/var/run/zabbix/zabbix_server.pid#g' \ - ${WRKSRC}/conf/zabbix_server.conf \ - ${WRKSRC}/src/zabbix_server/server.c -.endif - -.if ${ZABBIX_BUILD} == "proxy" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_proxy.pid#/var/run/zabbix/zabbix_proxy.pid#g' \ - ${WRKSRC}/conf/zabbix_proxy.conf \ - ${WRKSRC}/src/zabbix_proxy/proxy.c -.endif - -.if ${ZABBIX_BUILD} == "agent" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_agentd.pid#/var/run/zabbix/zabbix_agentd.pid#g' \ - ${WRKSRC}/conf/zabbix_agentd.conf \ - ${WRKSRC}/src/zabbix_agent/zabbix_agentd.c -.endif - -.if ${ZABBIX_BUILD} == "java" - @${REINPLACE_CMD} -e 's#/tmp/zabbix_java.pid#/var/run/zabbix/zabbix_java.pid#g' \ - ${WRKSRC}/src/zabbix_java/settings.sh -.endif - -.if ${ZABBIX_BUILD} != "agent" -. for d in mysql oracle postgresql sqlite3 - @${REINPLACE_CMD} \ - -e 's|/usr/bin/traceroute|/usr/sbin/traceroute|g' \ - -e 's|sudo /usr/bin/nmap|sudo ${LOCALBASE}/bin/nmap|g' \ - ${WRKSRC}/database/${d}/data.sql -. endfor -.endif - @${FIND} ${WRKSRC} -type f \( -name '*.bak' -or -name '*.orig' \) \ - -exec ${RM} {} + - -pre-configure: - @echo "ac_cv_env_PKG_CONFIG_set=${LOCALBASE}/bin/pkgconf" > ${WRKSRC}/config.cache - -post-install: -.if ${ZABBIX_BUILD} == "java" - ${MV} ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh \ - ${STAGEDIR}${PREFIX}/sbin/zabbix_java/settings.sh.sample - @${MKDIR} ${STAGEDIR}/var/run/zabbix -.endif - -.if ${ZABBIX_BUILD} != "agent" && ${ZABBIX_BUILD} != "java" - ${MKDIR} ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database - @${RM} ${WRKSRC}/database/*/Makefile* - (cd ${WRKSRC}/database/ && \ - ${COPYTREE_SHARE} "mysql oracle postgresql sqlite3" \ - ${STAGEDIR}${DATADIR}/${ZABBIX_BUILD:Q}/database/) - - ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf \ - ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}.conf.sample -.endif - -.if ${ZABBIX_BUILD} == "agent" - ${MV} ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf \ - ${STAGEDIR}${ETCDIR}/zabbix_${ZABBIX_BUILD}d.conf.sample -.endif - -.if ${ZABBIX_BUILD} == "proxy" - ${MV} ${STAGEDIR}${LOCALBASE}/bin/zabbix_js \ - ${STAGEDIR}${LOCALBASE}/bin/zabbix_proxy_js -.endif - -.else # frontend -.include <bsd.port.pre.mk> -.endif - -.include <bsd.port.post.mk> diff --git a/net-mgmt/zabbix54-server/distinfo b/net-mgmt/zabbix54-server/distinfo deleted file mode 100644 index a82be4865213..000000000000 --- a/net-mgmt/zabbix54-server/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1649747966 -SHA256 (zabbix-5.4.12.tar.gz) = d60d5515807c30c05d0900b83a7e6ef6479929aef7d6f248fba481c4816bacf4 -SIZE (zabbix-5.4.12.tar.gz) = 24513065 diff --git a/net-mgmt/zabbix54-server/files/pkg-message.in b/net-mgmt/zabbix54-server/files/pkg-message.in deleted file mode 100644 index 8ce528447ee0..000000000000 --- a/net-mgmt/zabbix54-server/files/pkg-message.in +++ /dev/null @@ -1,48 +0,0 @@ -[ -{ type: install - message: <<EOM -Log files are now under /var/log/zabbix directory instead of /tmp as it was -previously. - -For Zabbix server and proxy daemons, as well as Zabbix frontend, a database is -required. It is not needed to run Zabbix agent. - -% cd %%DATADIR%%/%%ZABBIX_BUILD%%/database - -And follow the instructions: -https://www.zabbix.com/documentation/5.4/manual/appendix/install/db_scripts - -Upgrade notes for 5.4.0: -https://www.zabbix.com/documentation/5.4/manual/installation/upgrade_notes_520 - -Upgrade procedure: -https://www.zabbix.com/documentation/5.4/manual/installation/upgrade/sources - -Please see https://www.zabbix.com/ for detailed information about Zabbix. - -Official Zabbix documentation: -https://www.zabbix.com/documentation/5.4/start - -For Zabbix frontend "Welcome" screen. Enter the user name Admin with password -zabbix to log in as a Zabbix superuser. - -For use NMAP please edit sudoers. - -This is a Zabbix Standard release! - -Standard Zabbix releases are supported for Zabbix customers during six (6) -months of Full Support (general, critical and security issues) until the next -Zabbix stable release, plus one (1) additional month of Limited Support -(critical and security issues only). Zabbix Standard version release will result -in change of the second version number. - -Stable release: Zabbix 5.4 -Release date: May 17, 2021 -End of Full Support: Nov 30, 2021 -End of Limited Support: Dec 31, 2021 - -Zabbix Life Cycle & Release Policy: -https://www.zabbix.com/life_cycle_and_release_policy -EOM -} -] diff --git a/net-mgmt/zabbix54-server/files/zabbix_agentd.in b/net-mgmt/zabbix54-server/files/zabbix_agentd.in deleted file mode 100644 index 5fa104126dbe..000000000000 --- a/net-mgmt/zabbix54-server/files/zabbix_agentd.in +++ /dev/null @@ -1,67 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_agentd -# REQUIRE: DAEMON -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_agentd: -# -# zabbix_agentd_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_agentd. -# zabbix_agentd_config (string): Set to the standard config file path by -# default. -# zabbix_agentd_pidfile (string): Location of the zabbix_agent pid file -# Default is /var/run/zabbix/zabbix_agentd.pid -# zabbix_agentd_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_agentd" -rcvar=zabbix_agentd_enable - -load_rc_config $name - -: ${zabbix_agentd_enable:=NO} -: ${zabbix_agentd_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_agentd_pidfile:=/var/run/zabbix/zabbix_agentd.pid} -: ${zabbix_agentd_paths:=$PATH} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_agentd_config}" - -start_cmd=zabbix_agentd_cmd -start_precmd=zabbix_agentd_precmd -status_precmd=zabbix_agentd_precmd -stop_precmd=zabbix_agentd_precmd - -zabbix_agentd_precmd() -{ - pidfile=${zabbix_agentd_pidfile} - if get_pidfile_from_conf PidFile ${zabbix_agentd_config}; then - pidfile="$_pidfile_from_conf" - fi - logfile=/var/log/zabbix/zabbix_agentd.log - if get_pidfile_from_conf LogFile ${zabbix_agentd_config}; then - logfile="$_pidfile_from_conf" - fi - local rundir=${pidfile%/*} - local logdir=${logfile%/*} - [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir - [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_agentd_cmd() -{ - PATH=$zabbix_agentd_paths $command -c $zabbix_agentd_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix54-server/files/zabbix_java.in b/net-mgmt/zabbix54-server/files/zabbix_java.in deleted file mode 100644 index ef0f1318c76c..000000000000 --- a/net-mgmt/zabbix54-server/files/zabbix_java.in +++ /dev/null @@ -1,47 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_java -# REQUIRE: NETWORKING SERVERS -# BEFORE: DAEMON -# KEYWORD: shutdown -# -# Options to configure zabbix_java via /etc/rc.conf: -# -# zabbix_java_enable (bool): -# Enable service on boot. -# Default: NO -# - -. /etc/rc.subr - -name="zabbix_java" -rcvar=zabbix_java_enable - -load_rc_config $name - -: ${zabbix_java_enable:=NO} - -start_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/startup.sh" -stop_cmd="/usr/bin/su -m zabbix -c %%PREFIX%%/sbin/zabbix_java/shutdown.sh" -status_cmd="zabbix_java_status" - -extra_commands="status" - -zabbix_java_status() { - if get_pidfile_from_conf PID_FILE %%PREFIX%%/sbin/zabbix_java/settings.sh; then - PID_FILE="$_pidfile_from_conf" - fi - - if [ -n "$PID_FILE" -a -f "$PID_FILE" ]; then - PID=`cat "$PID_FILE"` - if ps -p "$PID" > /dev/null 2>&1; then - echo "${name} is running as pid ${PID}" - else - echo "${name} is not running" - fi - else - echo "${name} is not running" - fi -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix54-server/files/zabbix_proxy.in b/net-mgmt/zabbix54-server/files/zabbix_proxy.in deleted file mode 100644 index 274c75c29251..000000000000 --- a/net-mgmt/zabbix54-server/files/zabbix_proxy.in +++ /dev/null @@ -1,68 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_proxy -# REQUIRE: DAEMON -%%PGSQL%%# REQUIRE: postgresql -%%MYSQL%%# REQUIRE: mysql -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_proxy: -# -# zabbix_proxy_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_proxy. -# zabbix_proxy_config (string): Set to the standard config file path by -# default. -# zabbix_proxy_pidfile (string): Location of the zabbix_proxy pid file -# Default is /var/run/zabbix/zabbix_proxy.pid -# zabbix_proxy_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_proxy" -rcvar=zabbix_proxy_enable - -load_rc_config $name - -: ${zabbix_proxy_enable:=NO} -: ${zabbix_proxy_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_proxy_pidfile:=/var/run/zabbix/zabbix_proxy.pid} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_proxy_config}" - -start_cmd=zabbix_proxy_cmd -start_precmd=zabbix_proxy_precmd -status_precmd=zabbix_proxy_precmd -stop_precmd=zabbix_proxy_precmd - -zabbix_proxy_precmd() -{ - pidfile=${zabbix_proxy_pidfile} - if get_pidfile_from_conf PidFile ${zabbix_proxy_config}; then - pidfile="$_pidfile_from_conf" - fi - logfile=/var/log/zabbix/zabbix_proxy.log - if get_pidfile_from_conf LogFile ${zabbix_proxy_config}; then - logfile="$_pidfile_from_conf" - fi - local rundir=${pidfile%/*} - local logdir=${logfile%/*} - [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir - [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_proxy_cmd() -{ - PATH=$zabbix_proxy_paths $command -c $zabbix_proxy_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix54-server/files/zabbix_server.in b/net-mgmt/zabbix54-server/files/zabbix_server.in deleted file mode 100644 index 68e9f052734e..000000000000 --- a/net-mgmt/zabbix54-server/files/zabbix_server.in +++ /dev/null @@ -1,69 +0,0 @@ -#!/bin/sh - -# PROVIDE: zabbix_server -# REQUIRE: DAEMON -%%PGSQL%%# REQUIRE: postgresql -%%MYSQL%%# REQUIRE: mysql -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf to -# enable zabbix_server: -# -# zabbix_server_enable (bool): Set to NO by default. Set it to YES to -# enable zabbix_server. -# zabbix_server_config (string): Set to the standard config file path by -# default. -# zabbix_server_pidfile (string): Location of the zabbix_server pid file -# Default is /var/run/zabbix/zabbix_server.pid -# zabbix_server_paths (string): Set to standard path by default. Set a search -# if you have custom userparams that need binaries elsewhere. -# - -. /etc/rc.subr - -name="zabbix_server" -rcvar=zabbix_server_enable - -load_rc_config $name - -: ${zabbix_server_enable:=NO} -: ${zabbix_server_config:=%%ETCDIR%%/${name}.conf} -: ${zabbix_server_pidfile:=/var/run/zabbix/zabbix_server.pid} -: ${zabbix_server_paths:=$PATH} - -command="%%PREFIX%%/sbin/${name}" -required_files="${zabbix_server_config}" - -start_cmd=zabbix_server_cmd -start_precmd=zabbix_server_precmd -status_precmd=zabbix_server_precmd -stop_precmd=zabbix_server_precmd - -zabbix_server_precmd() -{ - pidfile=${zabbix_server_pidfile} - if get_pidfile_from_conf PidFile ${zabbix_server_config}; then - pidfile="$_pidfile_from_conf" - fi - logfile=/var/log/zabbix/zabbix_server.log - if get_pidfile_from_conf LogFile ${zabbix_server_config}; then - logfile="$_pidfile_from_conf" - fi - local rundir=${pidfile%/*} - local logdir=${logfile%/*} - [ -d $rundir ] || install -d -m 0755 -o zabbix -g zabbix $rundir - [ -d $logdir ] || install -d -m 0755 -o zabbix -g zabbix $logdir - - # This shouldn't be necessary with pidfile, but empirically it was the - # only way to reap the parent PID instead of all PIDs from - # check_process, which may leak SysV IPC objects and prevent restart - # and/or race condition on restart. - rc_pid=$(check_pidfile ${pidfile} ${command}) -} - -zabbix_server_cmd() -{ - PATH=$zabbix_server_paths $command -c $zabbix_server_config -} - -run_rc_command "$1" diff --git a/net-mgmt/zabbix54-server/pkg-descr b/net-mgmt/zabbix54-server/pkg-descr deleted file mode 100644 index 28b4da564fbf..000000000000 --- a/net-mgmt/zabbix54-server/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -Zabbix is an enterprise-class open source distributed monitoring solution. - -Zabbix is software that monitors numerous parameters of a network and the -health and integrity of servers. Zabbix uses a flexible notification -mechanism that allows users to configure e-mail based alerts for virtually -any event. This allows a fast reaction to server problems. Zabbix offers -excellent reporting and data visualisation features based on the stored -data. This makes Zabbix ideal for capacity planning. - -WWW: https://www.zabbix.com/ diff --git a/net-mgmt/zabbix54-server/pkg-plist b/net-mgmt/zabbix54-server/pkg-plist deleted file mode 100644 index 0074bf89f43a..000000000000 --- a/net-mgmt/zabbix54-server/pkg-plist +++ /dev/null @@ -1,24 +0,0 @@ -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/double.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/mysql/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/double.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/oracle/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/double.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/schema.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/postgresql/timescaledb.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/data.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/images.sql -%%DATADIR%%/%%ZABBIX_BUILD%%/database/sqlite3/schema.sql -@sample %%ETCDIR%%/zabbix_%%ZABBIX_BUILD%%.conf.sample -%%PROXY%%@dir %%ETCDIR%%/zabbix_proxy.conf.d -%%SERVER%%@dir %%ETCDIR%%/zabbix_server.conf.d -%%SERVER%%@dir %%ETCDIR%%/zabbix/alertscripts -man/man8/zabbix_%%ZABBIX_BUILD%%.8.gz -sbin/zabbix_%%ZABBIX_BUILD%% -@dir %%ETCDIR%%/zabbix/externalscripts -@dir lib/modules diff --git a/net-mgmt/zabbix54-server/pkg-plist.agent b/net-mgmt/zabbix54-server/pkg-plist.agent deleted file mode 100644 index e2e36a7e7499..000000000000 --- a/net-mgmt/zabbix54-server/pkg-plist.agent +++ /dev/null @@ -1,9 +0,0 @@ -@sample %%ETCDIR%%/zabbix_agentd.conf.sample -bin/zabbix_get -bin/zabbix_sender -man/man1/zabbix_get.1.gz -man/man1/zabbix_sender.1.gz -man/man8/zabbix_%%ZABBIX_BUILD%%d.8.gz -sbin/zabbix_agentd -@dir %%ETCDIR%%/zabbix_agentd.conf.d -@dir lib/modules diff --git a/net-mgmt/zabbix54-server/pkg-plist.frontend b/net-mgmt/zabbix54-server/pkg-plist.frontend deleted file mode 100644 index f237d81f4207..000000000000 --- a/net-mgmt/zabbix54-server/pkg-plist.frontend +++ /dev/null @@ -1,1364 +0,0 @@ -%%WWWDIR%%/actionconf.php -%%WWWDIR%%/api_jsonrpc.php -%%WWWDIR%%/app/.htaccess -%%WWWDIR%%/app/controllers/CControllerActionOperationGet.php -%%WWWDIR%%/app/controllers/CControllerActionOperationValidate.php -%%WWWDIR%%/app/controllers/CControllerAuditLogList.php -%%WWWDIR%%/app/controllers/CControllerAuthenticationEdit.php -%%WWWDIR%%/app/controllers/CControllerAuthenticationUpdate.php -%%WWWDIR%%/app/controllers/CControllerAutoregEdit.php -%%WWWDIR%%/app/controllers/CControllerAutoregUpdate.php -%%WWWDIR%%/app/controllers/CControllerCharts.php -%%WWWDIR%%/app/controllers/CControllerChartsView.php -%%WWWDIR%%/app/controllers/CControllerChartsViewJson.php -%%WWWDIR%%/app/controllers/CControllerCorrelationConditionAdd.php -%%WWWDIR%%/app/controllers/CControllerCorrelationCreate.php -%%WWWDIR%%/app/controllers/CControllerCorrelationDelete.php -%%WWWDIR%%/app/controllers/CControllerCorrelationDisable.php -%%WWWDIR%%/app/controllers/CControllerCorrelationEdit.php -%%WWWDIR%%/app/controllers/CControllerCorrelationEnable.php -%%WWWDIR%%/app/controllers/CControllerCorrelationList.php -%%WWWDIR%%/app/controllers/CControllerCorrelationUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardDelete.php -%%WWWDIR%%/app/controllers/CControllerDashboardList.php -%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesCheck.php -%%WWWDIR%%/app/controllers/CControllerDashboardPagePropertiesEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardPrint.php -%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesCheck.php -%%WWWDIR%%/app/controllers/CControllerDashboardPropertiesEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardShareEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardShareUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardUpdate.php -%%WWWDIR%%/app/controllers/CControllerDashboardView.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetCheck.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetConfigure.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetEdit.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetRfRate.php -%%WWWDIR%%/app/controllers/CControllerDashboardWidgetsSanitize.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryCreate.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryDelete.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryDisable.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryEdit.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryEnable.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryList.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryUpdate.php -%%WWWDIR%%/app/controllers/CControllerDiscoveryView.php -%%WWWDIR%%/app/controllers/CControllerExport.php -%%WWWDIR%%/app/controllers/CControllerFavouriteCreate.php -%%WWWDIR%%/app/controllers/CControllerFavouriteDelete.php -%%WWWDIR%%/app/controllers/CControllerGuiEdit.php -%%WWWDIR%%/app/controllers/CControllerGuiUpdate.php -%%WWWDIR%%/app/controllers/CControllerHintboxActionlist.php -%%WWWDIR%%/app/controllers/CControllerHintboxEventlist.php -%%WWWDIR%%/app/controllers/CControllerHost.php -%%WWWDIR%%/app/controllers/CControllerHostDashboardView.php -%%WWWDIR%%/app/controllers/CControllerHostMacrosList.php -%%WWWDIR%%/app/controllers/CControllerHostView.php -%%WWWDIR%%/app/controllers/CControllerHostViewRefresh.php -%%WWWDIR%%/app/controllers/CControllerHousekeepingEdit.php -%%WWWDIR%%/app/controllers/CControllerHousekeepingUpdate.php -%%WWWDIR%%/app/controllers/CControllerIconMapCreate.php -%%WWWDIR%%/app/controllers/CControllerIconMapDelete.php -%%WWWDIR%%/app/controllers/CControllerIconMapEdit.php -%%WWWDIR%%/app/controllers/CControllerIconMapList.php -%%WWWDIR%%/app/controllers/CControllerIconMapUpdate.php -%%WWWDIR%%/app/controllers/CControllerImageCreate.php -%%WWWDIR%%/app/controllers/CControllerImageDelete.php -%%WWWDIR%%/app/controllers/CControllerImageEdit.php -%%WWWDIR%%/app/controllers/CControllerImageList.php -%%WWWDIR%%/app/controllers/CControllerImageUpdate.php -%%WWWDIR%%/app/controllers/CControllerLatest.php -%%WWWDIR%%/app/controllers/CControllerLatestView.php -%%WWWDIR%%/app/controllers/CControllerLatestViewRefresh.php -%%WWWDIR%%/app/controllers/CControllerMacrosEdit.php -%%WWWDIR%%/app/controllers/CControllerMacrosUpdate.php -%%WWWDIR%%/app/controllers/CControllerMapView.php -%%WWWDIR%%/app/controllers/CControllerMediatypeCreate.php -%%WWWDIR%%/app/controllers/CControllerMediatypeDelete.php -%%WWWDIR%%/app/controllers/CControllerMediatypeDisable.php -%%WWWDIR%%/app/controllers/CControllerMediatypeEdit.php -%%WWWDIR%%/app/controllers/CControllerMediatypeEnable.php -%%WWWDIR%%/app/controllers/CControllerMediatypeList.php -%%WWWDIR%%/app/controllers/CControllerMediatypeUpdate.php -%%WWWDIR%%/app/controllers/CControllerMenuPopup.php -%%WWWDIR%%/app/controllers/CControllerMiscConfigEdit.php -%%WWWDIR%%/app/controllers/CControllerMiscConfigUpdate.php -%%WWWDIR%%/app/controllers/CControllerModuleEdit.php -%%WWWDIR%%/app/controllers/CControllerModuleList.php -%%WWWDIR%%/app/controllers/CControllerModuleScan.php -%%WWWDIR%%/app/controllers/CControllerModuleUpdate.php -%%WWWDIR%%/app/controllers/CControllerNotificationsGet.php -%%WWWDIR%%/app/controllers/CControllerNotificationsMute.php -%%WWWDIR%%/app/controllers/CControllerNotificationsRead.php -%%WWWDIR%%/app/controllers/CControllerPopup.php -%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeCreate.php -%%WWWDIR%%/app/controllers/CControllerPopupAcknowledgeEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupConditionActions.php -%%WWWDIR%%/app/controllers/CControllerPopupConditionCommon.php -%%WWWDIR%%/app/controllers/CControllerPopupConditionEventCorr.php -%%WWWDIR%%/app/controllers/CControllerPopupConditionOperations.php -%%WWWDIR%%/app/controllers/CControllerPopupDiscoveryCheck.php -%%WWWDIR%%/app/controllers/CControllerPopupGeneric.php -%%WWWDIR%%/app/controllers/CControllerPopupHttpStep.php -%%WWWDIR%%/app/controllers/CControllerPopupImport.php -%%WWWDIR%%/app/controllers/CControllerPopupImportCompare.php -%%WWWDIR%%/app/controllers/CControllerPopupItemTest.php -%%WWWDIR%%/app/controllers/CControllerPopupItemTestEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupItemTestGetValue.php -%%WWWDIR%%/app/controllers/CControllerPopupItemTestSend.php -%%WWWDIR%%/app/controllers/CControllerPopupLldOperation.php -%%WWWDIR%%/app/controllers/CControllerPopupLldOverride.php -%%WWWDIR%%/app/controllers/CControllerPopupMaintenancePeriod.php -%%WWWDIR%%/app/controllers/CControllerPopupMassupdateAbstract.php -%%WWWDIR%%/app/controllers/CControllerPopupMassupdateHost.php -%%WWWDIR%%/app/controllers/CControllerPopupMassupdateItem.php -%%WWWDIR%%/app/controllers/CControllerPopupMassupdateTemplate.php -%%WWWDIR%%/app/controllers/CControllerPopupMassupdateTrigger.php -%%WWWDIR%%/app/controllers/CControllerPopupMedia.php -%%WWWDIR%%/app/controllers/CControllerPopupMediatypeMessage.php -%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupMediatypeTestSend.php -%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportCreate.php -%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportList.php -%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportSubscriptionEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupScheduledReportTest.php -%%WWWDIR%%/app/controllers/CControllerPopupScriptExec.php -%%WWWDIR%%/app/controllers/CControllerPopupServices.php -%%WWWDIR%%/app/controllers/CControllerPopupTabFilterDelete.php -%%WWWDIR%%/app/controllers/CControllerPopupTabFilterEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupTabFilterUpdate.php -%%WWWDIR%%/app/controllers/CControllerPopupTestTriggerExpr.php -%%WWWDIR%%/app/controllers/CControllerPopupTriggerExpr.php -%%WWWDIR%%/app/controllers/CControllerPopupTriggerWizard.php -%%WWWDIR%%/app/controllers/CControllerPopupValueMapEdit.php -%%WWWDIR%%/app/controllers/CControllerPopupValueMapUpdate.php -%%WWWDIR%%/app/controllers/CControllerProblem.php -%%WWWDIR%%/app/controllers/CControllerProblemView.php -%%WWWDIR%%/app/controllers/CControllerProblemViewRefresh.php -%%WWWDIR%%/app/controllers/CControllerProfileUpdate.php -%%WWWDIR%%/app/controllers/CControllerProxyCreate.php -%%WWWDIR%%/app/controllers/CControllerProxyDelete.php -%%WWWDIR%%/app/controllers/CControllerProxyEdit.php -%%WWWDIR%%/app/controllers/CControllerProxyHostDisable.php -%%WWWDIR%%/app/controllers/CControllerProxyHostEnable.php -%%WWWDIR%%/app/controllers/CControllerProxyList.php -%%WWWDIR%%/app/controllers/CControllerProxyUpdate.php -%%WWWDIR%%/app/controllers/CControllerQueueDetails.php -%%WWWDIR%%/app/controllers/CControllerQueueOverview.php -%%WWWDIR%%/app/controllers/CControllerQueueOverviewProxy.php -%%WWWDIR%%/app/controllers/CControllerRegExCreate.php -%%WWWDIR%%/app/controllers/CControllerRegExDelete.php -%%WWWDIR%%/app/controllers/CControllerRegExEdit.php -%%WWWDIR%%/app/controllers/CControllerRegExList.php -%%WWWDIR%%/app/controllers/CControllerRegExTest.php -%%WWWDIR%%/app/controllers/CControllerRegExUpdate.php -%%WWWDIR%%/app/controllers/CControllerReportServices.php -%%WWWDIR%%/app/controllers/CControllerReportStatus.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportCreate.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportDelete.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportDisable.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportEdit.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportEnable.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportList.php -%%WWWDIR%%/app/controllers/CControllerScheduledReportUpdate.php -%%WWWDIR%%/app/controllers/CControllerScriptCreate.php -%%WWWDIR%%/app/controllers/CControllerScriptDelete.php -%%WWWDIR%%/app/controllers/CControllerScriptEdit.php -%%WWWDIR%%/app/controllers/CControllerScriptList.php -%%WWWDIR%%/app/controllers/CControllerScriptUpdate.php -%%WWWDIR%%/app/controllers/CControllerSearch.php -%%WWWDIR%%/app/controllers/CControllerSystemWarning.php -%%WWWDIR%%/app/controllers/CControllerTabFilterProfileUpdate.php -%%WWWDIR%%/app/controllers/CControllerTemplateDashboardDelete.php -%%WWWDIR%%/app/controllers/CControllerTemplateDashboardEdit.php -%%WWWDIR%%/app/controllers/CControllerTemplateDashboardList.php -%%WWWDIR%%/app/controllers/CControllerTemplateDashboardUpdate.php -%%WWWDIR%%/app/controllers/CControllerTimeSelectorUpdate.php -%%WWWDIR%%/app/controllers/CControllerTokenCreate.php -%%WWWDIR%%/app/controllers/CControllerTokenDelete.php -%%WWWDIR%%/app/controllers/CControllerTokenDisable.php -%%WWWDIR%%/app/controllers/CControllerTokenEdit.php -%%WWWDIR%%/app/controllers/CControllerTokenEnable.php -%%WWWDIR%%/app/controllers/CControllerTokenList.php -%%WWWDIR%%/app/controllers/CControllerTokenUpdate.php -%%WWWDIR%%/app/controllers/CControllerTokenView.php -%%WWWDIR%%/app/controllers/CControllerTrigDisplayEdit.php -%%WWWDIR%%/app/controllers/CControllerTrigDisplayUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserCreate.php -%%WWWDIR%%/app/controllers/CControllerUserDelete.php -%%WWWDIR%%/app/controllers/CControllerUserEdit.php -%%WWWDIR%%/app/controllers/CControllerUserEditGeneral.php -%%WWWDIR%%/app/controllers/CControllerUserList.php -%%WWWDIR%%/app/controllers/CControllerUserProfileEdit.php -%%WWWDIR%%/app/controllers/CControllerUserProfileUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserTokenEdit.php -%%WWWDIR%%/app/controllers/CControllerUserTokenList.php -%%WWWDIR%%/app/controllers/CControllerUserTokenView.php -%%WWWDIR%%/app/controllers/CControllerUserUnblock.php -%%WWWDIR%%/app/controllers/CControllerUserUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserUpdateGeneral.php -%%WWWDIR%%/app/controllers/CControllerUsergroupCreate.php -%%WWWDIR%%/app/controllers/CControllerUsergroupDelete.php -%%WWWDIR%%/app/controllers/CControllerUsergroupEdit.php -%%WWWDIR%%/app/controllers/CControllerUsergroupGrouprightAdd.php -%%WWWDIR%%/app/controllers/CControllerUsergroupList.php -%%WWWDIR%%/app/controllers/CControllerUsergroupMassUpdate.php -%%WWWDIR%%/app/controllers/CControllerUsergroupTagfilterAdd.php -%%WWWDIR%%/app/controllers/CControllerUsergroupUpdate.php -%%WWWDIR%%/app/controllers/CControllerUserroleCreate.php -%%WWWDIR%%/app/controllers/CControllerUserroleDelete.php -%%WWWDIR%%/app/controllers/CControllerUserroleEdit.php -%%WWWDIR%%/app/controllers/CControllerUserroleEditGeneral.php -%%WWWDIR%%/app/controllers/CControllerUserroleList.php -%%WWWDIR%%/app/controllers/CControllerUserroleUpdate.php -%%WWWDIR%%/app/controllers/CControllerWebView.php -%%WWWDIR%%/app/controllers/CControllerWidget.php -%%WWWDIR%%/app/controllers/CControllerWidgetActionLogView.php -%%WWWDIR%%/app/controllers/CControllerWidgetClockView.php -%%WWWDIR%%/app/controllers/CControllerWidgetDataOverView.php -%%WWWDIR%%/app/controllers/CControllerWidgetDiscoveryView.php -%%WWWDIR%%/app/controllers/CControllerWidgetFavGraphsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetFavMapsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetGraphView.php -%%WWWDIR%%/app/controllers/CControllerWidgetHostAvailView.php -%%WWWDIR%%/app/controllers/CControllerWidgetIterator.php -%%WWWDIR%%/app/controllers/CControllerWidgetIteratorGraphPrototypeView.php -%%WWWDIR%%/app/controllers/CControllerWidgetMapView.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemEdit.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeItemUpdate.php -%%WWWDIR%%/app/controllers/CControllerWidgetNavTreeView.php -%%WWWDIR%%/app/controllers/CControllerWidgetPlainTextView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemHostsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemsBySvView.php -%%WWWDIR%%/app/controllers/CControllerWidgetProblemsView.php -%%WWWDIR%%/app/controllers/CControllerWidgetSvgGraphView.php -%%WWWDIR%%/app/controllers/CControllerWidgetSystemInfoView.php -%%WWWDIR%%/app/controllers/CControllerWidgetTrigOverView.php -%%WWWDIR%%/app/controllers/CControllerWidgetUrlView.php -%%WWWDIR%%/app/controllers/CControllerWidgetWebView.php -%%WWWDIR%%/app/partials/administration.usergroup.grouprights.html.php -%%WWWDIR%%/app/partials/administration.usergroup.tagfilters.html.php -%%WWWDIR%%/app/partials/common.filter.item.php -%%WWWDIR%%/app/partials/common.filter.trigger.php -%%WWWDIR%%/app/partials/configuration.filter.items.php -%%WWWDIR%%/app/partials/configuration.tags.tab.php -%%WWWDIR%%/app/partials/configuration.valuemap.php -%%WWWDIR%%/app/partials/dataoverview.table.left.php -%%WWWDIR%%/app/partials/dataoverview.table.top.php -%%WWWDIR%%/app/partials/hostmacros.inherited.list.html.php -%%WWWDIR%%/app/partials/hostmacros.list.html.php -%%WWWDIR%%/app/partials/js/common.filter.item.js.php -%%WWWDIR%%/app/partials/js/common.filter.trigger.js.php -%%WWWDIR%%/app/partials/js/configuration.tags.tab.js.php -%%WWWDIR%%/app/partials/js/configuration.valuemap.js.php -%%WWWDIR%%/app/partials/js/scheduledreport.formgrid.js.php -%%WWWDIR%%/app/partials/js/scheduledreport.subscription.js.php -%%WWWDIR%%/app/partials/layout.htmlpage.aside.php -%%WWWDIR%%/app/partials/layout.htmlpage.footer.php -%%WWWDIR%%/app/partials/layout.htmlpage.header.php -%%WWWDIR%%/app/partials/massupdate.macros.tab.php -%%WWWDIR%%/app/partials/massupdate.valuemaps.tab.php -%%WWWDIR%%/app/partials/monitoring.host.filter.php -%%WWWDIR%%/app/partials/monitoring.host.view.html.php -%%WWWDIR%%/app/partials/monitoring.latest.view.html.php -%%WWWDIR%%/app/partials/monitoring.problem.filter.php -%%WWWDIR%%/app/partials/popup.operations.php -%%WWWDIR%%/app/partials/scheduledreport.formgrid.html.php -%%WWWDIR%%/app/partials/scheduledreport.subscription.php -%%WWWDIR%%/app/partials/scheduledreport.table.html.php -%%WWWDIR%%/app/partials/timeselector.filter.php -%%WWWDIR%%/app/partials/trigoverview.table.left.php -%%WWWDIR%%/app/partials/trigoverview.table.top.php -%%WWWDIR%%/app/views/administration.authentication.edit.php -%%WWWDIR%%/app/views/administration.autoreg.edit.php -%%WWWDIR%%/app/views/administration.gui.edit.php -%%WWWDIR%%/app/views/administration.housekeeping.edit.php -%%WWWDIR%%/app/views/administration.iconmap.edit.php -%%WWWDIR%%/app/views/administration.iconmap.list.php -%%WWWDIR%%/app/views/administration.image.edit.php -%%WWWDIR%%/app/views/administration.image.list.php -%%WWWDIR%%/app/views/administration.macros.edit.php -%%WWWDIR%%/app/views/administration.mediatype.edit.php -%%WWWDIR%%/app/views/administration.mediatype.list.php -%%WWWDIR%%/app/views/administration.miscconfig.edit.php -%%WWWDIR%%/app/views/administration.module.edit.php -%%WWWDIR%%/app/views/administration.module.list.php -%%WWWDIR%%/app/views/administration.proxy.edit.php -%%WWWDIR%%/app/views/administration.proxy.list.php -%%WWWDIR%%/app/views/administration.queue.details.php -%%WWWDIR%%/app/views/administration.queue.overview.php -%%WWWDIR%%/app/views/administration.queue.overview.proxy.php -%%WWWDIR%%/app/views/administration.regex.edit.php -%%WWWDIR%%/app/views/administration.regex.list.php -%%WWWDIR%%/app/views/administration.script.edit.php -%%WWWDIR%%/app/views/administration.script.list.php -%%WWWDIR%%/app/views/administration.token.edit.php -%%WWWDIR%%/app/views/administration.token.list.php -%%WWWDIR%%/app/views/administration.token.view.php -%%WWWDIR%%/app/views/administration.trigdisplay.edit.php -%%WWWDIR%%/app/views/administration.user.edit.php -%%WWWDIR%%/app/views/administration.user.list.php -%%WWWDIR%%/app/views/administration.user.token.edit.php -%%WWWDIR%%/app/views/administration.user.token.list.php -%%WWWDIR%%/app/views/administration.user.token.view.php -%%WWWDIR%%/app/views/administration.usergroup.edit.php -%%WWWDIR%%/app/views/administration.usergroup.grouprights.php -%%WWWDIR%%/app/views/administration.usergroup.list.php -%%WWWDIR%%/app/views/administration.usergroup.tagfilters.php -%%WWWDIR%%/app/views/administration.userrole.edit.php -%%WWWDIR%%/app/views/administration.userrole.list.php -%%WWWDIR%%/app/views/configuration.correlation.edit.php -%%WWWDIR%%/app/views/configuration.correlation.list.php -%%WWWDIR%%/app/views/configuration.dashboard.edit.php -%%WWWDIR%%/app/views/configuration.dashboard.list.php -%%WWWDIR%%/app/views/configuration.discovery.edit.php -%%WWWDIR%%/app/views/configuration.discovery.list.php -%%WWWDIR%%/app/views/dashboard.page.properties.edit.php -%%WWWDIR%%/app/views/dashboard.properties.edit.php -%%WWWDIR%%/app/views/dashboard.share.edit.php -%%WWWDIR%%/app/views/hintbox.actionlist.php -%%WWWDIR%%/app/views/hintbox.eventlist.php -%%WWWDIR%%/app/views/hostmacros.list.php -%%WWWDIR%%/app/views/js/administration.authentication.edit.js.php -%%WWWDIR%%/app/views/js/administration.autoreg.edit.js.php -%%WWWDIR%%/app/views/js/administration.gui.edit.js.php -%%WWWDIR%%/app/views/js/administration.housekeeping.edit.js.php -%%WWWDIR%%/app/views/js/administration.iconmap.edit.js.php -%%WWWDIR%%/app/views/js/administration.image.edit.js.php -%%WWWDIR%%/app/views/js/administration.image.list.js.php -%%WWWDIR%%/app/views/js/administration.macros.edit.js.php -%%WWWDIR%%/app/views/js/administration.mediatype.edit.js.php -%%WWWDIR%%/app/views/js/administration.miscconfig.edit.js.php -%%WWWDIR%%/app/views/js/administration.proxy.edit.js.php -%%WWWDIR%%/app/views/js/administration.regex.edit.js.php -%%WWWDIR%%/app/views/js/administration.script.edit.js.php -%%WWWDIR%%/app/views/js/administration.token.edit.js.php -%%WWWDIR%%/app/views/js/administration.token.list.js.php -%%WWWDIR%%/app/views/js/administration.trigdisplay.edit.js.php -%%WWWDIR%%/app/views/js/administration.user.edit.common.js.php -%%WWWDIR%%/app/views/js/administration.user.edit.js.php -%%WWWDIR%%/app/views/js/administration.user.list.js.php -%%WWWDIR%%/app/views/js/administration.user.token.edit.js.php -%%WWWDIR%%/app/views/js/administration.user.token.list.js.php -%%WWWDIR%%/app/views/js/administration.usergroup.edit.js.php -%%WWWDIR%%/app/views/js/administration.userprofile.edit.js.php -%%WWWDIR%%/app/views/js/administration.userrole.edit.js.php -%%WWWDIR%%/app/views/js/configuration.correlation.edit.js.php -%%WWWDIR%%/app/views/js/configuration.dashboard.edit.js.php -%%WWWDIR%%/app/views/js/configuration.discovery.edit.js.php -%%WWWDIR%%/app/views/js/monitoring.charts.view.js.php -%%WWWDIR%%/app/views/js/monitoring.dashboard.print.js.php -%%WWWDIR%%/app/views/js/monitoring.dashboard.view.js.php -%%WWWDIR%%/app/views/js/monitoring.host.dashboard.view.js.php -%%WWWDIR%%/app/views/js/monitoring.host.view.js.php -%%WWWDIR%%/app/views/js/monitoring.latest.view.js.php -%%WWWDIR%%/app/views/js/monitoring.map.view.js.php -%%WWWDIR%%/app/views/js/monitoring.problem.view.js.php -%%WWWDIR%%/app/views/js/monitoring.web.view.js.php -%%WWWDIR%%/app/views/js/popup.acknowledge.edit.js.php -%%WWWDIR%%/app/views/js/popup.discovery.check.js.php -%%WWWDIR%%/app/views/js/popup.import.compare.js.php -%%WWWDIR%%/app/views/js/popup.import.js.php -%%WWWDIR%%/app/views/js/popup.itemtestedit.view.js.php -%%WWWDIR%%/app/views/js/popup.maintenance.period.js.php -%%WWWDIR%%/app/views/js/popup.massupdate.item.js.php -%%WWWDIR%%/app/views/js/popup.massupdate.js.php -%%WWWDIR%%/app/views/js/popup.massupdate.macros.js.php -%%WWWDIR%%/app/views/js/popup.massupdate.tmpl.js.php -%%WWWDIR%%/app/views/js/popup.massupdate.trigger.js.php -%%WWWDIR%%/app/views/js/popup.media.js.php -%%WWWDIR%%/app/views/js/popup.mediatype.message.js.php -%%WWWDIR%%/app/views/js/popup.mediatypetest.edit.js.php -%%WWWDIR%%/app/views/js/popup.scheduledreport.edit.js.php -%%WWWDIR%%/app/views/js/popup.scheduledreport.subscription.js.php -%%WWWDIR%%/app/views/js/popup.scriptexec.js.php -%%WWWDIR%%/app/views/js/popup.tabfilter.edit.js.php -%%WWWDIR%%/app/views/js/popup.triggerexpr.js.php -%%WWWDIR%%/app/views/js/popup.triggerwizard.js.php -%%WWWDIR%%/app/views/js/popup.valuemap.edit.js.php -%%WWWDIR%%/app/views/js/report.services.js.php -%%WWWDIR%%/app/views/js/reports.auditlog.list.js.php -%%WWWDIR%%/app/views/js/reports.scheduledreport.edit.js.php -%%WWWDIR%%/app/views/layout.csv.php -%%WWWDIR%%/app/views/layout.export.php -%%WWWDIR%%/app/views/layout.htmlpage.php -%%WWWDIR%%/app/views/layout.javascript.php -%%WWWDIR%%/app/views/layout.json.php -%%WWWDIR%%/app/views/layout.warning.php -%%WWWDIR%%/app/views/layout.widget.php -%%WWWDIR%%/app/views/monitoring.charts.view.json.php -%%WWWDIR%%/app/views/monitoring.charts.view.php -%%WWWDIR%%/app/views/monitoring.dashboard.list.php -%%WWWDIR%%/app/views/monitoring.dashboard.print.php -%%WWWDIR%%/app/views/monitoring.dashboard.view.php -%%WWWDIR%%/app/views/monitoring.dashboard.widget.edit.php -%%WWWDIR%%/app/views/monitoring.discovery.view.php -%%WWWDIR%%/app/views/monitoring.host.dashboard.view.php -%%WWWDIR%%/app/views/monitoring.host.view.php -%%WWWDIR%%/app/views/monitoring.host.view.refresh.php -%%WWWDIR%%/app/views/monitoring.latest.view.php -%%WWWDIR%%/app/views/monitoring.latest.view.refresh.php -%%WWWDIR%%/app/views/monitoring.map.view.php -%%WWWDIR%%/app/views/monitoring.problem.view.php -%%WWWDIR%%/app/views/monitoring.web.view.php -%%WWWDIR%%/app/views/monitoring.widget.actionlog.view.php -%%WWWDIR%%/app/views/monitoring.widget.clock.view.php -%%WWWDIR%%/app/views/monitoring.widget.dataover.view.php -%%WWWDIR%%/app/views/monitoring.widget.discovery.view.php -%%WWWDIR%%/app/views/monitoring.widget.favgraphs.view.php -%%WWWDIR%%/app/views/monitoring.widget.favmaps.view.php -%%WWWDIR%%/app/views/monitoring.widget.graph.view.php -%%WWWDIR%%/app/views/monitoring.widget.hostavail.view.php -%%WWWDIR%%/app/views/monitoring.widget.map.view.php -%%WWWDIR%%/app/views/monitoring.widget.navtree.view.php -%%WWWDIR%%/app/views/monitoring.widget.navtreeitem.edit.php -%%WWWDIR%%/app/views/monitoring.widget.plaintext.view.php -%%WWWDIR%%/app/views/monitoring.widget.problemhosts.view.php -%%WWWDIR%%/app/views/monitoring.widget.problems.view.php -%%WWWDIR%%/app/views/monitoring.widget.problemsbysv.view.php -%%WWWDIR%%/app/views/monitoring.widget.svggraph.view.php -%%WWWDIR%%/app/views/monitoring.widget.systeminfo.view.php -%%WWWDIR%%/app/views/monitoring.widget.trigover.view.php -%%WWWDIR%%/app/views/monitoring.widget.url.view.php -%%WWWDIR%%/app/views/monitoring.widget.web.view.php -%%WWWDIR%%/app/views/popup.acknowledge.edit.php -%%WWWDIR%%/app/views/popup.condition.common.php -%%WWWDIR%%/app/views/popup.discovery.check.php -%%WWWDIR%%/app/views/popup.generic.php -%%WWWDIR%%/app/views/popup.httpstep.php -%%WWWDIR%%/app/views/popup.import.compare.php -%%WWWDIR%%/app/views/popup.import.php -%%WWWDIR%%/app/views/popup.itemtestedit.view.php -%%WWWDIR%%/app/views/popup.lldoperation.php -%%WWWDIR%%/app/views/popup.lldoverride.php -%%WWWDIR%%/app/views/popup.maintenance.period.php -%%WWWDIR%%/app/views/popup.massupdate.host.php -%%WWWDIR%%/app/views/popup.massupdate.item.php -%%WWWDIR%%/app/views/popup.massupdate.template.php -%%WWWDIR%%/app/views/popup.massupdate.trigger.php -%%WWWDIR%%/app/views/popup.media.php -%%WWWDIR%%/app/views/popup.mediatype.message.php -%%WWWDIR%%/app/views/popup.mediatypetest.edit.php -%%WWWDIR%%/app/views/popup.scheduledreport.edit.php -%%WWWDIR%%/app/views/popup.scheduledreport.list.php -%%WWWDIR%%/app/views/popup.scheduledreport.subscription.php -%%WWWDIR%%/app/views/popup.scheduledreport.test.php -%%WWWDIR%%/app/views/popup.scriptexec.php -%%WWWDIR%%/app/views/popup.services.php -%%WWWDIR%%/app/views/popup.tabfilter.edit.php -%%WWWDIR%%/app/views/popup.testtriggerexpr.php -%%WWWDIR%%/app/views/popup.triggerexpr.php -%%WWWDIR%%/app/views/popup.triggerwizard.php -%%WWWDIR%%/app/views/popup.valuemap.edit.php -%%WWWDIR%%/app/views/popup.view.php -%%WWWDIR%%/app/views/report.services.php -%%WWWDIR%%/app/views/report.status.php -%%WWWDIR%%/app/views/reports.auditlog.list.php -%%WWWDIR%%/app/views/reports.scheduledreport.edit.php -%%WWWDIR%%/app/views/reports.scheduledreport.list.php -%%WWWDIR%%/app/views/search.php -%%WWWDIR%%/app/views/system.warning.php -%%WWWDIR%%/assets/fonts/DejaVuSans.ttf -%%WWWDIR%%/assets/img/apple-touch-icon-120x120-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-152x152-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-180x180-precomposed.png -%%WWWDIR%%/assets/img/apple-touch-icon-76x76-precomposed.png -%%WWWDIR%%/assets/img/browser-sprite.png -%%WWWDIR%%/assets/img/icon-sprite.svg -%%WWWDIR%%/assets/img/ms-tile-144x144.png -%%WWWDIR%%/assets/img/touch-icon-192x192.png -%%WWWDIR%%/assets/styles/blue-theme.css -%%WWWDIR%%/assets/styles/dark-theme.css -%%WWWDIR%%/assets/styles/hc-dark.css -%%WWWDIR%%/assets/styles/hc-light.css -%%WWWDIR%%/audio/alarm_average.mp3 -%%WWWDIR%%/audio/alarm_disaster.mp3 -%%WWWDIR%%/audio/alarm_high.mp3 -%%WWWDIR%%/audio/alarm_information.mp3 -%%WWWDIR%%/audio/alarm_ok.mp3 -%%WWWDIR%%/audio/alarm_warning.mp3 -%%WWWDIR%%/audio/no_sound.mp3 -%%WWWDIR%%/auditacts.php -%%WWWDIR%%/browserwarning.php -%%WWWDIR%%/chart.php -%%WWWDIR%%/chart2.php -%%WWWDIR%%/chart3.php -%%WWWDIR%%/chart4.php -%%WWWDIR%%/chart5.php -%%WWWDIR%%/chart6.php -%%WWWDIR%%/chart7.php -%%WWWDIR%%/composer.json -%%WWWDIR%%/composer.lock -%%WWWDIR%%/conf/.htaccess -%%WWWDIR%%/conf/maintenance.inc.php -%%WWWDIR%%/conf/zabbix.conf.php.example -%%WWWDIR%%/disc_prototypes.php -%%WWWDIR%%/favicon.ico -%%WWWDIR%%/graphs.php -%%WWWDIR%%/history.php -%%WWWDIR%%/host_discovery.php -%%WWWDIR%%/host_prototypes.php -%%WWWDIR%%/hostgroups.php -%%WWWDIR%%/hostinventories.php -%%WWWDIR%%/hostinventoriesoverview.php -%%WWWDIR%%/hosts.php -%%WWWDIR%%/httpconf.php -%%WWWDIR%%/httpdetails.php -%%WWWDIR%%/image.php -%%WWWDIR%%/imgstore.php -%%WWWDIR%%/include/.htaccess -%%WWWDIR%%/include/actions.inc.php -%%WWWDIR%%/include/audit.inc.php -%%WWWDIR%%/include/blocks.inc.php -%%WWWDIR%%/include/classes/api/API.php -%%WWWDIR%%/include/classes/api/APIException.php -%%WWWDIR%%/include/classes/api/CApiClientResponse.php -%%WWWDIR%%/include/classes/api/CApiService.php -%%WWWDIR%%/include/classes/api/CApiServiceFactory.php -%%WWWDIR%%/include/classes/api/CAudit.php -%%WWWDIR%%/include/classes/api/CRelationMap.php -%%WWWDIR%%/include/classes/api/clients/CApiClient.php -%%WWWDIR%%/include/classes/api/clients/CLocalApiClient.php -%%WWWDIR%%/include/classes/api/helpers/CApiHostHelper.php -%%WWWDIR%%/include/classes/api/helpers/CApiTagHelper.php -%%WWWDIR%%/include/classes/api/managers/CDiscoveryRuleManager.php -%%WWWDIR%%/include/classes/api/managers/CGraphManager.php -%%WWWDIR%%/include/classes/api/managers/CGraphPrototypeManager.php -%%WWWDIR%%/include/classes/api/managers/CHistoryManager.php -%%WWWDIR%%/include/classes/api/managers/CHttpTestManager.php -%%WWWDIR%%/include/classes/api/managers/CItemManager.php -%%WWWDIR%%/include/classes/api/managers/CItemPrototypeManager.php -%%WWWDIR%%/include/classes/api/managers/CTriggerManager.php -%%WWWDIR%%/include/classes/api/managers/CTriggerPrototypeManager.php -%%WWWDIR%%/include/classes/api/services/CAPIInfo.php -%%WWWDIR%%/include/classes/api/services/CAction.php -%%WWWDIR%%/include/classes/api/services/CAlert.php -%%WWWDIR%%/include/classes/api/services/CAuditLog.php -%%WWWDIR%%/include/classes/api/services/CAuthentication.php -%%WWWDIR%%/include/classes/api/services/CAutoregistration.php -%%WWWDIR%%/include/classes/api/services/CConfiguration.php -%%WWWDIR%%/include/classes/api/services/CCorrelation.php -%%WWWDIR%%/include/classes/api/services/CDCheck.php -%%WWWDIR%%/include/classes/api/services/CDHost.php -%%WWWDIR%%/include/classes/api/services/CDRule.php -%%WWWDIR%%/include/classes/api/services/CDService.php -%%WWWDIR%%/include/classes/api/services/CDashboard.php -%%WWWDIR%%/include/classes/api/services/CDashboardGeneral.php -%%WWWDIR%%/include/classes/api/services/CDiscoveryRule.php -%%WWWDIR%%/include/classes/api/services/CEvent.php -%%WWWDIR%%/include/classes/api/services/CGraph.php -%%WWWDIR%%/include/classes/api/services/CGraphGeneral.php -%%WWWDIR%%/include/classes/api/services/CGraphItem.php -%%WWWDIR%%/include/classes/api/services/CGraphPrototype.php -%%WWWDIR%%/include/classes/api/services/CHistory.php -%%WWWDIR%%/include/classes/api/services/CHost.php -%%WWWDIR%%/include/classes/api/services/CHostBase.php -%%WWWDIR%%/include/classes/api/services/CHostGeneral.php -%%WWWDIR%%/include/classes/api/services/CHostGroup.php -%%WWWDIR%%/include/classes/api/services/CHostInterface.php -%%WWWDIR%%/include/classes/api/services/CHostPrototype.php -%%WWWDIR%%/include/classes/api/services/CHousekeeping.php -%%WWWDIR%%/include/classes/api/services/CHttpTest.php -%%WWWDIR%%/include/classes/api/services/CIconMap.php -%%WWWDIR%%/include/classes/api/services/CImage.php -%%WWWDIR%%/include/classes/api/services/CItem.php -%%WWWDIR%%/include/classes/api/services/CItemGeneral.php -%%WWWDIR%%/include/classes/api/services/CItemPrototype.php -%%WWWDIR%%/include/classes/api/services/CMaintenance.php -%%WWWDIR%%/include/classes/api/services/CMap.php -%%WWWDIR%%/include/classes/api/services/CMapElement.php -%%WWWDIR%%/include/classes/api/services/CMediatype.php -%%WWWDIR%%/include/classes/api/services/CModule.php -%%WWWDIR%%/include/classes/api/services/CProblem.php -%%WWWDIR%%/include/classes/api/services/CProxy.php -%%WWWDIR%%/include/classes/api/services/CReport.php -%%WWWDIR%%/include/classes/api/services/CRole.php -%%WWWDIR%%/include/classes/api/services/CScript.php -%%WWWDIR%%/include/classes/api/services/CService.php -%%WWWDIR%%/include/classes/api/services/CSettings.php -%%WWWDIR%%/include/classes/api/services/CTask.php -%%WWWDIR%%/include/classes/api/services/CTemplate.php -%%WWWDIR%%/include/classes/api/services/CTemplateDashboard.php -%%WWWDIR%%/include/classes/api/services/CToken.php -%%WWWDIR%%/include/classes/api/services/CTrend.php -%%WWWDIR%%/include/classes/api/services/CTrigger.php -%%WWWDIR%%/include/classes/api/services/CTriggerGeneral.php -%%WWWDIR%%/include/classes/api/services/CTriggerPrototype.php -%%WWWDIR%%/include/classes/api/services/CUser.php -%%WWWDIR%%/include/classes/api/services/CUserGroup.php -%%WWWDIR%%/include/classes/api/services/CUserMacro.php -%%WWWDIR%%/include/classes/api/services/CValueMap.php -%%WWWDIR%%/include/classes/api/wrappers/CApiWrapper.php -%%WWWDIR%%/include/classes/api/wrappers/CFrontendApiWrapper.php -%%WWWDIR%%/include/classes/core/APP.php -%%WWWDIR%%/include/classes/core/CAjaxResponse.php -%%WWWDIR%%/include/classes/core/CAutoloader.php -%%WWWDIR%%/include/classes/core/CComponentRegistry.php -%%WWWDIR%%/include/classes/core/CConfigFile.php -%%WWWDIR%%/include/classes/core/CCookieSession.php -%%WWWDIR%%/include/classes/core/CEncryptedCookieSession.php -%%WWWDIR%%/include/classes/core/CHttpRequest.php -%%WWWDIR%%/include/classes/core/CJsonRpc.php -%%WWWDIR%%/include/classes/core/CModule.php -%%WWWDIR%%/include/classes/core/CModuleManager.php -%%WWWDIR%%/include/classes/core/CRegistryFactory.php -%%WWWDIR%%/include/classes/core/ConfigFileException.php -%%WWWDIR%%/include/classes/core/Manager.php -%%WWWDIR%%/include/classes/core/ZBase.php -%%WWWDIR%%/include/classes/data/CHistFunctionData.php -%%WWWDIR%%/include/classes/data/CMathFunctionData.php -%%WWWDIR%%/include/classes/db/DB.php -%%WWWDIR%%/include/classes/db/DBException.php -%%WWWDIR%%/include/classes/db/DbBackend.php -%%WWWDIR%%/include/classes/db/MysqlDbBackend.php -%%WWWDIR%%/include/classes/db/OracleDbBackend.php -%%WWWDIR%%/include/classes/db/PostgresqlDbBackend.php -%%WWWDIR%%/include/classes/debug/CProfiler.php -%%WWWDIR%%/include/classes/export/CConfigurationExport.php -%%WWWDIR%%/include/classes/export/CConfigurationExportBuilder.php -%%WWWDIR%%/include/classes/export/CConfigurationExportException.php -%%WWWDIR%%/include/classes/export/writers/CExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CExportWriterFactory.php -%%WWWDIR%%/include/classes/export/writers/CJsonExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CRawExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CXmlExportWriter.php -%%WWWDIR%%/include/classes/export/writers/CYamlExportWriter.php -%%WWWDIR%%/include/classes/graph/CSvgGraph.php -%%WWWDIR%%/include/classes/graphdraw/CGraphDraw.php -%%WWWDIR%%/include/classes/graphdraw/CLineGraphDraw.php -%%WWWDIR%%/include/classes/graphdraw/CPieGraphDraw.php -%%WWWDIR%%/include/classes/helpers/CArrayHelper.php -%%WWWDIR%%/include/classes/helpers/CAuthenticationHelper.php -%%WWWDIR%%/include/classes/helpers/CBrandHelper.php -%%WWWDIR%%/include/classes/helpers/CConditionHelper.php -%%WWWDIR%%/include/classes/helpers/CConfigGeneralHelper.php -%%WWWDIR%%/include/classes/helpers/CCookieHelper.php -%%WWWDIR%%/include/classes/helpers/CDashboardHelper.php -%%WWWDIR%%/include/classes/helpers/CDataCacheHelper.php -%%WWWDIR%%/include/classes/helpers/CDateTimeZoneHelper.php -%%WWWDIR%%/include/classes/helpers/CElasticsearchHelper.php -%%WWWDIR%%/include/classes/helpers/CEncryptHelper.php -%%WWWDIR%%/include/classes/helpers/CHintBoxHelper.php -%%WWWDIR%%/include/classes/helpers/CHousekeepingHelper.php -%%WWWDIR%%/include/classes/helpers/CHtml.php -%%WWWDIR%%/include/classes/helpers/CMapHelper.php -%%WWWDIR%%/include/classes/helpers/CMathHelper.php -%%WWWDIR%%/include/classes/helpers/CMediatypeHelper.php -%%WWWDIR%%/include/classes/helpers/CMenuHelper.php -%%WWWDIR%%/include/classes/helpers/CMenuPopupHelper.php -%%WWWDIR%%/include/classes/helpers/CMessageHelper.php -%%WWWDIR%%/include/classes/helpers/CPagerHelper.php -%%WWWDIR%%/include/classes/helpers/CRoleHelper.php -%%WWWDIR%%/include/classes/helpers/CSessionHelper.php -%%WWWDIR%%/include/classes/helpers/CSettingsHelper.php -%%WWWDIR%%/include/classes/helpers/CSvgGraphHelper.php -%%WWWDIR%%/include/classes/helpers/CTagFilterFieldHelper.php -%%WWWDIR%%/include/classes/helpers/CTemplateHelper.php -%%WWWDIR%%/include/classes/helpers/CUploadFile.php -%%WWWDIR%%/include/classes/helpers/CValueMapHelper.php -%%WWWDIR%%/include/classes/helpers/CVaultHelper.php -%%WWWDIR%%/include/classes/helpers/CViewHelper.php -%%WWWDIR%%/include/classes/html/CActionButtonList.php -%%WWWDIR%%/include/classes/html/CBreadcrumbs.php -%%WWWDIR%%/include/classes/html/CButton.php -%%WWWDIR%%/include/classes/html/CButtonCancel.php -%%WWWDIR%%/include/classes/html/CButtonDelete.php -%%WWWDIR%%/include/classes/html/CButtonDropdown.php -%%WWWDIR%%/include/classes/html/CButtonExport.php -%%WWWDIR%%/include/classes/html/CButtonQMessage.php -%%WWWDIR%%/include/classes/html/CCheckBox.php -%%WWWDIR%%/include/classes/html/CCheckBoxList.php -%%WWWDIR%%/include/classes/html/CClock.php -%%WWWDIR%%/include/classes/html/CCol.php -%%WWWDIR%%/include/classes/html/CColHeader.php -%%WWWDIR%%/include/classes/html/CCollapsibleUiWidget.php -%%WWWDIR%%/include/classes/html/CColor.php -%%WWWDIR%%/include/classes/html/CDashboardWidgetMap.php -%%WWWDIR%%/include/classes/html/CDateSelector.php -%%WWWDIR%%/include/classes/html/CDiv.php -%%WWWDIR%%/include/classes/html/CFile.php -%%WWWDIR%%/include/classes/html/CFilter.php -%%WWWDIR%%/include/classes/html/CForm.php -%%WWWDIR%%/include/classes/html/CFormActions.php -%%WWWDIR%%/include/classes/html/CFormField.php -%%WWWDIR%%/include/classes/html/CFormGrid.php -%%WWWDIR%%/include/classes/html/CFormList.php -%%WWWDIR%%/include/classes/html/CHorList.php -%%WWWDIR%%/include/classes/html/CHostAvailability.php -%%WWWDIR%%/include/classes/html/CIFrame.php -%%WWWDIR%%/include/classes/html/CImageTextTable.php -%%WWWDIR%%/include/classes/html/CImg.php -%%WWWDIR%%/include/classes/html/CInput.php -%%WWWDIR%%/include/classes/html/CInputSecret.php -%%WWWDIR%%/include/classes/html/CJsScript.php -%%WWWDIR%%/include/classes/html/CLabel.php -%%WWWDIR%%/include/classes/html/CLink.php -%%WWWDIR%%/include/classes/html/CLinkAction.php -%%WWWDIR%%/include/classes/html/CList.php -%%WWWDIR%%/include/classes/html/CListBox.php -%%WWWDIR%%/include/classes/html/CListBoxItem.php -%%WWWDIR%%/include/classes/html/CListItem.php -%%WWWDIR%%/include/classes/html/CMacroValue.php -%%WWWDIR%%/include/classes/html/CMenu.php -%%WWWDIR%%/include/classes/html/CMenuItem.php -%%WWWDIR%%/include/classes/html/CMultiSelect.php -%%WWWDIR%%/include/classes/html/CMultilineInput.php -%%WWWDIR%%/include/classes/html/CNavigationTree.php -%%WWWDIR%%/include/classes/html/CNumericBox.php -%%WWWDIR%%/include/classes/html/CObject.php -%%WWWDIR%%/include/classes/html/CPassBox.php -%%WWWDIR%%/include/classes/html/CPatternSelect.php -%%WWWDIR%%/include/classes/html/CPre.php -%%WWWDIR%%/include/classes/html/CRadioButtonList.php -%%WWWDIR%%/include/classes/html/CRangeControl.php -%%WWWDIR%%/include/classes/html/CRedirectButton.php -%%WWWDIR%%/include/classes/html/CRow.php -%%WWWDIR%%/include/classes/html/CRowHeader.php -%%WWWDIR%%/include/classes/html/CScriptTag.php -%%WWWDIR%%/include/classes/html/CScriptTemplate.php -%%WWWDIR%%/include/classes/html/CSelect.php -%%WWWDIR%%/include/classes/html/CSelectOption.php -%%WWWDIR%%/include/classes/html/CSelectOptionGroup.php -%%WWWDIR%%/include/classes/html/CSeverity.php -%%WWWDIR%%/include/classes/html/CSeverityCheckBoxList.php -%%WWWDIR%%/include/classes/html/CSimpleButton.php -%%WWWDIR%%/include/classes/html/CSortable.php -%%WWWDIR%%/include/classes/html/CSpan.php -%%WWWDIR%%/include/classes/html/CSubmit.php -%%WWWDIR%%/include/classes/html/CSubmitButton.php -%%WWWDIR%%/include/classes/html/CSup.php -%%WWWDIR%%/include/classes/html/CTabFilter.php -%%WWWDIR%%/include/classes/html/CTabView.php -%%WWWDIR%%/include/classes/html/CTable.php -%%WWWDIR%%/include/classes/html/CTableColumn.php -%%WWWDIR%%/include/classes/html/CTableInfo.php -%%WWWDIR%%/include/classes/html/CTag.php -%%WWWDIR%%/include/classes/html/CTextArea.php -%%WWWDIR%%/include/classes/html/CTextAreaFlexible.php -%%WWWDIR%%/include/classes/html/CTextBox.php -%%WWWDIR%%/include/classes/html/CUiWidget.php -%%WWWDIR%%/include/classes/html/CVar.php -%%WWWDIR%%/include/classes/html/CVisibilityBox.php -%%WWWDIR%%/include/classes/html/CWarning.php -%%WWWDIR%%/include/classes/html/interfaces/CButtonInterface.php -%%WWWDIR%%/include/classes/html/pageheader/CPageHeader.php -%%WWWDIR%%/include/classes/html/svg/CSvg.php -%%WWWDIR%%/include/classes/html/svg/CSvgCircle.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphAnnotation.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphArea.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphAxis.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphBar.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphGrid.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLegend.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLine.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphLineGroup.php -%%WWWDIR%%/include/classes/html/svg/CSvgGraphPoints.php -%%WWWDIR%%/include/classes/html/svg/CSvgGroup.php -%%WWWDIR%%/include/classes/html/svg/CSvgLine.php -%%WWWDIR%%/include/classes/html/svg/CSvgPath.php -%%WWWDIR%%/include/classes/html/svg/CSvgPolygon.php -%%WWWDIR%%/include/classes/html/svg/CSvgRect.php -%%WWWDIR%%/include/classes/html/svg/CSvgTag.php -%%WWWDIR%%/include/classes/html/svg/CSvgText.php -%%WWWDIR%%/include/classes/html/widget/CWidget.php -%%WWWDIR%%/include/classes/import/CConfigurationImport.php -%%WWWDIR%%/include/classes/import/CConfigurationImportcompare.php -%%WWWDIR%%/include/classes/import/CImportDataAdapter.php -%%WWWDIR%%/include/classes/import/CImportReferencer.php -%%WWWDIR%%/include/classes/import/CImportedObjectContainer.php -%%WWWDIR%%/include/classes/import/converters/C10ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C10ItemKeyConverter.php -%%WWWDIR%%/include/classes/import/converters/C10TriggerConverter.php -%%WWWDIR%%/include/classes/import/converters/C20ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C20ItemKeyConverter.php -%%WWWDIR%%/include/classes/import/converters/C20TriggerConverter.php -%%WWWDIR%%/include/classes/import/converters/C30ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C32ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C34ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C40ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C42ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C44ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C50ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C52AggregateItemKeyConverter.php -%%WWWDIR%%/include/classes/import/converters/C52CalculatedItemConverter.php -%%WWWDIR%%/include/classes/import/converters/C52EventNameConverter.php -%%WWWDIR%%/include/classes/import/converters/C52ImportConverter.php -%%WWWDIR%%/include/classes/import/converters/C52TriggerExpressionConverter.php -%%WWWDIR%%/include/classes/import/converters/CConstantImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CConverter.php -%%WWWDIR%%/include/classes/import/converters/CDefaultImportConverter.php -%%WWWDIR%%/include/classes/import/converters/CImportConverterFactory.php -%%WWWDIR%%/include/classes/import/converters/CImportDataNormalizer.php -%%WWWDIR%%/include/classes/import/converters/CTemplateScreenConverter.php -%%WWWDIR%%/include/classes/import/converters/CTransformImportConverter.php -%%WWWDIR%%/include/classes/import/importers/CHostImporter.php -%%WWWDIR%%/include/classes/import/importers/CImporter.php -%%WWWDIR%%/include/classes/import/importers/CMapImporter.php -%%WWWDIR%%/include/classes/import/importers/CTemplateDashboardImporter.php -%%WWWDIR%%/include/classes/import/importers/CTemplateImporter.php -%%WWWDIR%%/include/classes/import/readers/CImportReader.php -%%WWWDIR%%/include/classes/import/readers/CImportReaderFactory.php -%%WWWDIR%%/include/classes/import/readers/CJsonImportReader.php -%%WWWDIR%%/include/classes/import/readers/CXmlImportReader.php -%%WWWDIR%%/include/classes/import/readers/CYamlImportReader.php -%%WWWDIR%%/include/classes/import/validators/C10XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C20XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C30XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C32XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C34XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C40XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C42XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C44XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C50XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C52XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/C54XmlValidator.php -%%WWWDIR%%/include/classes/import/validators/CImportValidatorFactory.php -%%WWWDIR%%/include/classes/import/validators/CXmlValidator.php -%%WWWDIR%%/include/classes/import/validators/CXmlValidatorGeneral.php -%%WWWDIR%%/include/classes/items/CHelpItems.php -%%WWWDIR%%/include/classes/ldap/CLdap.php -%%WWWDIR%%/include/classes/macros/CMacrosResolver.php -%%WWWDIR%%/include/classes/macros/CMacrosResolverGeneral.php -%%WWWDIR%%/include/classes/macros/CMacrosResolverHelper.php -%%WWWDIR%%/include/classes/mvc/CController.php -%%WWWDIR%%/include/classes/mvc/CControllerResponse.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseData.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseFatal.php -%%WWWDIR%%/include/classes/mvc/CControllerResponseRedirect.php -%%WWWDIR%%/include/classes/mvc/CLegacyAction.php -%%WWWDIR%%/include/classes/mvc/CPartial.php -%%WWWDIR%%/include/classes/mvc/CRouter.php -%%WWWDIR%%/include/classes/mvc/CView.php -%%WWWDIR%%/include/classes/parsers/C10ExpressionMacroParser.php -%%WWWDIR%%/include/classes/parsers/C10FunctionMacroParser.php -%%WWWDIR%%/include/classes/parsers/C10FunctionParser.php -%%WWWDIR%%/include/classes/parsers/C10TriggerExpression.php -%%WWWDIR%%/include/classes/parsers/CADNameAttributeParser.php -%%WWWDIR%%/include/classes/parsers/CAbsoluteTimeParser.php -%%WWWDIR%%/include/classes/parsers/CConditionFormula.php -%%WWWDIR%%/include/classes/parsers/CDnsParser.php -%%WWWDIR%%/include/classes/parsers/CExpressionMacroFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CExpressionMacroParser.php -%%WWWDIR%%/include/classes/parsers/CExpressionParser.php -%%WWWDIR%%/include/classes/parsers/CFilterParser.php -%%WWWDIR%%/include/classes/parsers/CFlexibleIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CFunctionIdParser.php -%%WWWDIR%%/include/classes/parsers/CHistFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CHostGroupNameParser.php -%%WWWDIR%%/include/classes/parsers/CHostNameParser.php -%%WWWDIR%%/include/classes/parsers/CIPParser.php -%%WWWDIR%%/include/classes/parsers/CIPRangeParser.php -%%WWWDIR%%/include/classes/parsers/CIPv4Parser.php -%%WWWDIR%%/include/classes/parsers/CIPv6Parser.php -%%WWWDIR%%/include/classes/parsers/CItemKey.php -%%WWWDIR%%/include/classes/parsers/CLLDMacroFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CLLDMacroParser.php -%%WWWDIR%%/include/classes/parsers/CMacroFunctionParser.php -%%WWWDIR%%/include/classes/parsers/CMacroParser.php -%%WWWDIR%%/include/classes/parsers/CNumberParser.php -%%WWWDIR%%/include/classes/parsers/CParser.php -%%WWWDIR%%/include/classes/parsers/CPeriodParser.php -%%WWWDIR%%/include/classes/parsers/CPrometheusOutputParser.php -%%WWWDIR%%/include/classes/parsers/CPrometheusPatternParser.php -%%WWWDIR%%/include/classes/parsers/CQueryParser.php -%%WWWDIR%%/include/classes/parsers/CRangeParser.php -%%WWWDIR%%/include/classes/parsers/CRangeTimeParser.php -%%WWWDIR%%/include/classes/parsers/CRangesParser.php -%%WWWDIR%%/include/classes/parsers/CReferenceParser.php -%%WWWDIR%%/include/classes/parsers/CRelativeTimeParser.php -%%WWWDIR%%/include/classes/parsers/CReplacementParser.php -%%WWWDIR%%/include/classes/parsers/CSchedulingIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CSetParser.php -%%WWWDIR%%/include/classes/parsers/CSimpleIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CTimePeriodParser.php -%%WWWDIR%%/include/classes/parsers/CTimePeriodsParser.php -%%WWWDIR%%/include/classes/parsers/CUpdateIntervalParser.php -%%WWWDIR%%/include/classes/parsers/CUserMacroParser.php -%%WWWDIR%%/include/classes/parsers/CValidationRule.php -%%WWWDIR%%/include/classes/parsers/CVaultSecretParser.php -%%WWWDIR%%/include/classes/parsers/results/C10TriggerExprParserResult.php -%%WWWDIR%%/include/classes/parsers/results/CExpressionParserResult.php -%%WWWDIR%%/include/classes/parsers/results/CParserResult.php -%%WWWDIR%%/include/classes/regexp/CGlobalRegexp.php -%%WWWDIR%%/include/classes/routing/CUrl.php -%%WWWDIR%%/include/classes/routing/CUrlFactory.php -%%WWWDIR%%/include/classes/screens/CScreenBase.php -%%WWWDIR%%/include/classes/screens/CScreenBuilder.php -%%WWWDIR%%/include/classes/screens/CScreenDiscovery.php -%%WWWDIR%%/include/classes/screens/CScreenHistory.php -%%WWWDIR%%/include/classes/screens/CScreenHttpTest.php -%%WWWDIR%%/include/classes/screens/CScreenHttpTestDetails.php -%%WWWDIR%%/include/classes/screens/CScreenMap.php -%%WWWDIR%%/include/classes/screens/CScreenProblem.php -%%WWWDIR%%/include/classes/server/CZabbixServer.php -%%WWWDIR%%/include/classes/services/CServicesSlaCalculator.php -%%WWWDIR%%/include/classes/services/CTabFilterProfile.php -%%WWWDIR%%/include/classes/setup/CFrontendSetup.php -%%WWWDIR%%/include/classes/setup/CSetupWizard.php -%%WWWDIR%%/include/classes/tree/CServiceTree.php -%%WWWDIR%%/include/classes/tree/CTree.php -%%WWWDIR%%/include/classes/triggers/CTextTriggerConstructor.php -%%WWWDIR%%/include/classes/user/CFavorite.php -%%WWWDIR%%/include/classes/user/CProfile.php -%%WWWDIR%%/include/classes/user/CWebUser.php -%%WWWDIR%%/include/classes/validators/CActionCondValidator.php -%%WWWDIR%%/include/classes/validators/CApiInputValidator.php -%%WWWDIR%%/include/classes/validators/CCollectionValidator.php -%%WWWDIR%%/include/classes/validators/CColorValidator.php -%%WWWDIR%%/include/classes/validators/CEmailValidator.php -%%WWWDIR%%/include/classes/validators/CEventCorrCondValidator.php -%%WWWDIR%%/include/classes/validators/CEventNameValidator.php -%%WWWDIR%%/include/classes/validators/CExpressionValidator.php -%%WWWDIR%%/include/classes/validators/CHistFunctionValidator.php -%%WWWDIR%%/include/classes/validators/CHtmlUrlValidator.php -%%WWWDIR%%/include/classes/validators/CIdValidator.php -%%WWWDIR%%/include/classes/validators/CLdapAuthValidator.php -%%WWWDIR%%/include/classes/validators/CLimitedSetValidator.php -%%WWWDIR%%/include/classes/validators/CMathFunctionValidator.php -%%WWWDIR%%/include/classes/validators/CNewValidator.php -%%WWWDIR%%/include/classes/validators/CPartialValidatorInterface.php -%%WWWDIR%%/include/classes/validators/CRegexValidator.php -%%WWWDIR%%/include/classes/validators/CStringValidator.php -%%WWWDIR%%/include/classes/validators/CValidator.php -%%WWWDIR%%/include/classes/validators/event/CEventSourceObjectValidator.php -%%WWWDIR%%/include/classes/validators/host/CHostNormalValidator.php -%%WWWDIR%%/include/classes/validators/object/CConditionValidator.php -%%WWWDIR%%/include/classes/validators/object/CUpdateDiscoveredValidator.php -%%WWWDIR%%/include/classes/validators/schema/CSchemaValidator.php -%%WWWDIR%%/include/classes/widgets/CWidgetConfig.php -%%WWWDIR%%/include/classes/widgets/CWidgetHelper.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetField.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldCheckBoxList.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldDatePicker.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphDataSet.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldGraphOverride.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHidden.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldHostPatternSelect.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldIntegerBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMs.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraph.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGraphPrototype.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsGroup.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsHost.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItem.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldMsItemPrototype.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNavTree.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldNumericBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRadioButtonList.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldRangeControl.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldReference.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelect.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSelectResource.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldSeverities.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTags.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldTextBox.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldUrl.php -%%WWWDIR%%/include/classes/widgets/fields/CWidgetFieldWidgetSelect.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetForm.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormActionLog.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormClock.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormDataOver.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraph.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormGraphPrototype.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormHostAvail.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormMap.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormNavTree.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormPlainText.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblemHosts.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblems.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormProblemsBySv.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormSvgGraph.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormTrigOver.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormUrl.php -%%WWWDIR%%/include/classes/widgets/forms/CWidgetFormWeb.php -%%WWWDIR%%/include/classes/widgets/views/widget.actionlog.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.clock.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.dataover.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.discovery.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.favgraphs.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.favmaps.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.graph.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.graphprototype.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.hostavail.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.map.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.navtree.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.plaintext.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problemhosts.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problems.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.problemsbysv.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.svggraph.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.systeminfo.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.trigover.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.url.form.view.php -%%WWWDIR%%/include/classes/widgets/views/widget.web.form.view.php -%%WWWDIR%%/include/classes/xml/CXmlConstantName.php -%%WWWDIR%%/include/classes/xml/CXmlConstantValue.php -%%WWWDIR%%/include/config.inc.php -%%WWWDIR%%/include/correlation.inc.php -%%WWWDIR%%/include/db.inc.php -%%WWWDIR%%/include/debug.inc.php -%%WWWDIR%%/include/defines.inc.php -%%WWWDIR%%/include/discovery.inc.php -%%WWWDIR%%/include/draw.inc.php -%%WWWDIR%%/include/events.inc.php -%%WWWDIR%%/include/forms.inc.php -%%WWWDIR%%/include/func.inc.php -%%WWWDIR%%/include/gettextwrapper.inc.php -%%WWWDIR%%/include/graphs.inc.php -%%WWWDIR%%/include/hostgroups.inc.php -%%WWWDIR%%/include/hosts.inc.php -%%WWWDIR%%/include/html.inc.php -%%WWWDIR%%/include/httptest.inc.php -%%WWWDIR%%/include/images.inc.php -%%WWWDIR%%/include/items.inc.php -%%WWWDIR%%/include/js.inc.php -%%WWWDIR%%/include/locales.inc.php -%%WWWDIR%%/include/maintenances.inc.php -%%WWWDIR%%/include/maps.inc.php -%%WWWDIR%%/include/media.inc.php -%%WWWDIR%%/include/page_footer.php -%%WWWDIR%%/include/page_header.php -%%WWWDIR%%/include/perm.inc.php -%%WWWDIR%%/include/regexp.inc.php -%%WWWDIR%%/include/schema.inc.php -%%WWWDIR%%/include/services.inc.php -%%WWWDIR%%/include/sounds.inc.php -%%WWWDIR%%/include/translateDefines.inc.php -%%WWWDIR%%/include/triggers.inc.php -%%WWWDIR%%/include/users.inc.php -%%WWWDIR%%/include/validate.inc.php -%%WWWDIR%%/include/views/administration.auditacts.list.php -%%WWWDIR%%/include/views/configuration.action.edit.php -%%WWWDIR%%/include/views/configuration.action.list.php -%%WWWDIR%%/include/views/configuration.copy.elements.php -%%WWWDIR%%/include/views/configuration.graph.edit.php -%%WWWDIR%%/include/views/configuration.graph.list.php -%%WWWDIR%%/include/views/configuration.host.discovery.edit.php -%%WWWDIR%%/include/views/configuration.host.discovery.list.php -%%WWWDIR%%/include/views/configuration.host.edit.php -%%WWWDIR%%/include/views/configuration.host.list.php -%%WWWDIR%%/include/views/configuration.host.prototype.edit.php -%%WWWDIR%%/include/views/configuration.host.prototype.list.php -%%WWWDIR%%/include/views/configuration.hostgroups.edit.php -%%WWWDIR%%/include/views/configuration.hostgroups.list.php -%%WWWDIR%%/include/views/configuration.httpconf.edit.php -%%WWWDIR%%/include/views/configuration.httpconf.list.php -%%WWWDIR%%/include/views/configuration.item.edit.php -%%WWWDIR%%/include/views/configuration.item.list.php -%%WWWDIR%%/include/views/configuration.item.prototype.edit.php -%%WWWDIR%%/include/views/configuration.item.prototype.list.php -%%WWWDIR%%/include/views/configuration.maintenance.edit.php -%%WWWDIR%%/include/views/configuration.maintenance.list.php -%%WWWDIR%%/include/views/configuration.services.edit.php -%%WWWDIR%%/include/views/configuration.services.list.php -%%WWWDIR%%/include/views/configuration.template.edit.php -%%WWWDIR%%/include/views/configuration.template.list.php -%%WWWDIR%%/include/views/configuration.trigger.prototype.edit.php -%%WWWDIR%%/include/views/configuration.trigger.prototype.list.php -%%WWWDIR%%/include/views/configuration.triggers.edit.php -%%WWWDIR%%/include/views/configuration.triggers.list.php -%%WWWDIR%%/include/views/general.browserwarning.php -%%WWWDIR%%/include/views/general.login.php -%%WWWDIR%%/include/views/general.warning.php -%%WWWDIR%%/include/views/inventory.host.list.php -%%WWWDIR%%/include/views/inventory.host.view.php -%%WWWDIR%%/include/views/js/common.init.js.php -%%WWWDIR%%/include/views/js/common.item.edit.js.php -%%WWWDIR%%/include/views/js/common.template.edit.js.php -%%WWWDIR%%/include/views/js/configuration.action.edit.js.php -%%WWWDIR%%/include/views/js/configuration.copy.elements.js.php -%%WWWDIR%%/include/views/js/configuration.graph.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.discovery.edit.overr.js.php -%%WWWDIR%%/include/views/js/configuration.host.discovery.list.js.php -%%WWWDIR%%/include/views/js/configuration.host.edit.js.php -%%WWWDIR%%/include/views/js/configuration.host.list.js.php -%%WWWDIR%%/include/views/js/configuration.host.prototype.edit.js.php -%%WWWDIR%%/include/views/js/configuration.httpconf.edit.js.php -%%WWWDIR%%/include/views/js/configuration.httpconf.list.js.php -%%WWWDIR%%/include/views/js/configuration.item.edit.js.php -%%WWWDIR%%/include/views/js/configuration.item.list.js.php -%%WWWDIR%%/include/views/js/configuration.item.prototype.edit.js.php -%%WWWDIR%%/include/views/js/configuration.maintenance.edit.js.php -%%WWWDIR%%/include/views/js/configuration.services.edit.js.php -%%WWWDIR%%/include/views/js/configuration.template.list.js.php -%%WWWDIR%%/include/views/js/configuration.triggers.edit.js.php -%%WWWDIR%%/include/views/js/configuration.triggers.list.js.php -%%WWWDIR%%/include/views/js/editabletable.js.php -%%WWWDIR%%/include/views/js/item.preprocessing.js.php -%%WWWDIR%%/include/views/js/itemtest.js.php -%%WWWDIR%%/include/views/js/monitoring.history.js.php -%%WWWDIR%%/include/views/js/monitoring.sysmap.edit.js.php -%%WWWDIR%%/include/views/js/monitoring.sysmaps.js.php -%%WWWDIR%%/include/views/monitoring.history.php -%%WWWDIR%%/include/views/monitoring.overview.items.php -%%WWWDIR%%/include/views/monitoring.overview.triggers.php -%%WWWDIR%%/include/views/monitoring.sysmap.constructor.php -%%WWWDIR%%/include/views/monitoring.sysmap.edit.php -%%WWWDIR%%/include/views/monitoring.sysmap.list.php -%%WWWDIR%%/include/views/reports.toptriggers.php -%%WWWDIR%%/index.php -%%WWWDIR%%/index_http.php -%%WWWDIR%%/index_sso.php -%%WWWDIR%%/items.php -%%WWWDIR%%/js/browsers.js -%%WWWDIR%%/js/chkbxrange.js -%%WWWDIR%%/js/class.base-component.js -%%WWWDIR%%/js/class.bbcode.js -%%WWWDIR%%/js/class.browsertab.js -%%WWWDIR%%/js/class.calendar.js -%%WWWDIR%%/js/class.cdate.js -%%WWWDIR%%/js/class.cdebug.js -%%WWWDIR%%/js/class.cmap.js -%%WWWDIR%%/js/class.cnavtree.js -%%WWWDIR%%/js/class.cookie.js -%%WWWDIR%%/js/class.coverride.js -%%WWWDIR%%/js/class.crangecontrol.js -%%WWWDIR%%/js/class.csuggest.js -%%WWWDIR%%/js/class.csvggraph.js -%%WWWDIR%%/js/class.ctree.js -%%WWWDIR%%/js/class.curl.js -%%WWWDIR%%/js/class.cverticalaccordion.js -%%WWWDIR%%/js/class.cviewswitcher.js -%%WWWDIR%%/js/class.dashboard.js -%%WWWDIR%%/js/class.dashboard.page.js -%%WWWDIR%%/js/class.dashboard.widget.placeholder.js -%%WWWDIR%%/js/class.localstorage.js -%%WWWDIR%%/js/class.menu-item.js -%%WWWDIR%%/js/class.menu.js -%%WWWDIR%%/js/class.notification.collection.js -%%WWWDIR%%/js/class.notification.js -%%WWWDIR%%/js/class.notifications.audio.js -%%WWWDIR%%/js/class.notifications.js -%%WWWDIR%%/js/class.overlay.js -%%WWWDIR%%/js/class.overlaycollection.js -%%WWWDIR%%/js/class.rpc.js -%%WWWDIR%%/js/class.scrollable.js -%%WWWDIR%%/js/class.sidebar.js -%%WWWDIR%%/js/class.sortable.js -%%WWWDIR%%/js/class.tab-indicators.js -%%WWWDIR%%/js/class.tabfilter.js -%%WWWDIR%%/js/class.tabfilteritem.js -%%WWWDIR%%/js/class.tagfilteritem.js -%%WWWDIR%%/js/class.template.js -%%WWWDIR%%/js/colorpicker.js -%%WWWDIR%%/js/common.js -%%WWWDIR%%/js/component.z-select.js -%%WWWDIR%%/js/flickerfreescreen.js -%%WWWDIR%%/js/functions.js -%%WWWDIR%%/js/gtlc.js -%%WWWDIR%%/js/init.js -%%WWWDIR%%/js/inputsecret.js -%%WWWDIR%%/js/layout.mode.js -%%WWWDIR%%/js/macrovalue.js -%%WWWDIR%%/js/main.js -%%WWWDIR%%/js/menupopup.js -%%WWWDIR%%/js/multilineinput.js -%%WWWDIR%%/js/multiselect.js -%%WWWDIR%%/js/pages/items.js -%%WWWDIR%%/js/pages/monitoring.overview.js -%%WWWDIR%%/js/pages/popup.condition.common.js -%%WWWDIR%%/js/pages/popup.operation.common.js -%%WWWDIR%%/js/pages/report2.js -%%WWWDIR%%/js/pages/report4.js -%%WWWDIR%%/js/pages/setup.js -%%WWWDIR%%/js/pages/srv_status.js -%%WWWDIR%%/js/servercheck.js -%%WWWDIR%%/js/textareaflexible.js -%%WWWDIR%%/js/vector/class.svg.canvas.js -%%WWWDIR%%/js/vector/class.svg.map.js -%%WWWDIR%%/js/vendors/jquery-ui.js -%%WWWDIR%%/js/vendors/jquery.js -%%WWWDIR%%/js/widgets/class.widget.clock.js -%%WWWDIR%%/js/widgets/class.widget.graph-prototype.js -%%WWWDIR%%/js/widgets/class.widget.graph.js -%%WWWDIR%%/js/widgets/class.widget.iterator.js -%%WWWDIR%%/js/widgets/class.widget.js -%%WWWDIR%%/js/widgets/class.widget.map.js -%%WWWDIR%%/js/widgets/class.widget.navtree.js -%%WWWDIR%%/js/widgets/class.widget.paste-placeholder.js -%%WWWDIR%%/js/widgets/class.widget.problems.js -%%WWWDIR%%/js/widgets/class.widget.problemsbysv.js -%%WWWDIR%%/js/widgets/class.widget.svggraph.js -%%WWWDIR%%/js/widgets/class.widget.trigerover.js -%%WWWDIR%%/jsLoader.php -%%WWWDIR%%/jsrpc.php -%%WWWDIR%%/local/.htaccess -%%WWWDIR%%/local/README -%%WWWDIR%%/locale/README -%%WWWDIR%%/locale/add_new_language.sh -%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/bg/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ca/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/cs/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/de/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/el/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/en_US/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/es/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fa/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fi/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/fr/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/he/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/hu/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/id/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/it/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ja/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ka/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ko/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/lt/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/lv/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/make_mo.sh -%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/nb/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/nl/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pl/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pt_BR/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/pt_PT/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ro/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/ru/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/sk/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/sv/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/tr/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/uk/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/update_po.sh -%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/vi/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/zh_CN/LC_MESSAGES/frontend.po -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.mo -%%WWWDIR%%/locale/zh_TW/LC_MESSAGES/frontend.po -%%WWWDIR%%/maintenance.php -%%WWWDIR%%/map.php -%%WWWDIR%%/overview.php -%%WWWDIR%%/report2.php -%%WWWDIR%%/report4.php -%%WWWDIR%%/robots.txt -%%WWWDIR%%/services.php -%%WWWDIR%%/setup.php -%%WWWDIR%%/srv_status.php -%%WWWDIR%%/sysmap.php -%%WWWDIR%%/sysmaps.php -%%WWWDIR%%/templates.php -%%WWWDIR%%/toptriggers.php -%%WWWDIR%%/tr_events.php -%%WWWDIR%%/trigger_prototypes.php -%%WWWDIR%%/triggers.php -%%WWWDIR%%/vendor/autoload.php -%%WWWDIR%%/vendor/bin/yaml-lint -%%WWWDIR%%/vendor/bin/yaml-lint.bat -%%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/php-saml/CHANGELOG -%%WWWDIR%%/vendor/php-saml/LICENSE -%%WWWDIR%%/vendor/php-saml/README.md -%%WWWDIR%%/vendor/php-saml/_toolkit_loader.php -%%WWWDIR%%/vendor/php-saml/advanced_settings_example.php -%%WWWDIR%%/vendor/php-saml/certs/README -%%WWWDIR%%/vendor/php-saml/composer.json -%%WWWDIR%%/vendor/php-saml/phpunit.xml -%%WWWDIR%%/vendor/php-saml/settings_example.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Auth.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/AuthnRequest.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Constants.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Error.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/IdPMetadataParser.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/LogoutRequest.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/LogoutResponse.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Metadata.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Response.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Settings.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/Utils.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/ValidationError.php -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-assertion-2.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-authn-context-2.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-authn-context-types-2.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-metadata-2.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/saml-schema-protocol-2.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/sstc-metadata-attr.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/sstc-saml-attribute-ext.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/sstc-saml-metadata-algsupport-v1.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/sstc-saml-metadata-ui-v1.0.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xenc-schema.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xml.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/schemas/xmldsig-core-schema.xsd -%%WWWDIR%%/vendor/php-saml/src/Saml2/version.json -%%WWWDIR%%/vendor/symfony/deprecation-contracts/CHANGELOG.md -%%WWWDIR%%/vendor/symfony/deprecation-contracts/LICENSE -%%WWWDIR%%/vendor/symfony/deprecation-contracts/README.md -%%WWWDIR%%/vendor/symfony/deprecation-contracts/composer.json -%%WWWDIR%%/vendor/symfony/deprecation-contracts/function.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/Ctype.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/LICENSE -%%WWWDIR%%/vendor/symfony/polyfill-ctype/README.md -%%WWWDIR%%/vendor/symfony/polyfill-ctype/bootstrap.php -%%WWWDIR%%/vendor/symfony/polyfill-ctype/composer.json -%%WWWDIR%%/vendor/symfony/yaml/CHANGELOG.md -%%WWWDIR%%/vendor/symfony/yaml/Command/LintCommand.php -%%WWWDIR%%/vendor/symfony/yaml/Dumper.php -%%WWWDIR%%/vendor/symfony/yaml/Escaper.php -%%WWWDIR%%/vendor/symfony/yaml/Exception/DumpException.php -%%WWWDIR%%/vendor/symfony/yaml/Exception/ExceptionInterface.php -%%WWWDIR%%/vendor/symfony/yaml/Exception/ParseException.php -%%WWWDIR%%/vendor/symfony/yaml/Exception/RuntimeException.php -%%WWWDIR%%/vendor/symfony/yaml/Inline.php -%%WWWDIR%%/vendor/symfony/yaml/LICENSE -%%WWWDIR%%/vendor/symfony/yaml/Parser.php -%%WWWDIR%%/vendor/symfony/yaml/README.md -%%WWWDIR%%/vendor/symfony/yaml/Resources/bin/yaml-lint -%%WWWDIR%%/vendor/symfony/yaml/Tag/TaggedValue.php -%%WWWDIR%%/vendor/symfony/yaml/Unescaper.php -%%WWWDIR%%/vendor/symfony/yaml/Yaml.php -%%WWWDIR%%/vendor/symfony/yaml/composer.json -%%WWWDIR%%/vendor/xmlseclibs/CHANGELOG.txt -%%WWWDIR%%/vendor/xmlseclibs/LICENSE -%%WWWDIR%%/vendor/xmlseclibs/README.md -%%WWWDIR%%/vendor/xmlseclibs/composer.json -%%WWWDIR%%/vendor/xmlseclibs/src/Utils/XPath.php -%%WWWDIR%%/vendor/xmlseclibs/src/XMLSecEnc.php -%%WWWDIR%%/vendor/xmlseclibs/src/XMLSecurityDSig.php -%%WWWDIR%%/vendor/xmlseclibs/src/XMLSecurityKey.php -%%WWWDIR%%/vendor/xmlseclibs/xmlseclibs.php -%%WWWDIR%%/zabbix.php -@dir %%WWWDIR%%/conf/certs -@dir %%WWWDIR%%/local/app/controllers -@dir %%WWWDIR%%/local/app/partials -@dir %%WWWDIR%%/local/app/views -@dir %%WWWDIR%%/local/conf -@dir %%WWWDIR%%/modules diff --git a/net-mgmt/zabbix54-server/pkg-plist.java b/net-mgmt/zabbix54-server/pkg-plist.java deleted file mode 100644 index 3c583b91a9e9..000000000000 --- a/net-mgmt/zabbix54-server/pkg-plist.java +++ /dev/null @@ -1,11 +0,0 @@ -sbin/zabbix_java/shutdown.sh -sbin/zabbix_java/lib/logback-console.xml -sbin/zabbix_java/lib/logback-core-1.2.9.jar -sbin/zabbix_java/lib/logback-classic-1.2.9.jar -sbin/zabbix_java/lib/logback.xml -sbin/zabbix_java/lib/slf4j-api-1.7.32.jar -sbin/zabbix_java/lib/android-json-4.3_r3.1.jar -@sample sbin/zabbix_java/settings.sh.sample -sbin/zabbix_java/startup.sh -sbin/zabbix_java/bin/zabbix-java-gateway-%%DISTVERSION%%.jar -@dir(zabbix,zabbix,755) /var/run/zabbix diff --git a/security/Makefile b/security/Makefile index 8445234bfeda..f9f1a298fa63 100644 --- a/security/Makefile +++ b/security/Makefile @@ -350,7 +350,6 @@ SUBDIR += minisign SUBDIR += mkp224o SUBDIR += modsecurity3 - SUBDIR += modsecurity3-apache SUBDIR += modsecurity3-nginx SUBDIR += monkeysphere SUBDIR += munge @@ -805,7 +804,6 @@ SUBDIR += poly1305aes SUBDIR += portsentry SUBDIR += proftpd-mod_clamav - SUBDIR += protonvpn-cli SUBDIR += proxycheck SUBDIR += proxytunnel SUBDIR += pssh diff --git a/security/modsecurity3-apache/Makefile b/security/modsecurity3-apache/Makefile deleted file mode 100644 index 12893d4aa374..000000000000 --- a/security/modsecurity3-apache/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -PORTNAME= modsecurity3-apache -DISTVERSIONPREFIX= v -DISTVERSION= 0.0.9-beta1-20 -DISTVERSIONSUFFIX= -gf692ea99 -CATEGORIES= security www - -MAINTAINER= joneum@FreeBSD.org -COMMENT= Intrusion detection and prevention engine / Apache Wrapper - -DEPRECATED= The project was not developed further -EXPIRATION_DATE= 2022-06-27 - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -LIB_DEPENDS= libmodsecurity.so:security/modsecurity3 - -USES= apache:2.4+ autoreconf -USE_GCC= yes - -USE_GITHUB= yes -GH_ACCOUNT= SpiderLabs -GH_PROJECT= ModSecurity-apache - -GNU_CONFIGURE= yes -CONFIGURE_ENV= V3LIB=${LOCALBASE}/lib V3INCLUDE=${LOCALBASE}/include - -OPTIONS_DEFINE= DOCS - -do-install: - @${MKDIR} ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - ${INSTALL_LIB} ${WRKSRC}/src/.libs/mod_security3.so \ - ${STAGEDIR}${PREFIX}/${APACHEMODDIR} - -post-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} - -.include <bsd.port.mk> diff --git a/security/modsecurity3-apache/distinfo b/security/modsecurity3-apache/distinfo deleted file mode 100644 index a26d8dc0d6a8..000000000000 --- a/security/modsecurity3-apache/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1636653256 -SHA256 (SpiderLabs-ModSecurity-apache-v0.0.9-beta1-20-gf692ea99_GH0.tar.gz) = feede4f37019028ab11500ce83ea7a6320448083f013038d56782aa48f3a3d4e -SIZE (SpiderLabs-ModSecurity-apache-v0.0.9-beta1-20-gf692ea99_GH0.tar.gz) = 65538 diff --git a/security/modsecurity3-apache/pkg-descr b/security/modsecurity3-apache/pkg-descr deleted file mode 100644 index c719c5a7a425..000000000000 --- a/security/modsecurity3-apache/pkg-descr +++ /dev/null @@ -1,10 +0,0 @@ -The ModSecurity-apache connector is the connection point between Apache and libmodsecurity -(ModSecurity v3). Said another way, this project provides a communication channel between Apache -and libmodsecurity. This connector is required to use LibModSecurity with Apache. - -The ModSecurity-apache connector takes the form of an Apache module. -The module simply serves as a layer of communication between Apache and ModSecurity. - -Notice that this project depends on libmodsecurity rather than ModSecurity (version 2.9 or less). - -WWW: https://github.com/SpiderLabs/ModSecurity-apache diff --git a/security/modsecurity3-apache/pkg-plist b/security/modsecurity3-apache/pkg-plist deleted file mode 100644 index 630ff3565e51..000000000000 --- a/security/modsecurity3-apache/pkg-plist +++ /dev/null @@ -1,4 +0,0 @@ -%%APACHEMODDIR%%/mod_security3.so -@postexec %D/sbin/apxs -e -a -n security3 %f -@preunexec %D/sbin/apxs -e -A -n security3 %f -%%PORTDOCS%%%%DOCSDIR%%/README.md diff --git a/security/protonvpn-cli/Makefile b/security/protonvpn-cli/Makefile deleted file mode 100644 index 46367e17a362..000000000000 --- a/security/protonvpn-cli/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -PORTNAME= protonvpn-cli -DISTVERSIONPREFIX= v -DISTVERSION= 1.1.2 -PORTREVISION= 1 -CATEGORIES= security net net-vpn - -MAINTAINER= ports@FreeBSD.org -COMMENT= ProtonVPN Command line tool - -LICENSE= MIT GPLv3 -LICENSE_COMB= multi -LICENSE_FILE_MIT= ${WRKSRC}/license.md -LICENSE_DISTFILES_MIT= ${DISTFILES:M*protonvpn-cli*} -LICENSE_DISTFILES_GPLv3= ${DISTFILES:M*scripts*} - -DEPRECATED= This version is deprecated and unsupported upstream. The port needs an update, which would require a fair amount of effort. Use OpenVPN or Wireguard with configuration files provided by ProtonVPN instead. -EXPIRATION_DATE= 2022-06-25 - -RUN_DEPENDS= bash:shells/bash \ - openvpn:security/openvpn \ - wget:ftp/wget \ - ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss - -USES= python - -USE_GITHUB= yes -GH_ACCOUNT= ProtonVPN -GH_PROJECT= scripts:updateResolvConf -GH_TAGNAME= d5d0be1:updateResolvConf - -NO_ARCH= yes -NO_BUILD= yes - -PLIST_FILES= bin/protonvpn-cli \ - bin/pvpn \ - etc/openvpn/update-resolv-conf - -post-patch: - ${REINPLACE_CMD} s,\$$python,${PYTHON_CMD},g ${WRKSRC}/protonvpn-cli.sh - ${REINPLACE_CMD} s,wget,wget\ --ca-certificate\ ${LOCALBASE}/share/certs/ca-root-nss.crt,g ${WRKSRC}/protonvpn-cli.sh - ${REINPLACE_CMD} s,%%LOCALBASE%%,${LOCALBASE},g ${WRKSRC}/protonvpn-cli.sh - -do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/protonvpn-cli.sh ${STAGEDIR}${PREFIX}/bin/protonvpn-cli - ${LN} -s ./protonvpn-cli ${STAGEDIR}${PREFIX}/bin/pvpn - ${MKDIR} ${STAGEDIR}${PREFIX}/etc/openvpn - ${INSTALL_SCRIPT} ${WRKSRC_updateResolvConf}/update-resolv-conf.sh ${STAGEDIR}${PREFIX}/etc/openvpn/update-resolv-conf - -.include <bsd.port.mk> diff --git a/security/protonvpn-cli/distinfo b/security/protonvpn-cli/distinfo deleted file mode 100644 index 50fb4a31cef8..000000000000 --- a/security/protonvpn-cli/distinfo +++ /dev/null @@ -1,5 +0,0 @@ -TIMESTAMP = 1569487609 -SHA256 (ProtonVPN-protonvpn-cli-v1.1.2_GH0.tar.gz) = d58b2a9acca5eb0c81c07ba7021d40bb3230f871ec9537b5546cbe0268bb0d7f -SIZE (ProtonVPN-protonvpn-cli-v1.1.2_GH0.tar.gz) = 14602 -SHA256 (ProtonVPN-scripts-d5d0be1_GH0.tar.gz) = 146ebce132a9d8f03523eaea43e8d50a020caf4b87e1f48f025dd71a68c99aed -SIZE (ProtonVPN-scripts-d5d0be1_GH0.tar.gz) = 1328 diff --git a/security/protonvpn-cli/files/patch-protonvpn-cli.sh b/security/protonvpn-cli/files/patch-protonvpn-cli.sh deleted file mode 100644 index 0bbe7e75e18c..000000000000 --- a/security/protonvpn-cli/files/patch-protonvpn-cli.sh +++ /dev/null @@ -1,282 +0,0 @@ ---- protonvpn-cli.sh.orig 2018-11-05 20:42:22 UTC -+++ protonvpn-cli.sh -@@ -17,63 +17,6 @@ if [[ ("$UID" != 0) && ("$1" != "ip") && ("$1" != "-ip - exit 1 - fi - --function check_requirements() { -- if [[ -z $(which openvpn) ]]; then -- echo "[!] Error: openvpn is not installed. Install \`openvpn\` package to continue." -- exit 1 -- fi -- -- if [[ ! -z $(which python) ]]; then -- python=$(which python) -- elif [[ ! -z $(which python3) ]]; then -- python=$(which python3) -- elif [[ ! -z $(which python2) ]]; then -- python=$(which python2) -- fi -- -- if [[ -z "$python" ]]; then -- echo "[!] Error: python is not installed. Install \`python\` package to continue." -- exit 1 -- fi -- -- if [[ -z $(which dialog) ]]; then -- echo "[!] Error: dialog is not installed. Install \`dialog\` package to continue." -- exit 1 -- fi -- if [[ -z $(which wget) ]]; then -- echo "[!] Error: wget is not installed. Install \`wget\` package to continue." -- exit 1 -- fi -- -- if [[ -z $(which sysctl) && ( $(detect_platform_type) != "Mac" ) ]]; then -- echo "[!] Error: sysctl is not installed. Install \`sysctl\` package to continue." -- exit 1 -- fi -- -- if [[ $(detect_platform_type) == "Linux" ]]; then -- if [[ ( -z $(which iptables) ) || ( -z $(which iptables-save) ) || ( -z $(which iptables-restore) ) ]]; then -- echo "[!] Error: iptables is not installed. Install \`iptables\` package to continue." -- exit 1 -- fi -- fi -- -- sha512sum_func -- if [[ -z "$sha512sum_tool" ]]; then -- echo "[!] Error: sha512sum is not installed. Install \`sha512sum\` package to continue." -- exit 1 -- fi -- -- if [[ (! -x "/etc/openvpn/update-resolv-conf") && ( $(detect_platform_type) != "MacOS") ]]; then -- echo "[!] Error: update-resolv-conf is not installed." -- read -p "Would you like protonvpn-cli to install update-resolv-conf? (y/N): " "user_confirm" -- if [[ "$user_confirm" == "y" || "$user_confirm" == "Y" ]]; then -- install_update_resolv_conf -- else -- exit 1 -- fi -- fi --} -- - function get_home() { - if [[ -z "$SUDO_USER" ]]; then - CURRENT_USER="$(whoami)" -@@ -100,25 +43,6 @@ function get_protonvpn_cli_home() { - echo "$(get_home)/.protonvpn-cli" - } - --function install_update_resolv_conf() { -- if [[ ("$UID" != 0) ]]; then -- echo "[!] Error: Installation requires root access." -- exit 1 -- fi -- echo "[*] Installing update-resolv-conf..." -- mkdir -p "/etc/openvpn/" -- file_sha512sum="81cf5ed20ec2a2f47f970bb0185fffb3e719181240f2ca3187dbee1f4d102ce63ab048ffee9daa6b68c96ac59d1d86ad4de2b1cfaf77f1b1f1918d143e96a588" -- wget "https://raw.githubusercontent.com/ProtonVPN/scripts/master/update-resolv-conf.sh" -O "/etc/openvpn/update-resolv-conf" -- if [[ ($? == 0) && ($($sha512sum_tool "/etc/openvpn/update-resolv-conf" | cut -d " " -f1) == "$file_sha512sum") ]]; then -- chmod +x "/etc/openvpn/update-resolv-conf" -- echo "[*] Done." -- else -- echo "[!] Error installing update-resolv-conf." -- rm -f "/etc/openvpn/update-resolv-conf" 2> /dev/null -- exit 1 -- fi --} -- - function check_ip() { - counter=0 - ip="" -@@ -222,15 +146,7 @@ function init_cli() { - } - - function detect_platform_type() { -- unameOut="$(uname -s)" -- case "${unameOut}" in -- Linux*) platform=Linux;; -- Darwin*) platform=MacOS;; -- CYGWIN*) platform=Linux;; -- MINGW*) platform=Linux;; -- *) platform=Linux -- esac -- echo "$platform" -+ echo "FreeBSD" - } - - function manage_ipv6() { -@@ -501,7 +417,8 @@ function openvpn_connect() { - --header 'Accept: application/vnd.protonmail.v1+json' \ - -o /dev/null \ - --timeout 10 --tries 1 -q -O "$openvpn_config" \ -- "https://api.protonmail.ch/vpn/config?Platform=$(detect_platform_type)&LogicalID=$config_id&Protocol=$selected_protocol" -+ "https://api.protonmail.ch/vpn/config?Platform=Linux&LogicalID=$config_id&Protocol=$selected_protocol" && \ -+ sed -i '' s,/etc/openvpn/update-resolv-conf,%%LOCALBASE%%/etc/openvpn/update-resolv-conf, "$openvpn_config" - - echo "Connecting..." - -@@ -573,102 +490,6 @@ function openvpn_connect() { - exit $status_exit - } - --function update_cli() { -- check_if_internet_is_working_normally -- -- cli_path="/usr/local/bin/protonvpn-cli" -- if [[ ! -f "$cli_path" ]]; then -- echo "[!] Error: protonvpn-cli does not seem to be installed." -- exit 1 -- fi -- echo "[#] Checking for update..." -- current_local_hashsum=$($sha512sum_tool "$cli_path" | cut -d " " -f1) -- remote_=$(wget --timeout 6 -o /dev/null -q -O - 'https://raw.githubusercontent.com/ProtonVPN/protonvpn-cli/master/protonvpn-cli.sh') -- if [[ $? != 0 ]]; then -- echo "[!] Error: There is an error updating protonvpn-cli." -- exit 1 -- fi -- remote_hashsum=$(echo "$remote_" | $sha512sum_tool | cut -d ' ' -f1) -- -- if [[ "$current_local_hashsum" == "$remote_hashsum" ]]; then -- echo "[*] protonvpn-cli is up-to-date!" -- exit 0 -- else -- echo "[#] A new update is available." -- echo "[#] Updating..." -- wget -q --timeout 20 -O "$cli_path" 'https://raw.githubusercontent.com/ProtonVPN/protonvpn-cli/master/protonvpn-cli.sh' -- if [[ $? == 0 ]]; then -- echo "[#] protonvpn-cli has been updated successfully." -- exit 0 -- else -- echo "[!] Error: There is an error updating protonvpn-cli." -- exit 1 -- fi -- fi --} -- --function install_cli() { -- mkdir -p "/usr/bin/" "/usr/local/bin/" -- cli="$(cd "$(dirname "$0")" && pwd -P)/$(basename "$0")" -- errors_counter=0 -- cp "$cli" "/usr/local/bin/protonvpn-cli" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- ln -s -f "/usr/local/bin/protonvpn-cli" "/usr/local/bin/pvpn" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- ln -s -f "/usr/local/bin/protonvpn-cli" "/usr/bin/protonvpn-cli" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- ln -s -f "/usr/local/bin/protonvpn-cli" "/usr/bin/pvpn" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- chown "$USER:$(id -gn $USER)" "/usr/local/bin/protonvpn-cli" "/usr/local/bin/pvpn" "/usr/bin/protonvpn-cli" "/usr/bin/pvpn" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- chmod 0755 "/usr/local/bin/protonvpn-cli" "/usr/local/bin/pvpn" "/usr/bin/protonvpn-cli" "/usr/bin/pvpn" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- if [[ ($errors_counter == 0) || ( ! -z $(which protonvpn-cli) ) ]]; then -- echo "[*] Done." -- exit 0 -- else -- echo "[!] Error: There was an error in installing protonvpn-cli." -- exit 1 -- fi --} -- --function uninstall_cli() { -- -- if [[ $(is_openvpn_currently_running) == true ]]; then -- echo "[!] OpenVPN is currently running." -- echo "[!] Session will be disconnected." -- openvpn_disconnect quiet dont_exit -- if [[ $(is_openvpn_currently_running) == true ]]; then # Checking if OpenVPN is still active. -- echo "[!] Error disconnecting OpenVPN." -- echo "[!] Please disconnect manually and try the uninstallation again." -- exit 1 -- else -- echo "[#] Disconnected." -- fi -- fi -- -- errors_counter=0 -- rm -f "/usr/local/bin/protonvpn-cli" "/usr/local/bin/pvpn" "/usr/bin/protonvpn-cli" "/usr/bin/pvpn" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- rm -rf "$(get_protonvpn_cli_home)/" &> /dev/null -- if [[ $? != 0 ]]; then errors_counter=$((errors_counter+1)); fi -- -- if [[ ($errors_counter == 0) || ( $(which protonvpn-cli) == "" ) ]]; then -- echo "[*] Done." -- exit 0 -- else -- echo "[!] Error: There was an error in uninstalling protonvpn-cli." -- exit 1 -- fi --} -- - function print_console_status() { - current_ip="$(check_ip)" - if [[ $(is_openvpn_currently_running) == true ]]; then -@@ -1246,6 +1067,18 @@ function get_countries_server_list() { - response_cache_path="$(get_protonvpn_cli_home)/.response_cache" - tier=$(cat "$(get_protonvpn_cli_home)/protonvpn_tier") - -+ country_id=$1 -+ if [[ $tier -eq 0 ]] -+ then -+ if [[ $1 -eq 1 ]] -+ then -+ country_id=9 -+ elif [[ $1 -eq 2 ]] -+ then -+ country_id=6 -+ fi -+ fi -+ - output=`$python <<END - import json - response_cache = open("""$response_cache_path""", "r").read() -@@ -1263,7 +1096,7 @@ for _ in output: - countries.append(_['EntryCountry']) - - for i, country in enumerate(countries): -- if str(i+1) == """$1""": -+ if str(i+1) == """$country_id""": - selected_country = country - - best_server = "" -@@ -1536,9 +1369,6 @@ function help_message() { - echo " --reconnect Reconnect to the current ProtonVPN server." - echo " --ip Print the current public IP address." - echo " --status Print connection status." -- echo " --update Update protonvpn-cli." -- echo " --install Install protonvpn-cli." -- echo " --uninstall Uninstall protonvpn-cli." - echo " -v, --version Display version." - echo " -h, --help Show this help message." - echo -@@ -1546,7 +1376,6 @@ function help_message() { - exit 0 - } - --check_requirements - user_input="$1" - case $user_input in - ""|"-h"|"--help"|"--h"|"-help"|"help") help_message -@@ -1589,13 +1418,7 @@ case $user_input in - ;; - "status"|"-status"|"--status") print_console_status - ;; -- "update"|"-update"|"--update") update_cli -- ;; - "-init"|"--init") init_cli -- ;; -- "-install"|"--install") install_cli -- ;; -- "-uninstall"|"--uninstall") uninstall_cli - ;; - *) - echo "[!] Invalid input: $user_input" diff --git a/security/protonvpn-cli/pkg-descr b/security/protonvpn-cli/pkg-descr deleted file mode 100644 index e3f35deb9ed5..000000000000 --- a/security/protonvpn-cli/pkg-descr +++ /dev/null @@ -1,16 +0,0 @@ -protonvpn-cli is an user-friendly command-line tool for accessing the -swiss-based privacy-focused ProtonVPN VPN service. -You need a ProtonVPN account to use it: you can create one at -https://protonvpn.com. Free accounts are available, although with -limited features: only 3 countries (Netherlands, USA, Japan) are -available with the free plan. -It can also easily add an extra layer of privacy by activating Tor -(needs payed plan). - -No manual page is provided with protonvpn-cli, but you can get help -on usage by running protonvpn-cli -h. - -Warning: although user is asked about enabling a killswitch or not, no -killswitch is available at the moment. - -WWW: https://protonvpn.com diff --git a/sysutils/Makefile b/sysutils/Makefile index eeb866370c41..2a489871e5a6 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -372,7 +372,6 @@ SUBDIR += finfo SUBDIR += firstboot-cloudsetup SUBDIR += firstboot-freebsd-update - SUBDIR += firstboot-growfs SUBDIR += firstboot-pkgs SUBDIR += flasher SUBDIR += flashrom diff --git a/sysutils/firstboot-growfs/Makefile b/sysutils/firstboot-growfs/Makefile deleted file mode 100644 index e28ff9711560..000000000000 --- a/sysutils/firstboot-growfs/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -PORTNAME= firstboot-growfs -PORTVERSION= 1.0 -CATEGORIES= sysutils -MASTER_SITES= # none -DISTFILES= # none -EXTRACT_ONLY= # none - -MAINTAINER= swills@FreeBSD.org -COMMENT= Expand / when the system first boots - -DEPRECATED= A better version is available on all FreeBSD version -EXPIRATION_DATE= 2022-06-27 - -NO_WRKSUBDIR= yes -NO_BUILD= yes -NO_INSTALL= yes -NO_ARCH= yes - -USE_RC_SUBR= firstboot_growfs - -.include <bsd.port.mk> diff --git a/sysutils/firstboot-growfs/files/firstboot_growfs.in b/sysutils/firstboot-growfs/files/firstboot_growfs.in deleted file mode 100644 index d767e6876b25..000000000000 --- a/sysutils/firstboot-growfs/files/firstboot_growfs.in +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# KEYWORD: firstboot -# PROVIDE: firstboot_growfs -# REQUIRE: NETWORKING -# BEFORE: LOGIN - -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf (in the disk -# image, since this only runs on the first boot) to enable this: -# -# firstboot_growfs_enable="YES" - -. /etc/rc.subr - -: ${firstboot_growfs_enable:="NO"} -: ${firstboot_growfs_fs:="/"} - -name="firstboot_growfs" -rcvar=firstboot_growfs_enable -start_cmd="firstboot_growfs_run" -stop_cmd=":" - -firstboot_growfs_run() -{ - local FSTYPE DISK GPTLABEL GPART GDISK GPARTNO - - FSTYPE=`mount -p | awk "{ if (\\$2 == \"${firstboot_growfs_fs}\") print \\$3 }"` - case ${FSTYPE} in - ufs) - ;; - *) - echo "${firstboot_growfs_fs} is not a UFS volume, cannot resize" - ;; - esac - - DISK=`mount -p | awk "{ if (\\$2 == \"${firstboot_growfs_fs}\") print \\$1 }"` - case ${DISK} in - /dev/gpt/*) - GPTLABEL=${DISK##/dev/gpt/} - ;; - *) - echo "${firstboot_growfs_fs} is not on a GPT disk, cannot resize" - return 0 - ;; - esac - - GPART=`glabel status -s | awk "{ if (\\$1 == \"gpt/${GPTLABEL}\") print \\$3 }"` - GDISK=${GPART%p*} - GPARTNO=${GPART##*p} - - gpart recover ${GDISK} - gpart resize -i ${GPARTNO} ${GDISK} - growfs -y ${firstboot_growfs_fs} -} - -load_rc_config $name -run_rc_command "$1" diff --git a/sysutils/firstboot-growfs/pkg-descr b/sysutils/firstboot-growfs/pkg-descr deleted file mode 100644 index 1c36bcfe9e0a..000000000000 --- a/sysutils/firstboot-growfs/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -When the system first boots, resize the (GPT) partition holding the root -filesystem, then resize the (UFS) root filesystem. This is intended to be -used in virtual machines where a VM image is built with one size but may -be launched onto a larger disk. |