aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2017-06-25 17:26:23 +0000
committerRene Ladan <rene@FreeBSD.org>2017-06-25 17:26:23 +0000
commitc8a228730b2fa827f7bee82daa3a89fe9f98119c (patch)
treee4f9314b94f0b51a6f3d06a672fe43ec6135b243 /databases
parent3e2dfa8fe77e373c7fc7509edcca89c34be35b7c (diff)
downloadports-c8a228730b2fa827f7bee82daa3a89fe9f98119c.tar.gz
ports-c8a228730b2fa827f7bee82daa3a89fe9f98119c.zip
Remove expired ports:
2017-06-15 databases/pgpool-II: Deprecated by upstream; use database/pgpool instead 2017-06-15 databases/pgpool-II-30: Deprecated by upstream; use database/pgpool instead 2017-06-18 games/libgames-support: Superseded by libgnome-games-support, no longer used by anything 2017-06-22 net/sixxs-aiccu: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/ databases/pgpoolAdmin: depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
Notes
Notes: svn path=/head/; revision=444313
Diffstat (limited to 'databases')
-rw-r--r--databases/Makefile3
-rw-r--r--databases/pgpool-II-30/Makefile61
-rw-r--r--databases/pgpool-II-30/distinfo2
-rw-r--r--databases/pgpool-II-30/files/patch-recovery.c19
-rw-r--r--databases/pgpool-II-30/files/pgpool.in53
-rw-r--r--databases/pgpool-II-30/files/pgpool_copy_backup40
-rw-r--r--databases/pgpool-II-30/files/pgpool_remote_start26
-rw-r--r--databases/pgpool-II-30/files/pgpool_switch_xlog20
-rw-r--r--databases/pgpool-II-30/pkg-descr10
-rw-r--r--databases/pgpool-II-30/pkg-plist33
-rw-r--r--databases/pgpool-II/Makefile75
-rw-r--r--databases/pgpool-II/distinfo2
-rw-r--r--databases/pgpool-II/files/patch-recovery.c19
-rw-r--r--databases/pgpool-II/files/pgpool.in56
-rw-r--r--databases/pgpool-II/files/pgpool_copy_backup40
-rw-r--r--databases/pgpool-II/files/pgpool_remote_start26
-rw-r--r--databases/pgpool-II/files/pgpool_switch_xlog20
-rw-r--r--databases/pgpool-II/pkg-descr10
-rw-r--r--databases/pgpool-II/pkg-plist45
-rw-r--r--databases/pgpoolAdmin/Makefile32
-rw-r--r--databases/pgpoolAdmin/distinfo2
-rw-r--r--databases/pgpoolAdmin/files/patch-.htaccess15
-rw-r--r--databases/pgpoolAdmin/pkg-descr3
-rw-r--r--databases/pgpoolAdmin/pkg-plist285
24 files changed, 0 insertions, 897 deletions
diff --git a/databases/Makefile b/databases/Makefile
index 35d97d8a7428..bef4a4104941 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -584,12 +584,9 @@
SUBDIR += pglogical
SUBDIR += pgmodeler
SUBDIR += pgpool
- SUBDIR += pgpool-II
- SUBDIR += pgpool-II-30
SUBDIR += pgpool-II-33
SUBDIR += pgpool-II-35
SUBDIR += pgpool-II-36
- SUBDIR += pgpoolAdmin
SUBDIR += pgreplay
SUBDIR += pgrouting
SUBDIR += pgsphere
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile
deleted file mode 100644
index 1245c64008e6..000000000000
--- a/databases/pgpool-II-30/Makefile
+++ /dev/null
@@ -1,61 +0,0 @@
-# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
-# $FreeBSD$
-
-PORTNAME= pgpool-II
-PORTVERSION= 3.0.4
-PORTREVISION= 2
-CATEGORIES= databases
-MASTER_SITES= http://pgfoundry.org/frs/download.php/3076/
-PKGNAMESUFFIX= 30
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= Connection pool server for PostgreSQL
-
-LICENSE= MIT
-
-DEPRECATED= Deprecated by upstream; use database/pgpool instead
-EXPIRATION_DATE= 2017-06-15
-
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-USES= gmake pgsql:9.2 libtool
-USE_LDCONFIG= yes
-
-CONFLICTS= pgpool-3.* pgpool-II-3.* pgpool-II-22-* pgpool-II-23-*
-USE_RC_SUBR= pgpool
-
-PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
-PORTDOCS+= TODO
-PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css
-PORTDOCShtml+= tutorial-en.html tutorial-ja.html
-
-OPTIONS_DEFINE= DOCS
-
-post-patch:
- @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \
- ${WRKSRC}/sql/pgpool-recovery/Makefile
-
-post-build:
- @cd ${WRKSRC}/sql/pgpool-recovery && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
-
-post-install:
- echo "--- ==="
- -cat `pg_config --pgxs`
- echo "--- ==="
- @cd ${WRKSRC}/sql/pgpool-recovery && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} ${INSTALL_TARGET}
- ${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 ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-.for f in ${PORTDOCShtml}
- ${INSTALL_MAN} ${WRKSRC}/doc/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-PORTDOCS+= ${PORTDOCShtml}
-
-.include <bsd.port.mk>
diff --git a/databases/pgpool-II-30/distinfo b/databases/pgpool-II-30/distinfo
deleted file mode 100644
index cbb688c75e00..000000000000
--- a/databases/pgpool-II-30/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pgpool-II-3.0.4.tar.gz) = 886e0fa3dec98f4a6c25cc5b4b1fc5aac49258e2669c1ffda178d18711c8b5c1
-SIZE (pgpool-II-3.0.4.tar.gz) = 1211828
diff --git a/databases/pgpool-II-30/files/patch-recovery.c b/databases/pgpool-II-30/files/patch-recovery.c
deleted file mode 100644
index 9833155123fc..000000000000
--- a/databases/pgpool-II-30/files/patch-recovery.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- recovery.c.orig 2010-10-12 08:12:18.155163331 +0900
-+++ recovery.c 2010-10-12 08:13:21.347257609 +0900
-@@ -96,7 +96,7 @@
-
- if (REPLICATION)
- {
-- pool_log("starting 2nd stage");
-+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
-
- /* 2nd stage */
- *InRecovery = 1;
-@@ -384,6 +384,6 @@
- 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-30/files/pgpool.in b/databases/pgpool-II-30/files/pgpool.in
deleted file mode 100644
index 9a9326a042d0..000000000000
--- a/databases/pgpool-II-30/files/pgpool.in
+++ /dev/null
@@ -1,53 +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"
-
-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-30/files/pgpool_copy_backup b/databases/pgpool-II-30/files/pgpool_copy_backup
deleted file mode 100644
index aa6a5226d53a..000000000000
--- a/databases/pgpool-II-30/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-30/files/pgpool_remote_start b/databases/pgpool-II-30/files/pgpool_remote_start
deleted file mode 100644
index 1c044aef90cb..000000000000
--- a/databases/pgpool-II-30/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-30/files/pgpool_switch_xlog b/databases/pgpool-II-30/files/pgpool_switch_xlog
deleted file mode 100644
index 8ce8b8603a46..000000000000
--- a/databases/pgpool-II-30/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-30/pkg-descr b/databases/pgpool-II-30/pkg-descr
deleted file mode 100644
index 340fe7b8d8f6..000000000000
--- a/databases/pgpool-II-30/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://pgpool.projects.postgresql.org/
diff --git a/databases/pgpool-II-30/pkg-plist b/databases/pgpool-II-30/pkg-plist
deleted file mode 100644
index af2055b0e079..000000000000
--- a/databases/pgpool-II-30/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-bin/pcp_attach_node
-bin/pcp_detach_node
-bin/pcp_node_count
-bin/pcp_node_info
-bin/pcp_proc_count
-bin/pcp_proc_info
-bin/pcp_recovery_node
-bin/pcp_stop_pgpool
-bin/pcp_systemdb_info
-bin/pg_md5
-bin/pgpool
-etc/pcp.conf.sample
-etc/pgpool.conf.sample
-etc/pgpool.conf.sample-master-slave
-etc/pgpool.conf.sample-replication
-etc/pgpool.conf.sample-stream
-etc/pool_hba.conf.sample
-include/pcp.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
-man/man8/pgpool.8.gz
-%%DATADIR%%/dist_def_pgbench.sql
-%%DATADIR%%/pgpool.pam
-%%DATADIR%%/replicate_def_pgbench.sql
-%%DATADIR%%/system_db.sql
-%%EXAMPLESDIR%%/pgpool_recovery
-%%EXAMPLESDIR%%/pgpool_recovery_pitr
-%%EXAMPLESDIR%%/pgpool_remote_start
-share/postgresql/contrib/pgpool-recovery.sql
diff --git a/databases/pgpool-II/Makefile b/databases/pgpool-II/Makefile
deleted file mode 100644
index dee3be148449..000000000000
--- a/databases/pgpool-II/Makefile
+++ /dev/null
@@ -1,75 +0,0 @@
-# Created by: Choe, Cheng-Dae <whitekid@gmail.com>
-# $FreeBSD$
-
-PORTNAME= pgpool-II
-PORTVERSION= 3.1.6
-PORTREVISION= 2
-CATEGORIES= databases
-MASTER_SITES= LOCAL/kuriyama \
- http://www.pgpool.net/mediawiki/images/
-
-MAINTAINER= kuriyama@FreeBSD.org
-COMMENT= Connection pool server for PostgreSQL
-
-LICENSE= MIT
-
-DEPRECATED= Deprecated by upstream; use database/pgpool instead
-EXPIRATION_DATE= 2017-06-15
-
-GNU_CONFIGURE= yes
-INSTALL_TARGET= install-strip
-USES= gmake pgsql:9.2 libtool ssl
-USE_LDCONFIG= yes
-CONFIGURE_ARGS= --with-openssl
-
-CONFLICTS= pgpool-3.* pgpool-II-22-* pgpool-II-23-* pgpool-II-23-*
-USE_RC_SUBR= pgpool
-
-PORTDOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README README.euc_jp
-PORTDOCS+= TODO
-PORTDOCShtml= pgpool-en.html pgpool-ja.html pgpool.css
-PORTDOCShtml+= tutorial-en.html tutorial-ja.html
-
-OPTIONS_DEFINE+= DOCS
-
-.include <bsd.port.options.mk>
-
-.if exists(${LOCALBASE}/include/postgresql/server/replication/walreceiver.h)
-FUNCTIONS= pgpool-recovery pgpool-regclass pgpool-walrecrunning
-PLIST_SUB= PGSQL9=""
-.else
-FUNCTIONS= pgpool-recovery pgpool-regclass
-PLIST_SUB= PGSQL9="@comment "
-.endif
-
-post-patch:
- @${REINPLACE_CMD} -e 's| pg_config| ${LOCALBASE}/bin/pg_config|g' \
- ${WRKSRC}/sql/pgpool-recovery/Makefile
-
-post-build:
-.for f in ${FUNCTIONS}
- @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD}
-.endfor
-
-post-install:
-.for f in ${FUNCTIONS}
- @cd ${WRKSRC}/sql/${f} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} DESTDIR=${STAGEDIR} ${INSTALL_TARGET}
-.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
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_MAN} ${WRKSRC}/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-.for f in ${PORTDOCShtml}
- ${INSTALL_MAN} ${WRKSRC}/doc/$f ${STAGEDIR}${DOCSDIR}
-.endfor
-PORTDOCS+= ${PORTDOCShtml}
-.endif
-
-.include <bsd.port.mk>
diff --git a/databases/pgpool-II/distinfo b/databases/pgpool-II/distinfo
deleted file mode 100644
index 211c5bb1dfa0..000000000000
--- a/databases/pgpool-II/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pgpool-II-3.1.6.tar.gz) = c15783105eecc85eb3cadebc22e0d6c9efa916da4bcc4c96c12b0463b34945cc
-SIZE (pgpool-II-3.1.6.tar.gz) = 1353846
diff --git a/databases/pgpool-II/files/patch-recovery.c b/databases/pgpool-II/files/patch-recovery.c
deleted file mode 100644
index 9833155123fc..000000000000
--- a/databases/pgpool-II/files/patch-recovery.c
+++ /dev/null
@@ -1,19 +0,0 @@
---- recovery.c.orig 2010-10-12 08:12:18.155163331 +0900
-+++ recovery.c 2010-10-12 08:13:21.347257609 +0900
-@@ -96,7 +96,7 @@
-
- if (REPLICATION)
- {
-- pool_log("starting 2nd stage");
-+ pool_log("starting 2nd stage. waiting connections from clients to be closed");
-
- /* 2nd stage */
- *InRecovery = 1;
-@@ -384,6 +384,6 @@
- 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/files/pgpool.in b/databases/pgpool-II/files/pgpool.in
deleted file mode 100644
index 90ec820b1b99..000000000000
--- a/databases/pgpool-II/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/files/pgpool_copy_backup b/databases/pgpool-II/files/pgpool_copy_backup
deleted file mode 100644
index aa6a5226d53a..000000000000
--- a/databases/pgpool-II/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/files/pgpool_remote_start b/databases/pgpool-II/files/pgpool_remote_start
deleted file mode 100644
index 1c044aef90cb..000000000000
--- a/databases/pgpool-II/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/files/pgpool_switch_xlog b/databases/pgpool-II/files/pgpool_switch_xlog
deleted file mode 100644
index 8ce8b8603a46..000000000000
--- a/databases/pgpool-II/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/pkg-descr b/databases/pgpool-II/pkg-descr
deleted file mode 100644
index 74e9c2fd673c..000000000000
--- a/databases/pgpool-II/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/pkg-plist b/databases/pgpool-II/pkg-plist
deleted file mode 100644
index 0557471756be..000000000000
--- a/databases/pgpool-II/pkg-plist
+++ /dev/null
@@ -1,45 +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/pg_md5
-bin/pgpool
-etc/pcp.conf.sample
-etc/pgpool.conf.sample
-etc/pgpool.conf.sample-master-slave
-etc/pgpool.conf.sample-replication
-etc/pgpool.conf.sample-stream
-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
-man/man8/pgpool.8.gz
-%%DATADIR%%/dist_def_pgbench.sql
-%%DATADIR%%/insert_lock.sql
-%%DATADIR%%/pgpool.pam
-%%DATADIR%%/replicate_def_pgbench.sql
-%%DATADIR%%/system_db.sql
-%%EXAMPLESDIR%%/pgpool_recovery
-%%EXAMPLESDIR%%/pgpool_recovery_pitr
-%%EXAMPLESDIR%%/pgpool_remote_start
-share/postgresql/contrib/pgpool-recovery.sql
-share/postgresql/contrib/pgpool-regclass.sql
-%%PGSQL9%%share/postgresql/contrib/pgpool-walrecrunning.sql
-share/postgresql/contrib/uninstall_pgpool-recovery.sql
-share/postgresql/contrib/uninstall_pgpool-regclass.sql
-%%PGSQL9%%share/postgresql/contrib/uninstall_pgpool-walrecrunning.sql
-lib/postgresql/pgpool-recovery.so
-lib/postgresql/pgpool-regclass.so
-%%PGSQL9%%lib/postgresql/pgpool-walrecrunning.so
diff --git a/databases/pgpoolAdmin/Makefile b/databases/pgpoolAdmin/Makefile
deleted file mode 100644
index dce648a88721..000000000000
--- a/databases/pgpoolAdmin/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# $FreeBSD$
-
-PORTNAME= pgpoolAdmin
-PORTVERSION= 3.3.1
-PORTREVISION= 1
-CATEGORIES= databases
-MASTER_SITES= http://www.pgpool.net/mediawiki/images/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Web-based administration tool for pgpool-II
-
-LICENSE= MIT
-
-RUN_DEPENDS= pgpool:databases/pgpool-II
-
-USE_PHP= mbstring pcre pgsql session
-NO_BUILD= yes
-PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
-
-post-extract:
- ${MV} ${WRKSRC}/conf/pgmgt.conf.php ${WRKSRC}/conf/pgmgt.conf.php.sample
-
-do-install:
- (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR} "! -name *\.orig" )
-
-.include <bsd.port.pre.mk>
-
-.if ${PGSQL_DEFAULT} > 9.2
-IGNORE= you have PGSQL_DEFAULT set to ${PGSQL_DEFAULT} but pgpool-II needs 9.2 or less
-.endif
-
-.include <bsd.port.post.mk>
diff --git a/databases/pgpoolAdmin/distinfo b/databases/pgpoolAdmin/distinfo
deleted file mode 100644
index 9a9ea7c5a4b0..000000000000
--- a/databases/pgpoolAdmin/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (pgpoolAdmin-3.3.1.tar.gz) = 763d3079d36f23087bda1549114b2e4a0a9a74d20a9eb04c94ea245c50758bf7
-SIZE (pgpoolAdmin-3.3.1.tar.gz) = 1008773
diff --git a/databases/pgpoolAdmin/files/patch-.htaccess b/databases/pgpoolAdmin/files/patch-.htaccess
deleted file mode 100644
index 6ff2258e7da4..000000000000
--- a/databases/pgpoolAdmin/files/patch-.htaccess
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./.htaccess.orig 2014-08-31 11:25:27.000000000 +0200
-+++ ./.htaccess 2014-08-31 11:25:51.000000000 +0200
-@@ -1,5 +1,12 @@
-+<IfVersion <= 2.4>
- <Files ~ "\.tpl|NEWS|ChangeLog">
- Order allow,deny
- deny from all
- satisfy all
- </Files>
-+</IfVersion>
-+<IfVersion >= 2.4>
-+<Files ~ "\.tpl|NEWS|ChangeLog">
-+Require all denied
-+</Files>
-+</IfVersion>
diff --git a/databases/pgpoolAdmin/pkg-descr b/databases/pgpoolAdmin/pkg-descr
deleted file mode 100644
index 789fe0fa52f3..000000000000
--- a/databases/pgpoolAdmin/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-Web-based administration tool for pgpool-II.
-
-WWW: http://www.pgpool.net/
diff --git a/databases/pgpoolAdmin/pkg-plist b/databases/pgpoolAdmin/pkg-plist
deleted file mode 100644
index b859f2bd957d..000000000000
--- a/databases/pgpoolAdmin/pkg-plist
+++ /dev/null
@@ -1,285 +0,0 @@
-%%WWWDIR%%/.htaccess
-%%WWWDIR%%/ChangeLog
-%%WWWDIR%%/NEWS
-%%WWWDIR%%/README
-%%WWWDIR%%/README.euc_jp
-%%WWWDIR%%/bootstrap.php
-%%WWWDIR%%/changePassword.php
-%%WWWDIR%%/command.php
-%%WWWDIR%%/common.php
-@sample(%%WWWOWN%%,%%WWWGRP%%,644) %%WWWDIR%%/conf/pgmgt.conf.php.sample
-%%WWWDIR%%/config.php
-%%WWWDIR%%/definePgpoolConfParam.php
-%%WWWDIR%%/doc/en/changePassword.html
-%%WWWDIR%%/doc/en/config.html
-%%WWWDIR%%/doc/en/errorCode.html
-%%WWWDIR%%/doc/en/images/1.jpg
-%%WWWDIR%%/doc/en/images/2.jpg
-%%WWWDIR%%/doc/en/images/3.jpg
-%%WWWDIR%%/doc/en/images/4.jpg
-%%WWWDIR%%/doc/en/images/ng.gif
-%%WWWDIR%%/doc/en/images/nodestatus.jpg
-%%WWWDIR%%/doc/en/images/ok.gif
-%%WWWDIR%%/doc/en/images/pgpooladmin.jpg
-%%WWWDIR%%/doc/en/images/restart.jpg
-%%WWWDIR%%/doc/en/images/start.jpg
-%%WWWDIR%%/doc/en/images/status.jpg
-%%WWWDIR%%/doc/en/images/stop.jpg
-%%WWWDIR%%/doc/en/install.html
-%%WWWDIR%%/doc/en/login.html
-%%WWWDIR%%/doc/en/logout.html
-%%WWWDIR%%/doc/en/nodeServerStatus.html
-%%WWWDIR%%/doc/en/pgconfig.html
-%%WWWDIR%%/doc/en/queryCache.html
-%%WWWDIR%%/doc/en/status.html
-%%WWWDIR%%/doc/en/systemDb.html
-%%WWWDIR%%/doc/images/background.gif
-%%WWWDIR%%/doc/images/logo.gif
-%%WWWDIR%%/doc/images/marker.gif
-%%WWWDIR%%/doc/images/sea.jpg
-%%WWWDIR%%/doc/images/spacer.gif
-%%WWWDIR%%/doc/index_en.html
-%%WWWDIR%%/doc/index_ja.html
-%%WWWDIR%%/doc/ja/changePassword.html
-%%WWWDIR%%/doc/ja/config.html
-%%WWWDIR%%/doc/ja/errorCode.html
-%%WWWDIR%%/doc/ja/images/1.jpg
-%%WWWDIR%%/doc/ja/images/2.jpg
-%%WWWDIR%%/doc/ja/images/3.jpg
-%%WWWDIR%%/doc/ja/images/4.jpg
-%%WWWDIR%%/doc/ja/images/ng.gif
-%%WWWDIR%%/doc/ja/images/nodestatus.jpg
-%%WWWDIR%%/doc/ja/images/ok.gif
-%%WWWDIR%%/doc/ja/images/pgpooladmin.jpg
-%%WWWDIR%%/doc/ja/images/restart.jpg
-%%WWWDIR%%/doc/ja/images/start.jpg
-%%WWWDIR%%/doc/ja/images/status.jpg
-%%WWWDIR%%/doc/ja/images/stop.jpg
-%%WWWDIR%%/doc/ja/install.html
-%%WWWDIR%%/doc/ja/login.html
-%%WWWDIR%%/doc/ja/logout.html
-%%WWWDIR%%/doc/ja/nodeServerStatus.html
-%%WWWDIR%%/doc/ja/pgconfig.html
-%%WWWDIR%%/doc/ja/queryCache.html
-%%WWWDIR%%/doc/ja/status.html
-%%WWWDIR%%/doc/ja/systemDb.html
-%%WWWDIR%%/doc/screen.css
-%%WWWDIR%%/help.php
-%%WWWDIR%%/images/ascending.gif
-%%WWWDIR%%/images/back.gif
-%%WWWDIR%%/images/background.gif
-%%WWWDIR%%/images/check.png
-%%WWWDIR%%/images/descending.gif
-%%WWWDIR%%/images/error.png
-%%WWWDIR%%/images/flow_gray.png
-%%WWWDIR%%/images/logo.gif
-%%WWWDIR%%/images/marker.gif
-%%WWWDIR%%/images/no.png
-%%WWWDIR%%/images/question.gif
-%%WWWDIR%%/images/refresh.png
-%%WWWDIR%%/images/sea.jpg
-%%WWWDIR%%/images/spacer.gif
-%%WWWDIR%%/images/warning.png
-%%WWWDIR%%/index.php
-%%WWWDIR%%/innerLog.php
-%%WWWDIR%%/innerNodeServerStatus.php
-%%WWWDIR%%/innerSummary.php
-%%WWWDIR%%/innerSystemCatalog.php
-%%WWWDIR%%/innerWatchdog.php
-%%WWWDIR%%/install/checkDirectory.php
-%%WWWDIR%%/install/checkParameter.php
-%%WWWDIR%%/install/defaultParameter.php
-%%WWWDIR%%/install/finish.php
-%%WWWDIR%%/install/images/ng.gif
-%%WWWDIR%%/install/images/ok.gif
-%%WWWDIR%%/install/index.php
-%%WWWDIR%%/install/lang/en.lang.php
-%%WWWDIR%%/install/lang/fr.lang.php
-%%WWWDIR%%/install/lang/ja.lang.php
-%%WWWDIR%%/install/lang/zh_cn.lang.php
-%%WWWDIR%%/install/phpinfo.php
-%%WWWDIR%%/install/setLang.php
-%%WWWDIR%%/lang/en.lang.php
-%%WWWDIR%%/lang/fr.lang.php
-%%WWWDIR%%/lang/ja.lang.php
-%%WWWDIR%%/lang/zh_cn.lang.php
-%%WWWDIR%%/libs/Smarty.class.php
-%%WWWDIR%%/libs/SmartyBC.class.php
-%%WWWDIR%%/libs/debug.tpl
-%%WWWDIR%%/libs/plugins/block.textformat.php
-%%WWWDIR%%/libs/plugins/function.counter.php
-%%WWWDIR%%/libs/plugins/function.cycle.php
-%%WWWDIR%%/libs/plugins/function.fetch.php
-%%WWWDIR%%/libs/plugins/function.html_checkboxes.php
-%%WWWDIR%%/libs/plugins/function.html_image.php
-%%WWWDIR%%/libs/plugins/function.html_options.php
-%%WWWDIR%%/libs/plugins/function.html_radios.php
-%%WWWDIR%%/libs/plugins/function.html_select_date.php
-%%WWWDIR%%/libs/plugins/function.html_select_time.php
-%%WWWDIR%%/libs/plugins/function.html_table.php
-%%WWWDIR%%/libs/plugins/function.mailto.php
-%%WWWDIR%%/libs/plugins/function.math.php
-%%WWWDIR%%/libs/plugins/modifier.capitalize.php
-%%WWWDIR%%/libs/plugins/modifier.date_format.php
-%%WWWDIR%%/libs/plugins/modifier.debug_print_var.php
-%%WWWDIR%%/libs/plugins/modifier.escape.php
-%%WWWDIR%%/libs/plugins/modifier.regex_replace.php
-%%WWWDIR%%/libs/plugins/modifier.replace.php
-%%WWWDIR%%/libs/plugins/modifier.spacify.php
-%%WWWDIR%%/libs/plugins/modifier.truncate.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.cat.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.count_characters.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.count_paragraphs.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.count_sentences.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.count_words.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.default.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.escape.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.from_charset.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.indent.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.lower.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.noprint.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.string_format.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.strip.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.strip_tags.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.to_charset.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.unescape.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.upper.php
-%%WWWDIR%%/libs/plugins/modifiercompiler.wordwrap.php
-%%WWWDIR%%/libs/plugins/outputfilter.trimwhitespace.php
-%%WWWDIR%%/libs/plugins/shared.escape_special_chars.php
-%%WWWDIR%%/libs/plugins/shared.literal_compiler_param.php
-%%WWWDIR%%/libs/plugins/shared.make_timestamp.php
-%%WWWDIR%%/libs/plugins/shared.mb_str_replace.php
-%%WWWDIR%%/libs/plugins/shared.mb_unicode.php
-%%WWWDIR%%/libs/plugins/shared.mb_wordwrap.php
-%%WWWDIR%%/libs/plugins/variablefilter.htmlspecialchars.php
-%%WWWDIR%%/libs/sysplugins/smarty_cacheresource.php
-%%WWWDIR%%/libs/sysplugins/smarty_cacheresource_custom.php
-%%WWWDIR%%/libs/sysplugins/smarty_cacheresource_keyvaluestore.php
-%%WWWDIR%%/libs/sysplugins/smarty_config_source.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_cacheresource_file.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_append.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_assign.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_block.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_break.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_call.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_capture.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_config_load.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_continue.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_debug.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_eval.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_extends.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_for.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_foreach.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_function.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_if.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_include.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_include_php.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_insert.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_ldelim.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_nocache.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_block_plugin.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_modifier.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_object_block_function.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_object_function.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_print_expression.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_registered_block.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_registered_function.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_private_special_variable.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_rdelim.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_section.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_setfilter.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compile_while.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_compilebase.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_config.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_config_file_compiler.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_configfilelexer.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_configfileparser.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_data.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_debug.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_filter_handler.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_function_call_handler.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_get_include_path.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_nocache_insert.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_parsetree.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_eval.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_extends.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_file.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_php.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_registered.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_stream.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_resource_string.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_template.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_templatebase.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_templatecompilerbase.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_templatelexer.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_templateparser.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_utility.php
-%%WWWDIR%%/libs/sysplugins/smarty_internal_write_file.php
-%%WWWDIR%%/libs/sysplugins/smarty_resource.php
-%%WWWDIR%%/libs/sysplugins/smarty_resource_custom.php
-%%WWWDIR%%/libs/sysplugins/smarty_resource_recompiled.php
-%%WWWDIR%%/libs/sysplugins/smarty_resource_uncompiled.php
-%%WWWDIR%%/libs/sysplugins/smarty_security.php
-%%WWWDIR%%/login.php
-%%WWWDIR%%/logout.php
-%%WWWDIR%%/nodeServerStatus.php
-%%WWWDIR%%/nodeStatus.php
-%%WWWDIR%%/pgconfig.php
-%%WWWDIR%%/pgpoolAdmin.spec
-%%WWWDIR%%/procInfo.php
-%%WWWDIR%%/queryCache.php
-%%WWWDIR%%/screen.css
-%%WWWDIR%%/status.php
-%%WWWDIR%%/systemDb.php
-%%WWWDIR%%/templates/changePassword.tpl
-%%WWWDIR%%/templates/config.tpl
-%%WWWDIR%%/templates/elements/pgconfig_new_backend.tpl
-%%WWWDIR%%/templates/elements/status_js.tpl
-%%WWWDIR%%/templates/elements/status_nodeinfo.tpl
-%%WWWDIR%%/templates/elements/status_options.tpl
-%%WWWDIR%%/templates/elements/status_pgsql_buttons.tpl
-%%WWWDIR%%/templates/elements/status_pgsql_options.tpl
-%%WWWDIR%%/templates/elements/status_start_option.tpl
-%%WWWDIR%%/templates/elements/status_stop_option.tpl
-%%WWWDIR%%/templates/error.tpl
-%%WWWDIR%%/templates/footer.tpl
-%%WWWDIR%%/templates/help/en/changePassword.tpl
-%%WWWDIR%%/templates/help/en/config.tpl
-%%WWWDIR%%/templates/help/en/errorCode.tpl
-%%WWWDIR%%/templates/help/en/login.tpl
-%%WWWDIR%%/templates/help/en/nodeServerStatus.tpl
-%%WWWDIR%%/templates/help/en/pgconfig.tpl
-%%WWWDIR%%/templates/help/en/queryCache.tpl
-%%WWWDIR%%/templates/help/en/status.tpl
-%%WWWDIR%%/templates/help/en/systemDb.tpl
-%%WWWDIR%%/templates/help/ja/changePassword.tpl
-%%WWWDIR%%/templates/help/ja/config.tpl
-%%WWWDIR%%/templates/help/ja/errorCode.tpl
-%%WWWDIR%%/templates/help/ja/login.tpl
-%%WWWDIR%%/templates/help/ja/nodeServerStatus.tpl
-%%WWWDIR%%/templates/help/ja/pgconfig.tpl
-%%WWWDIR%%/templates/help/ja/queryCache.tpl
-%%WWWDIR%%/templates/help/ja/status.tpl
-%%WWWDIR%%/templates/help/ja/systemDb.tpl
-%%WWWDIR%%/templates/innerError.tpl
-%%WWWDIR%%/templates/innerLog.tpl
-%%WWWDIR%%/templates/innerNodeServerStatus.tpl
-%%WWWDIR%%/templates/innerSummary.tpl
-%%WWWDIR%%/templates/innerSystemCatalog.tpl
-%%WWWDIR%%/templates/innerWatchdog.tpl
-%%WWWDIR%%/templates/login.tpl
-%%WWWDIR%%/templates/menu.tpl
-%%WWWDIR%%/templates/nodeServerStatus.tpl
-%%WWWDIR%%/templates/nodeStatus.tpl
-%%WWWDIR%%/templates/pgconfig.tpl
-%%WWWDIR%%/templates/pgmgtNotFound.tpl
-%%WWWDIR%%/templates/procInfo.tpl
-%%WWWDIR%%/templates/queryCache.tpl
-%%WWWDIR%%/templates/status.tpl
-%%WWWDIR%%/templates/systemDb.tpl
-%%WWWDIR%%/version.php
-@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/conf
-@dir(%%WWWOWN%%,%%WWWGRP%%,) %%WWWDIR%%/templates_c