IABSD.fr/ports/geo

Branch :


Log

Author Commit Date CI Message
4f8cbee3 2023-02-20 16:35:18 Drop hand-rolled do-build targets in cmake ports for ALL_TARGET support cmake.port.mk now honours the variale and produces the identical target.
8dd0ccf5 2023-02-19 11:24:38 geo/py-geofilter: update to 0.2.1. adds support for pygeoif 1.0.0.
0ade68f9 2023-02-19 11:24:03 geo/py-geoif: update to 1.0.0.
251dfbd1 2023-02-19 11:03:59 geo/pygeoapi: update sample config, forgotten in previous
511fa204 2023-02-19 09:46:39 geo/pygeoapi: update to 0.14.0. see https://lists.osgeo.org/pipermail/pygeoapi/2023-February/000286.html
23be2ce7 2023-02-19 09:09:07 Update to p5-Geo-Inverse-0.07.
6bc25621 2023-02-19 09:00:01 Update to p5-Geo-Forward-0.16.
70ae498d 2023-02-19 08:46:30 Update to p5-Geo-Functions-0.08.
16e5870f 2023-02-18 18:42:11 geo/gpxsee: update to 12.1
648dac7d 2023-02-18 09:18:49 geo/pdal: update to 2.5.1. see https://github.com/PDAL/PDAL/releases/tag/2.5.1
594ab899 2023-02-18 08:49:19 geo/gpxsee: update to 12.0
7cbb2aaf 2023-02-18 07:19:12 Regen wANTLIB after wxWidgets update.
35b33a8d 2023-02-16 09:24:56 geo/postgis: update patch to fix build if abseil-cpp is present from https://github.com/google/flatbuffers/pull/7824 via https://github.com/MapServer/MapServer/pull/6833
40775ff2 2023-02-16 09:22:53 geo/mapserver: update patch to fix build if abseil-cpp is present from https://github.com/MapServer/MapServer/pull/6833
a1f614ca 2023-02-10 13:26:16 geo/postgis: fix build if abseil-cpp is installed flatgeobuf support tries to use abseil-cpp if found, and fails because the latter requires c++14 or newer. patch out #elif __has_include to make sure it isnt picked up, until properly fixed upstream. same fix as applied to geo/mapserver. build failure reported by tb@, thanks !
0b5b930b 2023-02-08 11:30:39 bump ports for MODPHP_VERSION default change
779d4c4e 2023-02-07 16:33:30 update to traccar-5.6, from Renaud Allard (maintainer)
80918847 2023-02-07 12:48:45 Defer test compilation to test target Split 277 out of 671 targets from do-build into pre-test, cutting down build/package time noticably. No package change. OK landry (maintainer)
921e9a42 2023-02-06 14:15:20 geo/mapserver: fix build if abseil-cpp is installed flatgeobuf support tries to use abseil-cpp if found, and fails because the latter requires c++14 or newer. patch out #elif __has_include to make sure it isnt picked up, until properly fixed upstream. build failure reported by tb@, different fix proposed by kn@ but i prefer avoiding a useless BDEP.
1ec786c0 2023-02-02 21:05:01 Update kgeotag to 1.4.0
e7a1dd2a 2023-02-01 09:45:33 geo/mapcache: update to 1.14.0. see https://mapserver.org/development/changelog/mapcache/changelog-1-14.html patch out -std=c89, clang 13 blows on 'static inline void'. Apparently GCC 12 on debian doesn't..
668d85e9 2023-01-30 13:43:53 geo/qgis: update to 3.28.3
50536da8 2023-01-28 10:55:35 Update to geoclue2-2.7.0.
c3f5e5aa 2023-01-18 16:37:06 Regen WANTLIB after libchamplain update.
216cb617 2023-01-18 16:36:40 Update to libchamplain-0.12.21. soup2 -> soup3
01f3e1be 2023-01-15 14:22:35 geo/pdal: update to 2.5.0. see https://github.com/PDAL/PDAL/releases/tag/2.5.0
39445012 2023-01-11 19:00:28 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.
a499f020 2023-01-08 16:25:09 geo/gdal: update to 3.6.2 see https://github.com/OSGeo/gdal/blob/v3.6.2/NEWS.md
8b11f707 2023-01-03 08:40:11 geo/gpxsee: update to 11.11
eef36fb2 2022-12-27 13:03:06 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.
6d17feca 2022-12-26 15:16:48 geo/ Hook up py-xyzservices
c109d51b 2022-12-26 15:15:11 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@
8a88a4c4 2022-12-19 10:55:16 geo/pygeoapi: add RDEP on geo/py-geofilter
6663a6f7 2022-12-19 10:54:17 +{textproc/py-{lark,dateparser},geo/py-geo{if,filter}},python3
231a4047 2022-12-19 10:52:04 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@
15f221b9 2022-12-19 10:50:57 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@
ca934c5e 2022-12-17 08:48:06 geo/mdal: update to 1.0.1
3adbe17f 2022-12-17 08:39:35 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
9efd26a1 2022-12-17 08:05:05 geo/qgis: update to 3.28.2
1c1aa50b 2022-12-06 08:30:04 geo/pygeoapi: update to 0.13.0
0fa1584c 2022-12-05 12:17:17 geo/pgrouting: update to 3.4.2
948618ee 2022-12-04 07:55:26 Update lib2geom to 1.2.2
27d6ff88 2022-11-28 07:53:55 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
a2b2bf78 2022-11-27 01:34:59 add missing BDEP, reported by naddy
d858b7cc 2022-11-26 23:28:11 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.
9944338f 2022-11-26 09:41:24 missed file in previous commit, I have no idea how as it was a directory commit and it's not a new file
4bef8c57 2022-11-25 21:11:34 use MODPY_PYBUILD
4fc02ca1 2022-11-25 15:39:40 geo/gpxsee: update to 11.9
3f4d9d5d 2022-11-22 14:07:07 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
f6c9bc37 2022-11-19 07:23:32 geo/qgis: update to 3.28.1
071c6621 2022-11-17 12:35:07 remove myself
97da73cb 2022-11-14 11:29:06 geo/gdal: update to 3.6.0. see https://github.com/OSGeo/gdal/blob/v3.6.0/NEWS.md
c41a4830 2022-11-14 07:03:36 geo/postgis: update to 3.3.2
dae9f91e 2022-11-13 15:28:39 bump for MODPY_DEFAULT_VERSION_3 change
d0c33abe 2022-11-11 17:16:00 Fix HOMEPAGE and remove non existing ones.
f50fdd74 2022-11-08 11:14:43 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 :-)
d3aaddb1 2022-11-05 17:06:22 WANTLIB: pcre -> pcre2-8 after recent glib2 update.
25de91b2 2022-11-04 09:14:21 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays... Discussed with jasper@
c9322779 2022-11-02 13:18:04 geo/mdal: update to 1.0.0. see https://github.com/lutraconsulting/MDAL/releases/tag/release-1.0.0
d12404a9 2022-11-02 12:34:13 geo/gdal: update to 3.5.3. see https://github.com/OSGeo/gdal/blob/v3.5.3/NEWS.md
424a60c4 2022-10-31 23:14:52 remove line continuation before empty lines ok sthen@ ajacoutot@
f1811438 2022-10-31 09:05:27 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@
eb7147c1 2022-10-27 16:43:13 update to traccar-5.4, similar diff from maintainer Renaud Allard
e9b110aa 2022-10-25 23:08:16 geo/openbsd-developers: add myself (aisha) ok abieber@
83432529 2022-10-25 15:29:42 geo/pgrouting: update to 3.4.1
3cf86f45 2022-10-22 07:19:37 geo/qgis: update to 3.28.0. see https://changelog.qgis.org/en/qgis/version/3.28/
613965bc 2022-10-14 10:36:52 Update py-rasterio to 1.3.2.
54cb4646 2022-10-07 08:54:30 geo/pgrouting: update to 3.4.0
bf90f8c6 2022-10-05 14:25:27 geo/gpxsee: update to 11.5
aabd4dd9 2022-09-21 12:18:43 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@
a3fa0d78 2022-09-21 07:16:40 geo/gdal: make sure podofo isnt picked up if found during configure failure reported by jca@
2206a800 2022-09-13 20:56:17 rename MODPY_PEP517 to MODPY_PYBUILD which is a bit less of a magic-numbers name and more of a nod at the frontend we're actually using for the build.
914d4bde 2022-09-13 08:17:09 geo/gdal: update to 3.5.2. see https://github.com/OSGeo/gdal/blob/v3.5.2/NEWS.md
a7370a6d 2022-09-12 16:03:08 geo/mapserver: major update to 8.0.0. see https://mapserver.org/development/announce/8-0.html and https://mapserver.org/development/changelog/changelog-8-0.html#changelog-8-0 improve README wrt OGCAPI support. now uses php 8, one less user of php 7.4.
b7207458 2022-09-12 05:58:59 geo/py-shapely: add forgotten patch to fix build, reported by tb@
4d79c9c6 2022-09-11 22:52:58 Fixed missed PLIST update for the switch to MODPY_PEP517
56c83369 2022-09-11 10:33:29 geo/py-osmium: update to 3.4.1, switch to MODPY_PEP517=setuptools
d3c8a1a4 2022-09-11 10:31:12 geo/osm2pgsql: update to 1.7.0
932c5b85 2022-09-11 10:20:49 geo/py-shapely: update to 1.8.4, switch to MODPY_PEP517=setuptools
7975a840 2022-09-11 09:56:25 geo/py-owslib: update to 0.27.2, switch to MODPY_PEP517=setuptools
f52687cb 2022-09-11 08:07:27 geo/postgis: update to 3.3.1. see https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.1/NEWS drop patches/patch-configure, merged upstream since a while in 3.1 branch
69296a89 2022-09-10 17:09:24 geo/qgis: update to 3.26.3 backport fix for https://github.com/qgis/QGIS/issues/49513
d36ff4c4 2022-09-09 18:53:19 geo/gpxsee: update to 11.4
27acebf5 2022-09-09 06:31:11 Update kgeotag to 1.3.1
53503e10 2022-08-31 09:53:06 geo/pgrouting: update to 3.3.2
925ef1b0 2022-08-31 09:52:14 geo/postgis: update to 3.3.0. drop patch from https://trac.osgeo.org/postgis/ticket/4573, CPPFLAGS works see https://postgis.net/2022/08/27/postgis-3.3.0-released/
0a1b3637 2022-08-29 13:32:54 Unbreak with archivers/quazip 1.3 ok sdk@
93f37310 2022-08-25 07:09:40 geo/postgis: update to 3.2.3
961cb67f 2022-08-15 11:48:49 geo/qgis: update to 3.26.2.
b4aac809 2022-08-12 16:47:19 geo/gpxsee: update to 11.3
57a325a2 2022-08-12 06:56:57 geo/pgrouting: switch HOMEPAGE to https
2fc32c6f 2022-08-12 06:55:53 geo/mapserver: switch HOMEPAGE to https
eb7f10a0 2022-08-12 06:55:01 geo/mapcache: switch HOMEPAGE to https
4dbc7b8e 2022-08-12 06:54:19 geo/mdal: switch HOMEPAGE to https
9e9f15e3 2022-08-11 08:22:16 Update to py-planet-1.5.1.
882632d9 2022-08-11 08:07:54 Update to py-laspy-2.2.0.
39886ec1 2022-08-10 18:55:09 regen plist
ad99cb1a 2022-08-10 12:32:00 traccar upstream replaced the release distfile with some changes; - rebuilt web interface files - repacked tracker-server.jar (though no files inside changed) - dropped an index in the database schema updates replace the distfile (using a different name to avoid problems for any bulk builders who already fetched the old file) and bump
a11b84ea 2022-08-10 08:51:48 update to traccar-5.3, from maintainer Renaud Allard with a few tweaks by me
9a422b4e 2022-08-08 12:59:00 Update to geocode-glib-3.26.4.