pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

GTS and Zabbix imported into base



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon May 22 11:53:41 2017 +0200
Changeset:	4bcfed0208f0a4de7f4349f3b570b2b84eb5757d

Removed Files:
	gts/DESCR
	gts/Makefile
	gts/PLIST
	gts/buildlink3.mk
	gts/distinfo
	zabbix-agent/DESCR
	zabbix-agent/Makefile
	zabbix-agent/PLIST
	zabbix-agent/files/zabbix_agentd.sh
	zabbix-frontend/DESCR
	zabbix-frontend/Makefile
	zabbix-frontend/PLIST
	zabbix-proxy-mysql/DESCR
	zabbix-proxy-mysql/Makefile
	zabbix-proxy-mysql/PLIST
	zabbix-proxy-mysql/files/zabbix_proxy.sh
	zabbix-proxy-pgsql/DESCR
	zabbix-proxy-pgsql/Makefile
	zabbix-proxy-pgsql/PLIST
	zabbix-proxy-pgsql/files/zabbix_proxy.sh
	zabbix-server-mysql/DESCR
	zabbix-server-mysql/Makefile
	zabbix-server-mysql/PLIST
	zabbix-server-mysql/files/zabbix_server.sh
	zabbix-server-pgsql/DESCR
	zabbix-server-pgsql/Makefile
	zabbix-server-pgsql/PLIST
	zabbix-server-pgsql/files/zabbix_server.sh
	zabbix-server/DESCR
	zabbix-server/Makefile
	zabbix-server/PLIST
	zabbix-server/distinfo
	zabbix-server/files/zabbix_server.sh
	zabbix/DESCR
	zabbix/Makefile
	zabbix/Makefile.common
	zabbix/Makefile.server
	zabbix/PLIST
	zabbix/TODO
	zabbix/distinfo
	zabbix/options.mk
	zabbix/patches/patch-src_zabbix__agent_Makefile.in
	zabbix/patches/patch-src_zabbix__agent_zabbix__agentd.c
	zabbix/patches/patch-src_zabbix__proxy_Makefile.in
	zabbix/patches/patch-src_zabbix__server_Makefile.in
	zabbix/patches/patch-src_zabbix__server_server.c

Log Message:
GTS and Zabbix imported into base

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4bcfed0208f0a4de7f4349f3b570b2b84eb5757d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gts/DESCR                                          |   7 -
 gts/Makefile                                       |  27 -
 gts/PLIST                                          |  17 -
 gts/buildlink3.mk                                  |  16 -
 gts/distinfo                                       |   5 -
 zabbix-agent/DESCR                                 |   1 -
 zabbix-agent/Makefile                              |  15 -
 zabbix-agent/PLIST                                 |  20 -
 zabbix-agent/files/zabbix_agentd.sh                |  13 -
 zabbix-frontend/DESCR                              |   1 -
 zabbix-frontend/Makefile                           |  15 -
 zabbix-frontend/PLIST                              | 839 ---------------------
 zabbix-proxy-mysql/DESCR                           |   1 -
 zabbix-proxy-mysql/Makefile                        |  19 -
 zabbix-proxy-mysql/PLIST                           |  14 -
 zabbix-proxy-mysql/files/zabbix_proxy.sh           |  13 -
 zabbix-proxy-pgsql/DESCR                           |   1 -
 zabbix-proxy-pgsql/Makefile                        |  19 -
 zabbix-proxy-pgsql/PLIST                           |  14 -
 zabbix-proxy-pgsql/files/zabbix_proxy.sh           |  13 -
 zabbix-server-mysql/DESCR                          |   1 -
 zabbix-server-mysql/Makefile                       |  18 -
 zabbix-server-mysql/PLIST                          |  49 --
 zabbix-server-mysql/files/zabbix_server.sh         |  13 -
 zabbix-server-pgsql/DESCR                          |   1 -
 zabbix-server-pgsql/Makefile                       |  19 -
 zabbix-server-pgsql/PLIST                          |  49 --
 zabbix-server-pgsql/files/zabbix_server.sh         |  13 -
 zabbix-server/DESCR                                |   1 -
 zabbix-server/Makefile                             |  14 -
 zabbix-server/PLIST                                |   3 -
 zabbix-server/distinfo                             |   9 -
 zabbix-server/files/zabbix_server.sh               |  13 -
 zabbix/DESCR                                       |   5 -
 zabbix/Makefile                                    |   5 -
 zabbix/Makefile.common                             | 108 ---
 zabbix/Makefile.server                             |  23 -
 zabbix/PLIST                                       | 488 ------------
 zabbix/TODO                                        |  27 -
 zabbix/distinfo                                    |  11 -
 zabbix/options.mk                                  |  84 ---
 zabbix/patches/patch-src_zabbix__agent_Makefile.in |  17 -
 .../patch-src_zabbix__agent_zabbix__agentd.c       |  15 -
 zabbix/patches/patch-src_zabbix__proxy_Makefile.in |  15 -
 .../patches/patch-src_zabbix__server_Makefile.in   |  15 -
 zabbix/patches/patch-src_zabbix__server_server.c   |  28 -
 46 files changed, 2114 deletions(-)

diffs:
diff --git a/gts/DESCR b/gts/DESCR
deleted file mode 100644
index 5d39ecfe98..0000000000
--- a/gts/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-This is the GTS library. GTS stands for the GNU Triangulated
-Surface Library. It includes a number of useful functions to deal with
-triangulated surfaces including, but not limited to, multi-resolution
-models, Delaunay and Constrained Delaunay triangulations, set operations on
-surfaces (intersection, union etc ...), bounding-boxes trees for efficient
-collision and intersection detection, triangle strips generation for fast
-rendering.
diff --git a/gts/Makefile b/gts/Makefile
deleted file mode 100644
index eeaba0a442..0000000000
--- a/gts/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2014/09/08 21:24:08 thomasklausner Exp $
-#
-
-DISTNAME=	gts-0.7.6
-PKGREVISION=	3
-CATEGORIES=	graphics
-MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=gts/}
-
-MAINTAINER=	jihbed.research%gmail.com@localhost
-HOMEPAGE=	http://gts.sourceforge.net/
-COMMENT=	GTS stands for the GNU Triangulated Surface Library
-LICENSE=	gnu-gpl-v2
-
-GNU_CONFIGURE=	yes
-USE_LIBTOOL=	yes
-USE_TOOLS+=	pkg-config gmake
-USE_LANGUAGES=	c c++
-
-CPPFLAGS+=	-I${BUILDLINK_PREFIX.netpbm}/${BUILDLINK_INCDIRS.netpbm}/netpbm
-PKGCONFIG_OVERRIDE+=	gts.pc.in
-
-INSTALLATION_DIRS+=	bin
-
-BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.4.0
-.include "../../devel/glib2/buildlink3.mk"
-.include "../../graphics/netpbm/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/gts/PLIST b/gts/PLIST
deleted file mode 100644
index 23bbb829e2..0000000000
--- a/gts/PLIST
+++ /dev/null
@@ -1,17 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/08/22 16:54:34 jihbed Exp $
-bin/delaunay
-bin/gts-config
-bin/gts2dxf
-bin/gts2oogl
-bin/gts2stl
-bin/gtscheck
-bin/gtscompare
-bin/gtstemplate
-bin/happrox
-bin/stl2gts
-bin/transform
-include/gts.h
-include/gtsconfig.h
-lib/libgts.la
-lib/pkgconfig/gts.pc
-share/aclocal/gts.m4
diff --git a/gts/buildlink3.mk b/gts/buildlink3.mk
deleted file mode 100644
index b39812eb9f..0000000000
--- a/gts/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2009/08/22 16:54:34 jihbed Exp $
-
-BUILDLINK_TREE+=	gts
-
-.if !defined(GTS_BUILDLINK3_MK)
-GTS_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.gts+=	gts>=0.7.6
-BUILDLINK_PKGSRCDIR.gts?=	../../wip/gts
-
-
-.include "../../devel/glib2/buildlink3.mk"
-
-.endif	# GTS_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-gts
diff --git a/gts/distinfo b/gts/distinfo
deleted file mode 100644
index e64b326e3b..0000000000
--- a/gts/distinfo
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1.1.1 2009/08/22 16:54:34 jihbed Exp $
-
-SHA1 (gts-0.7.6.tar.gz) = 000720bebecf0b153eb28260bd30fbd979dcc040
-RMD160 (gts-0.7.6.tar.gz) = 2bfd4121412c16d63ee0aca65ccbc2601d6a7d51
-Size (gts-0.7.6.tar.gz) = 948847 bytes
diff --git a/zabbix-agent/DESCR b/zabbix-agent/DESCR
deleted file mode 100644
index a9b2480892..0000000000
--- a/zabbix-agent/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring agent.
diff --git a/zabbix-agent/Makefile b/zabbix-agent/Makefile
deleted file mode 100644
index fd69c9e392..0000000000
--- a/zabbix-agent/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/12/19 14:12:24 heidnes Exp $
-
-.include "../../wip/zabbix/Makefile.common"
-
-PKGNAME=		zabbix-agent-${VER}
-
-CONFIGURE_ARGS+=	--enable-agent
-CONFIGURE_ARGS+=	--disable-server
-
-CONF_FILES+=	${EGDIR}/zabbix_agent.conf ${PKG_SYSCONFDIR}/zabbix_agent.conf
-CONF_FILES+=	${EGDIR}/zabbix_agentd.conf ${PKG_SYSCONFDIR}/zabbix_agentd.conf
-
-RCD_SCRIPTS=	zabbix_agentd
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-agent/PLIST b/zabbix-agent/PLIST
deleted file mode 100644
index dbb45047d6..0000000000
--- a/zabbix-agent/PLIST
+++ /dev/null
@@ -1,20 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2015/01/22 13:59:51 heidnes Exp $
-bin/zabbix_get
-bin/zabbix_sender
-man/man1/zabbix_get.1
-man/man1/zabbix_sender.1
-man/man8/zabbix_agentd.8
-sbin/zabbix_agent
-sbin/zabbix_agentd
-share/examples/zabbix/zabbix_agent.conf
-share/examples/zabbix/zabbix_agentd.conf
-@pkgdir share/zabbix/sqlite3
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/postgresql
-@pkgdir share/zabbix/oracle
-@pkgdir share/zabbix/mysql
-@pkgdir share/zabbix/ibm_db2
-@pkgdir share/zabbix/data
-@pkgdir share/doc/zabbix
-@pkgdir etc/zabbix/zabbix_agentd.conf.d
-@pkgdir etc/zabbix/zabbix_agent.conf.d
diff --git a/zabbix-agent/files/zabbix_agentd.sh b/zabbix-agent/files/zabbix_agentd.sh
deleted file mode 100644
index cf3fd8ce99..0000000000
--- a/zabbix-agent/files/zabbix_agentd.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_agentd
-
-. /etc/rc.subr
-
-name="zabbix_agentd"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix-frontend/DESCR b/zabbix-frontend/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-frontend/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-frontend/Makefile b/zabbix-frontend/Makefile
deleted file mode 100644
index 75b28f6741..0000000000
--- a/zabbix-frontend/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-
-PKGNAME=	zabbix-frontend-${VER}
-
-.include "../../wip/zabbix/Makefile.common"
-
-CONFIGURE_ARGS+=--disable-agent
-CONFIGURE_ARGS+=--disable-server
-CONFIGURE_ARGS+=--disable-proxy
-
-do-install:
-	cd ${WRKSRC}; pax -rw frontends \
-		${DESTDIR}${PREFIX}/share/zabbix/
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-frontend/PLIST b/zabbix-frontend/PLIST
deleted file mode 100644
index 5f40137867..0000000000
--- a/zabbix-frontend/PLIST
+++ /dev/null
@@ -1,839 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/03/04 10:50:12 heidnes Exp $
-share/zabbix/frontends/php/acknow.php
-share/zabbix/frontends/php/actionconf.php
-share/zabbix/frontends/php/adm.gui.php
-share/zabbix/frontends/php/adm.housekeeper.php
-share/zabbix/frontends/php/adm.iconmapping.php
-share/zabbix/frontends/php/adm.images.php
-share/zabbix/frontends/php/adm.macros.php
-share/zabbix/frontends/php/adm.other.php
-share/zabbix/frontends/php/adm.regexps.php
-share/zabbix/frontends/php/adm.triggerdisplayoptions.php
-share/zabbix/frontends/php/adm.triggerseverities.php
-share/zabbix/frontends/php/adm.valuemapping.php
-share/zabbix/frontends/php/adm.workingtime.php
-share/zabbix/frontends/php/api_jsonrpc.php
-share/zabbix/frontends/php/applications.php
-share/zabbix/frontends/php/audio/alarm_average.wav
-share/zabbix/frontends/php/audio/alarm_disaster.wav
-share/zabbix/frontends/php/audio/alarm_high.wav
-share/zabbix/frontends/php/audio/alarm_information.wav
-share/zabbix/frontends/php/audio/alarm_ok.wav
-share/zabbix/frontends/php/audio/alarm_warning.wav
-share/zabbix/frontends/php/audio/no_sound.wav
-share/zabbix/frontends/php/auditacts.php
-share/zabbix/frontends/php/auditlogs.php
-share/zabbix/frontends/php/authentication.php
-share/zabbix/frontends/php/browserwarning.php
-share/zabbix/frontends/php/chart.php
-share/zabbix/frontends/php/chart2.php
-share/zabbix/frontends/php/chart3.php
-share/zabbix/frontends/php/chart4.php
-share/zabbix/frontends/php/chart5.php
-share/zabbix/frontends/php/chart6.php
-share/zabbix/frontends/php/chart7.php
-share/zabbix/frontends/php/chart_bar.php
-share/zabbix/frontends/php/charts.php
-share/zabbix/frontends/php/conf.import.php
-share/zabbix/frontends/php/conf/.htaccess
-share/zabbix/frontends/php/conf/maintenance.inc.php
-share/zabbix/frontends/php/conf/zabbix.conf.php.example
-share/zabbix/frontends/php/dashboard.php
-share/zabbix/frontends/php/dashconf.php
-share/zabbix/frontends/php/disc_prototypes.php
-share/zabbix/frontends/php/discovery.php
-share/zabbix/frontends/php/discoveryconf.php
-share/zabbix/frontends/php/events.php
-share/zabbix/frontends/php/fonts/DejaVuSans.ttf
-share/zabbix/frontends/php/graphs.php
-share/zabbix/frontends/php/history.php
-share/zabbix/frontends/php/host_discovery.php
-share/zabbix/frontends/php/host_prototypes.php
-share/zabbix/frontends/php/host_screen.php
-share/zabbix/frontends/php/hostgroups.php
-share/zabbix/frontends/php/hostinventories.php
-share/zabbix/frontends/php/hostinventoriesoverview.php
-share/zabbix/frontends/php/hosts.php
-share/zabbix/frontends/php/httpconf.php
-share/zabbix/frontends/php/httpdetails.php
-share/zabbix/frontends/php/httpmon.php
-share/zabbix/frontends/php/image.php
-share/zabbix/frontends/php/images/flash/zbxclock.swf
-share/zabbix/frontends/php/images/general/arrow_down.png
-share/zabbix/frontends/php/images/general/arrow_down2.png
-share/zabbix/frontends/php/images/general/arrow_up.png
-share/zabbix/frontends/php/images/general/arrow_up2.png
-share/zabbix/frontends/php/images/general/bar/arrow_down.gif
-share/zabbix/frontends/php/images/general/bar/arrow_sm.gif
-share/zabbix/frontends/php/images/general/bar/arrow_up.gif
-share/zabbix/frontends/php/images/general/bar/bar_bg.png
-share/zabbix/frontends/php/images/general/bar/bar_middle.png
-share/zabbix/frontends/php/images/general/bar/bg.png
-share/zabbix/frontends/php/images/general/bar/cal.gif
-share/zabbix/frontends/php/images/general/bar/left.png
-share/zabbix/frontends/php/images/general/bar/left_arr.png
-share/zabbix/frontends/php/images/general/bar/right.png
-share/zabbix/frontends/php/images/general/bar/right_arr.png
-share/zabbix/frontends/php/images/general/browserwarning/background.png
-share/zabbix/frontends/php/images/general/browserwarning/chrome.png
-share/zabbix/frontends/php/images/general/browserwarning/firefox.png
-share/zabbix/frontends/php/images/general/browserwarning/ie.png
-share/zabbix/frontends/php/images/general/browserwarning/opera.png
-share/zabbix/frontends/php/images/general/browserwarning/safari.png
-share/zabbix/frontends/php/images/general/bttn/arrowdown.png
-share/zabbix/frontends/php/images/general/bttn/arrowleft.png
-share/zabbix/frontends/php/images/general/bttn/arrowright.png
-share/zabbix/frontends/php/images/general/bttn/arrowup.png
-share/zabbix/frontends/php/images/general/bttn/close.png
-share/zabbix/frontends/php/images/general/bttn/config.png
-share/zabbix/frontends/php/images/general/bttn/config_hl.png
-share/zabbix/frontends/php/images/general/bttn/down.png
-share/zabbix/frontends/php/images/general/bttn/fullscreen.png
-share/zabbix/frontends/php/images/general/bttn/help.png
-share/zabbix/frontends/php/images/general/bttn/menu.png
-share/zabbix/frontends/php/images/general/bttn/minus.png
-share/zabbix/frontends/php/images/general/bttn/move.png
-share/zabbix/frontends/php/images/general/bttn/mute.png
-share/zabbix/frontends/php/images/general/bttn/plus.png
-share/zabbix/frontends/php/images/general/bttn/reset.png
-share/zabbix/frontends/php/images/general/bttn/snooze.png
-share/zabbix/frontends/php/images/general/bttn/sound.png
-share/zabbix/frontends/php/images/general/bttn/up.png
-share/zabbix/frontends/php/images/general/chart.png
-share/zabbix/frontends/php/images/general/dbl_arrow_down.png
-share/zabbix/frontends/php/images/general/dbl_arrow_down2.png
-share/zabbix/frontends/php/images/general/dbl_arrow_up.png
-share/zabbix/frontends/php/images/general/dbl_arrow_up2.png
-share/zabbix/frontends/php/images/general/error.png
-share/zabbix/frontends/php/images/general/error2.png
-share/zabbix/frontends/php/images/general/error3.png
-share/zabbix/frontends/php/images/general/ipmi_available.png
-share/zabbix/frontends/php/images/general/ipmi_available_bb.png
-share/zabbix/frontends/php/images/general/ipmi_unavailable.png
-share/zabbix/frontends/php/images/general/ipmi_unknown.png
-share/zabbix/frontends/php/images/general/jmx_available.png
-share/zabbix/frontends/php/images/general/jmx_available_bb.png
-share/zabbix/frontends/php/images/general/jmx_unavailable.png
-share/zabbix/frontends/php/images/general/jmx_unknown.png
-share/zabbix/frontends/php/images/general/login/background.png
-share/zabbix/frontends/php/images/general/login/glow.png
-share/zabbix/frontends/php/images/general/login/logo.png
-share/zabbix/frontends/php/images/general/minus.png
-share/zabbix/frontends/php/images/general/multiselect.png
-share/zabbix/frontends/php/images/general/no_icon.png
-share/zabbix/frontends/php/images/general/ok.png
-share/zabbix/frontends/php/images/general/ok_bb.png
-share/zabbix/frontends/php/images/general/ok_icon.png
-share/zabbix/frontends/php/images/general/ok_icon_bb.png
-share/zabbix/frontends/php/images/general/plus.png
-share/zabbix/frontends/php/images/general/setup/background.png
-share/zabbix/frontends/php/images/general/setup/welcome_screen.png
-share/zabbix/frontends/php/images/general/snmp_available.png
-share/zabbix/frontends/php/images/general/snmp_available_bb.png
-share/zabbix/frontends/php/images/general/snmp_unavailable.png
-share/zabbix/frontends/php/images/general/snmp_unknown.png
-share/zabbix/frontends/php/images/general/sort_down.png
-share/zabbix/frontends/php/images/general/sort_down_blue.png
-share/zabbix/frontends/php/images/general/sort_down_od.png
-share/zabbix/frontends/php/images/general/sort_up.png
-share/zabbix/frontends/php/images/general/sort_up_blue.png
-share/zabbix/frontends/php/images/general/sort_up_od.png
-share/zabbix/frontends/php/images/general/tick.png
-share/zabbix/frontends/php/images/general/tr_space.gif
-share/zabbix/frontends/php/images/general/tr_top_bottom.gif
-share/zabbix/frontends/php/images/general/tr_top_right.gif
-share/zabbix/frontends/php/images/general/tr_top_right_bottom.gif
-share/zabbix/frontends/php/images/general/transparent.png
-share/zabbix/frontends/php/images/general/tree/minus.gif
-share/zabbix/frontends/php/images/general/tree/plus.gif
-share/zabbix/frontends/php/images/general/tree/point.gif
-share/zabbix/frontends/php/images/general/tree/pointc.gif
-share/zabbix/frontends/php/images/general/tree/pointl.gif
-share/zabbix/frontends/php/images/general/tree/zero.gif
-share/zabbix/frontends/php/images/general/unknown_icon.png
-share/zabbix/frontends/php/images/general/warning.png
-share/zabbix/frontends/php/images/general/warning2.png
-share/zabbix/frontends/php/images/general/wrench12transp.png
-share/zabbix/frontends/php/images/general/zabbix.ico
-share/zabbix/frontends/php/images/general/zabbix.png
-share/zabbix/frontends/php/images/general/zabbix_available.png
-share/zabbix/frontends/php/images/general/zabbix_available_bb.png
-share/zabbix/frontends/php/images/general/zabbix_bb.ico
-share/zabbix/frontends/php/images/general/zabbix_bb.png
-share/zabbix/frontends/php/images/general/zabbix_ob.ico
-share/zabbix/frontends/php/images/general/zabbix_od.png
-share/zabbix/frontends/php/images/general/zabbix_unavailable.png
-share/zabbix/frontends/php/images/general/zabbix_unknown.png
-share/zabbix/frontends/php/images/general/zero.png
-share/zabbix/frontends/php/images/gradients/button.gif
-share/zabbix/frontends/php/images/gradients/gradient.png
-share/zabbix/frontends/php/images/gradients/header_footer_blue.png
-share/zabbix/frontends/php/images/gradients/header_link_blue.png
-share/zabbix/frontends/php/images/gradients/menu_not_active.gif
-share/zabbix/frontends/php/images/gradients/menu_not_active2.gif
-share/zabbix/frontends/php/images/gradients/menu_not_active_bb.gif
-share/zabbix/frontends/php/images/gradients/menu_not_active_blue.png
-share/zabbix/frontends/php/images/gradients/sla_blue.png
-share/zabbix/frontends/php/images/gradients/sla_blue15.png
-share/zabbix/frontends/php/images/gradients/sla_green.png
-share/zabbix/frontends/php/images/gradients/sla_green15.png
-share/zabbix/frontends/php/images/gradients/sla_red.png
-share/zabbix/frontends/php/images/gradients/sla_red15.png
-share/zabbix/frontends/php/images/gradients/table_head2_bb.gif
-share/zabbix/frontends/php/images/gradients/table_head_bb.gif
-share/zabbix/frontends/php/imgstore.php
-share/zabbix/frontends/php/include/.htaccess
-share/zabbix/frontends/php/include/acknow.inc.php
-share/zabbix/frontends/php/include/actions.inc.php
-share/zabbix/frontends/php/include/audit.inc.php
-share/zabbix/frontends/php/include/blocks.inc.php
-share/zabbix/frontends/php/include/classes/api/API.php
-share/zabbix/frontends/php/include/classes/api/APIException.php
-share/zabbix/frontends/php/include/classes/api/CApiClientResponse.php
-share/zabbix/frontends/php/include/classes/api/CApiService.php
-share/zabbix/frontends/php/include/classes/api/CApiServiceFactory.php
-share/zabbix/frontends/php/include/classes/api/CRelationMap.php
-share/zabbix/frontends/php/include/classes/api/clients/CApiClient.php
-share/zabbix/frontends/php/include/classes/api/clients/CLocalApiClient.php
-share/zabbix/frontends/php/include/classes/api/managers/CApplicationManager.php
-share/zabbix/frontends/php/include/classes/api/managers/CHistoryManager.php
-share/zabbix/frontends/php/include/classes/api/managers/CHttpTestManager.php
-share/zabbix/frontends/php/include/classes/api/services/CAPIInfo.php
-share/zabbix/frontends/php/include/classes/api/services/CAction.php
-share/zabbix/frontends/php/include/classes/api/services/CAlert.php
-share/zabbix/frontends/php/include/classes/api/services/CApplication.php
-share/zabbix/frontends/php/include/classes/api/services/CConfiguration.php
-share/zabbix/frontends/php/include/classes/api/services/CDCheck.php
-share/zabbix/frontends/php/include/classes/api/services/CDHost.php
-share/zabbix/frontends/php/include/classes/api/services/CDRule.php
-share/zabbix/frontends/php/include/classes/api/services/CDService.php
-share/zabbix/frontends/php/include/classes/api/services/CDiscoveryRule.php
-share/zabbix/frontends/php/include/classes/api/services/CEvent.php
-share/zabbix/frontends/php/include/classes/api/services/CGraph.php
-share/zabbix/frontends/php/include/classes/api/services/CGraphGeneral.php
-share/zabbix/frontends/php/include/classes/api/services/CGraphItem.php
-share/zabbix/frontends/php/include/classes/api/services/CGraphPrototype.php
-share/zabbix/frontends/php/include/classes/api/services/CHistory.php
-share/zabbix/frontends/php/include/classes/api/services/CHost.php
-share/zabbix/frontends/php/include/classes/api/services/CHostBase.php
-share/zabbix/frontends/php/include/classes/api/services/CHostGeneral.php
-share/zabbix/frontends/php/include/classes/api/services/CHostGroup.php
-share/zabbix/frontends/php/include/classes/api/services/CHostInterface.php
-share/zabbix/frontends/php/include/classes/api/services/CHostPrototype.php
-share/zabbix/frontends/php/include/classes/api/services/CHttpTest.php
-share/zabbix/frontends/php/include/classes/api/services/CIconMap.php
-share/zabbix/frontends/php/include/classes/api/services/CImage.php
-share/zabbix/frontends/php/include/classes/api/services/CItem.php
-share/zabbix/frontends/php/include/classes/api/services/CItemGeneral.php
-share/zabbix/frontends/php/include/classes/api/services/CItemPrototype.php
-share/zabbix/frontends/php/include/classes/api/services/CMaintenance.php
-share/zabbix/frontends/php/include/classes/api/services/CMap.php
-share/zabbix/frontends/php/include/classes/api/services/CMapElement.php
-share/zabbix/frontends/php/include/classes/api/services/CMediatype.php
-share/zabbix/frontends/php/include/classes/api/services/CProxy.php
-share/zabbix/frontends/php/include/classes/api/services/CScreen.php
-share/zabbix/frontends/php/include/classes/api/services/CScreenItem.php
-share/zabbix/frontends/php/include/classes/api/services/CScript.php
-share/zabbix/frontends/php/include/classes/api/services/CService.php
-share/zabbix/frontends/php/include/classes/api/services/CTemplate.php
-share/zabbix/frontends/php/include/classes/api/services/CTemplateScreen.php
-share/zabbix/frontends/php/include/classes/api/services/CTemplateScreenItem.php
-share/zabbix/frontends/php/include/classes/api/services/CTrigger.php
-share/zabbix/frontends/php/include/classes/api/services/CTriggerGeneral.php
-share/zabbix/frontends/php/include/classes/api/services/CTriggerPrototype.php
-share/zabbix/frontends/php/include/classes/api/services/CUser.php
-share/zabbix/frontends/php/include/classes/api/services/CUserGroup.php
-share/zabbix/frontends/php/include/classes/api/services/CUserMacro.php
-share/zabbix/frontends/php/include/classes/api/services/CUserMedia.php
-share/zabbix/frontends/php/include/classes/api/wrappers/CApiWrapper.php
-share/zabbix/frontends/php/include/classes/api/wrappers/CFrontendApiWrapper.php
-share/zabbix/frontends/php/include/classes/core/CAjaxResponse.php
-share/zabbix/frontends/php/include/classes/core/CAutoloader.php
-share/zabbix/frontends/php/include/classes/core/CConfigFile.php
-share/zabbix/frontends/php/include/classes/core/CHttpRequest.php
-share/zabbix/frontends/php/include/classes/core/CJsonRpc.php
-share/zabbix/frontends/php/include/classes/core/CRegistryFactory.php
-share/zabbix/frontends/php/include/classes/core/CSession.php
-share/zabbix/frontends/php/include/classes/core/CView.php
-share/zabbix/frontends/php/include/classes/core/ConfigFileException.php
-share/zabbix/frontends/php/include/classes/core/Manager.php
-share/zabbix/frontends/php/include/classes/core/Z.php
-share/zabbix/frontends/php/include/classes/core/ZBase.php
-share/zabbix/frontends/php/include/classes/db/DB.php
-share/zabbix/frontends/php/include/classes/db/DBException.php
-share/zabbix/frontends/php/include/classes/db/Db2DbBackend.php
-share/zabbix/frontends/php/include/classes/db/DbBackend.php
-share/zabbix/frontends/php/include/classes/db/MysqlDbBackend.php
-share/zabbix/frontends/php/include/classes/db/OracleDbBackend.php
-share/zabbix/frontends/php/include/classes/db/PostgresqlDbBackend.php
-share/zabbix/frontends/php/include/classes/db/SqliteDbBackend.php
-share/zabbix/frontends/php/include/classes/debug/CProfiler.php
-share/zabbix/frontends/php/include/classes/export/CConfigurationExport.php
-share/zabbix/frontends/php/include/classes/export/CConfigurationExportBuilder.php
-share/zabbix/frontends/php/include/classes/export/writers/CExportWriter.php
-share/zabbix/frontends/php/include/classes/export/writers/CExportWriterFactory.php
-share/zabbix/frontends/php/include/classes/export/writers/CJsonExportWriter.php
-share/zabbix/frontends/php/include/classes/export/writers/CXmlExportWriter.php
-share/zabbix/frontends/php/include/classes/graphdraw/CBarGraphDraw.php
-share/zabbix/frontends/php/include/classes/graphdraw/CGraphDraw.php
-share/zabbix/frontends/php/include/classes/graphdraw/CLineGraphDraw.php
-share/zabbix/frontends/php/include/classes/graphdraw/CPieGraphDraw.php
-share/zabbix/frontends/php/include/classes/helpers/CArrayHelper.php
-share/zabbix/frontends/php/include/classes/helpers/CConditionHelper.php
-share/zabbix/frontends/php/include/classes/helpers/CHtml.php
-share/zabbix/frontends/php/include/classes/helpers/CJs.php
-share/zabbix/frontends/php/include/classes/helpers/CMenuPopupHelper.php
-share/zabbix/frontends/php/include/classes/helpers/CUploadFile.php
-share/zabbix/frontends/php/include/classes/html/CArea.php
-share/zabbix/frontends/php/include/classes/html/CAreaMap.php
-share/zabbix/frontends/php/include/classes/html/CButton.php
-share/zabbix/frontends/php/include/classes/html/CButtonCancel.php
-share/zabbix/frontends/php/include/classes/html/CButtonDelete.php
-share/zabbix/frontends/php/include/classes/html/CButtonPopup.php
-share/zabbix/frontends/php/include/classes/html/CButtonQMessage.php
-share/zabbix/frontends/php/include/classes/html/CCheckBox.php
-share/zabbix/frontends/php/include/classes/html/CCol.php
-share/zabbix/frontends/php/include/classes/html/CCollapsibleUiWidget.php
-share/zabbix/frontends/php/include/classes/html/CColor.php
-share/zabbix/frontends/php/include/classes/html/CColorCell.php
-share/zabbix/frontends/php/include/classes/html/CComboBox.php
-share/zabbix/frontends/php/include/classes/html/CComboItem.php
-share/zabbix/frontends/php/include/classes/html/CDiv.php
-share/zabbix/frontends/php/include/classes/html/CEditableComboBox.php
-share/zabbix/frontends/php/include/classes/html/CFile.php
-share/zabbix/frontends/php/include/classes/html/CFlash.php
-share/zabbix/frontends/php/include/classes/html/CFlashClock.php
-share/zabbix/frontends/php/include/classes/html/CFlashEmbed.php
-share/zabbix/frontends/php/include/classes/html/CForm.php
-share/zabbix/frontends/php/include/classes/html/CFormList.php
-share/zabbix/frontends/php/include/classes/html/CFormTable.php
-share/zabbix/frontends/php/include/classes/html/CHelp.php
-share/zabbix/frontends/php/include/classes/html/CHostsInfo.php
-share/zabbix/frontends/php/include/classes/html/CIFrame.php
-share/zabbix/frontends/php/include/classes/html/CIcon.php
-share/zabbix/frontends/php/include/classes/html/CImageTextTable.php
-share/zabbix/frontends/php/include/classes/html/CImg.php
-share/zabbix/frontends/php/include/classes/html/CInput.php
-share/zabbix/frontends/php/include/classes/html/CJsScript.php
-share/zabbix/frontends/php/include/classes/html/CLabel.php
-share/zabbix/frontends/php/include/classes/html/CLink.php
-share/zabbix/frontends/php/include/classes/html/CList.php
-share/zabbix/frontends/php/include/classes/html/CListBox.php
-share/zabbix/frontends/php/include/classes/html/CListItem.php
-share/zabbix/frontends/php/include/classes/html/CMultiSelect.php
-share/zabbix/frontends/php/include/classes/html/CNumericBox.php
-share/zabbix/frontends/php/include/classes/html/CObject.php
-share/zabbix/frontends/php/include/classes/html/CParam.php
-share/zabbix/frontends/php/include/classes/html/CPassBox.php
-share/zabbix/frontends/php/include/classes/html/CRadioButton.php
-share/zabbix/frontends/php/include/classes/html/CRadioButtonList.php
-share/zabbix/frontends/php/include/classes/html/CRow.php
-share/zabbix/frontends/php/include/classes/html/CServerInfo.php
-share/zabbix/frontends/php/include/classes/html/CSeverity.php
-share/zabbix/frontends/php/include/classes/html/CSpan.php
-share/zabbix/frontends/php/include/classes/html/CSubmit.php
-share/zabbix/frontends/php/include/classes/html/CTabView.php
-share/zabbix/frontends/php/include/classes/html/CTable.php
-share/zabbix/frontends/php/include/classes/html/CTableInfo.php
-share/zabbix/frontends/php/include/classes/html/CTag.php
-share/zabbix/frontends/php/include/classes/html/CTextArea.php
-share/zabbix/frontends/php/include/classes/html/CTextBox.php
-share/zabbix/frontends/php/include/classes/html/CTriggersInfo.php
-share/zabbix/frontends/php/include/classes/html/CTweenBox.php
-share/zabbix/frontends/php/include/classes/html/CUiWidget.php
-share/zabbix/frontends/php/include/classes/html/CVar.php
-share/zabbix/frontends/php/include/classes/html/CVisibilityBox.php
-share/zabbix/frontends/php/include/classes/html/CWarning.php
-share/zabbix/frontends/php/include/classes/html/pageheader/CPageHeader.php
-share/zabbix/frontends/php/include/classes/html/widget/CWidget.php
-share/zabbix/frontends/php/include/classes/import/C24TriggerConverter.php
-share/zabbix/frontends/php/include/classes/import/CConfigurationImport.php
-share/zabbix/frontends/php/include/classes/import/CImportReferencer.php
-share/zabbix/frontends/php/include/classes/import/CImportedObjectContainer.php
-share/zabbix/frontends/php/include/classes/import/CXmlImport18.php
-share/zabbix/frontends/php/include/classes/import/formatters/C20ImportFormatter.php
-share/zabbix/frontends/php/include/classes/import/formatters/CImportFormatter.php
-share/zabbix/frontends/php/include/classes/import/importers/CAbstractScreenImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CHostImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CMapImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CScreenImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CTemplateImporter.php
-share/zabbix/frontends/php/include/classes/import/importers/CTemplateScreenImporter.php
-share/zabbix/frontends/php/include/classes/import/readers/CImportReader.php
-share/zabbix/frontends/php/include/classes/import/readers/CImportReaderFactory.php
-share/zabbix/frontends/php/include/classes/import/readers/CJsonImportReader.php
-share/zabbix/frontends/php/include/classes/import/readers/CXmlImportReader.php
-share/zabbix/frontends/php/include/classes/items/CHelpItems.php
-share/zabbix/frontends/php/include/classes/json/CJson.php
-share/zabbix/frontends/php/include/classes/ldap/CLdap.php
-share/zabbix/frontends/php/include/classes/macros/CMacrosResolver.php
-share/zabbix/frontends/php/include/classes/macros/CMacrosResolverGeneral.php
-share/zabbix/frontends/php/include/classes/macros/CMacrosResolverHelper.php
-share/zabbix/frontends/php/include/classes/pagefilter/CPageFilter.php
-share/zabbix/frontends/php/include/classes/parsers/CConditionFormula.php
-share/zabbix/frontends/php/include/classes/parsers/CFunctionMacroParser.php
-share/zabbix/frontends/php/include/classes/parsers/CItemKey.php
-share/zabbix/frontends/php/include/classes/parsers/CMacroParser.php
-share/zabbix/frontends/php/include/classes/parsers/CParser.php
-share/zabbix/frontends/php/include/classes/parsers/CSetParser.php
-share/zabbix/frontends/php/include/classes/parsers/CTriggerExpression.php
-share/zabbix/frontends/php/include/classes/parsers/results/CFunctionMacroParserResult.php
-share/zabbix/frontends/php/include/classes/parsers/results/CParserResult.php
-share/zabbix/frontends/php/include/classes/parsers/results/CTriggerExpressionParserResult.php
-share/zabbix/frontends/php/include/classes/regexp/CGlobalRegexp.php
-share/zabbix/frontends/php/include/classes/routing/CUrl.php
-share/zabbix/frontends/php/include/classes/routing/CUrlFactory.php
-share/zabbix/frontends/php/include/classes/screens/CScreenActions.php
-share/zabbix/frontends/php/include/classes/screens/CScreenBase.php
-share/zabbix/frontends/php/include/classes/screens/CScreenBuilder.php
-share/zabbix/frontends/php/include/classes/screens/CScreenChart.php
-share/zabbix/frontends/php/include/classes/screens/CScreenClock.php
-share/zabbix/frontends/php/include/classes/screens/CScreenDataOverview.php
-share/zabbix/frontends/php/include/classes/screens/CScreenEvents.php
-share/zabbix/frontends/php/include/classes/screens/CScreenGraph.php
-share/zabbix/frontends/php/include/classes/screens/CScreenHistory.php
-share/zabbix/frontends/php/include/classes/screens/CScreenHostTriggers.php
-share/zabbix/frontends/php/include/classes/screens/CScreenHostgroupTriggers.php
-share/zabbix/frontends/php/include/classes/screens/CScreenHostsInfo.php
-share/zabbix/frontends/php/include/classes/screens/CScreenLldGraph.php
-share/zabbix/frontends/php/include/classes/screens/CScreenLldGraphBase.php
-share/zabbix/frontends/php/include/classes/screens/CScreenLldSimpleGraph.php
-share/zabbix/frontends/php/include/classes/screens/CScreenMap.php
-share/zabbix/frontends/php/include/classes/screens/CScreenPlainText.php
-share/zabbix/frontends/php/include/classes/screens/CScreenScreen.php
-share/zabbix/frontends/php/include/classes/screens/CScreenServerInfo.php
-share/zabbix/frontends/php/include/classes/screens/CScreenSimpleGraph.php
-share/zabbix/frontends/php/include/classes/screens/CScreenSystemStatus.php
-share/zabbix/frontends/php/include/classes/screens/CScreenTriggersInfo.php
-share/zabbix/frontends/php/include/classes/screens/CScreenTriggersOverview.php
-share/zabbix/frontends/php/include/classes/screens/CScreenUrl.php
-share/zabbix/frontends/php/include/classes/server/CZabbixServer.php
-share/zabbix/frontends/php/include/classes/services/CServicesSlaCalculator.php
-share/zabbix/frontends/php/include/classes/setup/CFrontendSetup.php
-share/zabbix/frontends/php/include/classes/setup/CSetupWizard.php
-share/zabbix/frontends/php/include/classes/sysmaps/CCanvas.php
-share/zabbix/frontends/php/include/classes/sysmaps/CMapPainter.php
-share/zabbix/frontends/php/include/classes/tree/CServiceTree.php
-share/zabbix/frontends/php/include/classes/tree/CTree.php
-share/zabbix/frontends/php/include/classes/triggers/CTextTriggerConstructor.php
-share/zabbix/frontends/php/include/classes/user/CFavorite.php
-share/zabbix/frontends/php/include/classes/user/CProfile.php
-share/zabbix/frontends/php/include/classes/user/CWebUser.php
-share/zabbix/frontends/php/include/classes/validators/CActionCondValidator.php
-share/zabbix/frontends/php/include/classes/validators/CCollectionValidator.php
-share/zabbix/frontends/php/include/classes/validators/CColorValidator.php
-share/zabbix/frontends/php/include/classes/validators/CDecimalStringValidator.php
-share/zabbix/frontends/php/include/classes/validators/CDecimalValidator.php
-share/zabbix/frontends/php/include/classes/validators/CFunctionValidator.php
-share/zabbix/frontends/php/include/classes/validators/CIPRangeValidator.php
-share/zabbix/frontends/php/include/classes/validators/CIPValidator.php
-share/zabbix/frontends/php/include/classes/validators/CIdValidator.php
-share/zabbix/frontends/php/include/classes/validators/CLdapAuthValidator.php
-share/zabbix/frontends/php/include/classes/validators/CLimitedSetValidator.php
-share/zabbix/frontends/php/include/classes/validators/CPartialValidatorInterface.php
-share/zabbix/frontends/php/include/classes/validators/CRegexValidator.php
-share/zabbix/frontends/php/include/classes/validators/CStringValidator.php
-share/zabbix/frontends/php/include/classes/validators/CTimePeriodValidator.php
-share/zabbix/frontends/php/include/classes/validators/CValidator.php
-share/zabbix/frontends/php/include/classes/validators/event/CEventSourceObjectValidator.php
-share/zabbix/frontends/php/include/classes/validators/host/CHostNormalValidator.php
-share/zabbix/frontends/php/include/classes/validators/hostgroup/CHostGroupNormalValidator.php
-share/zabbix/frontends/php/include/classes/validators/object/CConditionValidator.php
-share/zabbix/frontends/php/include/classes/validators/object/CUpdateDiscoveredValidator.php
-share/zabbix/frontends/php/include/classes/validators/schema/CPartialSchemaValidator.php
-share/zabbix/frontends/php/include/classes/validators/schema/CSchemaValidator.php
-share/zabbix/frontends/php/include/classes/validators/string/CLldMacroStringValidator.php
-share/zabbix/frontends/php/include/config.inc.php
-share/zabbix/frontends/php/include/db.inc.php
-share/zabbix/frontends/php/include/debug.inc.php
-share/zabbix/frontends/php/include/defines.inc.php
-share/zabbix/frontends/php/include/discovery.inc.php
-share/zabbix/frontends/php/include/draw.inc.php
-share/zabbix/frontends/php/include/events.inc.php
-share/zabbix/frontends/php/include/forms.inc.php
-share/zabbix/frontends/php/include/func.inc.php
-share/zabbix/frontends/php/include/gettextwrapper.inc.php
-share/zabbix/frontends/php/include/graphs.inc.php
-share/zabbix/frontends/php/include/hosts.inc.php
-share/zabbix/frontends/php/include/html.inc.php
-share/zabbix/frontends/php/include/httptest.inc.php
-share/zabbix/frontends/php/include/ident.inc.php
-share/zabbix/frontends/php/include/images.inc.php
-share/zabbix/frontends/php/include/items.inc.php
-share/zabbix/frontends/php/include/js.inc.php
-share/zabbix/frontends/php/include/locales.inc.php
-share/zabbix/frontends/php/include/maintenances.inc.php
-share/zabbix/frontends/php/include/maps.inc.php
-share/zabbix/frontends/php/include/media.inc.php
-share/zabbix/frontends/php/include/menu.inc.php
-share/zabbix/frontends/php/include/page_footer.php
-share/zabbix/frontends/php/include/page_header.php
-share/zabbix/frontends/php/include/perm.inc.php
-share/zabbix/frontends/php/include/profiles.inc.php
-share/zabbix/frontends/php/include/regexp.inc.php
-share/zabbix/frontends/php/include/reports.inc.php
-share/zabbix/frontends/php/include/schema.inc.php
-share/zabbix/frontends/php/include/screens.inc.php
-share/zabbix/frontends/php/include/services.inc.php
-share/zabbix/frontends/php/include/sounds.inc.php
-share/zabbix/frontends/php/include/translateDefines.inc.php
-share/zabbix/frontends/php/include/triggers.inc.php
-share/zabbix/frontends/php/include/users.inc.php
-share/zabbix/frontends/php/include/validate.inc.php
-share/zabbix/frontends/php/include/valuemap.inc.php
-share/zabbix/frontends/php/include/views/administration.auditacts.list.php
-share/zabbix/frontends/php/include/views/administration.auditlogs.list.php
-share/zabbix/frontends/php/include/views/administration.authentication.edit.php
-share/zabbix/frontends/php/include/views/administration.general.gui.edit.php
-share/zabbix/frontends/php/include/views/administration.general.housekeeper.edit.php
-share/zabbix/frontends/php/include/views/administration.general.iconmap.edit.php
-share/zabbix/frontends/php/include/views/administration.general.iconmap.list.php
-share/zabbix/frontends/php/include/views/administration.general.image.edit.php
-share/zabbix/frontends/php/include/views/administration.general.image.list.php
-share/zabbix/frontends/php/include/views/administration.general.macros.edit.php
-share/zabbix/frontends/php/include/views/administration.general.other.edit.php
-share/zabbix/frontends/php/include/views/administration.general.regularexpressions.edit.php
-share/zabbix/frontends/php/include/views/administration.general.regularexpressions.list.php
-share/zabbix/frontends/php/include/views/administration.general.triggerDisplayOptions.edit.php
-share/zabbix/frontends/php/include/views/administration.general.triggerSeverity.edit.php
-share/zabbix/frontends/php/include/views/administration.general.valuemapping.edit.php
-share/zabbix/frontends/php/include/views/administration.general.valuemapping.list.php
-share/zabbix/frontends/php/include/views/administration.general.workingtime.edit.php
-share/zabbix/frontends/php/include/views/administration.mediatypes.edit.php
-share/zabbix/frontends/php/include/views/administration.mediatypes.list.php
-share/zabbix/frontends/php/include/views/administration.proxy.edit.php
-share/zabbix/frontends/php/include/views/administration.proxy.list.php
-share/zabbix/frontends/php/include/views/administration.script.edit.php
-share/zabbix/frontends/php/include/views/administration.script.list.php
-share/zabbix/frontends/php/include/views/administration.usergroups.edit.php
-share/zabbix/frontends/php/include/views/administration.usergroups.list.php
-share/zabbix/frontends/php/include/views/administration.users.edit.php
-share/zabbix/frontends/php/include/views/administration.users.list.php
-share/zabbix/frontends/php/include/views/common.filter.trigger.php
-share/zabbix/frontends/php/include/views/common.macros.php
-share/zabbix/frontends/php/include/views/conf.import.php
-share/zabbix/frontends/php/include/views/configuration.action.edit.php
-share/zabbix/frontends/php/include/views/configuration.action.list.php
-share/zabbix/frontends/php/include/views/configuration.application.edit.php
-share/zabbix/frontends/php/include/views/configuration.application.list.php
-share/zabbix/frontends/php/include/views/configuration.copy.elements.php
-share/zabbix/frontends/php/include/views/configuration.discovery.edit.php
-share/zabbix/frontends/php/include/views/configuration.discovery.list.php
-share/zabbix/frontends/php/include/views/configuration.graph.edit.php
-share/zabbix/frontends/php/include/views/configuration.graph.list.php
-share/zabbix/frontends/php/include/views/configuration.host.discovery.edit.php
-share/zabbix/frontends/php/include/views/configuration.host.discovery.list.php
-share/zabbix/frontends/php/include/views/configuration.host.edit.php
-share/zabbix/frontends/php/include/views/configuration.host.massupdate.php
-share/zabbix/frontends/php/include/views/configuration.host.prototype.edit.php
-share/zabbix/frontends/php/include/views/configuration.host.prototype.list.php
-share/zabbix/frontends/php/include/views/configuration.hostgroups.edit.php
-share/zabbix/frontends/php/include/views/configuration.hostgroups.list.php
-share/zabbix/frontends/php/include/views/configuration.httpconf.edit.php
-share/zabbix/frontends/php/include/views/configuration.httpconf.list.php
-share/zabbix/frontends/php/include/views/configuration.httpconf.popup.php
-share/zabbix/frontends/php/include/views/configuration.item.edit.php
-share/zabbix/frontends/php/include/views/configuration.item.list.php
-share/zabbix/frontends/php/include/views/configuration.item.massupdate.php
-share/zabbix/frontends/php/include/views/configuration.item.prototype.list.php
-share/zabbix/frontends/php/include/views/configuration.maintenance.edit.php
-share/zabbix/frontends/php/include/views/configuration.maintenance.list.php
-share/zabbix/frontends/php/include/views/configuration.screen.constructor.edit.php
-share/zabbix/frontends/php/include/views/configuration.screen.constructor.list.php
-share/zabbix/frontends/php/include/views/configuration.screen.edit.php
-share/zabbix/frontends/php/include/views/configuration.screen.list.php
-share/zabbix/frontends/php/include/views/configuration.services.child.list.php
-share/zabbix/frontends/php/include/views/configuration.services.edit.php
-share/zabbix/frontends/php/include/views/configuration.services.list.php
-share/zabbix/frontends/php/include/views/configuration.services.parent.list.php
-share/zabbix/frontends/php/include/views/configuration.slideconf.edit.php
-share/zabbix/frontends/php/include/views/configuration.slideconf.list.php
-share/zabbix/frontends/php/include/views/configuration.sysmap.constructor.php
-share/zabbix/frontends/php/include/views/configuration.sysmap.edit.php
-share/zabbix/frontends/php/include/views/configuration.sysmap.list.php
-share/zabbix/frontends/php/include/views/configuration.template.edit.php
-share/zabbix/frontends/php/include/views/configuration.triggers.edit.php
-share/zabbix/frontends/php/include/views/configuration.triggers.expression.php
-share/zabbix/frontends/php/include/views/configuration.triggers.list.php
-share/zabbix/frontends/php/include/views/configuration.triggers.massupdate.php
-share/zabbix/frontends/php/include/views/general.browserwarning.php
-share/zabbix/frontends/php/include/views/general.login.php
-share/zabbix/frontends/php/include/views/general.script.execute.php
-share/zabbix/frontends/php/include/views/general.search.php
-share/zabbix/frontends/php/include/views/general.warning.php
-share/zabbix/frontends/php/include/views/inventory.host.list.php
-share/zabbix/frontends/php/include/views/inventory.host.view.php
-share/zabbix/frontends/php/include/views/js/adm.regexprs.edit.js.php
-share/zabbix/frontends/php/include/views/js/administration.general.gui.php
-share/zabbix/frontends/php/include/views/js/administration.general.housekeeper.edit.js.php
-share/zabbix/frontends/php/include/views/js/administration.general.iconmap.js.php
-share/zabbix/frontends/php/include/views/js/administration.general.triggerDisplayOptions.js.php
-share/zabbix/frontends/php/include/views/js/administration.general.triggerSeverity.js.php
-share/zabbix/frontends/php/include/views/js/administration.general.valuemapping.edit.js.php
-share/zabbix/frontends/php/include/views/js/administration.script.edit.js.php
-share/zabbix/frontends/php/include/views/js/administration.users.edit.js.php
-share/zabbix/frontends/php/include/views/js/common.filter.trigger.js.php
-share/zabbix/frontends/php/include/views/js/common.init.js.php
-share/zabbix/frontends/php/include/views/js/common.item.edit.js.php
-share/zabbix/frontends/php/include/views/js/common.macros.js.php
-share/zabbix/frontends/php/include/views/js/conf.import.js.php
-share/zabbix/frontends/php/include/views/js/configuration.action.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.discovery.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.graph.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.host.discovery.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.host.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.host.prototype.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.httpconf.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.httpconf.popup.js.php
-share/zabbix/frontends/php/include/views/js/configuration.item.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.item.list.js.php
-share/zabbix/frontends/php/include/views/js/configuration.item.massupdate.js.php
-share/zabbix/frontends/php/include/views/js/configuration.services.child.list.js.php
-share/zabbix/frontends/php/include/views/js/configuration.services.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.slideconf.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.sysmap.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.sysmaps.js.php
-share/zabbix/frontends/php/include/views/js/configuration.triggers.edit.js.php
-share/zabbix/frontends/php/include/views/js/configuration.triggers.expression.js.php
-share/zabbix/frontends/php/include/views/js/monitoring.history.js.php
-share/zabbix/frontends/php/include/views/js/monitoring.latest.js.php
-share/zabbix/frontends/php/include/views/js/monitoring.slides.js.php
-share/zabbix/frontends/php/include/views/js/monitoring.triggerComment.js.php
-share/zabbix/frontends/php/include/views/monitoring.charts.php
-share/zabbix/frontends/php/include/views/monitoring.dashconf.php
-share/zabbix/frontends/php/include/views/monitoring.discovery.php
-share/zabbix/frontends/php/include/views/monitoring.history.php
-share/zabbix/frontends/php/include/views/monitoring.hostscreen.php
-share/zabbix/frontends/php/include/views/monitoring.maps.php
-share/zabbix/frontends/php/include/views/monitoring.overview.items.php
-share/zabbix/frontends/php/include/views/monitoring.overview.triggers.php
-share/zabbix/frontends/php/include/views/monitoring.screen.php
-share/zabbix/frontends/php/include/views/monitoring.slides.php
-share/zabbix/frontends/php/include/views/monitoring.triggerComment.php
-share/zabbix/frontends/php/index.php
-share/zabbix/frontends/php/items.php
-share/zabbix/frontends/php/js/browsers.js
-share/zabbix/frontends/php/js/chkbxrange.js
-share/zabbix/frontends/php/js/class.bbcode.js
-share/zabbix/frontends/php/js/class.calendar.js
-share/zabbix/frontends/php/js/class.cdate.js
-share/zabbix/frontends/php/js/class.cdebug.js
-share/zabbix/frontends/php/js/class.cmap.js
-share/zabbix/frontends/php/js/class.cmessages.js
-share/zabbix/frontends/php/js/class.cookie.js
-share/zabbix/frontends/php/js/class.cscreen.js
-share/zabbix/frontends/php/js/class.csuggest.js
-share/zabbix/frontends/php/js/class.cswitcher.js
-share/zabbix/frontends/php/js/class.ctree.js
-share/zabbix/frontends/php/js/class.curl.js
-share/zabbix/frontends/php/js/class.cviewswitcher.js
-share/zabbix/frontends/php/js/class.pmaster.js
-share/zabbix/frontends/php/js/class.rpc.js
-share/zabbix/frontends/php/js/common.js
-share/zabbix/frontends/php/js/flickerfreescreen.js
-share/zabbix/frontends/php/js/functions.js
-share/zabbix/frontends/php/js/gtlc.js
-share/zabbix/frontends/php/js/init.js
-share/zabbix/frontends/php/js/jquery/jquery-ui.js
-share/zabbix/frontends/php/js/jquery/jquery.js
-share/zabbix/frontends/php/js/main.js
-share/zabbix/frontends/php/js/menupopup.js
-share/zabbix/frontends/php/js/multiselect.js
-share/zabbix/frontends/php/js/pages/items.js
-share/zabbix/frontends/php/js/pages/tr_logform.js
-share/zabbix/frontends/php/js/prototype.js
-share/zabbix/frontends/php/js/servercheck.js
-share/zabbix/frontends/php/js/vendors/activity-indicator.js
-share/zabbix/frontends/php/jsLoader.php
-share/zabbix/frontends/php/jsrpc.php
-share/zabbix/frontends/php/latest.php
-share/zabbix/frontends/php/locale/README
-share/zabbix/frontends/php/locale/add_new_language.sh
-share/zabbix/frontends/php/locale/bg/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/bg/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/cs/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/cs/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/de/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/de/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/el/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/el/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/en_US/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/en_US/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/es/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/es/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/fa/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/fa/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/fi/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/fi/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/fr/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/fr/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/hu/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/hu/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/id/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/id/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/it/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/it/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/ja/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/ja/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/ko/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/ko/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/lt/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/lt/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/lv/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/lv/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/make_mo.sh
-share/zabbix/frontends/php/locale/nl/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/nl/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/pl/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/pl/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/pt_BR/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/pt_BR/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/pt_PT/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/pt_PT/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/ro/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/ro/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/ru/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/ru/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/sk/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/sk/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/sv/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/sv/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/tr/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/tr/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/uk/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/uk/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/update_po.sh
-share/zabbix/frontends/php/locale/vi/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/vi/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/zh_CN/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/zh_CN/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/locale/zh_TW/LC_MESSAGES/frontend.mo
-share/zabbix/frontends/php/locale/zh_TW/LC_MESSAGES/frontend.po
-share/zabbix/frontends/php/maintenance.php
-share/zabbix/frontends/php/map.php
-share/zabbix/frontends/php/maps.php
-share/zabbix/frontends/php/media_types.php
-share/zabbix/frontends/php/overview.php
-share/zabbix/frontends/php/popup.php
-share/zabbix/frontends/php/popup_bitem.php
-share/zabbix/frontends/php/popup_httpstep.php
-share/zabbix/frontends/php/popup_media.php
-share/zabbix/frontends/php/popup_period.php
-share/zabbix/frontends/php/popup_right.php
-share/zabbix/frontends/php/popup_trexpr.php
-share/zabbix/frontends/php/popup_usrgrp.php
-share/zabbix/frontends/php/profile.php
-share/zabbix/frontends/php/proxies.php
-share/zabbix/frontends/php/queue.php
-share/zabbix/frontends/php/report1.php
-share/zabbix/frontends/php/report2.php
-share/zabbix/frontends/php/report3.php
-share/zabbix/frontends/php/report4.php
-share/zabbix/frontends/php/report5.php
-share/zabbix/frontends/php/report6.php
-share/zabbix/frontends/php/robots.txt
-share/zabbix/frontends/php/screenconf.php
-share/zabbix/frontends/php/screenedit.php
-share/zabbix/frontends/php/screens.php
-share/zabbix/frontends/php/scripts.php
-share/zabbix/frontends/php/scripts_exec.php
-share/zabbix/frontends/php/search.php
-share/zabbix/frontends/php/services.php
-share/zabbix/frontends/php/setup.php
-share/zabbix/frontends/php/slideconf.php
-share/zabbix/frontends/php/slides.php
-share/zabbix/frontends/php/srv_status.php
-share/zabbix/frontends/php/styles/blocks.css
-share/zabbix/frontends/php/styles/color.css
-share/zabbix/frontends/php/styles/default.css
-share/zabbix/frontends/php/styles/handheld.css
-share/zabbix/frontends/php/styles/icon.css
-share/zabbix/frontends/php/styles/pages.css
-share/zabbix/frontends/php/styles/print.css
-share/zabbix/frontends/php/styles/screen.css
-share/zabbix/frontends/php/styles/themes/classic/images/bg_flat_0_999999.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_flat_0_c9c9c9.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_flat_100_fef1ec.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_flat_100_fffce3.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_flat_100_ffffff.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_h-hard_55.gif
-share/zabbix/frontends/php/styles/themes/classic/images/bg_h-hard_75.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_h-hard_85.png
-share/zabbix/frontends/php/styles/themes/classic/images/bg_i-hard_100.png
-share/zabbix/frontends/php/styles/themes/classic/images/icons_456582.png
-share/zabbix/frontends/php/styles/themes/classic/images/icons_469bdd.png
-share/zabbix/frontends/php/styles/themes/classic/images/icons_5481ab.png
-share/zabbix/frontends/php/styles/themes/classic/images/icons_d40000.png
-share/zabbix/frontends/php/styles/themes/classic/images/icons_ffffff.png
-share/zabbix/frontends/php/styles/themes/classic/images/menu_not_active2.gif
-share/zabbix/frontends/php/styles/themes/classic/images/preloader.gif
-share/zabbix/frontends/php/styles/themes/classic/images/widget_header.gif
-share/zabbix/frontends/php/styles/themes/classic/jquery-ui.css
-share/zabbix/frontends/php/styles/themes/classic/main.css
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_flat_0.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_flat_10.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_flat_100.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_flat_30.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_h-hard_25.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_h-hard_40.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_i-hard_40.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/bg_i-soft_25.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/icons_77b7da.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/icons_ffffff.png
-share/zabbix/frontends/php/styles/themes/darkblue/images/preloader.gif
-share/zabbix/frontends/php/styles/themes/darkblue/jquery-ui.css
-share/zabbix/frontends/php/styles/themes/darkblue/main.css
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_flat_25.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_flat_30.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_flat_50.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_g_40_2f2f2f.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_g_40_ff5500.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_g_40_ffc73d.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_h-hard_30.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/bg_h-soft_80.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/icons_000000.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/icons_a83300.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/icons_dfdfdf.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/icons_ff5500.png
-share/zabbix/frontends/php/styles/themes/darkorange/images/preloader.gif
-share/zabbix/frontends/php/styles/themes/darkorange/jquery-ui.css
-share/zabbix/frontends/php/styles/themes/darkorange/main.css
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_flat_0_999999.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_flat_0_c9c9c9.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_flat_100_fef1ec.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_flat_100_fffce3.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_flat_100_ffffff.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_h-hard_55.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_h-hard_75.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_h-hard_85.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/bg_i-hard_100.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/icons_456582.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/icons_469bdd.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/icons_5481ab.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/icons_d40000.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/icons_ffffff.png
-share/zabbix/frontends/php/styles/themes/originalblue/images/preloader.gif
-share/zabbix/frontends/php/styles/themes/originalblue/jquery-ui.css
-share/zabbix/frontends/php/styles/themes/originalblue/main.css
-share/zabbix/frontends/php/sysmap.php
-share/zabbix/frontends/php/sysmaps.php
-share/zabbix/frontends/php/templates.php
-share/zabbix/frontends/php/tr_comments.php
-share/zabbix/frontends/php/tr_events.php
-share/zabbix/frontends/php/tr_logform.php
-share/zabbix/frontends/php/tr_status.php
-share/zabbix/frontends/php/tr_testexpr.php
-share/zabbix/frontends/php/trigger_prototypes.php
-share/zabbix/frontends/php/triggers.php
-share/zabbix/frontends/php/usergrps.php
-share/zabbix/frontends/php/users.php
-@pkgdir share/zabbix/sqlite3
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/postgresql
-@pkgdir share/zabbix/oracle
-@pkgdir share/zabbix/mysql
-@pkgdir share/zabbix/ibm_db2
-@pkgdir share/zabbix/data
-@pkgdir share/examples/zabbix
-@pkgdir share/doc/zabbix
diff --git a/zabbix-proxy-mysql/DESCR b/zabbix-proxy-mysql/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-proxy-mysql/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-proxy-mysql/Makefile b/zabbix-proxy-mysql/Makefile
deleted file mode 100644
index 815ca8951e..0000000000
--- a/zabbix-proxy-mysql/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-
-PKG_OPTIONS+=	zabbix-server
-PKGNAME=	zabbix-proxy-mysql-${VER}
-
-.include "../../wip/zabbix/Makefile.common"
-
-CONFIGURE_ARGS+=--disable-agent
-CONFIGURE_ARGS+=--disable-server
-
-CONFIGURE_ARGS+=--enable-proxy
-CONFIGURE_ARGS+=--with-mysql
-
-CONF_FILES+=	${EGDIR}/zabbix_proxy.conf ${PKG_SYSCONFDIR}/zabbix_proxy.conf
-
-RCD_SCRIPTS=	zabbix_proxy
-
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-proxy-mysql/PLIST b/zabbix-proxy-mysql/PLIST
deleted file mode 100644
index 6663117616..0000000000
--- a/zabbix-proxy-mysql/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-man/man8/zabbix_proxy.8
-sbin/zabbix_proxy
-share/examples/zabbix/zabbix_proxy.conf
-@pkgdir share/zabbix/sqlite3
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/postgresql
-@pkgdir share/zabbix/oracle
-@pkgdir share/zabbix/mysql
-@pkgdir share/zabbix/ibm_db2
-@pkgdir share/zabbix/externalscripts
-@pkgdir share/zabbix/data
-@pkgdir share/doc/zabbix
-@pkgdir etc/zabbix/zabbix_proxy.conf.d
diff --git a/zabbix-proxy-mysql/files/zabbix_proxy.sh b/zabbix-proxy-mysql/files/zabbix_proxy.sh
deleted file mode 100755
index 7e5ef65f53..0000000000
--- a/zabbix-proxy-mysql/files/zabbix_proxy.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_proxy
-
-. /etc/rc.subr
-
-name="zabbix_proxy"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix-proxy-pgsql/DESCR b/zabbix-proxy-pgsql/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-proxy-pgsql/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-proxy-pgsql/Makefile b/zabbix-proxy-pgsql/Makefile
deleted file mode 100644
index 36267fcdf0..0000000000
--- a/zabbix-proxy-pgsql/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-
-PKG_OPTIONS+=	zabbix-server
-PKGNAME=	zabbix-proxy-pgsql-${VER}
-
-.include "../../wip/zabbix/Makefile.common"
-
-CONFIGURE_ARGS+=--disable-agent
-CONFIGURE_ARGS+=--disable-server
-
-CONFIGURE_ARGS+=--enable-proxy
-CONFIGURE_ARGS+=--with-postgresql
-
-CONF_FILES+=	${EGDIR}/zabbix_proxy.conf ${PKG_SYSCONFDIR}/zabbix_proxy.conf
-
-RCD_SCRIPTS=	zabbix_proxy
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-proxy-pgsql/PLIST b/zabbix-proxy-pgsql/PLIST
deleted file mode 100644
index 6663117616..0000000000
--- a/zabbix-proxy-pgsql/PLIST
+++ /dev/null
@@ -1,14 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-man/man8/zabbix_proxy.8
-sbin/zabbix_proxy
-share/examples/zabbix/zabbix_proxy.conf
-@pkgdir share/zabbix/sqlite3
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/postgresql
-@pkgdir share/zabbix/oracle
-@pkgdir share/zabbix/mysql
-@pkgdir share/zabbix/ibm_db2
-@pkgdir share/zabbix/externalscripts
-@pkgdir share/zabbix/data
-@pkgdir share/doc/zabbix
-@pkgdir etc/zabbix/zabbix_proxy.conf.d
diff --git a/zabbix-proxy-pgsql/files/zabbix_proxy.sh b/zabbix-proxy-pgsql/files/zabbix_proxy.sh
deleted file mode 100755
index 7e5ef65f53..0000000000
--- a/zabbix-proxy-pgsql/files/zabbix_proxy.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_proxy
-
-. /etc/rc.subr
-
-name="zabbix_proxy"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix-server-mysql/DESCR b/zabbix-server-mysql/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-server-mysql/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-server-mysql/Makefile b/zabbix-server-mysql/Makefile
deleted file mode 100644
index 4eae4b76ab..0000000000
--- a/zabbix-server-mysql/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/21 22:56:44 heidnes Exp $
-
-PKG_OPTIONS+=	zabbix-server
-PKGNAME=	zabbix-server-mysql-${VER}
-
-.include "../../wip/zabbix/Makefile.common"
-.include "../../wip/zabbix/Makefile.server"
-
-CONFIGURE_ARGS+=--disable-agent
-CONFIGURE_ARGS+=--enable-server
-CONFIGURE_ARGS+=--with-mysql
-
-CONF_FILES+=	${EGDIR}/zabbix_server.conf ${PKG_SYSCONFDIR}/zabbix_server.conf
-
-RCD_SCRIPTS=	zabbix_server
-
-.include "../../mk/mysql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-server-mysql/PLIST b/zabbix-server-mysql/PLIST
deleted file mode 100644
index b1e91aea22..0000000000
--- a/zabbix-server-mysql/PLIST
+++ /dev/null
@@ -1,49 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/22 13:59:51 heidnes Exp $
-man/man8/zabbix_server.8
-sbin/zabbix_server
-share/doc/zabbix/AUTHORS
-share/doc/zabbix/COPYING
-share/doc/zabbix/INSTALL
-share/doc/zabbix/NEWS
-share/doc/zabbix/README
-share/examples/zabbix/zabbix_server.conf
-share/zabbix/ibm_db2/data.sql
-share/zabbix/ibm_db2/images.sql
-share/zabbix/ibm_db2/schema.sql
-share/zabbix/mysql/data.sql
-share/zabbix/mysql/images.sql
-share/zabbix/mysql/schema.sql
-share/zabbix/oracle/data.sql
-share/zabbix/oracle/images.sql
-share/zabbix/oracle/schema.sql
-share/zabbix/postgresql/data.sql
-share/zabbix/postgresql/images.sql
-share/zabbix/postgresql/schema.sql
-share/zabbix/sqlite3/data.sql
-share/zabbix/sqlite3/images.sql
-share/zabbix/sqlite3/schema.sql
-share/zabbix/upgrades/Makefile
-share/zabbix/upgrades/Makefile.am
-share/zabbix/upgrades/Makefile.in
-share/zabbix/upgrades/dbpatches/1.6/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/upgrade
-share/zabbix/upgrades/dbpatches/1.8/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/ibm_db2/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/ibm_db2/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/upgrade
-share/zabbix/upgrades/dbpatches/2.0/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/oracle/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/postgresql/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.2/README
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/externalscripts
-@pkgdir share/zabbix/data
-@pkgdir share/zabbix/alertscripts
-@pkgdir etc/zabbix/zabbix_server.conf.d
diff --git a/zabbix-server-mysql/files/zabbix_server.sh b/zabbix-server-mysql/files/zabbix_server.sh
deleted file mode 100755
index b349716486..0000000000
--- a/zabbix-server-mysql/files/zabbix_server.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_server
-
-. /etc/rc.subr
-
-name="zabbix_server"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix-server-pgsql/DESCR b/zabbix-server-pgsql/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-server-pgsql/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-server-pgsql/Makefile b/zabbix-server-pgsql/Makefile
deleted file mode 100644
index 5e1bdb6f32..0000000000
--- a/zabbix-server-pgsql/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2015/01/21 22:56:44 heidnes Exp $
-
-PKG_OPTIONS+=	zabbix-server
-PKGNAME=	zabbix-server-pgsql-${VER}
-
-.include "../../wip/zabbix/Makefile.common"
-.include "../../wip/zabbix/Makefile.server"
-
-CONFIGURE_ARGS+=--disable-agent
-CONFIGURE_ARGS+=--enable-server
-
-CONFIGURE_ARGS+=--with-postgresql
-
-CONF_FILES+=	${EGDIR}/zabbix_server.conf ${PKG_SYSCONFDIR}/zabbix_server.conf
-
-RCD_SCRIPTS=	zabbix_server
-
-.include "../../mk/pgsql.buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-server-pgsql/PLIST b/zabbix-server-pgsql/PLIST
deleted file mode 100644
index b1e91aea22..0000000000
--- a/zabbix-server-pgsql/PLIST
+++ /dev/null
@@ -1,49 +0,0 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/22 13:59:51 heidnes Exp $
-man/man8/zabbix_server.8
-sbin/zabbix_server
-share/doc/zabbix/AUTHORS
-share/doc/zabbix/COPYING
-share/doc/zabbix/INSTALL
-share/doc/zabbix/NEWS
-share/doc/zabbix/README
-share/examples/zabbix/zabbix_server.conf
-share/zabbix/ibm_db2/data.sql
-share/zabbix/ibm_db2/images.sql
-share/zabbix/ibm_db2/schema.sql
-share/zabbix/mysql/data.sql
-share/zabbix/mysql/images.sql
-share/zabbix/mysql/schema.sql
-share/zabbix/oracle/data.sql
-share/zabbix/oracle/images.sql
-share/zabbix/oracle/schema.sql
-share/zabbix/postgresql/data.sql
-share/zabbix/postgresql/images.sql
-share/zabbix/postgresql/schema.sql
-share/zabbix/sqlite3/data.sql
-share/zabbix/sqlite3/images.sql
-share/zabbix/sqlite3/schema.sql
-share/zabbix/upgrades/Makefile
-share/zabbix/upgrades/Makefile.am
-share/zabbix/upgrades/Makefile.in
-share/zabbix/upgrades/dbpatches/1.6/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/upgrade
-share/zabbix/upgrades/dbpatches/1.8/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/ibm_db2/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/ibm_db2/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/mysql/upgrade
-share/zabbix/upgrades/dbpatches/2.0/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/oracle/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.0/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/2.0/postgresql/rc4_rc5.sql
-share/zabbix/upgrades/dbpatches/2.2/README
-@pkgdir share/zabbix/schema
-@pkgdir share/zabbix/externalscripts
-@pkgdir share/zabbix/data
-@pkgdir share/zabbix/alertscripts
-@pkgdir etc/zabbix/zabbix_server.conf.d
diff --git a/zabbix-server-pgsql/files/zabbix_server.sh b/zabbix-server-pgsql/files/zabbix_server.sh
deleted file mode 100755
index b349716486..0000000000
--- a/zabbix-server-pgsql/files/zabbix_server.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_server
-
-. /etc/rc.subr
-
-name="zabbix_server"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix-server/DESCR b/zabbix-server/DESCR
deleted file mode 100644
index 780470f9bc..0000000000
--- a/zabbix-server/DESCR
+++ /dev/null
@@ -1 +0,0 @@
-The zabbix monitoring server.
diff --git a/zabbix-server/Makefile b/zabbix-server/Makefile
deleted file mode 100644
index ce2c9ab691..0000000000
--- a/zabbix-server/Makefile
+++ /dev/null
@@ -1,14 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2014/12/19 13:57:28 heidnes Exp $
-
-.include "../../wip/zabbix/Makefile.common"
-
-PKGNAME=		zabbix-server-${VER}
-
-CONFIGURE_ARGS+=	--disable-agent
-CONFIGURE_ARGS+=	--enable-server
-
-CONF_FILES+=	${EGDIR}/zabbix_server.conf ${PKG_SYSCONFDIR}/zabbix_server.conf
-
-RCD_SCRIPTS=	zabbix_server
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix-server/PLIST b/zabbix-server/PLIST
deleted file mode 100644
index 0f4d76078e..0000000000
--- a/zabbix-server/PLIST
+++ /dev/null
@@ -1,3 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/12/19 13:57:28 heidnes Exp $
-man/man8/zabbix_server.8
-sbin/zabbix_server
diff --git a/zabbix-server/distinfo b/zabbix-server/distinfo
deleted file mode 100644
index 838849cae1..0000000000
--- a/zabbix-server/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.4 2014/12/19 14:33:03 heidnes Exp $
-
-SHA1 (zabbix-2.4.2.tar.gz) = 627ed5196b81a1f4e36690695dfbcaa1803890e3
-RMD160 (zabbix-2.4.2.tar.gz) = 77a3df522f0062f80610858e5b44cb67580b3826
-Size (zabbix-2.4.2.tar.gz) = 14803538 bytes
-SHA1 (patch-aa) = c121368ac12fad545c454d0e66c42f07e9899751
-SHA1 (patch-ab) = fb95f65ae21cac1eead7d3c87a490296a93f4348
-SHA1 (patch-src_zabbix__agent_Makefile.in) = 4dfcec31a4cbe98e888a5f11f9879f9990784028
-SHA1 (patch-src_zabbix__server_Makefile.in) = 6d666a18c7e3d1e312e9b86463bfaa84d7bed07a
diff --git a/zabbix-server/files/zabbix_server.sh b/zabbix-server/files/zabbix_server.sh
deleted file mode 100755
index b349716486..0000000000
--- a/zabbix-server/files/zabbix_server.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-# REQUIRE: DAEMON
-# PROVIDE: zabbix_server
-
-. /etc/rc.subr
-
-name="zabbix_server"
-rcvar=${name}
-command="${prefix:-"/usr/pkg"}/sbin/${name}"
-
-load_rc_config ${name}
-run_rc_command "$1"
diff --git a/zabbix/DESCR b/zabbix/DESCR
deleted file mode 100644
index 7c6aec0254..0000000000
--- a/zabbix/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-ZABBIX is software for monitoring of your applications, network
-and servers. ZABBIX supports both polling and trapping techniques
-to collect data from monitored hosts. A flexible notification
-mechanism allows easy and quickly configure different types of
-notifications for pre-defined events.
diff --git a/zabbix/Makefile b/zabbix/Makefile
deleted file mode 100644
index dce5cbcf02..0000000000
--- a/zabbix/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-# $NetBSD: Makefile,v 1.16 2015/01/21 22:56:43 heidnes Exp $
-
-.include "Makefile.common"
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/zabbix/Makefile.common b/zabbix/Makefile.common
deleted file mode 100644
index b76665368f..0000000000
--- a/zabbix/Makefile.common
+++ /dev/null
@@ -1,108 +0,0 @@
-# $NetBSD: Makefile.common,v 1.7 2015/09/16 12:56:59 heidnes Exp $
-# used by wip/zabbix-server/Makefile
-# used by wip/zabbix-agent/Makefile
-# used by wip/zabbix-server-pgsql/Makefile
-# used by wip/zabbix-server-mysql/Makefile
-
-VER=			2.4.7
-DISTNAME=		zabbix-${VER}
-CATEGORIES=		net
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=zabbix/}
-
-MAINTAINER=		pkgsrc-wip-discuss%lists.sourceforge.net@localhost
-HOMEPAGE=		http://www.zabbix.com/
-COMMENT=		Network monitoring tool
-LICENSE=		gnu-gpl-v2
-
-GNU_CONFIGURE=		YES
-MAKE_JOBS_SAFE=		no
-USE_TOOLS+=		makeinfo pax
-
-PATCHDIR= 		${.CURDIR}/../zabbix/patches
-
-CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR:Q}
-
-PKG_SYSCONFSUBDIR=	zabbix
-EGDIR=			share/examples/${PKG_SYSCONFSUBDIR}
-
-INSTALLATION_DIRS+=	${EGDIR}
-
-# ZABBIX user account
-ZBXUSER?=		zabbix
-ZBXGROUP?=		zabbix
-ZBXHOME?=		/home/${ZBXUSER}	# ${PREFIX}/${USER}
-FILES_SUBST+=		ZBXUSER=${ZBXUSER}
-FILES_SUBST+=		ZBXGROUP=${ZBXGROUP}
-FILES_SUBST+=		ZBXHOME=${ZBXHOME}
-BUILD_DEFS+=		ZBXHOME
-
-PKG_GROUPS_VARS+=	ZBXGROUP
-PKG_USERS_VARS+=	ZBXUSER
-
-PKG_GROUPS=		${ZBXGROUP}
-PKG_USERS=		${ZBXUSER}:${ZBXGROUP}
-PKG_GECOS.${ZBXUSER}=	ZABBIX monitoring pseudo-user
-PKG_HOME.${ZBXUSER}=	${ZBXHOME}
-PKG_SHELL.${ZBXUSER}=	${SH}
-
-SUBST_CLASSES+=		fix-paths
-SUBST_STAGE.fix-paths=	post-patch
-SUBST_MESSAGE.fix-paths=Fixing absolute pathes.
-SUBST_FILES.fix-paths=	src/zabbix_server/server.c src/zabbix_agent/zabbix_agent.c
-SUBST_SED.fix-paths=	-e 's,"@PREFIX@,"${PREFIX},g'
-SUBST_SED.fix-paths+=	-e 's,"@HOMEDIR@,"${ZBXHOME},g'
-SUBST_SED.fix-paths+=	-e 's,"@CONFDIR@,"${PKG_SYSCONFDIR},g'
-SUBST_SED.fix-paths+=	-e 's,"@SCRIPTDIR@,"${PREFIX}/libexec/${PKGNAME_NOREV},g'
-SUBST_SED.fix-paths+=	-e 's,"@PIDDIR@,"${VARBASE}/run,g'
-
-BUILD_DEFS+=		VARBASE
-
-INSTALLATION_DIRS+=	share/zabbix share/zabbix/data
-INSTALLATION_DIRS+=	share/zabbix/schema share/examples/zabbix share/doc/zabbix
-
-# necessary SQL scripts
-SQL_SCRIPTS_DIR=	${WRKSRC}/database/
-.for dbtype in postgresql mysql oracle sqlite3 ibm_db2
-SQL_SCRIPTS+=		${dbtype}/schema.sql
-SQL_SCRIPTS+=		${dbtype}/images.sql
-SQL_SCRIPTS+=		${dbtype}/data.sql
-INSTALLATION_DIRS+=	share/zabbix/${dbtype}
-.endfor
-
-USE_TOOLS+=		bash:run
-REPLACE_BASH+=		upgrades/dbpatches/1.8/mysql/upgrade
-REPLACE_BASH+=		upgrades/dbpatches/2.0/mysql/upgrade
-REPLACE_BASH+=		frontends/php/locale/add_new_language.sh
-REPLACE_BASH+=		frontends/php/locale/make_mo.sh
-REPLACE_BASH+=		frontends/php/locale/update_po.sh
-
-USE_TOOLS+=		makeinfo:run
-
-MAKEINFO=		${PREFIX}/bin/makeinfo
-
-SUBST_CLASSES+=		makeinfo
-SUBST_STAGE.makeinfo=	post-configure
-SUBST_MESSAGE.makeinfo=	Replacing tools makeinfo path
-SUBST_FILES.makeinfo=	upgrades/Makefile
-SUBST_SED.makeinfo=	-e "s,^MAKEINFO.*,MAKEINFO = ${MAKEINFO},"
-
-USE_TOOLS+=		pkg-config
-USE_TOOLS+=		pkg-config:run
-
-PKGCONFIG=		${PREFIX}/bin/pkg-config
-
-SUBST_CLASSES+=		pkgconfig
-SUBST_STAGE.pkgconfig=	post-configure
-SUBST_MESSAGE.pkgconfig=Replacing tools pkg-config path
-SUBST_FILES.pkgconfig=	upgrades/Makefile
-SUBST_SED.pkgconfig=	-e "s,^PKG_CONFIG.*,PKG_CONFIG = ${PKGCONFIG},"
-
-SUBST_CLASSES+=		libssh2
-SUBST_STAGE.libssh2=	pre-configure
-SUBST_MESSAGE.libssh2=	Fixing libssh2 test
-SUBST_FILES.libssh2=	configure
-SUBST_SED.libssh2=	-e "s,/usr/local/include/libssh2.h,${PREFIX}/include/libssh2.h,"
-
-DISTINFO_FILE=		${.CURDIR}/../../wip/zabbix/distinfo
-
-.include "../../wip/zabbix/options.mk"
diff --git a/zabbix/Makefile.server b/zabbix/Makefile.server
deleted file mode 100644
index d0b5e2245f..0000000000
--- a/zabbix/Makefile.server
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile.server,v 1.2 2015/08/26 13:45:38 heidnes Exp $
-# used by wip/zabbix-server-pgsql/Makefile
-# used by wip/zabbix-server-mysql/Makefile
-# used by wip/zabbix-server-sqlite/Makefile
-
-USE_TOOLS+=	pax
-
-post-install:
-.for f in ${CONFIGURATION_FILES}
-	${INSTALL_DATA} ${WRKSRC}/conf/${f} ${DESTDIR}${EGDIR}/${f}
-.endfor
-.for f in ${SQL_SCRIPTS}
-	${INSTALL_DATA} ${SQL_SCRIPTS_DIR}/${f} \
-		${DESTDIR}${PREFIX}/share/zabbix/${f}
-.endfor
-	cd ${WRKSRC}; pax -rw upgrades \
-		${DESTDIR}${PREFIX}/share/zabbix/
-# documentation
-.for f in AUTHORS COPYING INSTALL NEWS README
-	${INSTALL_DATA} ${WRKSRC}/${f} ${DESTDIR}${PREFIX}/share/doc/zabbix/${f}
-.endfor
-
-.include "../../devel/libexecinfo/buildlink3.mk"
diff --git a/zabbix/PLIST b/zabbix/PLIST
deleted file mode 100644
index 8d78007cb4..0000000000
--- a/zabbix/PLIST
+++ /dev/null
@@ -1,488 +0,0 @@
-@comment $NetBSD: PLIST,v 1.6 2011/07/05 20:15:56 harenber Exp $
-bin/zabbix_get
-bin/zabbix_sender
-man/man1/zabbix_get.1
-man/man1/zabbix_sender.1
-man/man8/zabbix_agentd.8
-man/man8/zabbix_server.8
-sbin/zabbix_agent
-sbin/zabbix_agentd
-sbin/zabbix_server
-share/doc/zabbix/AUTHORS
-share/doc/zabbix/COPYING
-share/doc/zabbix/INSTALL
-share/doc/zabbix/NEWS
-share/doc/zabbix/README
-share/examples/rc.d/zabbix_agentd
-share/examples/rc.d/zabbix_server
-share/examples/zabbix/zabbix_agent.conf
-share/examples/zabbix/zabbix_agentd.conf
-share/examples/zabbix/zabbix_proxy.conf
-share/examples/zabbix/zabbix_server.conf
-share/zabbix/data/data.sql
-share/zabbix/data/images_mysql.sql
-share/zabbix/data/images_oracle.sql
-share/zabbix/data/images_pgsql.sql
-share/zabbix/data/images_sqlite3.sql
-share/zabbix/frontends/php/acknow.php
-share/zabbix/frontends/php/actionconf.php
-share/zabbix/frontends/php/api/.htaccess
-share/zabbix/frontends/php/api/classes/class.apiexception.php
-share/zabbix/frontends/php/api/classes/class.caction.php
-share/zabbix/frontends/php/api/classes/class.calert.php
-share/zabbix/frontends/php/api/classes/class.capiinfo.php
-share/zabbix/frontends/php/api/classes/class.capplication.php
-share/zabbix/frontends/php/api/classes/class.cdcheck.php
-share/zabbix/frontends/php/api/classes/class.cdhost.php
-share/zabbix/frontends/php/api/classes/class.cdrule.php
-share/zabbix/frontends/php/api/classes/class.cdservice.php
-share/zabbix/frontends/php/api/classes/class.cevent.php
-share/zabbix/frontends/php/api/classes/class.cgraph.php
-share/zabbix/frontends/php/api/classes/class.cgraphitem.php
-share/zabbix/frontends/php/api/classes/class.chistory.php
-share/zabbix/frontends/php/api/classes/class.chost.php
-share/zabbix/frontends/php/api/classes/class.chostgroup.php
-share/zabbix/frontends/php/api/classes/class.cimage.php
-share/zabbix/frontends/php/api/classes/class.citem.php
-share/zabbix/frontends/php/api/classes/class.cmaintenance.php
-share/zabbix/frontends/php/api/classes/class.cmap.php
-share/zabbix/frontends/php/api/classes/class.cmediatype.php
-share/zabbix/frontends/php/api/classes/class.cproxy.php
-share/zabbix/frontends/php/api/classes/class.cscreen.php
-share/zabbix/frontends/php/api/classes/class.cscript.php
-share/zabbix/frontends/php/api/classes/class.ctemplate.php
-share/zabbix/frontends/php/api/classes/class.ctrigger.php
-share/zabbix/frontends/php/api/classes/class.ctriggerexpression.php
-share/zabbix/frontends/php/api/classes/class.cuser.php
-share/zabbix/frontends/php/api/classes/class.cusergroup.php
-share/zabbix/frontends/php/api/classes/class.cusermacro.php
-share/zabbix/frontends/php/api/classes/class.czbxapi.php
-share/zabbix/frontends/php/api/rpc/class.cjsonrpc.php
-share/zabbix/frontends/php/api/rpc/class.czbxrpc.php
-share/zabbix/frontends/php/api_jsonrpc.php
-share/zabbix/frontends/php/applications.php
-share/zabbix/frontends/php/audio/alarm_average.wav
-share/zabbix/frontends/php/audio/alarm_disaster.wav
-share/zabbix/frontends/php/audio/alarm_high.wav
-share/zabbix/frontends/php/audio/alarm_information.wav
-share/zabbix/frontends/php/audio/alarm_ok.wav
-share/zabbix/frontends/php/audio/alarm_warning.wav
-share/zabbix/frontends/php/audio/no_sound.wav
-share/zabbix/frontends/php/auditacts.php
-share/zabbix/frontends/php/auditlogs.php
-share/zabbix/frontends/php/authentication.php
-share/zabbix/frontends/php/chart.php
-share/zabbix/frontends/php/chart2.php
-share/zabbix/frontends/php/chart3.php
-share/zabbix/frontends/php/chart4.php
-share/zabbix/frontends/php/chart5.php
-share/zabbix/frontends/php/chart6.php
-share/zabbix/frontends/php/chart7.php
-share/zabbix/frontends/php/chart_bar.php
-share/zabbix/frontends/php/chart_sla.php
-share/zabbix/frontends/php/charts.php
-share/zabbix/frontends/php/conf/.htaccess
-share/zabbix/frontends/php/conf/COPYING
-share/zabbix/frontends/php/conf/maintenance.inc.php
-share/zabbix/frontends/php/conf/zabbix.conf.php.example
-share/zabbix/frontends/php/config.php
-share/zabbix/frontends/php/css.css
-share/zabbix/frontends/php/dashboard.php
-share/zabbix/frontends/php/dashconf.php
-share/zabbix/frontends/php/discovery.php
-share/zabbix/frontends/php/discoveryconf.php
-share/zabbix/frontends/php/events.php
-share/zabbix/frontends/php/fonts/DejaVuSans.ttf
-share/zabbix/frontends/php/graphs.php
-share/zabbix/frontends/php/history.php
-share/zabbix/frontends/php/hostgroups.php
-share/zabbix/frontends/php/hostprofiles.php
-share/zabbix/frontends/php/hosts.php
-share/zabbix/frontends/php/httpconf.php
-share/zabbix/frontends/php/httpdetails.php
-share/zabbix/frontends/php/httpmon.php
-share/zabbix/frontends/php/image.php
-share/zabbix/frontends/php/images/flash/zbxclock.swf
-share/zabbix/frontends/php/images/general/arrowdown.gif
-share/zabbix/frontends/php/images/general/arrowup.gif
-share/zabbix/frontends/php/images/general/bar/arrow_down.gif
-share/zabbix/frontends/php/images/general/bar/arrow_sm.gif
-share/zabbix/frontends/php/images/general/bar/arrow_up.gif
-share/zabbix/frontends/php/images/general/bar/bar_bg.png
-share/zabbix/frontends/php/images/general/bar/bar_middle.png
-share/zabbix/frontends/php/images/general/bar/bg.png
-share/zabbix/frontends/php/images/general/bar/cal.gif
-share/zabbix/frontends/php/images/general/bar/left.png
-share/zabbix/frontends/php/images/general/bar/left_arr.png
-share/zabbix/frontends/php/images/general/bar/right.png
-share/zabbix/frontends/php/images/general/bar/right_arr.png
-share/zabbix/frontends/php/images/general/bttn/arrowdown.png
-share/zabbix/frontends/php/images/general/bttn/arrowleft.png
-share/zabbix/frontends/php/images/general/bttn/arrowright.png
-share/zabbix/frontends/php/images/general/bttn/arrowup.png
-share/zabbix/frontends/php/images/general/bttn/close.png
-share/zabbix/frontends/php/images/general/bttn/config.png
-share/zabbix/frontends/php/images/general/bttn/config_hl.png
-share/zabbix/frontends/php/images/general/bttn/down.png
-share/zabbix/frontends/php/images/general/bttn/fullscreen.png
-share/zabbix/frontends/php/images/general/bttn/help.png
-share/zabbix/frontends/php/images/general/bttn/menu.png
-share/zabbix/frontends/php/images/general/bttn/minus.png
-share/zabbix/frontends/php/images/general/bttn/move.png
-share/zabbix/frontends/php/images/general/bttn/mute.png
-share/zabbix/frontends/php/images/general/bttn/plus.png
-share/zabbix/frontends/php/images/general/bttn/reset.png
-share/zabbix/frontends/php/images/general/bttn/snooze.png
-share/zabbix/frontends/php/images/general/bttn/sound.png
-share/zabbix/frontends/php/images/general/bttn/up.png
-share/zabbix/frontends/php/images/general/chart.png
-share/zabbix/frontends/php/images/general/closed.gif
-share/zabbix/frontends/php/images/general/dbl_arrow_down.png
-share/zabbix/frontends/php/images/general/dbl_arrow_down2.png
-share/zabbix/frontends/php/images/general/dbl_arrow_up.png
-share/zabbix/frontends/php/images/general/dbl_arrow_up2.png
-share/zabbix/frontends/php/images/general/down_icon.png
-share/zabbix/frontends/php/images/general/error.png
-share/zabbix/frontends/php/images/general/error_icon.png
-share/zabbix/frontends/php/images/general/error_small.gif
-share/zabbix/frontends/php/images/general/help.gif
-share/zabbix/frontends/php/images/general/inst_completed.gif
-share/zabbix/frontends/php/images/general/inst_current.gif
-share/zabbix/frontends/php/images/general/inst_step.gif
-share/zabbix/frontends/php/images/general/ipmi_available.png
-share/zabbix/frontends/php/images/general/ipmi_available_bb.png
-share/zabbix/frontends/php/images/general/ipmi_unavailable.png
-share/zabbix/frontends/php/images/general/ipmi_unknown.png
-share/zabbix/frontends/php/images/general/no_icon.png
-share/zabbix/frontends/php/images/general/ok.png
-share/zabbix/frontends/php/images/general/ok_bb.png
-share/zabbix/frontends/php/images/general/ok_icon.png
-share/zabbix/frontends/php/images/general/ok_icon_bb.png
-share/zabbix/frontends/php/images/general/opened.gif
-share/zabbix/frontends/php/images/general/snmp_available.png
-share/zabbix/frontends/php/images/general/snmp_available_bb.png
-share/zabbix/frontends/php/images/general/snmp_unavailable.png
-share/zabbix/frontends/php/images/general/snmp_unknown.png
-share/zabbix/frontends/php/images/general/sort_down.gif
-share/zabbix/frontends/php/images/general/sort_down_od.gif
-share/zabbix/frontends/php/images/general/sort_up.gif
-share/zabbix/frontends/php/images/general/sort_up_od.gif
-share/zabbix/frontends/php/images/general/tick.png
-share/zabbix/frontends/php/images/general/tr_space.gif
-share/zabbix/frontends/php/images/general/tr_top_bottom.gif
-share/zabbix/frontends/php/images/general/tr_top_right.gif
-share/zabbix/frontends/php/images/general/tr_top_right_bottom.gif
-share/zabbix/frontends/php/images/general/tree/minus.gif
-share/zabbix/frontends/php/images/general/tree/plus.gif
-share/zabbix/frontends/php/images/general/tree/point.gif
-share/zabbix/frontends/php/images/general/tree/pointc.gif
-share/zabbix/frontends/php/images/general/tree/pointl.gif
-share/zabbix/frontends/php/images/general/tree/zero.gif
-share/zabbix/frontends/php/images/general/up_icon.png
-share/zabbix/frontends/php/images/general/warning16r.gif
-share/zabbix/frontends/php/images/general/warning_small.gif
-share/zabbix/frontends/php/images/general/x.gif
-share/zabbix/frontends/php/images/general/zabbix.ico
-share/zabbix/frontends/php/images/general/zabbix.png
-share/zabbix/frontends/php/images/general/zabbix_available.png
-share/zabbix/frontends/php/images/general/zabbix_available_bb.png
-share/zabbix/frontends/php/images/general/zabbix_bb.ico
-share/zabbix/frontends/php/images/general/zabbix_bb.png
-share/zabbix/frontends/php/images/general/zabbix_ob.ico
-share/zabbix/frontends/php/images/general/zabbix_od.png
-share/zabbix/frontends/php/images/general/zabbix_unavailable.png
-share/zabbix/frontends/php/images/general/zabbix_unknown.png
-share/zabbix/frontends/php/images/general/zero.gif
-share/zabbix/frontends/php/images/gradients/blink1.gif
-share/zabbix/frontends/php/images/gradients/blink2.gif
-share/zabbix/frontends/php/images/gradients/button.gif
-share/zabbix/frontends/php/images/gradients/gradient.png
-share/zabbix/frontends/php/images/gradients/menu_not_active.gif
-share/zabbix/frontends/php/images/gradients/menu_not_active2.gif
-share/zabbix/frontends/php/images/gradients/menu_not_active_bb.gif
-share/zabbix/frontends/php/images/gradients/sla_blue.png
-share/zabbix/frontends/php/images/gradients/sla_blue15.png
-share/zabbix/frontends/php/images/gradients/sla_green.png
-share/zabbix/frontends/php/images/gradients/sla_green15.png
-share/zabbix/frontends/php/images/gradients/sla_red.png
-share/zabbix/frontends/php/images/gradients/sla_red15.png
-share/zabbix/frontends/php/images/gradients/table_head.gif
-share/zabbix/frontends/php/images/gradients/table_head2.gif
-share/zabbix/frontends/php/images/gradients/table_head2_bb.gif
-share/zabbix/frontends/php/images/gradients/table_head_bb.gif
-share/zabbix/frontends/php/images/sysmaps/Hub.png
-share/zabbix/frontends/php/images/sysmaps/Hub_small.png
-share/zabbix/frontends/php/images/sysmaps/Network.png
-share/zabbix/frontends/php/images/sysmaps/Network_small.png
-share/zabbix/frontends/php/images/sysmaps/Notebook.png
-share/zabbix/frontends/php/images/sysmaps/Notebook_small.png
-share/zabbix/frontends/php/images/sysmaps/Phone.png
-share/zabbix/frontends/php/images/sysmaps/Phone_small.png
-share/zabbix/frontends/php/images/sysmaps/Printer.png
-share/zabbix/frontends/php/images/sysmaps/Printer_small.png
-share/zabbix/frontends/php/images/sysmaps/README
-share/zabbix/frontends/php/images/sysmaps/Router.png
-share/zabbix/frontends/php/images/sysmaps/Router_small.png
-share/zabbix/frontends/php/images/sysmaps/Satellite.png
-share/zabbix/frontends/php/images/sysmaps/Satellite_small.png
-share/zabbix/frontends/php/images/sysmaps/Server.png
-share/zabbix/frontends/php/images/sysmaps/Server_small.png
-share/zabbix/frontends/php/images/sysmaps/UPS.png
-share/zabbix/frontends/php/images/sysmaps/UPS_small.png
-share/zabbix/frontends/php/images/sysmaps/Workstation.png
-share/zabbix/frontends/php/images/sysmaps/Workstation_small.png
-share/zabbix/frontends/php/images/sysmaps/old/Hub.png
-share/zabbix/frontends/php/images/sysmaps/old/Notebook.png
-share/zabbix/frontends/php/images/sysmaps/old/Printer.png
-share/zabbix/frontends/php/images/sysmaps/old/Router.png
-share/zabbix/frontends/php/images/sysmaps/old/Server.png
-share/zabbix/frontends/php/images/sysmaps/old/Workstation.png
-share/zabbix/frontends/php/imgstore.php
-share/zabbix/frontends/php/include/.htaccess
-share/zabbix/frontends/php/include/acknow.inc.php
-share/zabbix/frontends/php/include/actions.inc.php
-share/zabbix/frontends/php/include/audit.inc.php
-share/zabbix/frontends/php/include/blocks.inc.php
-share/zabbix/frontends/php/include/classes/.htaccess
-share/zabbix/frontends/php/include/classes/class.carea.php
-share/zabbix/frontends/php/include/classes/class.careamap.php
-share/zabbix/frontends/php/include/classes/class.cbar.php
-share/zabbix/frontends/php/include/classes/class.cbutton.php
-share/zabbix/frontends/php/include/classes/class.cbuttoncancel.php
-share/zabbix/frontends/php/include/classes/class.cbuttondelete.php
-share/zabbix/frontends/php/include/classes/class.cbuttonqmessage.php
-share/zabbix/frontends/php/include/classes/class.cchart.php
-share/zabbix/frontends/php/include/classes/class.ccheckbox.php
-share/zabbix/frontends/php/include/classes/class.ccol.php
-share/zabbix/frontends/php/include/classes/class.ccolor.php
-share/zabbix/frontends/php/include/classes/class.ccolorcell.php
-share/zabbix/frontends/php/include/classes/class.ccombobox.php
-share/zabbix/frontends/php/include/classes/class.ccomboitem.php
-share/zabbix/frontends/php/include/classes/class.cconfigfile.php
-share/zabbix/frontends/php/include/classes/class.cdiv.php
-share/zabbix/frontends/php/include/classes/class.ceditablecombobox.php
-share/zabbix/frontends/php/include/classes/class.cfile.php
-share/zabbix/frontends/php/include/classes/class.cflash.php
-share/zabbix/frontends/php/include/classes/class.cflashclock.php
-share/zabbix/frontends/php/include/classes/class.cflashembed.php
-share/zabbix/frontends/php/include/classes/class.cform.php
-share/zabbix/frontends/php/include/classes/class.cformelement.php
-share/zabbix/frontends/php/include/classes/class.cformtable.php
-share/zabbix/frontends/php/include/classes/class.cgraphdraw.php
-share/zabbix/frontends/php/include/classes/class.chelp.php
-share/zabbix/frontends/php/include/classes/class.chostsinfo.php
-share/zabbix/frontends/php/include/classes/class.chttp_request.php
-share/zabbix/frontends/php/include/classes/class.cicon.php
-share/zabbix/frontends/php/include/classes/class.ciframe.php
-share/zabbix/frontends/php/include/classes/class.cimagetexttable.php
-share/zabbix/frontends/php/include/classes/class.cimg.php
-share/zabbix/frontends/php/include/classes/class.cjson.php
-share/zabbix/frontends/php/include/classes/class.cjsscript.php
-share/zabbix/frontends/php/include/classes/class.clabel.php
-share/zabbix/frontends/php/include/classes/class.cldap.php
-share/zabbix/frontends/php/include/classes/class.clink.php
-share/zabbix/frontends/php/include/classes/class.clist.php
-share/zabbix/frontends/php/include/classes/class.clistbox.php
-share/zabbix/frontends/php/include/classes/class.clistitem.php
-share/zabbix/frontends/php/include/classes/class.cnumericbox.php
-share/zabbix/frontends/php/include/classes/class.cobject.php
-share/zabbix/frontends/php/include/classes/class.cpagefilter.php
-share/zabbix/frontends/php/include/classes/class.cparam.php
-share/zabbix/frontends/php/include/classes/class.cpassbox.php
-share/zabbix/frontends/php/include/classes/class.cpie.php
-share/zabbix/frontends/php/include/classes/class.cpumenu.php
-share/zabbix/frontends/php/include/classes/class.crow.php
-share/zabbix/frontends/php/include/classes/class.cserverinfo.php
-share/zabbix/frontends/php/include/classes/class.cspan.php
-share/zabbix/frontends/php/include/classes/class.cstringparser.php
-share/zabbix/frontends/php/include/classes/class.ctable.php
-share/zabbix/frontends/php/include/classes/class.ctableinfo.php
-share/zabbix/frontends/php/include/classes/class.ctag.php
-share/zabbix/frontends/php/include/classes/class.ctextarea.php
-share/zabbix/frontends/php/include/classes/class.ctextbox.php
-share/zabbix/frontends/php/include/classes/class.ctree.php
-share/zabbix/frontends/php/include/classes/class.ctriggersinfo.php
-share/zabbix/frontends/php/include/classes/class.ctweenbox.php
-share/zabbix/frontends/php/include/classes/class.curl.php
-share/zabbix/frontends/php/include/classes/class.cvar.php
-share/zabbix/frontends/php/include/classes/class.cvartag.php
-share/zabbix/frontends/php/include/classes/class.cvisibilitybox.php
-share/zabbix/frontends/php/include/classes/class.cwidget.php
-share/zabbix/frontends/php/include/config.inc.php
-share/zabbix/frontends/php/include/copt.lib.php
-share/zabbix/frontends/php/include/db.inc.php
-share/zabbix/frontends/php/include/debug.inc.php
-share/zabbix/frontends/php/include/defines.inc.php
-share/zabbix/frontends/php/include/discovery.inc.php
-share/zabbix/frontends/php/include/events.inc.php
-share/zabbix/frontends/php/include/export.inc.php
-share/zabbix/frontends/php/include/forms.inc.php
-share/zabbix/frontends/php/include/func.inc.php
-share/zabbix/frontends/php/include/graphs.inc.php
-share/zabbix/frontends/php/include/hosts.inc.php
-share/zabbix/frontends/php/include/html.inc.php
-share/zabbix/frontends/php/include/httptest.inc.php
-share/zabbix/frontends/php/include/ident.inc.php
-share/zabbix/frontends/php/include/images.inc.php
-share/zabbix/frontends/php/include/items.inc.php
-share/zabbix/frontends/php/include/js.inc.php
-share/zabbix/frontends/php/include/locales.inc.php
-share/zabbix/frontends/php/include/locales/cn_zh.inc.php
-share/zabbix/frontends/php/include/locales/cs_cz.inc.php
-share/zabbix/frontends/php/include/locales/de_de.inc.php
-share/zabbix/frontends/php/include/locales/en_gb.inc.php
-share/zabbix/frontends/php/include/locales/fr_fr.inc.php
-share/zabbix/frontends/php/include/locales/hu_hu.inc.php
-share/zabbix/frontends/php/include/locales/it_it.inc.php
-share/zabbix/frontends/php/include/locales/ja_jp.inc.php
-share/zabbix/frontends/php/include/locales/ko_kr.inc.php
-share/zabbix/frontends/php/include/locales/lv_lv.inc.php
-share/zabbix/frontends/php/include/locales/nl_nl.inc.php
-share/zabbix/frontends/php/include/locales/pl_pl.inc.php
-share/zabbix/frontends/php/include/locales/pt_br.inc.php
-share/zabbix/frontends/php/include/locales/ru_ru.inc.php
-share/zabbix/frontends/php/include/locales/sk_sk.inc.php
-share/zabbix/frontends/php/include/locales/sp_sp.inc.php
-share/zabbix/frontends/php/include/locales/sv_se.inc.php
-share/zabbix/frontends/php/include/locales/ua_ua.inc.php
-share/zabbix/frontends/php/include/maintenances.inc.php
-share/zabbix/frontends/php/include/maps.inc.php
-share/zabbix/frontends/php/include/media.inc.php
-share/zabbix/frontends/php/include/menu.inc.php
-share/zabbix/frontends/php/include/nodes.inc.php
-share/zabbix/frontends/php/include/page_footer.php
-share/zabbix/frontends/php/include/page_header.php
-share/zabbix/frontends/php/include/perm.inc.php
-share/zabbix/frontends/php/include/profiles.inc.php
-share/zabbix/frontends/php/include/regexp.inc.php
-share/zabbix/frontends/php/include/reports.inc.php
-share/zabbix/frontends/php/include/requirements.inc.php
-share/zabbix/frontends/php/include/schema.inc.php
-share/zabbix/frontends/php/include/screens.inc.php
-share/zabbix/frontends/php/include/scripts.inc.php
-share/zabbix/frontends/php/include/services.inc.php
-share/zabbix/frontends/php/include/setup.inc.php
-share/zabbix/frontends/php/include/sounds.inc.php
-share/zabbix/frontends/php/include/triggers.inc.php
-share/zabbix/frontends/php/include/users.inc.php
-share/zabbix/frontends/php/include/validate.inc.php
-share/zabbix/frontends/php/include/valuemap.inc.php
-share/zabbix/frontends/php/include/xmlschemas/screens.rng
-share/zabbix/frontends/php/index.php
-share/zabbix/frontends/php/instal.php
-share/zabbix/frontends/php/items.php
-share/zabbix/frontends/php/js/class.bbcode.js
-share/zabbix/frontends/php/js/class.calendar.js
-share/zabbix/frontends/php/js/class.cdate.js
-share/zabbix/frontends/php/js/class.cdebug.js
-share/zabbix/frontends/php/js/class.cmap.js
-share/zabbix/frontends/php/js/class.cmessages.js
-share/zabbix/frontends/php/js/class.cookie.js
-share/zabbix/frontends/php/js/class.cscreen.js
-share/zabbix/frontends/php/js/class.csuggest.js
-share/zabbix/frontends/php/js/class.cswitcher.js
-share/zabbix/frontends/php/js/class.ctree.js
-share/zabbix/frontends/php/js/class.curl.js
-share/zabbix/frontends/php/js/class.cviewswitcher.js
-share/zabbix/frontends/php/js/class.pmaster.js
-share/zabbix/frontends/php/js/class.rpc.js
-share/zabbix/frontends/php/js/common.js
-share/zabbix/frontends/php/js/dom.js
-share/zabbix/frontends/php/js/functions.js
-share/zabbix/frontends/php/js/gtlc.js
-share/zabbix/frontends/php/js/ie6fix.js
-share/zabbix/frontends/php/js/main.js
-share/zabbix/frontends/php/js/menu.js
-share/zabbix/frontends/php/js/prototype.js
-share/zabbix/frontends/php/js/scriptaculous/builder.js
-share/zabbix/frontends/php/js/scriptaculous/controls.js
-share/zabbix/frontends/php/js/scriptaculous/dragdrop.js
-share/zabbix/frontends/php/js/scriptaculous/effects.js
-share/zabbix/frontends/php/js/scriptaculous/slider.js
-share/zabbix/frontends/php/js/scriptaculous/sound.js
-share/zabbix/frontends/php/jsLoader.php
-share/zabbix/frontends/php/jsrpc.php
-share/zabbix/frontends/php/latest.php
-share/zabbix/frontends/php/locales.php
-share/zabbix/frontends/php/maintenance.php
-share/zabbix/frontends/php/map.php
-share/zabbix/frontends/php/maps.php
-share/zabbix/frontends/php/media_types.php
-share/zabbix/frontends/php/nodes.php
-share/zabbix/frontends/php/overview.php
-share/zabbix/frontends/php/popup.php
-share/zabbix/frontends/php/popup_bitem.php
-share/zabbix/frontends/php/popup_gitem.php
-share/zabbix/frontends/php/popup_httpstep.php
-share/zabbix/frontends/php/popup_link_tr.php
-share/zabbix/frontends/php/popup_media.php
-share/zabbix/frontends/php/popup_period.php
-share/zabbix/frontends/php/popup_right.php
-share/zabbix/frontends/php/popup_trexpr.php
-share/zabbix/frontends/php/popup_users.php
-share/zabbix/frontends/php/popup_usrgrp.php
-share/zabbix/frontends/php/profile.php
-share/zabbix/frontends/php/proxies.php
-share/zabbix/frontends/php/queue.php
-share/zabbix/frontends/php/report1.php
-share/zabbix/frontends/php/report2.php
-share/zabbix/frontends/php/report3.php
-share/zabbix/frontends/php/report4.php
-share/zabbix/frontends/php/report5.php
-share/zabbix/frontends/php/report6.php
-share/zabbix/frontends/php/screenconf.php
-share/zabbix/frontends/php/screenedit.php
-share/zabbix/frontends/php/screens.php
-share/zabbix/frontends/php/scripts.php
-share/zabbix/frontends/php/scripts_exec.php
-share/zabbix/frontends/php/search.php
-share/zabbix/frontends/php/services.php
-share/zabbix/frontends/php/services_form.php
-share/zabbix/frontends/php/setup.php
-share/zabbix/frontends/php/slideconf.php
-share/zabbix/frontends/php/slides.php
-share/zabbix/frontends/php/srv_status.php
-share/zabbix/frontends/php/styles/blocks.css
-share/zabbix/frontends/php/styles/calendar.css
-share/zabbix/frontends/php/styles/css_bb.css
-share/zabbix/frontends/php/styles/css_ob.css
-share/zabbix/frontends/php/styles/css_od.css
-share/zabbix/frontends/php/styles/default.css
-share/zabbix/frontends/php/styles/div.css
-share/zabbix/frontends/php/styles/form.css
-share/zabbix/frontends/php/styles/ie.css
-share/zabbix/frontends/php/styles/ie_css_bb.css
-share/zabbix/frontends/php/styles/ie_css_ob.css
-share/zabbix/frontends/php/styles/ie_css_od.css
-share/zabbix/frontends/php/styles/link.css
-share/zabbix/frontends/php/styles/p.css
-share/zabbix/frontends/php/styles/popupmenu.css
-share/zabbix/frontends/php/styles/table.css
-share/zabbix/frontends/php/styles/ul.css
-share/zabbix/frontends/php/sysmap.php
-share/zabbix/frontends/php/sysmaps.php
-share/zabbix/frontends/php/templates.php
-share/zabbix/frontends/php/tr_comments.php
-share/zabbix/frontends/php/tr_events.php
-share/zabbix/frontends/php/tr_logform.php
-share/zabbix/frontends/php/tr_status.php
-share/zabbix/frontends/php/tr_testexpr.php
-share/zabbix/frontends/php/triggers.php
-share/zabbix/frontends/php/usergrps.php
-share/zabbix/frontends/php/users.php
-share/zabbix/frontends/php/vtext.php
-share/zabbix/frontends/php/warning.php
-share/zabbix/schema/mysql.sql
-share/zabbix/schema/oracle.sql
-share/zabbix/schema/postgresql.sql
-share/zabbix/schema/sqlite.sql
-share/zabbix/upgrades/Makefile
-share/zabbix/upgrades/Makefile.am
-share/zabbix/upgrades/Makefile.in
-share/zabbix/upgrades/dbpatches/1.6/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.6/postgresql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/mysql/upgrade
-share/zabbix/upgrades/dbpatches/1.8/oracle/patch.sql
-share/zabbix/upgrades/dbpatches/1.8/postgresql/patch.sql
diff --git a/zabbix/TODO b/zabbix/TODO
deleted file mode 100644
index d30ecf8bdd..0000000000
--- a/zabbix/TODO
+++ /dev/null
@@ -1,27 +0,0 @@
-$Id: TODO,v 1.17 2013/01/22 18:09:24 shindenmorr Exp $
-
-All this may be obsolete after update to Zabbix 1.8.3
-
-2. Install sample configuration files.
-3. Options: provide sane default values.
-4. Check for hard-coded pathes.
-5. Fix PostreSQL scripts (warnings stay).
-6. Fix rc scripts.
-9. Check curl requirement, it seems to be non-optional.
-
-DoS from remote:
-http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-1353
-PHP Frontend Multiple Vulnerabilities:
-http://secunia.com/advisories/34091/
-More security vulnerabilities:
-https://support.zabbix.com/browse/ZBX-993
-https://support.zabbix.com/browse/ZBX-1030
-https://support.zabbix.com/browse/ZBX-1031
-https://support.zabbix.com/browse/ZBX-1032
-https://support.zabbix.com/browse/ZBX-1355
-http://archives.neohapsis.com/archives/fulldisclosure/2010-04/0001.html
-http://secunia.com/advisories/40679
-http://secunia.com/advisories/45502
-http://secunia.com/advisories/47216
-http://secunia.com/advisories/49809
-http://secunia.com/advisories/51909
diff --git a/zabbix/distinfo b/zabbix/distinfo
deleted file mode 100644
index 187443e7ce..0000000000
--- a/zabbix/distinfo
+++ /dev/null
@@ -1,11 +0,0 @@
-$NetBSD: distinfo,v 1.12 2015/09/16 12:56:59 heidnes Exp $
-
-SHA1 (zabbix-2.4.7.tar.gz) = 9090472e5f78fd828bf89d5558ceedd60db74443
-RMD160 (zabbix-2.4.7.tar.gz) = f935c44faf0ae98a04d2deb895fbf1ca825204f1
-SHA512 (zabbix-2.4.7.tar.gz) = 81860dfab38241e939a5cced50527fd16d35ec7b82232b2e0a4f17c90c1fc8ffb9bb95891ec27bb87445e5f81fba066dccc6b1a8833a4af4f483532f83d6172a
-Size (zabbix-2.4.7.tar.gz) = 15012768 bytes
-SHA1 (patch-src_zabbix__agent_Makefile.in) = 8b366776f72e189234cebbb4e9c4cba62750790b
-SHA1 (patch-src_zabbix__agent_zabbix__agentd.c) = 959bc02cd67167001c11ba532be1e4f0971144b8
-SHA1 (patch-src_zabbix__proxy_Makefile.in) = 7b3fe51b7f21656c1453de5f948568e6d0d0d3d8
-SHA1 (patch-src_zabbix__server_Makefile.in) = 30c8621bce53ef4565bcd03aeacf1d4e6792eb8b
-SHA1 (patch-src_zabbix__server_server.c) = fb95f65ae21cac1eead7d3c87a490296a93f4348
diff --git a/zabbix/options.mk b/zabbix/options.mk
deleted file mode 100644
index b35cf88626..0000000000
--- a/zabbix/options.mk
+++ /dev/null
@@ -1,84 +0,0 @@
-# $NetBSD: options.mk,v 1.8 2015/01/21 22:56:43 heidnes Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.zabbix
-
-PKG_SUPPORTED_OPTIONS+=	curl
-PKG_SUPPORTED_OPTIONS+=	ldap
-PKG_SUPPORTED_OPTIONS+=	snmp
-PKG_SUPPORTED_OPTIONS+=	zabbix-static
-PKG_SUPPORTED_OPTIONS+=	jabber
-PKG_SUPPORTED_OPTIONS+=	ssh
-PKG_SUPPORTED_OPTIONS+=	ipv6
-#PKG_SUPPORTED_OPTIONS+=ipmi
-#PKG_SUPPORTED_OPTIONS+=odbc
-
-.if !empty(PKG_OPTIONS:Mzabbix-server)
-PKG_SUGGESTED_OPTIONS=	curl ldap snmp ssh jabber ipv6
-.endif
-
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mjabber)
-CONFIGURE_ARGS+=	--with-jabber
-.include "../../textproc/iksemel/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Mssh)
-CONFIGURE_ARGS+=	--with-ssh2
-.include "../../security/libssh2/buildlink3.mk"
-.endif
-
-#.if !empty(PKG_OPTIONS:Mipmi)
-# no openipmi (yet)
-#.endif
-
-#.if !empty(PKG_OPTIONS:Modbc)
-# don't know quite yet
-#.endif
-
-.if !empty(PKG_OPTIONS:Mipv6)
-CONFIGURE_ARGS+=	--enable-ipv6
-.endif
-
-
-# DB support is mandatory, default to SQLite
-#.if empty(PKG_OPTIONS:Mpgsql) && empty(PKG_OPTIONS:Msqlite) && empty(PKG_OPTIONS:Mmysql)
-#PKG_OPTIONS+=	sqlite
-#.endif
-
-#.if !empty(PKG_OPTIONS:Mpgsql)
-#CONFIGURE_ARGS+=	--with-pgsql
-#.include "../../mk/pgsql.buildlink3.mk"
-##DEPENDS+=		php-pgsql
-#.endif
-#.if !empty(PKG_OPTIONS:Msqlite)
-#CONFIGURE_ARGS+=	--with-sqlite3
-#.include "../../databases/sqlite3/buildlink3.mk"
-#.endif
-#.if !empty(PKG_OPTIONS:Mmysql)
-#CONFIGURE_ARGS+=	--with-mysql
-#.include "../../mk/mysql.buildlink3.mk"
-#.endif
-
-.if !empty(PKG_OPTIONS:Mcurl)
-CONFIGURE_ARGS+=	--with-libcurl
-.include "../../www/curl/buildlink3.mk"
-.endif
-
-.if !empty(PKG_OPTIONS:Msnmp)
-CONFIGURE_ARGS+=	--with-net-snmp
-.include "../../net/net-snmp/buildlink3.mk"
-.endif
-#.if !empty(PKG_OPTIONS:Mucd-snmp)
-#CONFIGURE_ARGS+=	--with-ucd-snmp
-#.endif
-
-.if !empty(PKG_OPTIONS:Mldap)
-.include "../../databases/openldap-client/buildlink3.mk"
-CONFIGURE_ARGS+=	--with-ldap=${BUILDLINK_PREFIX.openldap-client:Q}
-.endif
-
-.if !empty(PKG_OPTIONS:Mzabbix-static)
-CONFIGURE_ARGS+=	--enable-static
-.endif
diff --git a/zabbix/patches/patch-src_zabbix__agent_Makefile.in b/zabbix/patches/patch-src_zabbix__agent_Makefile.in
deleted file mode 100644
index 7f6b123859..0000000000
--- a/zabbix/patches/patch-src_zabbix__agent_Makefile.in
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-src_zabbix__agent_Makefile.in,v 1.6 2015/03/04 10:50:12 heidnes Exp $
-
-Install config files in example dir.
-
---- src/zabbix_agent/Makefile.in.orig	2015-02-23 12:28:54.000000000 +0000
-+++ src/zabbix_agent/Makefile.in
-@@ -968,8 +968,8 @@ install-data-hook:
- 	$(MKDIR_P) "$(AGENT_INCLUDE_DIR)"
- 	$(MKDIR_P) "$(AGENTD_INCLUDE_DIR)"
- 	$(MKDIR_P) "$(MODULES_DIR)"
--	test -f "$(DESTDIR)@sysconfdir@/$(AGENT_CONFIG)" || cp "../../conf/$(AGENT_CONFIG)" "$(DESTDIR)@sysconfdir@"
--	test -f "$(DESTDIR)@sysconfdir@/$(AGENTD_CONFIG)" || cp "../../conf/$(AGENTD_CONFIG)" "$(DESTDIR)@sysconfdir@"
-+	cp "../../conf/$(AGENT_CONFIG)" "$(DESTDIR)/${PREFIX}/share/examples/zabbix"
-+	cp "../../conf/$(AGENTD_CONFIG)" "$(DESTDIR)/${PREFIX}/share/examples/zabbix"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/zabbix/patches/patch-src_zabbix__agent_zabbix__agentd.c b/zabbix/patches/patch-src_zabbix__agent_zabbix__agentd.c
deleted file mode 100644
index 7765745381..0000000000
--- a/zabbix/patches/patch-src_zabbix__agent_zabbix__agentd.c
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_zabbix__agent_zabbix__agentd.c,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-
-Make it possible to tweak the zabbix conf drive/directory on Windows.
-
---- src/zabbix_agent/zabbix_agentd.c.orig	2014-11-05 08:01:42.000000000 +0000
-+++ src/zabbix_agent/zabbix_agentd.c
-@@ -57,7 +57,7 @@ const char	*progname = NULL;
- 
- /* default config file location */
- #ifdef _WINDOWS
--	static char	DEFAULT_CONFIG_FILE[]	= "C:\\zabbix_agentd.conf";
-+	static char	DEFAULT_CONFIG_FILE[]	= "@CONFDIR@\\zabbix_agentd.conf";
- #else
- 	static char	DEFAULT_CONFIG_FILE[]	= SYSCONFDIR "/zabbix_agentd.conf";
- #endif
diff --git a/zabbix/patches/patch-src_zabbix__proxy_Makefile.in b/zabbix/patches/patch-src_zabbix__proxy_Makefile.in
deleted file mode 100644
index b3df6c37d4..0000000000
--- a/zabbix/patches/patch-src_zabbix__proxy_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_zabbix__proxy_Makefile.in,v 1.2 2015/03/04 10:50:12 heidnes Exp $
-
-Install zabbix proxy config in example directory.
-
---- src/zabbix_proxy/Makefile.in.orig	2015-02-23 12:28:55.000000000 +0000
-+++ src/zabbix_proxy/Makefile.in
-@@ -919,7 +919,7 @@ install-data-hook:
- 	$(MKDIR_P) "$(INCLUDE_DIR)"
- 	$(MKDIR_P) "$(EXSCRIPTS_DIR)"
- 	$(MKDIR_P) "$(MODULES_DIR)"
--	test -f "$(DESTDIR)@sysconfdir@/$(PROXY_CONFIG)" || cp "../../conf/$(PROXY_CONFIG)" "$(DESTDIR)@sysconfdir@"
-+	cp "../../conf/$(PROXY_CONFIG)" "$(DESTDIR)/${PREFIX}/share/examples/zabbix"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/zabbix/patches/patch-src_zabbix__server_Makefile.in b/zabbix/patches/patch-src_zabbix__server_Makefile.in
deleted file mode 100644
index 06e10504af..0000000000
--- a/zabbix/patches/patch-src_zabbix__server_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-src_zabbix__server_Makefile.in,v 1.3 2015/03/04 10:50:12 heidnes Exp $
-
-Install config file in example directory.
-
---- src/zabbix_server/Makefile.in.orig	2015-02-23 12:28:55.000000000 +0000
-+++ src/zabbix_server/Makefile.in
-@@ -944,7 +944,7 @@ install-data-hook:
- 	$(MKDIR_P) "$(EXSCRIPTS_DIR)"
- 	$(MKDIR_P) "$(ALSCRIPTS_DIR)"
- 	$(MKDIR_P) "$(MODULES_DIR)"
--	test -f "$(DESTDIR)@sysconfdir@/$(SERVER_CONFIG)" || cp "../../conf/$(SERVER_CONFIG)" "$(DESTDIR)@sysconfdir@"
-+	cp "../../conf/$(SERVER_CONFIG)" "$(DESTDIR)/${PREFIX}/share/examples/zabbix"
- 
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
diff --git a/zabbix/patches/patch-src_zabbix__server_server.c b/zabbix/patches/patch-src_zabbix__server_server.c
deleted file mode 100644
index 64ac1c3a12..0000000000
--- a/zabbix/patches/patch-src_zabbix__server_server.c
+++ /dev/null
@@ -1,28 +0,0 @@
-$NetBSD: patch-src_zabbix__server_server.c,v 1.1 2015/01/21 22:56:43 heidnes Exp $
-
-Move PID dirs and use @PREFIX@ for fping / fping6.
-
---- src/zabbix_server/server.c.orig	2014-11-05 08:01:42.000000000 +0000
-+++ src/zabbix_server/server.c
-@@ -333,7 +333,7 @@ static void	zbx_set_defaults(void)
- 		CONFIG_SNMPTRAP_FILE = zbx_strdup(CONFIG_SNMPTRAP_FILE, "/tmp/zabbix_traps.tmp");
- 
- 	if (NULL == CONFIG_PID_FILE)
--		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "/tmp/zabbix_server.pid");
-+		CONFIG_PID_FILE = zbx_strdup(CONFIG_PID_FILE, "@PIDDIR@/zabbix_server.pid");
- 
- 	if (NULL == CONFIG_ALERT_SCRIPTS_PATH)
- 		CONFIG_ALERT_SCRIPTS_PATH = zbx_strdup(CONFIG_ALERT_SCRIPTS_PATH, DATADIR "/zabbix/alertscripts");
-@@ -345,10 +345,10 @@ static void	zbx_set_defaults(void)
- 		CONFIG_TMPDIR = zbx_strdup(CONFIG_TMPDIR, "/tmp");
- 
- 	if (NULL == CONFIG_FPING_LOCATION)
--		CONFIG_FPING_LOCATION = zbx_strdup(CONFIG_FPING_LOCATION, "/usr/sbin/fping");
-+		CONFIG_FPING_LOCATION = zbx_strdup(CONFIG_FPING_LOCATION, "@PREFIX@/fping");
- #ifdef HAVE_IPV6
- 	if (NULL == CONFIG_FPING6_LOCATION)
--		CONFIG_FPING6_LOCATION = zbx_strdup(CONFIG_FPING6_LOCATION, "/usr/sbin/fping6");
-+		CONFIG_FPING6_LOCATION = zbx_strdup(CONFIG_FPING6_LOCATION, "@PREFIX@/fping6");
- #endif
- 	if (NULL == CONFIG_EXTERNALSCRIPTS)
- 		CONFIG_EXTERNALSCRIPTS = zbx_strdup(CONFIG_EXTERNALSCRIPTS, DATADIR "/zabbix/externalscripts");


Home | Main Index | Thread Index | Old Index