diff --git a/MOVED b/MOVED index 32846b8e040fc..6e89a57e10410 100644 --- a/MOVED +++ b/MOVED @@ -16456,3 +16456,4 @@ www/blastbeat||2021-06-26|Removed, abandoned upstream, broken on 12.X since 2019 www/demoroniser||2021-06-26|Removed, made for Microsoft Powerpoint 9x with Perl 4.0 x11-toolkits/v||2021-06-27|Has expired: Dead upstream, unmaintained and no consumers sysutils/ssid|sysutils/setsid|2021-06-27|Move to more obvious package name +databases/pgpool-II-35||2021-07-01|Has expired: EOL since January 2021, please use one of the other pgpool-II-* ports diff --git a/databases/Makefile b/databases/Makefile index bc80aeaf5bb7f..352a82ff0f63e 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -588,7 +588,6 @@ SUBDIR += pglogical SUBDIR += pgmetrics SUBDIR += pgmodeler - SUBDIR += pgpool-II-35 SUBDIR += pgpool-II-36 SUBDIR += pgpool-II-37 SUBDIR += pgpool-II-40 diff --git a/databases/pgpool-II-35/Makefile b/databases/pgpool-II-35/Makefile deleted file mode 100644 index 4475b04c53d45..0000000000000 --- a/databases/pgpool-II-35/Makefile +++ /dev/null @@ -1,46 +0,0 @@ -# Created by: Choe, Cheng-Dae - -PORTNAME= pgpool-II -PORTVERSION= 3.5.25 -CATEGORIES= databases -MASTER_SITES= http://www.pgpool.net/mediawiki/images/ -PKGNAMESUFFIX= 35 - -MAINTAINER= tz@FreeBSD.org -COMMENT= Connection pool server for PostgreSQL - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/COPYING - -DEPRECATED= EOL since January 2021, please use one of the other pgpool-II-* ports -EXPIRATION_DATE= 2021-06-30 - -PORTSCOUT= limit:^3.5.[0-9]* - -USES= gmake libtool pgsql:9.3+ -GNU_CONFIGURE= yes -USE_LDCONFIG= yes - -USE_RC_SUBR= pgpool -CONFLICTS= pgpool-II-[0-9]* - -PORTDOCS= * - -OPTIONS_DEFINE= DOCS SSL -OPTIONS_DEFAULT= SSL - -SSL_CONFIGURE_WITH= openssl -SSL_USES= ssl - -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 diff --git a/databases/pgpool-II-35/distinfo b/databases/pgpool-II-35/distinfo deleted file mode 100644 index da73a213046c7..0000000000000 --- a/databases/pgpool-II-35/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1594799196 -SHA256 (pgpool-II-3.5.25.tar.gz) = dddea93e0fdf3bef03abcdc127696b8e2efcf7b3d2819561a926514ab2f71aff -SIZE (pgpool-II-3.5.25.tar.gz) = 2287943 diff --git a/databases/pgpool-II-35/files/pgpool.in b/databases/pgpool-II-35/files/pgpool.in deleted file mode 100644 index b58811d92986b..0000000000000 --- a/databases/pgpool-II-35/files/pgpool.in +++ /dev/null @@ -1,34 +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_user (uid): User ID to run as (default nobody) -# - -. /etc/rc.subr - -name=pgpool -rcvar=pgpool_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II-35/pkg-descr b/databases/pgpool-II-35/pkg-descr deleted file mode 100644 index 474bcbe9a30ea..0000000000000 --- a/databases/pgpool-II-35/pkg-descr +++ /dev/null @@ -1,8 +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. - -WWW: https://pgpool.net/ diff --git a/databases/pgpool-II-35/pkg-message b/databases/pgpool-II-35/pkg-message deleted file mode 100644 index 1df287cd433a8..0000000000000 --- a/databases/pgpool-II-35/pkg-message +++ /dev/null @@ -1,15 +0,0 @@ -[ -{ type: install - message: <