Path to this page:
./
databases/postgresql-postgis2,
Spatial database capabilities for PostgreSQL
Branch: CURRENT,
Version: 3.4.0,
Package name: postgresql13-postgis-3.4.0,
Maintainer: gdtPostGIS adds support for geographic objects to the PostgreSQL object-relational
database. In effect, PostGIS "spatially enables" the PostgreSQL server,
allowing it to be used as a backend spatial database for geographic information
systems (GIS), much like ESRI's SDE or Oracle's Spatial extension. PostGIS
follows the OpenGIS "Simple Features Specification for SQL" and has been
certified as compliant with the "Types and Functions" profile.
PostGIS/PostgreSQL includes the following functionality:
* Simple Features as defined by the OpenGIS Consortium (OGC)
* Support for Well-Known Text and Well-Known Binary representations of GIS
objects
* Fast spatial indexing using GiST
* Geospatial analysis functions
* PostgreSQL JDBC extension objects corresponding to the geometries
* Support for OGC access functions as defined by the Simple Features
Specification
The package is postgis2 for historical reasons; this is currently
PostGIS 3 and intends to track the most recent stable release.
Required to run:[
textproc/libxml2] [
textproc/libxslt] [
graphics/ImageMagick] [
geography/gdal-lib] [
geography/geos] [
devel/cunit] [
geography/proj] [
textproc/json-c] [
devel/pcre2] [
devel/protobuf-c] [
databases/postgresql14-client] [
databases/postgresql14-server]
Required to build:[
textproc/docbook-xsl] [
pkgtools/x11-links]
Master sites:
Filesize: 14348.973 KB
Version history: (Expand)
- (2023-08-16) Updated to version: postgresql13-postgis-3.4.0
- (2023-08-02) Updated to version: postgresql13-postgis-3.3.4
- (2023-06-06) Updated to version: postgresql13-postgis-3.3.3nb1
- (2023-05-31) Updated to version: postgresql13-postgis-3.3.3
- (2023-05-28) Updated to version: postgresql13-postgis-3.3.2nb8
- (2023-05-07) Updated to version: postgresql13-postgis-3.3.2nb7
CVS history: (Expand)
2023-08-16 16:36:39 by Greg Troxel | Files touched by this commit (3) |
Log message:
databases/postgresql-postgis2: Update to 3.4.0
Packaging changes:
- Accept pgsql 15.
- No longer accept pgsql 11.
- use gsed as tool (something in the build wanted it)
Selected upstream NEWS:
PostGIS 3.4.0
2023/08/xx
There are 2 new ./configure switches:
- --disable-extension-upgrades-install, will skip installing all the extension \
upgrade scripts except for the ANY--currentversion. If you use this, you can \
install select upgrades using the postgis commandline tool
- --without-pgconfig, will build just the commandline tools
raster2pgsql and shp2pgsql even if PostgreSQL is not installed
* New Features *
- #5052, target version support in postgis_extensions_upgrade
(Sandro Santilli)
- New install-extension-upgrades command in postgis script (Sandro Santilli)
- #5006, GH705, ST_Transform: Support PROJ pipelines (Robert Coup, Koordinates)
- #5283, [postgis_topology] RenameTopology (Sandro Santilli)
- #5286, [postgis_topology] RenameTopoGeometryColumn (Sandro Santilli)
- GH703, [postgis_raster] Add min/max resampling as options (Christian Schroeder)
- #5336, [postgis_topology] topogeometry cast to topoelement support (Regina Obe)
- Allow singleton geometry to be inserted into Geometry(Multi*) columns (Paul \
Ramsey)
- GH721, New window-based ST_ClusterWithinWin and ST_ClusterIntersectingWin \
(Paul Ramsey)
- #5267, ST_Project signature for geometry, and two-point signature (Paul Ramsey)
- #5267, ST_LineExtend for extending linestrings (Paul Ramsey)
- New coverage functions ST_CoverageInvalidEdges, ST_CoverageSimplify, \
ST_CoverageUnion (Paul Ramsey)
* Enhancements *
- #5092, reduce number of upgrade paths installed on system,
by providing an ANY intermediary path that all upgrades will
go thru (Sandro Santilli)
* Breaking Changes *
- #5306, GH734, postgis_full_version() and postgis_proj_version()
now output more information about proj network configuration
and data paths. GEOS compile-time version
also shown if different from run-time
(Paul Ramsey, Sandro Santilli)
- #5447, postgis_restore.pl renamed to postgis_restore
(Sandro Santilli)
- Utilities now installed in OS bin or
user specified --bindir and --prefix
instead of postgresql bin
and extension stripped except on windows
(postgis, postgis_restore, shp2pgsql, raster2pgsql, pgsql2shp,
pgtopo_import, pgtopo_export)
|
2023-08-02 03:15:00 by Thomas Klausner | Files touched by this commit (1) |  |
Log message:
postgresql-postgis2: reset PKGREVISION after update
|
2023-08-02 03:00:46 by Greg Troxel | Files touched by this commit (3) |
Log message:
databases/postgresql-postgis2: Update to 3.3.4
Upstream changes are bug fixes and minor enhancements, and:
- #5385, Take out interruptability of ST_AsMVT
as it causes backend crash under intense conditions
(Regina Obe, Paul Ramsey)
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-06-06 10:02:15 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bump for math/imath shlib version change
|
2023-05-31 15:30:12 by Greg Troxel | Files touched by this commit (4) |
Log message:
databases/postgresql-postgis2: Update to 3.3.3
Packaging changes:
- Clean up bl3, and bump API to 3.0 from 2.0, just because it seems
ridiculous to build against postgis 2 and likely won't work.
- Adjust indentation because pkglint says so, but NFC.
Upstream NEWS: bugfixes
|
2023-05-28 19:04:38 by Thomas Klausner | Files touched by this commit (66) |
Log message:
*: recursive bump for imath shared library major version bump
|
2023-05-07 14:33:49 by Thomas Klausner | Files touched by this commit (67) |
Log message:
*: recursive bumpf ro math/imath shlib bump
|