FreeBSD Bugzilla – Attachment 208248 Details for
Bug 241199
[NEW PORT] databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
postgresql-ogr_fdw 1.0.8
postgresql11-ogr_fdw-1.0.8.diff (text/plain), 1.99 KB, created by
Loïc Bartoletti
on 2019-10-11 14:53:02 UTC
(
hide
)
Description:
postgresql-ogr_fdw 1.0.8
Filename:
MIME Type:
Creator:
Loïc Bartoletti
Created:
2019-10-11 14:53:02 UTC
Size:
1.99 KB
patch
obsolete
>diff --git databases/postgresql-ogr_fdw/Makefile databases/postgresql-ogr_fdw/Makefile >new file mode 100644 >index 000000000000..f33e743d6973 >--- /dev/null >+++ databases/postgresql-ogr_fdw/Makefile >@@ -0,0 +1,34 @@ >+# $FreeBSD$ >+ >+PORTNAME= ogr_fdw >+DISTVERSIONPREFIX= v >+DISTVERSION= 1.0.8 >+CATEGORIES= databases >+PKGNAMEPREFIX= postgresql${PGSQL_VER:S/.//}- >+ >+MAINTAINER= lbartoletti@tuxfamily.org >+COMMENT= PostgreSQL foreign data wrapper for OGR >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.md >+ >+LIB_DEPENDS= libgdal.so:graphics/gdal >+ >+USES= gmake pgsql:9.3+ >+WANT_PGSQL= server >+USE_GITHUB= yes >+GH_ACCOUNT= pramsey >+GH_PROJECT= pgsql-ogr-fdw >+ >+MAKE_ENV= USE_PGXS=1 >+ >+PLIST_FILES= bin/ogr_fdw_info \ >+ lib/postgresql/ogr_fdw.so \ >+ share/postgresql/extension/ogr_fdw--1.0.sql \ >+ share/postgresql/extension/ogr_fdw.control >+ >+post-install: >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/ogr_fdw_info >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/postgresql/ogr_fdw.so >+ >+.include <bsd.port.mk> >diff --git databases/postgresql-ogr_fdw/distinfo databases/postgresql-ogr_fdw/distinfo >new file mode 100644 >index 000000000000..949537165323 >--- /dev/null >+++ databases/postgresql-ogr_fdw/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1570784198 >+SHA256 (pramsey-pgsql-ogr-fdw-v1.0.8_GH0.tar.gz) = 4ab0c303006bfd83dcd40af4d53c48e7d8ec7835bb98491bc6640686da788a8b >+SIZE (pramsey-pgsql-ogr-fdw-v1.0.8_GH0.tar.gz) = 246197 >diff --git databases/postgresql-ogr_fdw/pkg-descr databases/postgresql-ogr_fdw/pkg-descr >new file mode 100644 >index 000000000000..1e44848d36bf >--- /dev/null >+++ databases/postgresql-ogr_fdw/pkg-descr >@@ -0,0 +1,10 @@ >+This PostgreSQL extension implements a Foreign Data Wrapper (FDW) for OGR. >+ >+Please note that this version of mysql_fdw works with PostgreSQL 9.3+, and >+have some limitations: >+ Only non-spatial query restrictions are pushed down to the OGR driver. >+ Spatial restrictions are not pushed down. >+ OGR connections every time. >+ All columns are retrieved every time. >+ >+WWW: https://github.com/pramsey/pgsql-ogr-fdw
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 241199
: 208248