pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wal2json: Add package
Module Name: pkgsrc-wip
Committed By: Juraj Lutter <otis%NetBSD.org@localhost>
Pushed By: otis
Date: Wed Oct 14 12:52:38 2020 +0000
Changeset: dab94cd1a44c4699f7f1023a8b0bee77656e68a5
Modified Files:
Makefile
Added Files:
postgresql-wal2json/Makefile
Log Message:
wal2json: Add package
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=dab94cd1a44c4699f7f1023a8b0bee77656e68a5
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
Makefile | 1 +
postgresql-wal2json/Makefile | 24 ++++++++++++++++++++++++
2 files changed, 25 insertions(+)
diffs:
diff --git a/Makefile b/Makefile
index 1268faf163..3aaf0c920f 100644
--- a/Makefile
+++ b/Makefile
@@ -3004,6 +3004,7 @@ SUBDIR+= posh
SUBDIR+= postal2-mpdemo-bin
SUBDIR+= postfix-logwatch
SUBDIR+= postgresql-timescaledb
+SUBDIR+= postgresql-wal2json
SUBDIR+= postoffice
SUBDIR+= postr
SUBDIR+= povray
diff --git a/postgresql-wal2json/Makefile b/postgresql-wal2json/Makefile
new file mode 100644
index 0000000000..839f75064a
--- /dev/null
+++ b/postgresql-wal2json/Makefile
@@ -0,0 +1,24 @@
+# $NetBSD$
+
+PKGVERSION= 2.3
+GITHUB_PROJECT= wal2json
+GITHUB_TAG= ${GITHUB_PROJECT}_${PKGVERSION:C/\./_/}
+DISTNAME= ${GITHUB_PROJECT}_${PKGVERSION:C/\./_/}
+PKGNAME= postgresql${PGSQL_VERSION}-${GITHUB_PROJECT}-${PKGVERSION}
+CATEGORIES= databases
+MASTER_SITES= ${MASTER_SITE_GITHUB:=eulerto/}
+EXTRACT_SUFX= .tar.gz
+
+MAINTAINER= otis%NetBSD.org@localhost
+HOMEPAGE= https://github.com/eulerto/wal2json
+COMMENT= Plugin to decode PostgreSQL WAL to JSON
+LICENSE= modified-bsd
+
+DEPENDS+= postgresql${PGSQL_VERSION}-server>=0:../../databases/postgresql${PGSQL_VERSION}-server
+
+USE_TOOLS+= gmake
+
+.include "../../mk/bsd.prefs.mk"
+
+.include "../../mk/pgsql.buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index