aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libzbxpgsql
diff options
context:
space:
mode:
authordbaio <dbaio@FreeBSD.org>2017-08-27 02:14:55 +0800
committerdbaio <dbaio@FreeBSD.org>2017-08-27 02:14:55 +0800
commit1ce32278904e8abac137857647b6aa54f04e6cff (patch)
treedc8925390669af686943c086ebd2d050995d092e /databases/libzbxpgsql
parente36f166abcba02d0f31afdc2844d251fba3dfabc (diff)
downloadfreebsd-ports-gnome-1ce32278904e8abac137857647b6aa54f04e6cff.tar.gz
freebsd-ports-gnome-1ce32278904e8abac137857647b6aa54f04e6cff.tar.zst
freebsd-ports-gnome-1ce32278904e8abac137857647b6aa54f04e6cff.zip
databases/libzbxpgsql: Update to 1.1.0, Rename to databases/zabbix3-libzbxpgsql
Rename to allow multiple version of libzbxpgsql to coexist, each one uses a different zabbix-agent version. Add CONFLICTS in preparation for multiple versions as well. PR: 221798 Submitted by: Martin Waschbüsch <martin@waschbuesch.de> (maintainer)
Diffstat (limited to 'databases/libzbxpgsql')
-rw-r--r--databases/libzbxpgsql/Makefile30
-rw-r--r--databases/libzbxpgsql/distinfo3
-rw-r--r--databases/libzbxpgsql/files/patch-src_libzbxpgsql.c12
-rw-r--r--databases/libzbxpgsql/pkg-descr9
-rw-r--r--databases/libzbxpgsql/pkg-message5
-rw-r--r--databases/libzbxpgsql/pkg-plist2
6 files changed, 0 insertions, 61 deletions
diff --git a/databases/libzbxpgsql/Makefile b/databases/libzbxpgsql/Makefile
deleted file mode 100644
index e2efe1759c21..000000000000
--- a/databases/libzbxpgsql/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Created by: Martin Waschbuesch <martin@waschbuesch.de>
-# $FreeBSD$
-
-PORTNAME= libzbxpgsql
-PORTVERSION= 1.0.0
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://s3.cavaliercoder.com/libzbxpgsql/
-
-MAINTAINER= martin@waschbuesch.de
-COMMENT= Zabbix agent module for comprehensive monitoring of PostgreSQL servers
-
-LICENSE= GPLv2
-
-BUILD_DEPENDS= ${NONEXISTENT}:net-mgmt/zabbix3-agent:patch
-RUN_DEPENDS= ${LOCALBASE}/sbin/zabbix_agentd:net-mgmt/zabbix3-agent
-
-USES= autoreconf gmake libtool pgsql
-GNU_CONFIGURE= yes
-GET_ZBX_WRKSRC= cd ${.CURDIR:H:H}/net-mgmt/zabbix3-agent && make -V WRKSRC
-CONFIGURE_ARGS= --with-zabbix=$$(${GET_ZBX_WRKSRC})
-
-USE_LDCONFIG= yes
-
-do-install:
- ${INSTALL_LIB} ${WRKSRC}/src/.libs/libzbxpgsql.so ${STAGEDIR}${PREFIX}/lib/libzbxpgsql.so
- ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
- ${INSTALL_MAN} ${WRKSRC}/template_postgresql_server.xml ${STAGEDIR}${EXAMPLESDIR}/template_postgresql_server.xml.sample
-
-.include <bsd.port.mk>
diff --git a/databases/libzbxpgsql/distinfo b/databases/libzbxpgsql/distinfo
deleted file mode 100644
index c2aedf235b2f..000000000000
--- a/databases/libzbxpgsql/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1471426354
-SHA256 (libzbxpgsql-1.0.0.tar.gz) = fd934f24ccfc5e9f4542860700b817477c9b45c85783b50a8e33ec4f8d01b68e
-SIZE (libzbxpgsql-1.0.0.tar.gz) = 346344
diff --git a/databases/libzbxpgsql/files/patch-src_libzbxpgsql.c b/databases/libzbxpgsql/files/patch-src_libzbxpgsql.c
deleted file mode 100644
index e1ae90077e39..000000000000
--- a/databases/libzbxpgsql/files/patch-src_libzbxpgsql.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/libzbxpgsql.c.orig 2016-06-25 14:18:03 UTC
-+++ src/libzbxpgsql.c
-@@ -24,6 +24,9 @@
- */
-
- #include "libzbxpgsql.h"
-+#include <sys/types.h>
-+#include <sys/socket.h>
-+#include <netinet/in.h>
-
- // Define custom keys
- static ZBX_METRIC keys[] =
diff --git a/databases/libzbxpgsql/pkg-descr b/databases/libzbxpgsql/pkg-descr
deleted file mode 100644
index 9df2997c40c5..000000000000
--- a/databases/libzbxpgsql/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-This project provides comprehensive monitoring of PostgreSQL servers using a
-natively compiled Zabbix agent module, written in C.
-
-The module enables discovery and monitoring of tablespaces, databases,
-namespaces, tables, indexes, etc.
-
-A preconfigured Zabbix Template is also included for your convenience.
-
-WWW: http://cavaliercoder.com/libzbxpgsql/
diff --git a/databases/libzbxpgsql/pkg-message b/databases/libzbxpgsql/pkg-message
deleted file mode 100644
index d906dcaf5853..000000000000
--- a/databases/libzbxpgsql/pkg-message
+++ /dev/null
@@ -1,5 +0,0 @@
-In order to enable the module, add libzbxpgsql.so to the LoadModule=
-line in zabbix_agentd.conf and restart the agent with
-service zabbix_agentd restart
-A sample template has been placed in %%EXAMPLESDIR%%
-It can be imported into zabbix and assigned to a host.
diff --git a/databases/libzbxpgsql/pkg-plist b/databases/libzbxpgsql/pkg-plist
deleted file mode 100644
index 05b5204cca2f..000000000000
--- a/databases/libzbxpgsql/pkg-plist
+++ /dev/null
@@ -1,2 +0,0 @@
-lib/libzbxpgsql.so
-@sample share/examples/libzbxpgsql/template_postgresql_server.xml.sample