git: e3a5d5b816c2 - main - cleanup: Remove expired ports:

From: Rene Ladan <rene_at_FreeBSD.org>
Date: Tue, 22 Feb 2022 18:06:35 UTC
The branch main has been updated by rene:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e3a5d5b816c2679077152d893ccca7b742dd5592

commit e3a5d5b816c2679077152d893ccca7b742dd5592
Author:     Rene Ladan <rene@FreeBSD.org>
AuthorDate: 2022-02-22 18:06:04 +0000
Commit:     Rene Ladan <rene@FreeBSD.org>
CommitDate: 2022-02-22 18:06:29 +0000

    cleanup: Remove expired ports:
    
    2022-02-22 net-mgmt/percona-monitoring-plugins: Upstream EOL reached on 2020-08-01
---
 MOVED                                         |  1 +
 net-mgmt/Makefile                             |  1 -
 net-mgmt/percona-monitoring-plugins/Makefile  | 69 ---------------------------
 net-mgmt/percona-monitoring-plugins/distinfo  |  3 --
 net-mgmt/percona-monitoring-plugins/pkg-descr |  9 ----
 net-mgmt/percona-monitoring-plugins/pkg-plist | 33 -------------
 6 files changed, 1 insertion(+), 115 deletions(-)

diff --git a/MOVED b/MOVED
index 4feb0b031dba..e77aba78ba96 100644
--- a/MOVED
+++ b/MOVED
@@ -16893,3 +16893,4 @@ print/tex-aleph||2022-02-19|tex-aleph has been removed from texlive-2021 system
 sysutils/intel-pcm-devel||2022-02-19|intel-pcm-devel has been removed, encouraging users to use intel-pcm instead
 graphics/copperspice|x11-toolkits/copperspice|2022-02-20|Revive in more appropriate category
 math/mathics-django||2022-02-20|Mathics-Django now requires npm: you can use math/mathicsscript instead
+net-mgmt/percona-monitoring-plugins||2022-02-22|Has expired: Upstream EOL reached on 2020-08-01
diff --git a/net-mgmt/Makefile b/net-mgmt/Makefile
index 64c91603a4be..a5837872b64e 100644
--- a/net-mgmt/Makefile
+++ b/net-mgmt/Makefile
@@ -276,7 +276,6 @@
     SUBDIR += pandorafms_agent
     SUBDIR += pandorafms_console
     SUBDIR += pandorafms_server
-    SUBDIR += percona-monitoring-plugins
     SUBDIR += pftabled
     SUBDIR += php-fpm_exporter
     SUBDIR += php74-snmp
diff --git a/net-mgmt/percona-monitoring-plugins/Makefile b/net-mgmt/percona-monitoring-plugins/Makefile
deleted file mode 100644
index a70b080745f9..000000000000
--- a/net-mgmt/percona-monitoring-plugins/Makefile
+++ /dev/null
@@ -1,69 +0,0 @@
-# Created by: Alexey V. Degtyarev <alexey@renatasystems.org>
-
-PORTNAME=	percona-monitoring-plugins
-PORTVERSION=	1.1.8
-PORTREVISION=	0
-CATEGORIES=	net-mgmt
-MASTER_SITES=	https://www.percona.com/downloads/percona-monitoring-plugins/${PORTNAME}-${PORTVERSION}/source/tarball/ \
-		ftp://ftp.renatasystems.org/pub/FreeBSD/ports/distfiles/
-
-MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Cacti templates for MySQL, Apache, Memcached, and more by Percona
-
-LICENSE=	GPLv2
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Upstream EOL reached on 2020-08-01
-EXPIRATION_DATE=	2022-02-22
-
-RUN_DEPENDS=	bash:shells/bash \
-		cacti>=0:net-mgmt/cacti \
-		p5-DBD-mysql>=0:databases/p5-DBD-mysql \
-		wget:ftp/wget
-
-USES=		mysql perl5 php:cli python:run shebangfix
-USE_PERL5=	run
-SHEBANG_FILES=	cacti/bin/pmp-cacti-* nagios/bin/pmp-check-aws-rds.py \
-		nagios/bin/pmp-check-pt-table-checksum
-
-REINPLACE_ARGS=	-i ''
-NO_ARCH=	yes
-
-NO_BUILD=	yes
-PORTDOCS=	Changelog
-
-OPTIONS_DEFINE=	DOCS
-
-CACTIDIR?=	share/cacti
-
-post-patch:
-	@${REINPLACE_CMD} 's|/etc/cacti/|${PREFIX}/etc/cacti/|g' ${WRKSRC}/cacti/scripts/ss_get_mysql_stats.php ${WRKSRC}/cacti/scripts/ss_get_by_ssh.php
-	@${REINPLACE_CMD} 's|/etc/nagios/mysql.cnf|${PREFIX}/etc/nagios/mysql.cnf|g' ${WRKSRC}/nagios/bin/pmp-check-mysql-*
-	@${REINPLACE_CMD} 's|/usr/bin/php|${PREFIX}/bin/php|g' ${WRKSRC}/zabbix/scripts/get_mysql_stats_wrapper.sh
-	@${REINPLACE_CMD} 's|wget|${PREFIX}/bin/wget|g' ${WRKSRC}/cacti/scripts/ss_get_by_ssh.php
-
-do-install:
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/cacti/scripts
-	${MKDIR} ${STAGEDIR}${PREFIX}/share/percona-monitoring-plugins
-	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
-
-.for dir in definitions misc
-	cd ${WRKSRC} && ${PAX} -r -w cacti/${dir} \
-		${STAGEDIR}${PREFIX}/share/percona-monitoring-plugins
-.endfor
-
-.for script in ss_get_by_ssh.php ss_get_mysql_stats.php
-	${INSTALL_DATA} ${WRKSRC}/cacti/scripts/${script} \
-		${STAGEDIR}${PREFIX}/share/cacti/scripts/${script}
-.endfor
-
-	${INSTALL_SCRIPT} ${WRKSRC}/cacti/bin/* ${STAGEDIR}${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/nagios/bin/* ${STAGEDIR}${PREFIX}/libexec/nagios
-
-do-install-DOCS-on:
-	${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for doc in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}/${doc}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/net-mgmt/percona-monitoring-plugins/distinfo b/net-mgmt/percona-monitoring-plugins/distinfo
deleted file mode 100644
index 1c108c0a7ba2..000000000000
--- a/net-mgmt/percona-monitoring-plugins/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1526482898
-SHA256 (percona-monitoring-plugins-1.1.8.tar.gz) = c7a7ce92788bcc7df9e58d922365562f151854f1b4b5215e279fc7c4484b91dc
-SIZE (percona-monitoring-plugins-1.1.8.tar.gz) = 12494139
diff --git a/net-mgmt/percona-monitoring-plugins/pkg-descr b/net-mgmt/percona-monitoring-plugins/pkg-descr
deleted file mode 100644
index 72a0ec1cb05f..000000000000
--- a/net-mgmt/percona-monitoring-plugins/pkg-descr
+++ /dev/null
@@ -1,9 +0,0 @@
-The Percona Monitoring Plugins are high-quality components to add
-enterprise-grade MySQL capabilities to your existing in-house, on-premises
-monitoring solutions. The components are designed to integrate seamlessly with
-widely deployed solutions such as Nagios and Cacti, and are delivered in the
-form of templates, plugins, and scripts.
-
-The project was also known as mysql-cacti-templates and better-cacti-templates.
-
-WWW: http://www.percona.com/software/percona-monitoring-plugins/
diff --git a/net-mgmt/percona-monitoring-plugins/pkg-plist b/net-mgmt/percona-monitoring-plugins/pkg-plist
deleted file mode 100644
index 0745a6e6d27f..000000000000
--- a/net-mgmt/percona-monitoring-plugins/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-bin/pmp-cacti-extract-template
-bin/pmp-cacti-graph-defs
-bin/pmp-cacti-make-hashes
-bin/pmp-cacti-template
-libexec/nagios/pmp-check-mongo.py
-libexec/nagios/pmp-check-aws-rds.py
-libexec/nagios/pmp-check-lvm-snapshots
-libexec/nagios/pmp-check-mysql-deadlocks
-libexec/nagios/pmp-check-mysql-deleted-files
-libexec/nagios/pmp-check-mysql-file-privs
-libexec/nagios/pmp-check-mysql-innodb
-libexec/nagios/pmp-check-mysql-pidfile
-libexec/nagios/pmp-check-mysql-processlist
-libexec/nagios/pmp-check-mysql-replication-delay
-libexec/nagios/pmp-check-mysql-replication-running
-libexec/nagios/pmp-check-mysql-status
-libexec/nagios/pmp-check-mysql-ts-count
-libexec/nagios/pmp-check-pt-table-checksum
-libexec/nagios/pmp-check-unix-memory
-share/cacti/scripts/ss_get_by_ssh.php
-share/cacti/scripts/ss_get_mysql_stats.php
-%%DATADIR%%/cacti/definitions/apache.def
-%%DATADIR%%/cacti/definitions/galera.def
-%%DATADIR%%/cacti/definitions/gnu_linux.def
-%%DATADIR%%/cacti/definitions/jmx.def
-%%DATADIR%%/cacti/definitions/memcached.def
-%%DATADIR%%/cacti/definitions/mongodb.def
-%%DATADIR%%/cacti/definitions/mysql.def
-%%DATADIR%%/cacti/definitions/nginx.def
-%%DATADIR%%/cacti/definitions/openvz.def
-%%DATADIR%%/cacti/definitions/rds.def
-%%DATADIR%%/cacti/definitions/redis.def
-%%DATADIR%%/cacti/misc/jmx-monitor.xml