View | Details | Raw Unified | Return to bug 239707 | Differences between
and this patch

Collapse All | Expand All

(-)databases/debezium-postgres-decoderbufs/Makefile (+35 lines)
Line 0 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	postgres-decoderbufs
4
PORTVERSION=	0.9.5
5
CATEGORIES=	databases
6
PKGNAMEPREFIX=	debezium-
7
8
MAINTAINER=	dmitry.wagin@ya.ru
9
COMMENT=	PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers, adapted for Debezium
10
11
LICENSE=	MIT
12
13
LIB_DEPENDS=	libprotobuf-c.so:devel/protobuf-c
14
15
USES=		gmake pkgconfig pgsql:9.6+
16
LLD_UNSAFE=	yes
17
WANT_PGSQL=	server
18
19
USE_GITHUB=	yes
20
GH_ACCOUNT=	debezium
21
GH_TAGNAME=	c719d3fa6a5c00d220100f0c6b8a7604325f6288
22
23
OPTIONS_DEFINE=		POSTGIS
24
25
POSTGIS_DESC=		Enable PostGIS support
26
POSTGIS_MAKE_ARGS_OFF=	USE_POSTGIS=false
27
POSTGIS_LIB_DEPENDS=	liblwgeom.so:databases/postgis25
28
29
PLIST_FILES=	lib/postgresql/decoderbufs.so \
30
		share/postgresql/extension/decoderbufs.control
31
32
post-install:
33
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/decoderbufs.so
34
35
.include <bsd.port.mk>
(-)databases/debezium-postgres-decoderbufs/distinfo (+3 lines)
Line 0 Link Here
1
TIMESTAMP = 1565164594
2
SHA256 (debezium-postgres-decoderbufs-0.9.5-c719d3fa6a5c00d220100f0c6b8a7604325f6288_GH0.tar.gz) = 677f90da7c8eea3680be434cfe2b3b76766738679c0d7a0300cdd80b97abb555
3
SIZE (debezium-postgres-decoderbufs-0.9.5-c719d3fa6a5c00d220100f0c6b8a7604325f6288_GH0.tar.gz) = 13723
(-)databases/debezium-postgres-decoderbufs/pkg-descr (+3 lines)
Line 0 Link Here
1
PostgreSQL logical decoder output plugin to deliver data as Protocol Buffers, adapted for Debezium
2
3
WWW: https://github.com/debezium/postgres-decoderbufs

Return to bug 239707