git: 24f01fff6706 - main - databases/pgpool-II-40: Remove expired port

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Sun, 31 Dec 2023 00:07:25 UTC
The branch main has been updated by bofh:

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

commit 24f01fff6706bda8f34fda69ca13f1a0acf1b703
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-12-29 21:07:32 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-12-31 00:06:14 +0000

    databases/pgpool-II-40: Remove expired port
    
    2023-12-31 databases/pgpool-II-40: Upstream EOL reaches on 2023-12-31
---
 MOVED                                              |  1 +
 databases/Makefile                                 |  1 -
 databases/pgpool-II-40/Makefile                    | 59 ----------------------
 databases/pgpool-II-40/distinfo                    |  3 --
 .../pgpool-II-40/files/patch-src_auth_pool__hba.c  | 11 ----
 databases/pgpool-II-40/files/pgpool.in             | 48 ------------------
 databases/pgpool-II-40/pkg-descr                   |  6 ---
 databases/pgpool-II-40/pkg-message                 | 15 ------
 databases/pgpool-II-40/pkg-plist                   | 35 -------------
 9 files changed, 1 insertion(+), 178 deletions(-)

diff --git a/MOVED b/MOVED
index f55187309d4a..6e27e5c39351 100644
--- a/MOVED
+++ b/MOVED
@@ -8200,3 +8200,4 @@ net/quiterss||2023-12-31|Has expired: Depends on deprecated www/qt5-webkit
 net/ipsvd||2023-12-31|Has expired: bogus assumption of system type widths, likely crash-prone
 devel/atlas||2023-12-31|Has expired: There has been no release for most of the Worldforge libraries in the past 10 years
 net-im/gitterdone||2023-12-31|Has expired: Upstream has gone away
+databases/pgpool-II-40||2023-12-31|Has expired: Upstream EOL reaches on 2023-12-31
diff --git a/databases/Makefile b/databases/Makefile
index d33435d9307b..f1b411a3c4dc 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -563,7 +563,6 @@
     SUBDIR += pglogical
     SUBDIR += pgmetrics
     SUBDIR += pgmodeler
-    SUBDIR += pgpool-II-40
     SUBDIR += pgpool-II-41
     SUBDIR += pgpool-II-42
     SUBDIR += pgpool-II-43
diff --git a/databases/pgpool-II-40/Makefile b/databases/pgpool-II-40/Makefile
deleted file mode 100644
index 854ede8277fb..000000000000
--- a/databases/pgpool-II-40/Makefile
+++ /dev/null
@@ -1,59 +0,0 @@
-PORTNAME=	pgpool-II
-PORTVERSION=	4.0.24
-CATEGORIES=	databases
-MASTER_SITES=	http://www.pgpool.net/mediawiki/images/
-PKGNAMESUFFIX=	40
-
-MAINTAINER=	tz@FreeBSD.org
-COMMENT=	Connection pool server for PostgreSQL
-WWW=		https://pgpool.net/
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/COPYING
-
-DEPRECATED=	Upstream EOL reaches on 2023-12-31
-EXPIRATION_DATE=	2023-12-31
-
-USES=		gmake libtool pgsql:11+
-USE_LDCONFIG=	yes
-USE_RC_SUBR=	pgpool
-
-GNU_CONFIGURE=	yes
-
-CONFLICTS_INSTALL=	pgpool-II-[0-9][0-9] pgpool-II[0-9][0-9] # etc/pcp.conf.sample
-
-PORTSCOUT=	limit:^4.0.[0-9]*
-
-PORTDOCS=	*
-
-OPTIONS_DEFINE=		DOCS MEMCACHED PAM SSL
-OPTIONS_DEFAULT=	SSL
-
-MEMCACHED_DESC=	Use memcached for in memory query cache
-PAM_DESC=	Build with PAM support
-SSL_DESC=	Build with OpenSSL support
-
-MEMCACHED_LIB_DEPENDS=	libmemcached.so:databases/libmemcached
-MEMCACHED_CONFIGURE_ON=	--with-memcached=${LOCALBASE}/include
-PAM_CONFIGURE_ON=	--with-pam
-SSL_USES=		ssl
-SSL_CONFIGURE_WITH=	openssl
-
-.include <bsd.port.options.mk>
-
-.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
-CFLAGS+=	-Wno-error=int-conversion
-.endif
-
-post-install:
-	@${MKDIR} ${STAGEDIR}/var/run/pgpool
-	${INSTALL_LIB} ${WRKSRC}/src/libs/pcp/.libs/libpcp.so.1.0.0 ${STAGEDIR}${PREFIX}/lib
-
-post-install-DOCS-on:
-	@${MKDIR} ${STAGEDIR}${DOCSDIR}
-	cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${STAGEDIR}${DOCSDIR} "-not -name Makefile.\*"
-.for f in AUTHORS ChangeLog NEWS TODO
-	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/databases/pgpool-II-40/distinfo b/databases/pgpool-II-40/distinfo
deleted file mode 100644
index 3b7b9397bf9b..000000000000
--- a/databases/pgpool-II-40/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1692247147
-SHA256 (pgpool-II-4.0.24.tar.gz) = c31f516a12bbc63a6c304e23110b84331c7fe70c61e86f6bc10d3a13260ba8e4
-SIZE (pgpool-II-4.0.24.tar.gz) = 3986517
diff --git a/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c b/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c
deleted file mode 100644
index 99d35e0be35f..000000000000
--- a/databases/pgpool-II-40/files/patch-src_auth_pool__hba.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/auth/pool_hba.c.orig	2018-04-11 05:37:54 UTC
-+++ src/auth/pool_hba.c
-@@ -29,6 +29,8 @@
- #include <string.h>
- #include <errno.h>
- #include <netdb.h>
-+#include <arpa/inet.h>
-+#include <netinet/in.h>
- 
- #include "pool.h"
- #include "auth/pool_hba.h"
diff --git a/databases/pgpool-II-40/files/pgpool.in b/databases/pgpool-II-40/files/pgpool.in
deleted file mode 100644
index cb76557e2e57..000000000000
--- a/databases/pgpool-II-40/files/pgpool.in
+++ /dev/null
@@ -1,48 +0,0 @@
-#!/bin/sh
-
-# PROVIDE: pgpool
-# REQUIRE: LOGIN
-# KEYWORD: shutdown
-#
-# Add the following lines to /etc/rc.conf.local or /etc/rc.conf
-# to enable this service:
-#
-# pgpool_enable (bool):         Set to NO by default.
-#                               Set it to YES to enable pgpool.
-# pgpool_conf (file):           Set location of your config.
-#                               Default is "%%PREFIX%%/etc/pgpool.conf"
-# pgpool_hba (file):           Set location of your pool hba file.
-#               Default is "%%PREFIX%%/etc/pool_hba.conf"
-# pgpool_pcp (file):           Set location of your pcp conf file.
-#               Default is "%%PREFIX%%/etc/pcp.conf"
-# pgpool_user (uid):            User ID to run as (default nobody)
-# pgpool_stop_mode (string):    Shutdown mode
-#                               Default is "smart"
-#                               Possibilities are "smart", "fast", or "immediate"
-#
-
-. /etc/rc.subr
-
-name=pgpool
-rcvar=pgpool_enable
-
-load_rc_config $name
-
-: ${pgpool_enable="NO"}
-: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"}
-: ${pgpool_hba="%%PREFIX%%/etc/pool_hba.conf"}
-: ${pgpool_pcp="%%PREFIX%%/etc/pcp.conf"}
-: ${pgpool_user="nobody"}
-: ${pgpool_stop_mode="smart"}
-
-command="%%PREFIX%%/bin/pgpool"
-command_args="-f ${pgpool_conf} -a ${pgpool_hba} -F ${pgpool_pcp}"
-stop_cmd="${command} -m ${pgpool_stop_mode} ${command_args} stop"
-reload_cmd="${command} ${command_args} reload"
-extra_commands="reload"
-
-required_files="${pgpool_conf}"
-
-
-run_rc_command "$1"
-
diff --git a/databases/pgpool-II-40/pkg-descr b/databases/pgpool-II-40/pkg-descr
deleted file mode 100644
index 59d385596b8e..000000000000
--- a/databases/pgpool-II-40/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-pgpool is a connection pool server for PostgreSQL. pgpool runs between
-PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL client can
-connect to pgpool as if it were a standard PostgreSQL server.
-
-pgpool caches the connection to PostgreSQL server to reduce the overhead to
-establish the connection to it.
diff --git a/databases/pgpool-II-40/pkg-message b/databases/pgpool-II-40/pkg-message
deleted file mode 100644
index 1df287cd433a..000000000000
--- a/databases/pgpool-II-40/pkg-message
+++ /dev/null
@@ -1,15 +0,0 @@
-[
-{ type: install
-  message: <<EOM
-In order to start pgpool you need some more configuration:
-
-# sysrc -f /etc/rc.conf pgpool_enable="YES"
-# sysrc -f /etc/rc.conf pgpool_user="root"
-
-Please consider the usage of another user. The user is
-required to have read/write access to /var/run/pgpool.
-
-Using the root user is - as always - an security issue.
-EOM
-}
-]
diff --git a/databases/pgpool-II-40/pkg-plist b/databases/pgpool-II-40/pkg-plist
deleted file mode 100644
index 5c127ed99fad..000000000000
--- a/databases/pgpool-II-40/pkg-plist
+++ /dev/null
@@ -1,35 +0,0 @@
-bin/pcp_attach_node
-bin/pcp_detach_node
-bin/pcp_node_count
-bin/pcp_node_info
-bin/pcp_pool_status
-bin/pcp_proc_count
-bin/pcp_proc_info
-bin/pcp_promote_node
-bin/pcp_recovery_node
-bin/pcp_stop_pgpool
-bin/pcp_watchdog_info
-bin/pg_enc
-bin/pg_md5
-bin/pgpool
-bin/pgpool_setup
-bin/pgproto
-bin/watchdog_setup
-@sample etc/pcp.conf.sample
-@sample etc/pgpool.conf.sample
-etc/pgpool.conf.sample-logical
-etc/pgpool.conf.sample-master-slave
-etc/pgpool.conf.sample-replication
-etc/pgpool.conf.sample-stream
-@sample etc/pool_hba.conf.sample
-include/libpcp_ext.h
-include/pcp.h
-include/pool_process_reporting.h
-include/pool_type.h
-lib/libpcp.a
-lib/libpcp.so
-lib/libpcp.so.1
-lib/libpcp.so.1.0.0
-%%DATADIR%%/insert_lock.sql
-%%DATADIR%%/pgpool.pam
-@dir /var/run/pgpool