Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C49A984E64 for ; Mon, 25 Dec 2023 14:51:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aL_zXTZTTGVo for ; Mon, 25 Dec 2023 14:51:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0213B84D39 for ; Mon, 25 Dec 2023 14:51:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F020DFA42; Mon, 25 Dec 2023 14:51:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1703515879252620" MIME-Version: 1.0 Date: Mon, 25 Dec 2023 14:51:19 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/zabbix-frontend To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20231225145119.F020DFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1703515879252620 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 25 14:51:19 UTC 2023 Modified Files: pkgsrc/sysutils/zabbix-frontend: Makefile PLIST Log Message: zabbix-frontend: add missing files to PLIST Bump PKGREVISION. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/sysutils/zabbix-frontend/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/sysutils/zabbix-frontend/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1703515879252620 Content-Disposition: inline Content-Length: 5792 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/zabbix-frontend/Makefile diff -u pkgsrc/sysutils/zabbix-frontend/Makefile:1.8 pkgsrc/sysutils/zabbix-frontend/Makefile:1.9 --- pkgsrc/sysutils/zabbix-frontend/Makefile:1.8 Mon Nov 13 16:34:02 2023 +++ pkgsrc/sysutils/zabbix-frontend/Makefile Mon Dec 25 14:51:19 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2023/11/13 16:34:02 taca Exp $ +# $NetBSD: Makefile,v 1.9 2023/12/25 14:51:19 wiz Exp $ -PKGREVISION= 1 +PKGREVISION= 2 .include "../../sysutils/zabbix/Makefile.common" PKGNAME= ${DISTNAME:S/-/-frontend-/} Index: pkgsrc/sysutils/zabbix-frontend/PLIST diff -u pkgsrc/sysutils/zabbix-frontend/PLIST:1.7 pkgsrc/sysutils/zabbix-frontend/PLIST:1.8 --- pkgsrc/sysutils/zabbix-frontend/PLIST:1.7 Sat Jun 20 12:43:46 2020 +++ pkgsrc/sysutils/zabbix-frontend/PLIST Mon Dec 25 14:51:19 2023 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2020/06/20 12:43:46 gdt Exp $ +@comment $NetBSD: PLIST,v 1.8 2023/12/25 14:51:19 wiz Exp $ share/zabbix/php/actionconf.php share/zabbix/php/adm.gui.php share/zabbix/php/adm.housekeeper.php @@ -33,6 +33,8 @@ share/zabbix/php/app/controllers/CContro share/zabbix/php/app/controllers/CControllerExportXml.php share/zabbix/php/app/controllers/CControllerFavouriteCreate.php share/zabbix/php/app/controllers/CControllerFavouriteDelete.php +share/zabbix/php/app/controllers/CControllerHintboxActionlist.php +share/zabbix/php/app/controllers/CControllerHintboxEventlist.php share/zabbix/php/app/controllers/CControllerMapView.php share/zabbix/php/app/controllers/CControllerMediatypeCreate.php share/zabbix/php/app/controllers/CControllerMediatypeDelete.php @@ -109,6 +111,8 @@ share/zabbix/php/app/views/administratio share/zabbix/php/app/views/administration.script.list.php share/zabbix/php/app/views/dashboard.properties.edit.php share/zabbix/php/app/views/dashboard.sharing.edit.php +share/zabbix/php/app/views/hintbox.actionlist.php +share/zabbix/php/app/views/hintbox.eventlist.php share/zabbix/php/app/views/layout.csv.php share/zabbix/php/app/views/layout.htmlpage.footer.php share/zabbix/php/app/views/layout.htmlpage.header.php @@ -327,7 +331,7 @@ share/zabbix/php/include/classes/helpers share/zabbix/php/include/classes/helpers/CBrandHelper.php share/zabbix/php/include/classes/helpers/CConditionHelper.php share/zabbix/php/include/classes/helpers/CElasticsearchHelper.php -share/zabbix/php/include/classes/helpers/CHtml.php +share/zabbix/php/include/classes/helpers/CHintBoxHelper.php share/zabbix/php/include/classes/helpers/CJs.php share/zabbix/php/include/classes/helpers/CMapHelper.php share/zabbix/php/include/classes/helpers/CMenuPopupHelper.php @@ -357,6 +361,7 @@ share/zabbix/php/include/classes/html/CF share/zabbix/php/include/classes/html/CForm.php share/zabbix/php/include/classes/html/CFormList.php share/zabbix/php/include/classes/html/CHorList.php +share/zabbix/php/include/classes/html/CHtmlEntity.php share/zabbix/php/include/classes/html/CIFrame.php share/zabbix/php/include/classes/html/CImageTextTable.php share/zabbix/php/include/classes/html/CImg.php @@ -794,7 +799,6 @@ share/zabbix/php/index_http.php share/zabbix/php/items.php share/zabbix/php/js/browsers.js share/zabbix/php/js/chkbxrange.js -share/zabbix/php/js/class.bbcode.js share/zabbix/php/js/class.browsertab.js share/zabbix/php/js/class.calendar.js share/zabbix/php/js/class.cclock.js @@ -847,6 +851,7 @@ share/zabbix/php/latest.php share/zabbix/php/local/.htaccess share/zabbix/php/local/README share/zabbix/php/locale/README +share/zabbix/php/locale/README.md share/zabbix/php/locale/add_new_language.sh share/zabbix/php/locale/bg/LC_MESSAGES/frontend.mo share/zabbix/php/locale/bg/LC_MESSAGES/frontend.po @@ -858,6 +863,7 @@ share/zabbix/php/locale/de/LC_MESSAGES/f share/zabbix/php/locale/de/LC_MESSAGES/frontend.po share/zabbix/php/locale/el/LC_MESSAGES/frontend.mo share/zabbix/php/locale/el/LC_MESSAGES/frontend.po +share/zabbix/php/locale/en/LC_MESSAGES/frontend.pot share/zabbix/php/locale/en_US/LC_MESSAGES/frontend.mo share/zabbix/php/locale/en_US/LC_MESSAGES/frontend.po share/zabbix/php/locale/es/LC_MESSAGES/frontend.mo @@ -870,6 +876,8 @@ share/zabbix/php/locale/fr/LC_MESSAGES/f share/zabbix/php/locale/fr/LC_MESSAGES/frontend.po share/zabbix/php/locale/he/LC_MESSAGES/frontend.mo share/zabbix/php/locale/he/LC_MESSAGES/frontend.po +share/zabbix/php/locale/hr/LC_MESSAGES/frontend.mo +share/zabbix/php/locale/hr/LC_MESSAGES/frontend.po share/zabbix/php/locale/hu/LC_MESSAGES/frontend.mo share/zabbix/php/locale/hu/LC_MESSAGES/frontend.po share/zabbix/php/locale/id/LC_MESSAGES/frontend.mo @@ -887,8 +895,8 @@ share/zabbix/php/locale/lt/LC_MESSAGES/f share/zabbix/php/locale/lv/LC_MESSAGES/frontend.mo share/zabbix/php/locale/lv/LC_MESSAGES/frontend.po share/zabbix/php/locale/make_mo.sh -share/zabbix/php/locale/nb/LC_MESSAGES/frontend.mo -share/zabbix/php/locale/nb/LC_MESSAGES/frontend.po +share/zabbix/php/locale/nb_NO/LC_MESSAGES/frontend.mo +share/zabbix/php/locale/nb_NO/LC_MESSAGES/frontend.po share/zabbix/php/locale/nl/LC_MESSAGES/frontend.mo share/zabbix/php/locale/nl/LC_MESSAGES/frontend.po share/zabbix/php/locale/pl/LC_MESSAGES/frontend.mo @@ -903,8 +911,8 @@ share/zabbix/php/locale/ru/LC_MESSAGES/f share/zabbix/php/locale/ru/LC_MESSAGES/frontend.po share/zabbix/php/locale/sk/LC_MESSAGES/frontend.mo share/zabbix/php/locale/sk/LC_MESSAGES/frontend.po -share/zabbix/php/locale/sv/LC_MESSAGES/frontend.mo -share/zabbix/php/locale/sv/LC_MESSAGES/frontend.po +share/zabbix/php/locale/sv_SE/LC_MESSAGES/frontend.mo +share/zabbix/php/locale/sv_SE/LC_MESSAGES/frontend.po share/zabbix/php/locale/tr/LC_MESSAGES/frontend.mo share/zabbix/php/locale/tr/LC_MESSAGES/frontend.po share/zabbix/php/locale/uk/LC_MESSAGES/frontend.mo --_----------=_1703515879252620--