--- databases/Makefile (revision 507710) +++ databases/Makefile (working copy) @@ -577,6 +577,7 @@ SUBDIR += pg_citus SUBDIR += pg_dirtyread SUBDIR += pg_partman + SUBDIR += pg_probackup SUBDIR += pg_qualstats SUBDIR += pg_reorg SUBDIR += pg_repack --- databases/pg_probackup/Makefile (nonexistent) +++ databases/pg_probackup/Makefile (working copy) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= pg_probackup +PORTVERSION= 2.1.5 +PG_VERSION= 11.4 +CATEGORIES= databases +MASTER_SITES+= PGSQL/source/v${PG_VERSION}:pgsrc +DISTFILES+= postgresql-${PG_VERSION}.tar.bz2:pgsrc +DIST_SUBDIR= postgresql + +MAINTAINER= mizhka@freebsd.org +COMMENT= PostgreSQL server backup manager + +LICENSE= PostgreSQL +LICENSE_FILE= ${WRKSRC}/LICENSE + +USES= gmake pgsql:11 + +USE_GITHUB= yes +GH_ACCOUNT= postgrespro + +MAKE_ARGS+= USE_PGXS=1 top_srcdir=${WRKDIR}/postgresql-${PG_VERSION}/ + +PLIST_FILES= bin/${PORTNAME} + +.include --- databases/pg_probackup/distinfo (nonexistent) +++ databases/pg_probackup/distinfo (working copy) @@ -0,0 +1,5 @@ +TIMESTAMP = 1564579120 +SHA256 (postgresql/postgresql-11.4.tar.bz2) = 02802ddffd1590805beddd1e464dd28a46a41a5f1e1df04bab4f46663195cc8b +SIZE (postgresql/postgresql-11.4.tar.bz2) = 19759635 +SHA256 (postgresql/postgrespro-pg_probackup-2.1.5_GH0.tar.gz) = 456a6c1ce8daf88d900180cc0808bf83297d9708044dc1e7345e7ffe381bc46b +SIZE (postgresql/postgrespro-pg_probackup-2.1.5_GH0.tar.gz) = 275253 --- databases/pg_probackup/pkg-descr (nonexistent) +++ databases/pg_probackup/pkg-descr (working copy) @@ -0,0 +1,5 @@ +A utility to manage backup and recovery of PostgreSQL database clusters. +It is designed to perform periodic backups of the PostgreSQL instance +that enable you to restore the server in case of a failure. + +WWW: https://github.com/postgrespro/pg_probackup