Commit Graph

1796 Commits

Author SHA1 Message Date
landry 668d85e9e9 geo/qgis: update to 3.28.3 2023-01-30 13:43:53 +00:00
ajacoutot 50536da850 Update to geoclue2-2.7.0. 2023-01-28 10:55:35 +00:00
ajacoutot c3f5e5aa2c Regen WANTLIB after libchamplain update. 2023-01-18 16:37:06 +00:00
ajacoutot 216cb61769 Update to libchamplain-0.12.21.
soup2 -> soup3
2023-01-18 16:36:40 +00:00
landry 01f3e1be97 geo/pdal: update to 2.5.0.
see https://github.com/PDAL/PDAL/releases/tag/2.5.0
2023-01-15 14:22:35 +00:00
jca 39445012cc Use local swap16/swap32 functions instead of the defines from endian.h
The local functions take a pointer to an integer, not an integer, so
the endian.h macros aren't a proper replacement.  This fixes the build
with clang 15.
2023-01-11 19:00:28 +00:00
landry a499f02051 geo/gdal: update to 3.6.2
see https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md
2023-01-08 16:25:09 +00:00
landry 8b11f70760 geo/gpxsee: update to 11.11 2023-01-03 08:40:11 +00:00
landry eef36fb276 geo/py-osmium: add BDEP on devel/llvm
this port uses cmake behind setuptools, cmake tries to detect various
toolchain bits, then at some points finds llvm-strip if llvm port is
installed.. then blows if llvm port is junked.

should fix a build failure seen by naddy@
idea from sthen@, until i find a better way to make this port directly
use cmake or pass cmake arguments to disable toolchain detection.
2022-12-27 13:03:06 +00:00
lraab 6d17feca10 geo/ Hook up py-xyzservices 2022-12-26 15:16:48 +00:00
lraab c109d51b80 import geo/xyzservices 1.0.6
xyzservices is a lightweight library providing a repository of
available XYZ services offering raster basemap tiles.

Needed for www/py-bokeh update

ok sthen@
2022-12-26 15:15:11 +00:00
landry 8a88a4c40f geo/pygeoapi: add RDEP on geo/py-geofilter 2022-12-19 10:55:16 +00:00
landry 6663a6f770 +{textproc/py-{lark,dateparser},geo/py-geo{if,filter}},python3 2022-12-19 10:54:17 +00:00
landry 231a40473f Import geo/py-geofilter 0.1.2.
Pygeofilter is a pure Python parser implementation of OGC filtering
standards:
* CQL as defined in CSW 2.0
* CQL JSON as defined in OGC API - Features - Part 3: Filtering and
  the Common Query Language (CQL)
* JSON Filter Expressions (JFE)

ok sthen@
2022-12-19 10:52:04 +00:00
landry 15f221b90d Import geo/py-geoif 0.7.
PyGeoIf provides a GeoJSON-like protocol for geo-spatial (GIS) vector data.

You may think of pygeoif as a shapely ultralight which lets you
construct geometries and perform very basic operations like reading and
writing geometries from/to WKT, constructing line strings out of points,
polygons from linear rings, multi polygons from polygons, etc. It was
inspired by shapely and implements the geometries in a way that when you
are familiar with shapely you feel right at home with pygeoif.

Not porting 1.0.0 since pygeofilter isnt compatible with it yet, cf
https://github.com/geopython/pygeofilter/issues/57

ok sthen@
2022-12-19 10:50:57 +00:00
landry ca934c5ec5 geo/mdal: update to 1.0.1 2022-12-17 08:48:06 +00:00
landry 3adbe17f6c geo/gdal: update to 3.6.1, fixing a gpkg regression introduced in 3.6.0.
see https://lists.osgeo.org/pipermail/gdal-dev/2022-December/056643.html
and https://github.com/OSGeo/gdal/blob/v3.6.1/NEWS.md
2022-12-17 08:39:35 +00:00
landry 9efd26a15e geo/qgis: update to 3.28.2 2022-12-17 08:05:05 +00:00
landry 1c1aa50bcc geo/pygeoapi: update to 0.13.0 2022-12-06 08:30:04 +00:00
landry 0fa1584cea geo/pgrouting: update to 3.4.2 2022-12-05 12:17:17 +00:00
rsadowski 948618ee7e Update lib2geom to 1.2.2 2022-12-04 07:55:26 +00:00
landry 27d6ff8801 geo/geos: update to 3.11.1.
see https://github.com/libgeos/geos/releases/tag/3.11.1
rm patch merged in https://github.com/libgeos/geos/pull/644
2022-11-28 07:53:55 +00:00
sthen a2b2bf7885 add missing BDEP, reported by naddy 2022-11-27 01:34:59 +00:00
sthen d858b7cc2a Ports built with setuptools on python 3.10 don't need a RUN_DEPENDS on
setuptools (it's used as a package locator but importlib.metadata in
newer Python core or the external importlib_metadata are preferred).
So drop the RDEP in that case (it's still kept for py27) and bump
revisions.
2022-11-26 23:28:11 +00:00
sthen 9944338f4c missed file in previous commit, I have no idea how as it was a
directory commit and it's not a new file
2022-11-26 09:41:24 +00:00
sthen 4bef8c5762 use MODPY_PYBUILD 2022-11-25 21:11:34 +00:00
landry 4fc02ca19b geo/gpxsee: update to 11.9 2022-11-25 15:39:40 +00:00
lraab 3f4d9d5d45 geo/pygeoapi: add missing RUN_DEPENDS and patch jinja autoescape
Add a few missing RUN_DEPENDS that were overlooked. Upstream has
pinned to jinja2 3.0.*, but since 3.1.x is currently in the tree,
patch out the jinja2 autoescape module since it's now built-in.
Also add an example YAML config file

ok landry
2022-11-22 14:07:07 +00:00
landry f6c9bc371e geo/qgis: update to 3.28.1 2022-11-19 07:23:32 +00:00
kn 071c66210a remove myself 2022-11-17 12:35:07 +00:00
landry 97da73cb69 geo/gdal: update to 3.6.0.
see https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md
2022-11-14 11:29:06 +00:00
landry c41a4830ef geo/postgis: update to 3.3.2 2022-11-14 07:03:36 +00:00
sthen dae9f91e31 bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:28:39 +00:00
ajacoutot d0c33abe7e Fix HOMEPAGE and remove non existing ones. 2022-11-11 17:16:00 +00:00
ajacoutot f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
ajacoutot d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
ajacoutot 25de91b267 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays...
Discussed with jasper@
2022-11-04 09:14:21 +00:00
landry c932277955 geo/mdal: update to 1.0.0.
see https://github.com/lutraconsulting/MDAL/releases/tag/release-1.0.0
2022-11-02 13:18:04 +00:00
landry d12404a9c9 geo/gdal: update to 3.5.3.
see https://github.com/OSGeo/gdal/blob/v3.5.3/NEWS.md
2022-11-02 12:34:13 +00:00
naddy 424a60c42f remove line continuation before empty lines
ok sthen@ ajacoutot@
2022-10-31 23:14:52 +00:00
landry f1811438b3 geo/mapserver: stop shipping mapscript.php
it's not needed anymore with recent swig. patch can go away when swig
4.1.0 is commited.

discussed with tb@
2022-10-31 09:05:27 +00:00
sthen eb7147c1e8 update to traccar-5.4, similar diff from maintainer Renaud Allard 2022-10-27 16:43:13 +00:00
aisha e9b110aa07 geo/openbsd-developers: add myself (aisha)
ok abieber@
2022-10-25 23:08:16 +00:00
landry 8343252914 geo/pgrouting: update to 3.4.1 2022-10-25 15:29:42 +00:00
landry 3cf86f45ba geo/qgis: update to 3.28.0.
see https://changelog.qgis.org/en/qgis/version/3.28/
2022-10-22 07:19:37 +00:00
martin 613965bc6a Update py-rasterio to 1.3.2. 2022-10-14 10:36:52 +00:00
landry 54cb4646ec geo/pgrouting: update to 3.4.0 2022-10-07 08:54:30 +00:00
landry bf90f8c6e7 geo/gpxsee: update to 11.5 2022-10-05 14:25:27 +00:00
landry aabd4dd956 geo/gdal: also make sure librasterlite2 isnt picked up by cmake
i'll add it as a dependency after 7.2 since it's a dedicated driver cf
https://gdal.org/drivers/raster/rasterlite2.html

failure also reported by jca@
2022-09-21 12:18:43 +00:00
landry a3fa0d783d geo/gdal: make sure podofo isnt picked up if found during configure
failure reported by jca@
2022-09-21 07:16:40 +00:00