Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Feb 2021 05:58:36
1.1.0_1

|
lbartoletti  |
graphics/gdal: Set the default options as a workable set
- reinstate r552962 (was reverted in r553000)
- remove pkg-message from qgis and qgis-ltr
- Bump PORTREVSION on all consumers
PR: 224004
Approved by: portmgr |
06 Feb 2021 07:13:22
1.1.0

|
lbartoletti  |
databases/postgresql-ogr_fdw: Update to 1.1.0
- New options for handling multi-sheet worksheets
- Better handling of character encoding for sources with non-UTF8 data
- Functions to display version info and list available drivers |
29 May 2020 18:43:35
1.0.12

|
lbartoletti  |
databases/postgresql-ogr_fdw: Update to 1.0.12
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D24998 |
22 Jan 2020 06:02:25
1.0.9_1

|
sunpoet  |
Bump PORTREVISION for graphics/gdal shlib change |
14 Jan 2020 21:45:15
1.0.9

|
lbartoletti  |
Change my mail address to lbartoletti@FreeBSD.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D23169 |
22 Nov 2019 09:26:01
1.0.9

|
joneum  |
Update to 1.0.9
Changelog: https://github.com/pramsey/pgsql-ogr-fdw/releases/tag/v1.0.9
PR: 242073
Submitted by: Loic Bartoletti <lbartoletti@tuxfamily.org> (maintainer)
Sponsored by: Netzkommune GmbH |
28 Oct 2019 20:52:14
1.0.8

|
amdmi3  |
- Fix pkg-plist
PR: 241527
Submitted by: lbartoletti@tuxfamily.org (maintainer)
Reported by: olgeni |
21 Oct 2019 17:54:03
1.0.8

|
amdmi3  |
Add databases/postgresql-ogr_fdw: PostgreSQL foreign data wrapper for OGR
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
PR: 241199
Submitted by: lbartoletti@tuxfamily.org |