Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 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.3 2014/02/23 11:25:54 adam Exp $
PKGNAME= ${DISTNAME:C/-/93-replicationtools-/}
COMMENT= PostgreSQL replication tools
.include "../../databases/postgresql93/Makefile.common"
BUILD_DIRS+= contrib/pg_archivecleanup
BUILD_DIRS+= contrib/pg_standby
.include "../../databases/postgresql93-client/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"

View File

@@ -0,0 +1,3 @@
@comment $NetBSD: PLIST,v 1.1 2013/09/10 15:32:33 adam Exp $
bin/pg_archivecleanup
bin/pg_standby