head 1.4; access; symbols pkgsrc-2026Q2:1.4.0.8 pkgsrc-2026Q2-base:1.4 pkgsrc-2026Q1:1.4.0.6 pkgsrc-2026Q1-base:1.4 pkgsrc-2025Q4:1.4.0.4 pkgsrc-2025Q4-base:1.4 pkgsrc-2025Q3:1.4.0.2 pkgsrc-2025Q3-base:1.4 pkgsrc-2025Q2:1.3.0.28 pkgsrc-2025Q2-base:1.3 pkgsrc-2025Q1:1.3.0.26 pkgsrc-2025Q1-base:1.3 pkgsrc-2024Q4:1.3.0.24 pkgsrc-2024Q4-base:1.3 pkgsrc-2024Q3:1.3.0.22 pkgsrc-2024Q3-base:1.3 pkgsrc-2024Q2:1.3.0.20 pkgsrc-2024Q2-base:1.3 pkgsrc-2024Q1:1.3.0.18 pkgsrc-2024Q1-base:1.3 pkgsrc-2023Q4:1.3.0.16 pkgsrc-2023Q4-base:1.3 pkgsrc-2023Q3:1.3.0.14 pkgsrc-2023Q3-base:1.3 pkgsrc-2023Q2:1.3.0.12 pkgsrc-2023Q2-base:1.3 pkgsrc-2023Q1:1.3.0.10 pkgsrc-2023Q1-base:1.3 pkgsrc-2022Q4:1.3.0.8 pkgsrc-2022Q4-base:1.3 pkgsrc-2022Q3:1.3.0.6 pkgsrc-2022Q3-base:1.3 pkgsrc-2022Q2:1.3.0.4 pkgsrc-2022Q2-base:1.3 pkgsrc-2022Q1:1.3.0.2 pkgsrc-2022Q1-base:1.3 pkgsrc-2021Q4:1.2.0.8 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.6 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.4 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.2.0.2 pkgsrc-2021Q1-base:1.2 pkgsrc-2020Q4:1.1.0.40 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.38 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.34 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.14 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.36 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.32 pkgsrc-2019Q3-base:1.1 pkgsrc-2019Q2:1.1.0.30 pkgsrc-2019Q2-base:1.1 pkgsrc-2019Q1:1.1.0.28 pkgsrc-2019Q1-base:1.1 pkgsrc-2018Q4:1.1.0.26 pkgsrc-2018Q4-base:1.1 pkgsrc-2018Q3:1.1.0.24 pkgsrc-2018Q3-base:1.1 pkgsrc-2018Q2:1.1.0.22 pkgsrc-2018Q2-base:1.1 pkgsrc-2018Q1:1.1.0.20 pkgsrc-2018Q1-base:1.1 pkgsrc-2017Q4:1.1.0.18 pkgsrc-2017Q4-base:1.1 pkgsrc-2017Q3:1.1.0.16 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.12 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.10 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.8 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.6 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.4 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.2 pkgsrc-2016Q1-base:1.1; locks; strict; comment @# @; 1.4 date 2025.06.30.22.51.46; author gdt; state Exp; branches; next 1.3; commitid zygXHvw4zqmr4Y0G; 1.3 date 2022.02.15.12.59.21; author gdt; state Exp; branches; next 1.2; commitid 0MBrBIvx9I5xmIsD; 1.2 date 2021.03.01.00.03.35; author gdt; state Exp; branches; next 1.1; commitid G9Lf4oNxAEwUlxJC; 1.1 date 2016.02.02.04.33.58; author dbj; state Exp; branches; next ; commitid 4wuuTR72A9DbriTy; desc @@ 1.4 log @geography/qgis: Fix ctype abuse @ text @$NetBSD: patch-mac_CMakeLists.txt,v 1.3 2022/02/15 12:59:21 gdt Exp $ Make sure QCATOOL_EXECUTABLE is available to 1qt.cmake This is in conjunction with patch-mac_cmake_1qt.cmake.in Not yet reported upstream. --- mac/CMakeLists.txt.orig 2025-05-16 12:02:00.000000000 +0000 +++ mac/CMakeLists.txt @@@@ -1,6 +1,6 @@@@ # mac bundling must happen at end, so all binaries installed # and install_names can be adjusted -if (APPLE AND QGIS_MACAPP_BUNDLE GREATER -1) +if (XAPPLE AND QGIS_MACAPP_BUNDLE GREATER -1) # for included scripts that set policies (ie OS X bundling) install (CODE "cmake_policy(SET CMP0011 NEW)") configure_file (cmake/0vars.cmake.in 0vars.cmake @@ONLY) @@@@ -8,6 +8,7 @@@@ if (APPLE AND QGIS_MACAPP_BUNDLE GREATER install (SCRIPT ${CMAKE_BINARY_DIR}/mac/0qgis.cmake) if (QGIS_MACAPP_BUNDLE GREATER 0) # start with Qt + FIND_QCATOOL(1) configure_file (cmake/1qt.cmake.in 1qt.cmake @@ONLY) install (SCRIPT ${CMAKE_BINARY_DIR}/mac/1qt.cmake) if (QGIS_MACAPP_BUNDLE GREATER 1) @ 1.3 log @geography/qgis: Update to 3.22.3 Upstream changes: Many bug fixes and improvements. 3.22: Annotation layer improvements. Substantial mesh layer improvements. 3.20: 3.18: Improved simulation of color vision deficiency. Drop DB2 provider. @ text @d1 1 a1 1 $NetBSD: patch-mac_CMakeLists.txt,v 1.2 2021/03/01 00:03:35 gdt Exp $ d8 1 a8 1 --- mac/CMakeLists.txt.orig 2022-01-14 12:06:34.000000000 +0000 d10 8 @ 1.2 log @geography/qgis: Update to 3.16.4 This is an update from the 3.10 LTR to the newly-designated 3.16 LTR. Besides hand-re-applying patches, and believing the new PLIST, the only change is a new dependency on protobuf. Upstream NEWS # 3.16 This release brings a wealth of new options for 3D mapping, mesh generation from other data types, additional spatial analysis tools, symbology and user interface enhancements to name but a few! A host of tools have been incorporated into the ever-expanding processing framework, and the QGIS browser now supports advanced database interaction functionality that was previously reserved for the DB Manager plugin. https://www.qgis.org/en/site/forusers/visualchangelog316/index.html # 3.14 Some of the marquee features include vector tile support, huge advances in mdal / mesh support, native support for temporal data in WMS-T, PG Raster, vector providers, and mesh layers. Users focussed on cartography and digitising haven’t been left out either, with many new options for you! https://www.qgis.org/en/site/forusers/visualchangelog314/index.html # What's new in Version 3.12 'București'? This release has following new features: - User Interface: Deselecting tables when adding PostgreSQL data after add button is clicked. - Symbology: Vector Trace Animation and Streamlines for Mesh Layer - Rendering: Play/Stop Buttons for Mesh Layer Playback - Rendering: On the Fly Resampling of Data Defined on Faces to Vertices (Mesh Layer) - Rendering: Support for Mesh Reference Time - 3D Features: 3D Mesh Layer Terrain Renderer - 3D Features: Harmonize 3D map view widget with 2D ones to display the map theme drop-down menu - Expressions: Search Tags for Functions - Expressions: List Referenced Layer Values - Expressions: New functions to check if a geometry is empty or null - Expressions: Hash expressions - Digitizing: Edit Invalid Attributes on Copy/Paste to Another Layer - Digitizing: Snapping cache parallelization - Data Management: DXF Export Improvements - Forms and Widgets: Create geometric feature from the relation editor - Forms and Widgets: Improve feature selection dialog - Analysis Tools: Smooth Export of the Contours from Mesh Layer - Analysis Tools: Support of Datasets Defined on Faces in QGIS Mesh Calculator - Processing: Package new layers to existing GeoPackage - Browser: Customization of the items shown in browser - Data Providers: Changed WMTS layer collection icon - Data Providers: Added Metadata URL property in the layer metadata tab for WMS / WMTS and WCS services - Data Providers: Fetch and show dimensions metadata for a WMS layer metadata - Data Providers: Added refresh action to OGC services entries - Data Providers: 3d Stacked Meshes - Data Providers: Oracle curve type edition support - Programmability: Exposes shape digitizing methods to QgisInterface - Notable Fixes: Bug fixes by Stephen Knox https://www.qgis.org/en/site/forusers/visualchangelog312/index.html @ text @d1 1 a1 1 $NetBSD: patch-mac_CMakeLists.txt,v 1.1 2016/02/02 04:33:58 dbj Exp $ d6 3 a8 1 --- mac/CMakeLists.txt.orig 2021-02-19 12:09:21.000000000 +0000 @ 1.1 log @update qgis to 12.2.3 New Features in QGIS 2.12 ‘Lyon’ This is the next release in our 4-monthly release series. It gives you access to the new features we have been working on and represents the ‘cutting edge’ of QGIS development. QGIS ‘Lyon’ is jam-packed with awesome new features. Special highlights are support for rule based labelling, rule based styling of attribute tables, and advanced geometry checker, support for digitising curve based geometries, better authentication management and much, much more! QGIS 2.12 also has many bug fixes and memory leaks addressed. The features provided in QGIS 2.12 will be included in the next LTR release (slated for release in 2016), so using this release provides you with an excellent opportunity to test new features that will make their way into the next LTR. @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- mac/CMakeLists.txt.orig 2016-01-15 12:00:55.000000000 +0000 d8 3 a10 1 @@@@ -10,6 +10,7 @@@@ IF (APPLE) a11 2 CONFIGURE_FILE (cmake/1osg.cmake.in 1osg.cmake @@ONLY) INSTALL (SCRIPT ${CMAKE_BINARY_DIR}/mac/1osg.cmake) d13 3 a15 3 CONFIGURE_FILE (cmake/1qt.cmake.in 1qt.cmake @@ONLY) INSTALL (SCRIPT ${CMAKE_BINARY_DIR}/mac/1qt.cmake) IF (QGIS_MACAPP_BUNDLE GREATER 1) @