Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

10
databases/pgpool/DESCR Normal file
View File

@@ -0,0 +1,10 @@
pgpool is a connection server for PostgreSQL. pgpool runs between
PostgreSQL's clients(front ends) and servers(back ends). A PostgreSQL
client can connect to pgpool as if it were a standard PostgreSQL
server.
pgpool caches the connection to PostgreSQL server to reduce the
overhead to establish the connection to it. Also, pgpool could use
two PostgreSQL servers for fail over. If the first server goes down,
pgpool will automatically switch to the secondary server. Moreover,
pgpool supports scheduled switch over.

28
databases/pgpool/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $NetBSD: Makefile,v 1.11 2012/10/02 21:25:38 asau Exp $
DISTNAME= pgpool-3.4.1
CATEGORIES= databases
MASTER_SITES= http://pgfoundry.org/frs/download.php/1446/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pgpool.projects.postgresql.org/
COMMENT= Connection pooling/replication server for PostgreSQL
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--sysconfdir=${PKG_SYSCONFDIR:Q}
INSTALLATION_DIRS= share/examples
CONF_FILES= ${PREFIX}/share/examples/pgpool.conf.sample \
${PKG_SYSCONFDIR}/pgpool.conf
CONF_FILES+= ${PREFIX}/share/examples/pool_hba.conf.sample \
${PKG_SYSCONFDIR}/pool_hba.conf
post-install:
${INSTALL_DATA} ${WRKSRC}/pgpool.conf.sample \
${DESTDIR}${PREFIX}/share/examples
${INSTALL_DATA} ${WRKSRC}/pool_hba.conf.sample \
${DESTDIR}${PREFIX}/share/examples
.include "../../mk/bsd.pkg.mk"

6
databases/pgpool/PLIST Normal file
View File

@@ -0,0 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2011/04/05 17:47:17 minskim Exp $
bin/pgpool
man/man8/pgpool.8
share/examples/pgpool.conf.sample
share/examples/pool_hba.conf.sample
share/pgpool/pgpool.pam

View File

@@ -0,0 +1,6 @@
$NetBSD: distinfo,v 1.5 2011/04/05 17:47:17 minskim Exp $
SHA1 (pgpool-3.4.1.tar.gz) = 55027bfb0437b4edea38a480163e32762698c48a
RMD160 (pgpool-3.4.1.tar.gz) = ba409a8b2b424272cd458e689ea94234f9bc3f42
Size (pgpool-3.4.1.tar.gz) = 201509 bytes
SHA1 (patch-aa) = 3e222f3c8b82ff317c7e628ce3e6e8554d0a49cc

View File

@@ -0,0 +1,13 @@
$NetBSD: patch-aa,v 1.3 2011/04/05 17:47:17 minskim Exp $
--- Makefile.in.orig 2006-01-02 16:33:53.000000000 -0800
+++ Makefile.in
@@ -184,7 +184,7 @@ pgpool_SOURCES = pool.h version.h pgpool
pool_hba.c pool_list.h pool_list.c pool_path.h pool_path.c \
pool_type.h pool_ip.h pool_ip.c pool_hba.conf.sample pgpool.pam
-sysconf_DATA = pgpool.conf.sample pool_hba.conf.sample
+sysconf_DATA =
pkgdata_DATA = pgpool.pam
AM_CPPFLAGS = -Wall -Wmissing-prototypes -Wmissing-declarations -D_GNU_SOURCE
man_MANS = pgpool.8