mirror of https://git.FreeBSD.org/ports.git
databases/pgactive: add new ports.
it's aws' active-active replication extension for postgresql.
This commit is contained in:
parent
75dbe18cf0
commit
7e86a0d711
|
@ -556,6 +556,7 @@
|
|||
SUBDIR += pg_store_plans
|
||||
SUBDIR += pg_tileserv
|
||||
SUBDIR += pgaccess
|
||||
SUBDIR += pgactive
|
||||
SUBDIR += pgadmin3
|
||||
SUBDIR += pgagroal
|
||||
SUBDIR += pgbackrest
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
PORTNAME= pgactive
|
||||
PORTVERSION= 2.1.6
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER= vanilla@FreeBSD.org
|
||||
COMMENT= Active-active replication extension for PostgreSQL
|
||||
WWW= http://github.com/aws/pgactive
|
||||
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= gmake pgsql
|
||||
WANT_PGSQL= client server
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= aws
|
||||
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgactive_dump
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/pgactive_init_copy
|
||||
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/pgactive.so
|
||||
|
||||
.include <bsd.port.mk>
|
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1756047691
|
||||
SHA256 (aws-pgactive-v2.1.6_GH0.tar.gz) = d8a172b8d75013baeb5740a124e0abed7a7233ddee8c88439a5b60298ff91d40
|
||||
SIZE (aws-pgactive-v2.1.6_GH0.tar.gz) = 2170745
|
|
@ -0,0 +1,2 @@
|
|||
pgactive is a PostgreSQL replication extension for creating
|
||||
an active-active database.
|
|
@ -0,0 +1,11 @@
|
|||
bin/pgactive_dump
|
||||
bin/pgactive_init_copy
|
||||
lib/postgresql/pgactive.so
|
||||
share/postgresql/extension/pgactive--2.1.0--2.1.1.sql
|
||||
share/postgresql/extension/pgactive--2.1.0.sql
|
||||
share/postgresql/extension/pgactive--2.1.1--2.1.2.sql
|
||||
share/postgresql/extension/pgactive--2.1.2--2.1.3.sql
|
||||
share/postgresql/extension/pgactive--2.1.3--2.1.4.sql
|
||||
share/postgresql/extension/pgactive--2.1.4--2.1.5.sql
|
||||
share/postgresql/extension/pgactive--2.1.5--2.1.6.sql
|
||||
share/postgresql/extension/pgactive.control
|
Loading…
Reference in New Issue