pkgsrc-WIP-changes archive

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

zabbix60-*: refactoring package



Module Name:	pkgsrc-wip
Committed By:	Yuuki Enomoto <uki%e-yuuki.org@localhost>
Pushed By:	e-yuuki
Date:		Mon Feb 21 21:04:22 2022 +0900
Changeset:	7db9c97a5a740b2e4d3f1def8d0689ab6ada0a47

Modified Files:
	zabbix60-agent/Makefile
	zabbix60-agent/PLIST
	zabbix60-proxy/Makefile
	zabbix60-proxy/PLIST
	zabbix60-server/Makefile
	zabbix60-server/Makefile.common
	zabbix60-server/PLIST

Log Message:
zabbix60-*: refactoring package

- Update PLIST for use ${PKGBASE}
- Replace pcre to pcre2

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

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

diffstat:
 zabbix60-agent/Makefile         |   5 +-
 zabbix60-agent/PLIST            |   4 +-
 zabbix60-proxy/Makefile         |   5 +-
 zabbix60-proxy/PLIST            |  12 +-
 zabbix60-server/Makefile        |   9 +-
 zabbix60-server/Makefile.common |  10 +-
 zabbix60-server/PLIST           | 442 ++++++++++++++++++++--------------------
 7 files changed, 245 insertions(+), 242 deletions(-)

diffs:
diff --git a/zabbix60-agent/Makefile b/zabbix60-agent/Makefile
index 6589da4ade..cb485cac0e 100644
--- a/zabbix60-agent/Makefile
+++ b/zabbix60-agent/Makefile
@@ -1,5 +1,6 @@
 # $NetBSD$
 
+PKGREVISION=	1
 .include "../../wip/zabbix60-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-agent-/}
@@ -14,7 +15,7 @@ CONFIGURE_ARGS+=	--enable-agent
 CONFIGURE_ARGS+=	--sysconfdir=${PKG_SYSCONFDIR}
 CONFIGURE_ARGS+=	--datarootdir=${PREFIX}/share/${PKGBASE}
 CONFIGURE_ARGS+=	--with-libcurl
-CONFIGURE_ARGS+=	--with-libpcre=${BUILDLINK_PREFIX.pcre}
+CONFIGURE_ARGS+=	--with-libpcre2=${BUILDLINK_PREFIX.pcre}
 CONFIGURE_ARGS+=	--with-openssl=${BUILDLINK_PREFIX.openssl}
 
 EGDIR=		share/examples/${PKGBASE}
@@ -45,5 +46,5 @@ PLIST_SUBST+=			PKGBASE=${PKGBASE}
 
 .include "../../security/openssl/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zabbix60-agent/PLIST b/zabbix60-agent/PLIST
index 92b690cd5c..65690d36ae 100644
--- a/zabbix60-agent/PLIST
+++ b/zabbix60-agent/PLIST
@@ -5,7 +5,7 @@ man/man1/zabbix_get.1
 man/man1/zabbix_sender.1
 man/man8/zabbix_agentd.8
 sbin/zabbix_agentd
-share/examples/zabbix-agent/zabbix_agentd.conf
-@pkgdir share/zabbix-agent
+share/examples/${PKGBASE}/zabbix_agentd.conf
+@pkgdir share/${PKGBASE}
 @pkgdir lib/modules
 @pkgdir etc/zabbix_agentd.conf.d
diff --git a/zabbix60-proxy/Makefile b/zabbix60-proxy/Makefile
index 846aec21a9..689c2b53e8 100644
--- a/zabbix60-proxy/Makefile
+++ b/zabbix60-proxy/Makefile
@@ -1,5 +1,6 @@
 # $NetBSD$
 
+PKGREVISION=	1
 .include "../../wip/zabbix60-server/Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-proxy-${ZABBIX_DB_TYPE}-/}
@@ -19,7 +20,7 @@ CONFIGURE_ARGS+=	--with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=	--with-ldap=${BUILDLINK_PREFIX.openldap-client}
 CONFIGURE_ARGS+=	--with-libcurl
 CONFIGURE_ARGS+=	--with-libevent=${BUILDLINK_PREFIX.libevent}
-CONFIGURE_ARGS+=	--with-libpcre=${BUILDLINK_PREFIX.pcre}
+CONFIGURE_ARGS+=	--with-libpcre2=${BUILDLINK_PREFIX.pcre}
 CONFIGURE_ARGS+=	--with-libxml2
 CONFIGURE_ARGS+=	--with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=	--with-zlib=${BUILDLINK_PREFIX.zlib}
@@ -73,5 +74,5 @@ post-install:
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zabbix60-proxy/PLIST b/zabbix60-proxy/PLIST
index 596c28d6d4..647f635d24 100644
--- a/zabbix60-proxy/PLIST
+++ b/zabbix60-proxy/PLIST
@@ -2,11 +2,11 @@
 bin/zabbix_proxy_js
 man/man8/zabbix_proxy.8
 sbin/zabbix_proxy
-share/examples/zabbix-proxy-postgresql/zabbix_proxy.conf
-share/zabbix-proxy-postgresql/double.sql
-share/zabbix-proxy-postgresql/history_pk_prepare.sql
-share/zabbix-proxy-postgresql/schema.sql
-share/zabbix-proxy-postgresql/timescaledb.sql
-@pkgdir share/zabbix-proxy-postgresql/zabbix/externalscripts
+share/examples/${PKGBASE}/zabbix_proxy.conf
+${PLIST.sqldb}share/${PKGBASE}/double.sql
+share/${PKGBASE}/history_pk_prepare.sql
+share/${PKGBASE}/schema.sql
+${PLIST.pgsql}share/${PKGBASE}/timescaledb.sql
+@pkgdir share/${PKGBASE}/zabbix/externalscripts
 @pkgdir lib/modules
 @pkgdir etc/zabbix_proxy.conf.d
diff --git a/zabbix60-server/Makefile b/zabbix60-server/Makefile
index 9afded754a..5da88cbeee 100644
--- a/zabbix60-server/Makefile
+++ b/zabbix60-server/Makefile
@@ -1,7 +1,8 @@
 # $NetBSD$
-# used by wip/zabbix54-proxy/Makefile
-# used by wip/zabbix54-agent/Makefile
+# used by wip/zabbix60-proxy/Makefile
+# used by wip/zabbix60-agent/Makefile
 #
+#PKGREVISION=	1
 .include "Makefile.common"
 
 PKGNAME=	${DISTNAME:S/-/-server-${ZABBIX_DB_TYPE}-/}
@@ -21,7 +22,7 @@ CONFIGURE_ARGS+=	--with-iconv=${BUILDLINK_PREFIX.iconv}
 CONFIGURE_ARGS+=	--with-ldap=${BUILDLINK_PREFIX.openldap-client}
 CONFIGURE_ARGS+=	--with-libcurl
 CONFIGURE_ARGS+=	--with-libevent=${BUILDLINK_PREFIX.libevent}
-CONFIGURE_ARGS+=	--with-libpcre=${BUILDLINK_PREFIX.pcre}
+CONFIGURE_ARGS+=	--with-libpcre2=${BUILDLINK_PREFIX.pcre2}
 CONFIGURE_ARGS+=	--with-libxml2
 CONFIGURE_ARGS+=	--with-openssl=${BUILDLINK_PREFIX.openssl}
 CONFIGURE_ARGS+=	--with-zlib=${BUILDLINK_PREFIX.zlib}
@@ -84,5 +85,5 @@ post-install:
 .include "../../security/openssl/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"
-.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/pcre2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/zabbix60-server/Makefile.common b/zabbix60-server/Makefile.common
index 5446a9b7d9..19380500bf 100644
--- a/zabbix60-server/Makefile.common
+++ b/zabbix60-server/Makefile.common
@@ -1,9 +1,9 @@
 # $NetBSD$
-# used by wip/zabbix54-agent/Makefile
-# used by wip/zabbix54-proxy/Makefile
-# used by wip/zabbix54-server/Makefile
-# used by wip/zabbix54-frontend/Makefile
-# used by wip/zabbix54-java/Makefile
+# used by wip/zabbix60-agent/Makefile
+# used by wip/zabbix60-proxy/Makefile
+# used by wip/zabbix60-server/Makefile
+# used by wip/zabbix60-frontend/Makefile
+# used by wip/zabbix60-java/Makefile
 
 DISTNAME=	zabbix-6.0.0
 CATEGORIES=	sysutils
diff --git a/zabbix60-server/PLIST b/zabbix60-server/PLIST
index 78f11ac9f6..8022b3b17b 100644
--- a/zabbix60-server/PLIST
+++ b/zabbix60-server/PLIST
@@ -2,226 +2,226 @@
 bin/zabbix_js
 man/man8/zabbix_server.8
 sbin/zabbix_server
-share/examples/zabbix-server-postgresql/zabbix_server.conf
-share/zabbix-server-postgresql/data.sql
-share/zabbix-server-postgresql/double.sql
-share/zabbix-server-postgresql/history_pk_prepare.sql
-share/zabbix-server-postgresql/images.sql
-share/zabbix-server-postgresql/misc/images/README
-share/zabbix-server-postgresql/misc/images/png_classic/Hub.png
-share/zabbix-server-postgresql/misc/images/png_classic/Hub_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Network.png
-share/zabbix-server-postgresql/misc/images/png_classic/Network_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Notebook.png
-share/zabbix-server-postgresql/misc/images/png_classic/Notebook_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Phone.png
-share/zabbix-server-postgresql/misc/images/png_classic/Phone_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Printer.png
-share/zabbix-server-postgresql/misc/images/png_classic/Printer_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/README
-share/zabbix-server-postgresql/misc/images/png_classic/Router.png
-share/zabbix-server-postgresql/misc/images/png_classic/Router_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Satellite.png
-share/zabbix-server-postgresql/misc/images/png_classic/Satellite_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Server.png
-share/zabbix-server-postgresql/misc/images/png_classic/Server_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/UPS.png
-share/zabbix-server-postgresql/misc/images/png_classic/UPS_small.png
-share/zabbix-server-postgresql/misc/images/png_classic/Workstation.png
-share/zabbix-server-postgresql/misc/images/png_classic/Workstation_small.png
-share/zabbix-server-postgresql/misc/images/png_modern/Cloud_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Cloud_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Cloud_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Cloud_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Cloud_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_symbol_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_symbol_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_symbol_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_symbol_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Crypto-router_symbol_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_2D_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_2D_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_3D_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_3D_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Disk_array_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Firewall_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Firewall_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Firewall_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Firewall_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Firewall_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/House_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/House_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/House_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/House_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/House_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Hub_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Hub_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Hub_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Hub_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Hub_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_symbol_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_symbol_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_symbol_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_symbol_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/IP_PBX_symbol_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Modem_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Modem_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Modem_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Modem_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Modem_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_adapter_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_adapter_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_adapter_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_adapter_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Network_adapter_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Notebook_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Notebook_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Notebook_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Notebook_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Notebook_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/PBX_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/PBX_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/PBX_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/PBX_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/PBX_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Phone_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Phone_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Phone_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Phone_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Phone_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Printer_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Printer_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Printer_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Printer_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Printer_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_with_door_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_with_door_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rack_42_with_door_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_1U_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_2U_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_3U_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_4U_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Rackmountable_5U_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_symbol_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_symbol_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_symbol_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_symbol_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Router_symbol_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/SAN_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/SAN_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/SAN_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/SAN_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/SAN_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_antenna_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_antenna_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_antenna_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_antenna_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Satellite_antenna_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Server_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Server_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Server_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Server_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Server_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Switch_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Switch_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Switch_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Switch_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Switch_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_2D_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_2D_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_3D_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_3D_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/UPS_rackmountable_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Video_terminal_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Video_terminal_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Video_terminal_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Video_terminal_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Video_terminal_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Workstation_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Workstation_(24).png
-share/zabbix-server-postgresql/misc/images/png_modern/Workstation_(48).png
-share/zabbix-server-postgresql/misc/images/png_modern/Workstation_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Workstation_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_2D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_2D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_2D_(96).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_3D_(128).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_3D_(64).png
-share/zabbix-server-postgresql/misc/images/png_modern/Zabbix_server_3D_(96).png
-share/zabbix-server-postgresql/misc/images/png_to_xml.sh
-share/zabbix-server-postgresql/misc/snmptrap/snmptrap.sh
-share/zabbix-server-postgresql/misc/snmptrap/zabbix_trap_receiver.pl
-share/zabbix-server-postgresql/schema.sql
-share/zabbix-server-postgresql/timescaledb.sql
-@pkgdir share/zabbix-server-postgresql/zabbix/externalscripts
-@pkgdir share/zabbix-server-postgresql/zabbix/alertscripts
+share/examples/${PKGBASE}/zabbix_server.conf
+share/${PKGBASE}/data.sql
+share/${PKGBASE}/double.sql
+share/${PKGBASE}/history_pk_prepare.sql
+share/${PKGBASE}/images.sql
+share/${PKGBASE}/misc/images/README
+share/${PKGBASE}/misc/images/png_classic/Hub.png
+share/${PKGBASE}/misc/images/png_classic/Hub_small.png
+share/${PKGBASE}/misc/images/png_classic/Network.png
+share/${PKGBASE}/misc/images/png_classic/Network_small.png
+share/${PKGBASE}/misc/images/png_classic/Notebook.png
+share/${PKGBASE}/misc/images/png_classic/Notebook_small.png
+share/${PKGBASE}/misc/images/png_classic/Phone.png
+share/${PKGBASE}/misc/images/png_classic/Phone_small.png
+share/${PKGBASE}/misc/images/png_classic/Printer.png
+share/${PKGBASE}/misc/images/png_classic/Printer_small.png
+share/${PKGBASE}/misc/images/png_classic/README
+share/${PKGBASE}/misc/images/png_classic/Router.png
+share/${PKGBASE}/misc/images/png_classic/Router_small.png
+share/${PKGBASE}/misc/images/png_classic/Satellite.png
+share/${PKGBASE}/misc/images/png_classic/Satellite_small.png
+share/${PKGBASE}/misc/images/png_classic/Server.png
+share/${PKGBASE}/misc/images/png_classic/Server_small.png
+share/${PKGBASE}/misc/images/png_classic/UPS.png
+share/${PKGBASE}/misc/images/png_classic/UPS_small.png
+share/${PKGBASE}/misc/images/png_classic/Workstation.png
+share/${PKGBASE}/misc/images/png_classic/Workstation_small.png
+share/${PKGBASE}/misc/images/png_modern/Cloud_(128).png
+share/${PKGBASE}/misc/images/png_modern/Cloud_(24).png
+share/${PKGBASE}/misc/images/png_modern/Cloud_(48).png
+share/${PKGBASE}/misc/images/png_modern/Cloud_(64).png
+share/${PKGBASE}/misc/images/png_modern/Cloud_(96).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_(128).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_(24).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_(48).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_(64).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_(96).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_symbol_(128).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_symbol_(24).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_symbol_(48).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_symbol_(64).png
+share/${PKGBASE}/misc/images/png_modern/Crypto-router_symbol_(96).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_2D_(24).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_2D_(48).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_3D_(24).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_3D_(48).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Disk_array_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Firewall_(128).png
+share/${PKGBASE}/misc/images/png_modern/Firewall_(24).png
+share/${PKGBASE}/misc/images/png_modern/Firewall_(48).png
+share/${PKGBASE}/misc/images/png_modern/Firewall_(64).png
+share/${PKGBASE}/misc/images/png_modern/Firewall_(96).png
+share/${PKGBASE}/misc/images/png_modern/House_(128).png
+share/${PKGBASE}/misc/images/png_modern/House_(24).png
+share/${PKGBASE}/misc/images/png_modern/House_(48).png
+share/${PKGBASE}/misc/images/png_modern/House_(64).png
+share/${PKGBASE}/misc/images/png_modern/House_(96).png
+share/${PKGBASE}/misc/images/png_modern/Hub_(128).png
+share/${PKGBASE}/misc/images/png_modern/Hub_(24).png
+share/${PKGBASE}/misc/images/png_modern/Hub_(48).png
+share/${PKGBASE}/misc/images/png_modern/Hub_(64).png
+share/${PKGBASE}/misc/images/png_modern/Hub_(96).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_(128).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_(24).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_(48).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_(64).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_(96).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_symbol_(128).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_symbol_(24).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_symbol_(48).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_symbol_(64).png
+share/${PKGBASE}/misc/images/png_modern/IP_PBX_symbol_(96).png
+share/${PKGBASE}/misc/images/png_modern/Modem_(128).png
+share/${PKGBASE}/misc/images/png_modern/Modem_(24).png
+share/${PKGBASE}/misc/images/png_modern/Modem_(48).png
+share/${PKGBASE}/misc/images/png_modern/Modem_(64).png
+share/${PKGBASE}/misc/images/png_modern/Modem_(96).png
+share/${PKGBASE}/misc/images/png_modern/Network_(128).png
+share/${PKGBASE}/misc/images/png_modern/Network_(24).png
+share/${PKGBASE}/misc/images/png_modern/Network_(48).png
+share/${PKGBASE}/misc/images/png_modern/Network_(64).png
+share/${PKGBASE}/misc/images/png_modern/Network_(96).png
+share/${PKGBASE}/misc/images/png_modern/Network_adapter_(128).png
+share/${PKGBASE}/misc/images/png_modern/Network_adapter_(24).png
+share/${PKGBASE}/misc/images/png_modern/Network_adapter_(48).png
+share/${PKGBASE}/misc/images/png_modern/Network_adapter_(64).png
+share/${PKGBASE}/misc/images/png_modern/Network_adapter_(96).png
+share/${PKGBASE}/misc/images/png_modern/Notebook_(128).png
+share/${PKGBASE}/misc/images/png_modern/Notebook_(24).png
+share/${PKGBASE}/misc/images/png_modern/Notebook_(48).png
+share/${PKGBASE}/misc/images/png_modern/Notebook_(64).png
+share/${PKGBASE}/misc/images/png_modern/Notebook_(96).png
+share/${PKGBASE}/misc/images/png_modern/PBX_(128).png
+share/${PKGBASE}/misc/images/png_modern/PBX_(24).png
+share/${PKGBASE}/misc/images/png_modern/PBX_(48).png
+share/${PKGBASE}/misc/images/png_modern/PBX_(64).png
+share/${PKGBASE}/misc/images/png_modern/PBX_(96).png
+share/${PKGBASE}/misc/images/png_modern/Phone_(128).png
+share/${PKGBASE}/misc/images/png_modern/Phone_(24).png
+share/${PKGBASE}/misc/images/png_modern/Phone_(48).png
+share/${PKGBASE}/misc/images/png_modern/Phone_(64).png
+share/${PKGBASE}/misc/images/png_modern/Phone_(96).png
+share/${PKGBASE}/misc/images/png_modern/Printer_(128).png
+share/${PKGBASE}/misc/images/png_modern/Printer_(24).png
+share/${PKGBASE}/misc/images/png_modern/Printer_(48).png
+share/${PKGBASE}/misc/images/png_modern/Printer_(64).png
+share/${PKGBASE}/misc/images/png_modern/Printer_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_with_door_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_with_door_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rack_42_with_door_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_1U_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_2U_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_3U_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_4U_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Rackmountable_5U_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Router_(128).png
+share/${PKGBASE}/misc/images/png_modern/Router_(24).png
+share/${PKGBASE}/misc/images/png_modern/Router_(48).png
+share/${PKGBASE}/misc/images/png_modern/Router_(64).png
+share/${PKGBASE}/misc/images/png_modern/Router_(96).png
+share/${PKGBASE}/misc/images/png_modern/Router_symbol_(128).png
+share/${PKGBASE}/misc/images/png_modern/Router_symbol_(24).png
+share/${PKGBASE}/misc/images/png_modern/Router_symbol_(48).png
+share/${PKGBASE}/misc/images/png_modern/Router_symbol_(64).png
+share/${PKGBASE}/misc/images/png_modern/Router_symbol_(96).png
+share/${PKGBASE}/misc/images/png_modern/SAN_(128).png
+share/${PKGBASE}/misc/images/png_modern/SAN_(24).png
+share/${PKGBASE}/misc/images/png_modern/SAN_(48).png
+share/${PKGBASE}/misc/images/png_modern/SAN_(64).png
+share/${PKGBASE}/misc/images/png_modern/SAN_(96).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_(128).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_(24).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_(48).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_(64).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_(96).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_antenna_(128).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_antenna_(24).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_antenna_(48).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_antenna_(64).png
+share/${PKGBASE}/misc/images/png_modern/Satellite_antenna_(96).png
+share/${PKGBASE}/misc/images/png_modern/Server_(128).png
+share/${PKGBASE}/misc/images/png_modern/Server_(24).png
+share/${PKGBASE}/misc/images/png_modern/Server_(48).png
+share/${PKGBASE}/misc/images/png_modern/Server_(64).png
+share/${PKGBASE}/misc/images/png_modern/Server_(96).png
+share/${PKGBASE}/misc/images/png_modern/Switch_(128).png
+share/${PKGBASE}/misc/images/png_modern/Switch_(24).png
+share/${PKGBASE}/misc/images/png_modern/Switch_(48).png
+share/${PKGBASE}/misc/images/png_modern/Switch_(64).png
+share/${PKGBASE}/misc/images/png_modern/Switch_(96).png
+share/${PKGBASE}/misc/images/png_modern/UPS_(128).png
+share/${PKGBASE}/misc/images/png_modern/UPS_(24).png
+share/${PKGBASE}/misc/images/png_modern/UPS_(48).png
+share/${PKGBASE}/misc/images/png_modern/UPS_(64).png
+share/${PKGBASE}/misc/images/png_modern/UPS_(96).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_2D_(24).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_2D_(48).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_3D_(24).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_3D_(48).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/UPS_rackmountable_3D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Video_terminal_(128).png
+share/${PKGBASE}/misc/images/png_modern/Video_terminal_(24).png
+share/${PKGBASE}/misc/images/png_modern/Video_terminal_(48).png
+share/${PKGBASE}/misc/images/png_modern/Video_terminal_(64).png
+share/${PKGBASE}/misc/images/png_modern/Video_terminal_(96).png
+share/${PKGBASE}/misc/images/png_modern/Workstation_(128).png
+share/${PKGBASE}/misc/images/png_modern/Workstation_(24).png
+share/${PKGBASE}/misc/images/png_modern/Workstation_(48).png
+share/${PKGBASE}/misc/images/png_modern/Workstation_(64).png
+share/${PKGBASE}/misc/images/png_modern/Workstation_(96).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_2D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_2D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_2D_(96).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_3D_(128).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_3D_(64).png
+share/${PKGBASE}/misc/images/png_modern/Zabbix_server_3D_(96).png
+share/${PKGBASE}/misc/images/png_to_xml.sh
+share/${PKGBASE}/misc/snmptrap/snmptrap.sh
+share/${PKGBASE}/misc/snmptrap/zabbix_trap_receiver.pl
+share/${PKGBASE}/schema.sql
+${PLIST.pgsql}share/${PKGBASE}/timescaledb.sql
+@pkgdir share/${PKGBASE}/zabbix/externalscripts
+@pkgdir share/${PKGBASE}/zabbix/alertscripts
 @pkgdir lib/modules
 @pkgdir etc/zabbix_server.conf.d


Home | Main Index | Thread Index | Old Index