diff options
Diffstat (limited to 'databases/pgpool-II-30')
-rw-r--r-- | databases/pgpool-II-30/Makefile | 49 | ||||
-rw-r--r-- | databases/pgpool-II-30/distinfo | 3 | ||||
-rw-r--r-- | databases/pgpool-II-30/files/pgpool.in | 36 | ||||
-rw-r--r-- | databases/pgpool-II-30/pkg-descr | 10 | ||||
-rw-r--r-- | databases/pgpool-II-30/pkg-plist | 23 |
5 files changed, 0 insertions, 121 deletions
diff --git a/databases/pgpool-II-30/Makefile b/databases/pgpool-II-30/Makefile deleted file mode 100644 index 0b72e4ae346a..000000000000 --- a/databases/pgpool-II-30/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# New ports collection makefile for: pgpool -# Date created: 2005-10-19 -# Whom: Choe, Cheng-Dae <whitekid@gmail.com> -# -# $FreeBSD$ -# - -PORTNAME= pgpool-II -PORTVERSION= 1.3 -CATEGORIES= databases -MASTER_SITES= http://pgfoundry.org/frs/download.php/1488/ - -MAINTAINER= kuriyama@FreeBSD.org -COMMENT= A connection pool server for PostgreSQL - -USE_GMAKE= yes -GNU_CONFIGURE= yes -USE_PGSQL= yes - -CONFLICTS= pgpool-3.* -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 - -MAN8= pgpool.8 - -post-patch: - @${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \ - ${WRKSRC}/configure - -pre-install: - ${MKDIR} ${DATADIR} - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for f in ${PORTDOCS} - ${INSTALL_MAN} ${WRKSRC}/$f ${DOCSDIR} -.endfor -.for f in ${PORTDOCShtml} - ${INSTALL_MAN} ${WRKSRC}/doc/$f ${DOCSDIR} -.endfor -PORTDOCS+= ${PORTDOCShtml} -.endif - -.include <bsd.port.mk> diff --git a/databases/pgpool-II-30/distinfo b/databases/pgpool-II-30/distinfo deleted file mode 100644 index c6560580bc28..000000000000 --- a/databases/pgpool-II-30/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (pgpool-II-1.3.tar.gz) = 1276c4b98a9de6f85f3179380a370144 -SHA256 (pgpool-II-1.3.tar.gz) = 1dee4433685ed21557d25325dd9671b1334e1d6eb9467646acbf6b675a7b24de -SIZE (pgpool-II-1.3.tar.gz) = 826772 diff --git a/databases/pgpool-II-30/files/pgpool.in b/databases/pgpool-II-30/files/pgpool.in deleted file mode 100644 index 012accf2b7f3..000000000000 --- a/databases/pgpool-II-30/files/pgpool.in +++ /dev/null @@ -1,36 +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_user (uid): User ID to run as (default nobody) -# - -. %%RC_SUBR%% - -name=pgpool -rcvar=${name}_enable - -load_rc_config $name - -: ${pgpool_enable="NO"} -: ${pgpool_conf="%%PREFIX%%/etc/pgpool.conf"} -: ${pgpool_user="nobody"} - -command="%%PREFIX%%/bin/pgpool" -command_args="-f ${pgpool_conf}" -stop_cmd="${command} ${command_args} stop" - -required_files="${pgpool_conf}" - -run_rc_command "$1" diff --git a/databases/pgpool-II-30/pkg-descr b/databases/pgpool-II-30/pkg-descr deleted file mode 100644 index ced45ee00351..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/pgpool-II/en/ diff --git a/databases/pgpool-II-30/pkg-plist b/databases/pgpool-II-30/pkg-plist deleted file mode 100644 index 3645b15f2d20..000000000000 --- a/databases/pgpool-II-30/pkg-plist +++ /dev/null @@ -1,23 +0,0 @@ -@comment $FreeBSD$ -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_stop_pgpool -bin/pcp_systemdb_info -bin/pg_md5 -bin/pgpool -etc/pcp.conf.sample -etc/pgpool.conf.sample -etc/pool_hba.conf.sample -include/pcp.h -include/pool_type.h -lib/libpcp.a -lib/libpcp.la -lib/libpcp.so -lib/libpcp.so.0 -%%DATADIR%%/pgpool.pam -%%DATADIR%%/system_db.sql -@dirrm %%DATADIR%% |