pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/zabbix-frontend
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.
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
Home |
Main Index |
Thread Index |
Old Index