aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2018-08-02 19:54:36 +0800
committerrene <rene@FreeBSD.org>2018-08-02 19:54:36 +0800
commit9bc47e8b93421ef1c087c85befbb9661375ba73f (patch)
treef8beea525d5f6ef6552deb990b4ef7463afccf3f /databases
parenta52f75ba0f4c9f795ce67ff552493887e3a44206 (diff)
downloadfreebsd-ports-gnome-9bc47e8b93421ef1c087c85befbb9661375ba73f.tar.gz
freebsd-ports-gnome-9bc47e8b93421ef1c087c85befbb9661375ba73f.tar.zst
freebsd-ports-gnome-9bc47e8b93421ef1c087c85befbb9661375ba73f.zip
Remove expired ports:
2018-07-31 net/rubygem-gitaly-proto096: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 security/tripwire12: unfetchable 2018-07-31 security/rubygem-rbnacl4: Obsoleted by update of www/gitlab-ce. Please use security/rubygem-rbnacl instead. 2018-07-31 www/rubygem-gon61: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gon instead. 2018-07-31 databases/pgpool-II-33: Will be deprecated by upstream, please switch to newer pgpool versions 2018-07-31 devel/rubygem-grape-entity060: Obsoleted by update of www/gitlab-ce. Please use devel/rubygem-grape-entity instead. 2018-07-31 net/rubygem-gitaly-proto099: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-gitaly-proto095: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-gitaly-proto instead. 2018-07-31 net/rubygem-omniauth-github11: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-omniauth-github instead. 2018-07-31 net/rubygem-asset_sync220: Obsoleted by update of www/gitlab-ce. Please use net/rubygem-asset_sync instead. 2018-07-31 www/rubygem-gollum-lib-gitlab: Obsoleted by update of www/gitlab-ce. Please use www/rubygem-gitlab-gollum-lib instead. 2018-08-01 www/py-django-threaded-multihost: Project development unmaintained 2018-08-01 www/py-django-keyedcache: Project development abandoned 2018-08-01 www/py-django-signals-ahoy: Project development unmaintained
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile1
-rw-r--r--databases/pgpool-II-33/Makefile93
-rw-r--r--databases/pgpool-II-33/distinfo3
-rw-r--r--databases/pgpool-II-33/files/patch-main.c11
-rw-r--r--databases/pgpool-II-33/files/patch-pool__config.l11
-rw-r--r--databases/pgpool-II-33/files/patch-pool_hba.c10
-rw-r--r--databases/pgpool-II-33/files/patch-recovery.c19
-rw-r--r--databases/pgpool-II-33/files/patch-watchdog__watchdog.h31
-rw-r--r--databases/pgpool-II-33/files/patch-wd__packet.c20
-rw-r--r--databases/pgpool-II-33/files/pgpool.in56
-rw-r--r--databases/pgpool-II-33/files/pgpool_copy_backup40
-rw-r--r--databases/pgpool-II-33/files/pgpool_remote_start26
-rw-r--r--databases/pgpool-II-33/files/pgpool_switch_xlog20
-rw-r--r--databases/pgpool-II-33/pkg-descr10
-rw-r--r--databases/pgpool-II-33/pkg-plist56
15 files changed, 0 insertions, 407 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 37f880c805ea..f00e8eff0dfd 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -607,7 +607,6 @@
SUBDIR += pgmetrics
SUBDIR += pgmodeler
SUBDIR += pgpool
- SUBDIR += pgpool-II-33
SUBDIR += pgpool-II-35
SUBDIR += pgpool-II-36
SUBDIR += pgpool-II-37
diff --git a/databases/pgpool-II-33/Makefile b/databases/pgpool-II-33/Makefile
deleted file mode 100644
index c7f24572f606..000000000000
--- a/databases/pgpool-II-33/Makefile
+++ /dev/null
@@ -1,93 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pgpool-II
-PORTVERSION= 3.3.22
-CATEGORIES= databases
-MASTER_SITES= http://www.pgpool.net/mediawiki/images/
-PKGNAMESUFFIX= 33
-
-MAINTAINER= michelle@sorbs.net
-COMMENT= Connection pool server for PostgreSQL
-
-LICENSE= MIT
-
-BROKEN_SSL= openssl-devel
-BROKEN_SSL_REASON_openssl-devel= library 'ssl' is required for OpenSSL
-DEPRECATED= Will be deprecated by upstream, please switch to newer pgpool versions
-EXPIRATION_DATE= 2018-07-31
-RUN_DEPENDS= rsync:net/rsync
-
-USES= gmake libtool perl5 pgsql
-LLD_UNSAFE= yes
-WANT_PGSQL= client
-USE_PERL5= run
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP}
-
-CONFLICTS= pgpool-3.* pgpool-II-30-3.* pgpool-II-3.*
-USE_RC_SUBR= pgpool
-
-DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp \
- TODO doc/pgpool-en.html doc/pgpool-ja.html doc/pgpool.css \
- doc/tutorial-en.html doc/tutorial-ja.html
-
-OPTIONS_DEFINE+= DOCS SSL LIBMEMCACHED PAM
-OPTIONS_DEFAULT= SSL PAM
-
-# Buggy configure: adding eg. --without-pam to CONFIGURE_ARGS causes
-# USE_PAM to be *defined* in config.h Omit the --with-pam or
-# --without-pam flags entirely to leave PAM turned off. Similarly for
-# --with-memcached.
-
-LIBMEMCACHED_DESC= Build with MemCached support
-LIBMEMCACHED_BUILD_DEPENDS= libmemcached>=1.0:databases/libmemcached
-LIBMEMCACHED_CONFIGURE_ON= --with-memcached=${LOCALBASE}/lib/libmemcached
-LIBMEMCACHED_LIB_DEPENDS= libmemcached.so:databases/libmemcached
-
-SSL_CONFIGURE_WITH= openssl
-SSL_USES= ssl
-
-PAM_DESC= Build with PAM support
-PAM_CONFIGURE_ON= --with-pam
-PAM_USE= PAM=yes
-
-FUNC_CONTRIB_DIR= ${PREFIX}/share/postgresql/contrib
-FUNC_LIB_DIR= ${PREFIX}/lib/postgresql
-
-FUNCTIONS= pgpool-recovery pgpool-regclass
-FUNC_CONTRIB= pgpool-recovery/uninstall_pgpool-recovery.sql \
- pgpool-recovery/pgpool-recovery.sql \
- pgpool-regclass/uninstall_pgpool-regclass.sql \
- pgpool-regclass/pgpool-regclass.sql
-FUNC_LIB= pgpool-recovery/pgpool-recovery.so \
- pgpool-regclass/pgpool-regclass.so
-
-post-build:
-.for f in ${FUNCTIONS}
- cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
-.endfor
-
-post-install:
- ${MKDIR} ${STAGEDIR}${FUNC_CONTRIB_DIR}
-.for f in ${FUNC_CONTRIB}
- ${INSTALL_DATA} ${WRKSRC}/sql/${f} ${STAGEDIR}${FUNC_CONTRIB_DIR}
-.endfor
- ${MKDIR} ${STAGEDIR}${FUNC_LIB_DIR}
-.for f in ${FUNC_LIB}
- ${INSTALL_LIB} ${WRKSRC}/sql/${f} ${STAGEDIR}${FUNC_LIB_DIR}
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/sample/dist_def_pgbench.sql \
- ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/replicate_def_pgbench.sql \
- ${STAGEDIR}${DATADIR}
- ${MKDIR} ${STAGEDIR}${DATADIR} ${STAGEDIR}${EXAMPLESDIR}
-.for f in pgpool_recovery pgpool_recovery_pitr pgpool_remote_start
- ${INSTALL_SCRIPT} ${WRKSRC}/sample/${f} ${STAGEDIR}${EXAMPLESDIR}
-.endfor
- ${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${DOCS}
- ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-
-.include <bsd.port.mk>
diff --git a/databases/pgpool-II-33/distinfo b/databases/pgpool-II-33/distinfo
deleted file mode 100644
index b54e34e44ada..000000000000
--- a/databases/pgpool-II-33/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1533022954
-SHA256 (pgpool-II-3.3.22.tar.gz) = eb73243a0879a7222397f81f05b68f70ec5ba9f556cae76cb624d4088bdab396
-SIZE (pgpool-II-3.3.22.tar.gz) = 1793610
diff --git a/databases/pgpool-II-33/files/patch-main.c b/databases/pgpool-II-33/files/patch-main.c
deleted file mode 100644
index 05de41fc8639..000000000000
--- a/databases/pgpool-II-33/files/patch-main.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- main.c.orig 2018-02-22 11:15:58 UTC
-+++ main.c
-@@ -360,7 +360,7 @@ int main(int argc, char **argv)
-
- #ifdef USE_SSL
- /* global ssl init */
-- #if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
-+ #if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER)
- OPENSSL_init_ssl(0, NULL);
- else
- SSL_library_init();
diff --git a/databases/pgpool-II-33/files/patch-pool__config.l b/databases/pgpool-II-33/files/patch-pool__config.l
deleted file mode 100644
index 608ff64aaedf..000000000000
--- a/databases/pgpool-II-33/files/patch-pool__config.l
+++ /dev/null
@@ -1,11 +0,0 @@
---- pool_config.l.orig 2018-02-22 11:24:41 UTC
-+++ pool_config.l
-@@ -2871,7 +2871,7 @@ int pool_get_config(char *confpath, POOL
- pool_config->backend_desc->num_backends = local_num_backends;
-
- pool_debug("num_backends: %d total_weight: %f",
-- pool_config->backend_desc->num_backends, total_weight);
-+ (long) pool_config->backend_desc->num_backends, total_weight);
- /*
- * Normalize load balancing weights. What we are doing here is,
- * assign 0 to RAND_MAX to each backend's weight according to the
diff --git a/databases/pgpool-II-33/files/patch-pool_hba.c b/databases/pgpool-II-33/files/patch-pool_hba.c
deleted file mode 100644
index 6966f778f1eb..000000000000
--- a/databases/pgpool-II-33/files/patch-pool_hba.c
+++ /dev/null
@@ -1,10 +0,0 @@
---- pool_hba.c.orig 2018-02-13 05:20:52 UTC
-+++ pool_hba.c
-@@ -29,6 +29,7 @@
- #include <string.h>
- #include <errno.h>
- #include <netdb.h>
-+#include <netinet/in.h>
-
- #include "pool.h"
- #include "pool_path.h"
diff --git a/databases/pgpool-II-33/files/patch-recovery.c b/databases/pgpool-II-33/files/patch-recovery.c
deleted file mode 100644
index cbcb95cd3d0d..000000000000
--- a/databases/pgpool-II-33/files/patch-recovery.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- recovery.c.orig 2018-02-13 05:20:52 UTC
-+++ recovery.c
-@@ -115,7 +115,7 @@ int start_recovery(int recovery_node)
-
- if (REPLICATION)
- {
-- pool_log("starting 2nd stage");
-+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
-
- /* 2nd stage */
- *InRecovery = RECOVERY_ONLINE;
-@@ -437,6 +437,6 @@ int wait_connection_closed(void)
- sleep(3);
- } while (i++ < WAIT_RETRY_COUNT);
-
-- pool_error("wait_connection_closed: existing connections did not close in %d sec.", pool_config->recovery_timeout);
-+ pool_error("wait_connection_closed: existing connections (%d) did not close in %d sec.", Req_info->conn_counter, pool_config->recovery_timeout);
- return 1;
- }
diff --git a/databases/pgpool-II-33/files/patch-watchdog__watchdog.h b/databases/pgpool-II-33/files/patch-watchdog__watchdog.h
deleted file mode 100644
index 0429034a05a7..000000000000
--- a/databases/pgpool-II-33/files/patch-watchdog__watchdog.h
+++ /dev/null
@@ -1,31 +0,0 @@
---- watchdog/watchdog.h.orig 2018-02-13 05:20:52 UTC
-+++ watchdog/watchdog.h
-@@ -56,6 +56,28 @@
- #define WD_TIME_DIFF_SEC(a,b) (int)(((a).tv_sec - (b).tv_sec) + \
- ((a).tv_usec - (b).tv_usec) / 1000000.0)
-
-+/* For valid x, exactly one of WIFSIGNALED(x), WIFEXITED(x), WIFSTOPPED(x) is true. */
-+#ifndef WIFSIGNALED
-+# define WIFSIGNALED(x) (WTERMSIG (x) != 0 && WTERMSIG(x) != 0x7f)
-+#endif
-+#ifndef WIFEXITED
-+# define WIFEXITED(x) (WTERMSIG (x) == 0)
-+#endif
-+#ifndef WIFSTOPPED
-+# define WIFSTOPPED(x) (WTERMSIG (x) == 0x7f)
-+#endif
-+
-+/* The termination signal. Only to be accessed if WIFSIGNALED(x) is true. */
-+#ifndef WTERMSIG
-+# define WTERMSIG(x) ((x) & 0x7f)
-+#endif
-+
-+
-+/* The exit status. Only to be accessed if WIFEXITED(x) is true. */
-+#ifndef WEXITSTATUS
-+# define WEXITSTATUS(x) (((x) >> 8) & 0xff)
-+#endif
-+
- /*
- * packet number of watchdog negotiation
- */
diff --git a/databases/pgpool-II-33/files/patch-wd__packet.c b/databases/pgpool-II-33/files/patch-wd__packet.c
deleted file mode 100644
index a4a071ea1561..000000000000
--- a/databases/pgpool-II-33/files/patch-wd__packet.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- watchdog/wd_packet.c.orig 2018-02-22 00:06:40 UTC
-+++ watchdog/wd_packet.c
-@@ -1211,7 +1211,7 @@ static void calculate_hmac_sha256(const
- unsigned int res_len = WD_AUTH_HASH_LEN;
- HMAC_CTX *ctx = NULL;
-
--#if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
-+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER)
- ctx = HMAC_CTX_new();
- HMAC_CTX_reset(ctx);
- #else
-@@ -1222,7 +1222,7 @@ static void calculate_hmac_sha256(const
- HMAC_Init_ex(ctx, key, strlen(key), EVP_sha256(), NULL);
- HMAC_Update(ctx, (unsigned char*)data, len);
- HMAC_Final(ctx, (unsigned char*)str, &res_len);
--#if (OPENSSL_VERSION_NUMBER >= 0x10100000L)
-+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L) && !defined(LIBRESSL_VERSION_NUMBER)
- HMAC_CTX_reset(ctx);
- HMAC_CTX_free(ctx);
- #else
diff --git a/databases/pgpool-II-33/files/pgpool.in b/databases/pgpool-II-33/files/pgpool.in
deleted file mode 100644
index 90ec820b1b99..000000000000
--- a/databases/pgpool-II-33/files/pgpool.in
+++ /dev/null
@@ -1,56 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# 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_flags (string): Default is "-f $pgpool_conf"
-# pgpool_looger (bool): Use logger for logging.
-# pgpool_looger_pri (string): logger priority (default "local0.info").
-# 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_flags="-f ${pgpool_conf}"}
-: ${pgpool_user="nobody"}
-: ${pgpool_logger="YES"}
-: ${pgpool_logger_pri="local0.info"}
-
-command="%%PREFIX%%/bin/pgpool"
-command_args="${pgpool_flags}"
-start_cmd="pgpool_start"
-stop_cmd="${command} ${command_args} stop"
-
-extra_commands="reload"
-reload_cmd="${command} ${command_args} reload"
-
-required_files="${pgpool_conf}"
-
-pgpool_start()
-{
- if checkyesno pgpool_logger; then
- su -m $pgpool_user -c "sh -c \"$command $command_args -n 2>&1 | logger -t $name -p $pgpool_logger_pri &\""
- else
- unset start_cmd
- run_rc_command start
- fi
-}
-
-run_rc_command "$1"
diff --git a/databases/pgpool-II-33/files/pgpool_copy_backup b/databases/pgpool-II-33/files/pgpool_copy_backup
deleted file mode 100644
index aa6a5226d53a..000000000000
--- a/databases/pgpool-II-33/files/pgpool_copy_backup
+++ /dev/null
@@ -1,40 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-#
-# In postgresql.conf:
-# archive_command = 'test -f /proj/pgsql/data/archive_log/%f || cp %p /proj/pgsql/data/archive_log/%f'
-#
-
-SRC=pgsql@$(hostname)
-SRCDIR=$1
-DEST=pgsql@$2
-DESTDIR=$3
-ARCLOG=$1/archive_log
-
-logger="logger -t pgpool -p local0.info"
-rsync="/usr/local/bin/rsync -av --delete --checksum"
-excl="--exclude=pg_log --exclude=postmaster.pid"
-psql="/usr/local/bin/psql"
-
-/bin/sh <<EOF | ${logger} 2>&1
-
-$psql -c "select pg_start_backup('pgpool-recovery')" template1
-
-ssh $DEST "
-/usr/local/bin/pg_ctl -D $DESTDIR -s -m fast stop;
-rm -f $DESTDIR/backup_label"
-
-echo "restore_command = 'scp $SRC:$ARCLOG/%f %p'" > $SRCDIR/recovery.conf
-
-$rsync $SRCDIR/ $excl $DEST:/$DESTDIR/
-
-ssh $DEST "
-mkdir -p $DESTDIR/pg_xlog/archive_status;
-mkdir -p $DESTDIR/pg_log"
-
-rm -f $SRCDIR/recovery.conf
-
-$psql -c 'select pg_stop_backup()' template1
-
-EOF
diff --git a/databases/pgpool-II-33/files/pgpool_remote_start b/databases/pgpool-II-33/files/pgpool_remote_start
deleted file mode 100644
index 1c044aef90cb..000000000000
--- a/databases/pgpool-II-33/files/pgpool_remote_start
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/usr/bin/perl
-#
-# $FreeBSD$
-
-use strict;
-use warnings;
-
-my ($host, $dir) = @ARGV;
-
-my $logger = "logger -t pgpool -p local0.info";
-my $pgctl = "/usr/local/bin/pg_ctl -D $dir";
-my ($fh, $log);
-
-if (not open($fh, "ssh pgsql\@$host $pgctl -t 5 -w -s -m fast start 2>&1 |")) {
- die "cannot open ssh: $!";
-}
-if (not open($log, "| $logger")) {
- die "cannot open logger: $!";
-}
-while (<$fh>) {
- print $log $_;
-}
-close($fh) or die "close(ssh) failed: $!";
-close($log) or die "close(logger): $!";
-
-system("ssh pgsql\@$host $pgctl status 2>&1") == 0 or die "pg_ctl status failed";
diff --git a/databases/pgpool-II-33/files/pgpool_switch_xlog b/databases/pgpool-II-33/files/pgpool_switch_xlog
deleted file mode 100644
index 8ce8b8603a46..000000000000
--- a/databases/pgpool-II-33/files/pgpool_switch_xlog
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/sh
-#
-# $FreeBSD$
-
-logger="logger -t pgpool -p local0.info"
-psql=/usr/local/bin/psql
-
-/bin/sh <<EOF | ${logger} 2>&1
-
-$psql -t -c 'SELECT datname FROM pg_database WHERE NOT datistemplate AND datallowconn' template1 |
-while read i
-do
- if [ "$i" != "" ];then
- $psql -c "SELECT setval(oid, nextval(oid)) FROM pg_class WHERE relkind = 'S'" $i
- fi
-done
-
-$psql -c 'select pg_switch_xlog()' template1
-
-EOF
diff --git a/databases/pgpool-II-33/pkg-descr b/databases/pgpool-II-33/pkg-descr
deleted file mode 100644
index 74e9c2fd673c..000000000000
--- a/databases/pgpool-II-33/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-pgpool-II allows multiple PostgreSQL servers (DB nodes) to be
-connected, which enables queries to be executed simultaneously on all
-servers.
-
-It enables "parallel query" processing. Also, pgpool-II can be started
-as pgpool-I by changing configuration parameters. pgpool-II that is
-executed in pgpool-I mode enables multiple DB nodes to be connected,
-which was not possible in pgpool-I.
-
-WWW: http://www.pgpool.net/
diff --git a/databases/pgpool-II-33/pkg-plist b/databases/pgpool-II-33/pkg-plist
deleted file mode 100644
index d8c982a99215..000000000000
--- a/databases/pgpool-II-33/pkg-plist
+++ /dev/null
@@ -1,56 +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_systemdb_info
-bin/pcp_watchdog_info
-bin/pg_md5
-bin/pgpool
-@sample etc/pcp.conf.sample
-@sample etc/pgpool.conf.sample
-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.0
-lib/libpcp.so.0.0.0
-lib/postgresql/pgpool-recovery.so
-lib/postgresql/pgpool-regclass.so
-man/man8/pgpool.8.gz
-%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
-%%PORTDOCS%%%%DOCSDIR%%/COPYING
-%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
-%%PORTDOCS%%%%DOCSDIR%%/INSTALL
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/README.euc_jp
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/pgpool-en.html
-%%PORTDOCS%%%%DOCSDIR%%/pgpool-ja.html
-%%PORTDOCS%%%%DOCSDIR%%/pgpool.css
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-en.html
-%%PORTDOCS%%%%DOCSDIR%%/tutorial-ja.html
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgpool_recovery
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgpool_recovery_pitr
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pgpool_remote_start
-%%DATADIR%%/dist_def_pgbench.sql
-%%DATADIR%%/insert_lock.sql
-%%DATADIR%%/pgpool.pam
-%%DATADIR%%/replicate_def_pgbench.sql
-%%DATADIR%%/system_db.sql
-share/postgresql/contrib/pgpool-recovery.sql
-share/postgresql/contrib/pgpool-regclass.sql
-share/postgresql/contrib/uninstall_pgpool-recovery.sql
-share/postgresql/contrib/uninstall_pgpool-regclass.sql