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

View File

@@ -0,0 +1,12 @@
This package provides the following PostgreSQL tools:
- pg_archivecleanup
- pg_standby
pg_standby supports creation of a "warm standby" database server.
It is designed to be a waiting restore_command, which is needed
to turn a standard archive recovery into a warm standby operation.
pg_archivecleanup is designed to cleanup an archive when used as
an archive_cleanup_command when running with standby_mode = on.
pg_archivecleanup can also be used as a standalone program to
clean WAL file archives.

View File

@@ -0,0 +1,12 @@
# $NetBSD: Makefile,v 1.7 2013/02/09 11:19:16 adam Exp $
PKGNAME= ${DISTNAME:C/-/91-replicationtools-/}
COMMENT= PostgreSQL replication tools
.include "../../databases/postgresql91/Makefile.common"
BUILD_DIRS+= contrib/pg_archivecleanup
BUILD_DIRS+= contrib/pg_standby
.include "../../databases/postgresql91-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1.1.1 2011/09/15 08:33:19 adam Exp $
bin/pg_archivecleanup
bin/pg_standby