mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
This commit is contained in:
parent
3e2dfa8fe7
commit
c8a228730b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=444313
37 changed files with 5 additions and 1091 deletions
5
MOVED
5
MOVED
|
@ -9440,3 +9440,8 @@ editors/calligra-l10n-sv||2017-06-12|Merged with editors/calligra
|
||||||
editors/calligra-l10n-tr||2017-06-12|Merged with editors/calligra
|
editors/calligra-l10n-tr||2017-06-12|Merged with editors/calligra
|
||||||
editors/calligra-l10n||2017-06-12|Merged with editors/calligra
|
editors/calligra-l10n||2017-06-12|Merged with editors/calligra
|
||||||
www/py-flask-restplus08||2017-06-21|Obsolete and not depended on anymore
|
www/py-flask-restplus08||2017-06-21|Obsolete and not depended on anymore
|
||||||
|
databases/pgpool-II|databases/pgpool|2017-06-25|Has expired: Deprecated by upstream; use database/pgpool instead
|
||||||
|
databases/pgpool-II-30|databases/pgpool|2017-06-25|Has expired: Deprecated by upstream; use database/pgpool instead
|
||||||
|
games/libgames-support||2017-06-25|Has expired: Superseded by libgnome-games-support, no longer used by anything
|
||||||
|
net/sixxs-aiccu||2017-06-25|Has expired: SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
|
||||||
|
databases/pgpoolAdmin||2017-06-25|Removed, depended on expired databases/pgpool-II and only supported PostgreSQL 9.2 which is will EOL in September 2017
|
||||||
|
|
|
@ -584,12 +584,9 @@
|
||||||
SUBDIR += pglogical
|
SUBDIR += pglogical
|
||||||
SUBDIR += pgmodeler
|
SUBDIR += pgmodeler
|
||||||
SUBDIR += pgpool
|
SUBDIR += pgpool
|
||||||
SUBDIR += pgpool-II
|
|
||||||
SUBDIR += pgpool-II-30
|
|
||||||
SUBDIR += pgpool-II-33
|
SUBDIR += pgpool-II-33
|
||||||
SUBDIR += pgpool-II-35
|
SUBDIR += pgpool-II-35
|
||||||
SUBDIR += pgpool-II-36
|
SUBDIR += pgpool-II-36
|
||||||
SUBDIR += pgpoolAdmin
|
|
||||||
SUBDIR += pgreplay
|
SUBDIR += pgreplay
|
||||||
SUBDIR += pgrouting
|
SUBDIR += pgrouting
|
||||||
SUBDIR += pgsphere
|
SUBDIR += pgsphere
|
||||||
|
|
|
@ -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>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (pgpool-II-3.0.4.tar.gz) = 886e0fa3dec98f4a6c25cc5b4b1fc5aac49258e2669c1ffda178d18711c8b5c1
|
|
||||||
SIZE (pgpool-II-3.0.4.tar.gz) = 1211828
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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"
|
|
|
@ -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
|
|
|
@ -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";
|
|
|
@ -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
|
|
|
@ -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/
|
|
|
@ -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
|
|
|
@ -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>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (pgpool-II-3.1.6.tar.gz) = c15783105eecc85eb3cadebc22e0d6c9efa916da4bcc4c96c12b0463b34945cc
|
|
||||||
SIZE (pgpool-II-3.1.6.tar.gz) = 1353846
|
|
|
@ -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;
|
|
||||||
}
|
|
|
@ -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"
|
|
|
@ -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
|
|
|
@ -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";
|
|
|
@ -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
|
|
|
@ -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/
|
|
|
@ -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
|
|
|
@ -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>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (pgpoolAdmin-3.3.1.tar.gz) = 763d3079d36f23087bda1549114b2e4a0a9a74d20a9eb04c94ea245c50758bf7
|
|
||||||
SIZE (pgpoolAdmin-3.3.1.tar.gz) = 1008773
|
|
|
@ -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>
|
|
|
@ -1,3 +0,0 @@
|
||||||
Web-based administration tool for pgpool-II.
|
|
||||||
|
|
||||||
WWW: http://www.pgpool.net/
|
|
|
@ -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
|
|
|
@ -525,7 +525,6 @@
|
||||||
SUBDIR += lgeneral
|
SUBDIR += lgeneral
|
||||||
SUBDIR += lianliankan
|
SUBDIR += lianliankan
|
||||||
SUBDIR += libdungeonmaker
|
SUBDIR += libdungeonmaker
|
||||||
SUBDIR += libgames-support
|
|
||||||
SUBDIR += libggz
|
SUBDIR += libggz
|
||||||
SUBDIR += libgnome-games-support
|
SUBDIR += libgnome-games-support
|
||||||
SUBDIR += libkdegames
|
SUBDIR += libkdegames
|
||||||
|
|
|
@ -1,25 +0,0 @@
|
||||||
# Created by: FreeBSD GNOME Team <gnome@freebsd.org>
|
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= libgames-support
|
|
||||||
PORTVERSION= 0.1
|
|
||||||
CATEGORIES= games gnome
|
|
||||||
MASTER_SITES= GNOME
|
|
||||||
DIST_SUBDIR= gnome3
|
|
||||||
|
|
||||||
MAINTAINER= gnome@FreeBSD.org
|
|
||||||
COMMENT= Shared code between gnome games
|
|
||||||
|
|
||||||
DEPRECATED= Superseded by libgnome-games-support, no longer used by anything
|
|
||||||
EXPIRATION_DATE= 2017-06-18
|
|
||||||
|
|
||||||
BUILD_DEPENDS= valac:lang/vala
|
|
||||||
LIB_DEPENDS= libgee-0.8.so:devel/libgee
|
|
||||||
|
|
||||||
PORTSCOUT= limitw:1,even
|
|
||||||
|
|
||||||
USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz
|
|
||||||
USE_GNOME= gtk30 intltool
|
|
||||||
GNU_CONFIGURE= yes
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (gnome3/libgames-support-0.1.tar.xz) = 512ca6e66c296f06afec03de7e394134be67e0e31eab551bcb57801ea6c316c8
|
|
||||||
SIZE (gnome3/libgames-support-0.1.tar.xz) = 262056
|
|
|
@ -1,5 +0,0 @@
|
||||||
libgames-support is a small library intended for internal use by GNOME Games,
|
|
||||||
but it may be used by others. The API will only break with the major version
|
|
||||||
number. The ABI is unstable.
|
|
||||||
|
|
||||||
WWW: https://git.gnome.org/browse/libgames-support
|
|
|
@ -1,22 +0,0 @@
|
||||||
include/gnome-games/libgames-support.h
|
|
||||||
lib/libgames-support.so
|
|
||||||
lib/libgames-support.so.0
|
|
||||||
lib/libgames-support.so.0.0.0
|
|
||||||
libdata/pkgconfig/libgames-support-1.0.pc
|
|
||||||
share/locale/cs/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/de/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/el/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/es/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/he/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/hu/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/id/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/pl/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/pt_BR/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/sk/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/sl/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/sr/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/sr@latin/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/sv/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/tr/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/locale/zh_TW/LC_MESSAGES/libgames-support.mo
|
|
||||||
share/vala/vapi/libgames-support-1.0.vapi
|
|
|
@ -1279,7 +1279,6 @@
|
||||||
SUBDIR += sippy_b2bua
|
SUBDIR += sippy_b2bua
|
||||||
SUBDIR += siproxd
|
SUBDIR += siproxd
|
||||||
SUBDIR += sipsak
|
SUBDIR += sipsak
|
||||||
SUBDIR += sixxs-aiccu
|
|
||||||
SUBDIR += skstream
|
SUBDIR += skstream
|
||||||
SUBDIR += sl2tps
|
SUBDIR += sl2tps
|
||||||
SUBDIR += slurm
|
SUBDIR += slurm
|
||||||
|
|
|
@ -1,65 +0,0 @@
|
||||||
# Created by: Meno Abels <meno.abels@adviser.com>
|
|
||||||
# $FreeBSD$
|
|
||||||
|
|
||||||
PORTNAME= aiccu
|
|
||||||
PORTVERSION= 20070115
|
|
||||||
PORTREVISION= 5
|
|
||||||
CATEGORIES= net ipv6
|
|
||||||
MASTER_SITES= http://www.sixxs.net/archive/sixxs/aiccu/unix/
|
|
||||||
PKGNAMEPREFIX= sixxs-
|
|
||||||
DISTNAME= aiccu_20070115
|
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
|
||||||
COMMENT= SixXS IPv6 TIC+ tunnel broker heartbeat client
|
|
||||||
|
|
||||||
DEPRECATED= SixXS shutdown on 2017-06-06, https://www.sixxs.net/sunset/
|
|
||||||
EXPIRATION_DATE=2017-06-22
|
|
||||||
|
|
||||||
LICENSE= BSD3CLAUSE
|
|
||||||
LICENSE_FILE= ${WRKSRC}/doc/LICENSE
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/aiccu
|
|
||||||
BUILD_WRKSRC= ${WRKDIR}/aiccu/unix-console
|
|
||||||
|
|
||||||
USE_RC_SUBR= sixxs-aiccu
|
|
||||||
USES= gmake
|
|
||||||
MAKE_ARGS= CC="${CC}" LDFLAGS="${LDFLAGS}"
|
|
||||||
CFLAGS+= -D_REENTRANT -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -lpthread -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
PORTDOCS= README
|
|
||||||
|
|
||||||
OPTIONS_DEFINE= GNUTLS LOG_DAEMON DOCS
|
|
||||||
OPTIONS_DEFAULT= GNUTLS
|
|
||||||
|
|
||||||
GNUTLS_DESC= Use gnutls to secure TIC supporting starttls
|
|
||||||
LOG_DAEMON_DESC=Log to LOG_DAEMON instead to LOG_LOCAL7
|
|
||||||
|
|
||||||
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
|
||||||
GNUTLS_CFLAGS= -DAICCU_GNUTLS
|
|
||||||
GNUTLS_LDFLAGS= -lgnutls
|
|
||||||
|
|
||||||
post-patch:
|
|
||||||
@${REINPLACE_CMD} \
|
|
||||||
-e 's:verbose true:verbose false:' \
|
|
||||||
-e 's:daemonize false:daemonize true:' \
|
|
||||||
-e 's:automatic false:automatic true:' \
|
|
||||||
-e 's:tunnel_id T2995:#tunnel_id TXXXX:' \
|
|
||||||
-e 's:ipv4_interface eth0:ipv4_interface sis0:' \
|
|
||||||
-e 's:ipv6_interface sixxs:ipv6_interface gif0:' \
|
|
||||||
${WRKSRC}/doc/aiccu.conf
|
|
||||||
|
|
||||||
post-patch-LOG_DAEMON-on:
|
|
||||||
@${REINPLACE_CMD} \
|
|
||||||
-e 's:LOG_LOCAL7:LOG_DAEMON:' \
|
|
||||||
${WRKSRC}/common/common.c
|
|
||||||
|
|
||||||
do-install:
|
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/unix-console/aiccu ${STAGEDIR}${PREFIX}/sbin/sixxs-aiccu
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/aiccu.conf ${STAGEDIR}${PREFIX}/etc/aiccu.conf.sample
|
|
||||||
|
|
||||||
do-install-DOCS-on:
|
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/doc/README ${STAGEDIR}${DOCSDIR}
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
|
|
@ -1,2 +0,0 @@
|
||||||
SHA256 (aiccu_20070115.tar.gz) = 2260f426c13471169ccff8cb4a3908dc5f79fda18ddb6a55363e7824e6c4c760
|
|
||||||
SIZE (aiccu_20070115.tar.gz) = 70056
|
|
|
@ -1,25 +0,0 @@
|
||||||
--- common/common.c.orig 2006-12-21 14:08:50 UTC
|
|
||||||
+++ common/common.c
|
|
||||||
@@ -271,8 +271,6 @@ TLSSOCKET sock_alloc(void);
|
|
||||||
TLSSOCKET sock_alloc(void)
|
|
||||||
{
|
|
||||||
#ifdef AICCU_GNUTLS
|
|
||||||
- /* Allow connections to servers that have OpenPGP keys as well */
|
|
||||||
- const int cert_type_priority[3] = { GNUTLS_CRT_X509, GNUTLS_CRT_OPENPGP, 0 };
|
|
||||||
int ret;
|
|
||||||
#endif /* AICCU_GNUTLS*/
|
|
||||||
|
|
||||||
@@ -296,11 +294,8 @@ TLSSOCKET sock_alloc(void)
|
|
||||||
return NULL;
|
|
||||||
}
|
|
||||||
|
|
||||||
- /* Use default priorities */
|
|
||||||
- gnutls_set_default_priority(sock->session);
|
|
||||||
- /* XXX: Return value is not documented in GNUTLS documentation! */
|
|
||||||
-
|
|
||||||
- gnutls_certificate_type_set_priority(sock->session, cert_type_priority);
|
|
||||||
+ /* Allow connections to servers that have OpenPGP keys as well */
|
|
||||||
+ gnutls_priority_set_direct(sock->session, "NORMAL:+CTYPE-OPENPGP", NULL);
|
|
||||||
/* XXX: Return value is not documented in GNUTLS documentation! */
|
|
||||||
|
|
||||||
/* Configure the x509 credentials for the current session */
|
|
|
@ -1,40 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
#
|
|
||||||
# $FreeBSD$
|
|
||||||
#
|
|
||||||
|
|
||||||
# PROVIDE: sixxs-aiccu
|
|
||||||
# REQUIRE: NETWORKING ldconfig
|
|
||||||
|
|
||||||
#
|
|
||||||
# Add the following lines to /etc/rc.conf to enable sixxs-aiccu:
|
|
||||||
#
|
|
||||||
#sixxs_aiccu_enable="YES"
|
|
||||||
#
|
|
||||||
|
|
||||||
. /etc/rc.subr
|
|
||||||
|
|
||||||
name="sixxs_aiccu"
|
|
||||||
rcvar="sixxs_aiccu_enable"
|
|
||||||
|
|
||||||
command="%%PREFIX%%/sbin/sixxs-aiccu"
|
|
||||||
|
|
||||||
load_rc_config ${name}
|
|
||||||
|
|
||||||
# set default
|
|
||||||
: ${sixxs_aiccu_enable="NO"}
|
|
||||||
: ${sixxs_aiccu_config="%%PREFIX%%/etc/aiccu.conf"}
|
|
||||||
|
|
||||||
command_args="${sixxs_aiccu_config}"
|
|
||||||
required_files="${sixxs_aiccu_config}"
|
|
||||||
start_cmd="${command} start $command_args"
|
|
||||||
stop_cmd="${command} stop $command_args"
|
|
||||||
brokers_cmd="${command} brokers"
|
|
||||||
tunnels_cmd="${command} tunnels $command_args"
|
|
||||||
test_cmd="${command} test $command_args"
|
|
||||||
autotest_cmd="${command} autotest $command_args"
|
|
||||||
license_cmd="${command} license"
|
|
||||||
version_cmd="${command} version"
|
|
||||||
extra_commands="brokers tunnels test autotest license version"
|
|
||||||
|
|
||||||
run_rc_command "$1"
|
|
|
@ -1,4 +0,0 @@
|
||||||
This is the TIC+ heartbeart client for the public dynamic-IPv4
|
|
||||||
IPv6 tunnel beta test from the SixXS tunnel service provider.
|
|
||||||
|
|
||||||
WWW: http://www.sixxs.net/tools/aiccu/
|
|
|
@ -1,2 +0,0 @@
|
||||||
@sample etc/aiccu.conf.sample
|
|
||||||
sbin/sixxs-aiccu
|
|
Loading…
Add table
Reference in a new issue