import ports/databases/pg_sqlite_fdw, from dlg@ with minor tweaks by me, ok dlg

This PostgreSQL extension is a Foreign Data Wrapper for SQLite.
This commit is contained in:
sthen 2021-11-29 20:38:52 +00:00
parent 5f62a847a9
commit 79b20c2c5f
4 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.1.1.1 2021/11/29 20:38:52 sthen Exp $
COMMENT = PostgreSQL Foreign Data Wrapper for SQLite
GH_ACCOUNT = pgspider
GH_PROJECT = sqlite_fdw
GH_TAGNAME = v2.1.0
PKGNAME = pg_${DISTNAME}
CATEGORIES = databases
HOMEPAGE = https://github.com/pgspider/sqlite_fdw
# PostgreSQL
PERMIT_PACKAGE = Yes
WANTLIB = c sqlite3
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS = databases/postgresql,-server
LIB_DEPENDS = databases/sqlite3
USE_GMAKE = Yes
MAKE_FLAGS = USE_PGXS=1
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (sqlite_fdw-2.1.0.tar.gz) = w8Xxwktr+yPl8wFolKNJSYQzicbpPzDw2262/nqemsk=
SIZE (sqlite_fdw-2.1.0.tar.gz) = 1841376

View File

@ -0,0 +1 @@
This PostgreSQL extension is a Foreign Data Wrapper for SQLite.

View File

@ -0,0 +1,5 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2021/11/29 20:38:52 sthen Exp $
@so lib/postgresql/sqlite_fdw.so
share/postgresql/extension/sqlite_fdw--1.0--1.1.sql
share/postgresql/extension/sqlite_fdw--1.0.sql
share/postgresql/extension/sqlite_fdw.control