Import of pkgsrc-2014Q1
This commit is contained in:
12
databases/postgresql93-replicationtools/DESCR
Normal file
12
databases/postgresql93-replicationtools/DESCR
Normal 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.
|
||||
12
databases/postgresql93-replicationtools/Makefile
Normal file
12
databases/postgresql93-replicationtools/Makefile
Normal 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"
|
||||
3
databases/postgresql93-replicationtools/PLIST
Normal file
3
databases/postgresql93-replicationtools/PLIST
Normal 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
|
||||
Reference in New Issue
Block a user