aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/grass7/Makefile86
-rw-r--r--databases/grass7/distinfo6
-rw-r--r--databases/grass7/files/pkg-message.in (renamed from databases/grass7/pkg-message)12
-rw-r--r--databases/grass7/pkg-plist1612
-rw-r--r--graphics/qgis-ltr/Makefile39
-rw-r--r--graphics/qgis-ltr/distinfo6
-rw-r--r--graphics/qgis-ltr/files/patch-cmake_FindGRASS.cmake13
-rw-r--r--graphics/qgis-ltr/files/patch-cmake_FindPyQt5.py11
-rw-r--r--graphics/qgis-ltr/files/patch-cmake_Txt2Tags.cmake20
-rw-r--r--graphics/qgis-ltr/files/patch-doc_INSTALL.html9
-rw-r--r--graphics/qgis-ltr/files/patch-doc_INSTALL.t2t28
-rw-r--r--graphics/qgis-ltr/files/patch-doc_news.html9
-rw-r--r--graphics/qgis-ltr/files/patch-doc_news.t2t18
-rw-r--r--graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py10
-rw-r--r--graphics/qgis-ltr/files/patch-scripts_release.pl13
-rw-r--r--graphics/qgis-ltr/files/patch-scripts_update-news.pl13
-rw-r--r--graphics/qgis-ltr/files/patch-src_core_CMakeLists.txt (renamed from graphics/qgis/files/patch-src_core_CMakeLists.txt)0
-rw-r--r--graphics/qgis-ltr/files/patch-src_core_qgsproject.cpp11
-rw-r--r--graphics/qgis-ltr/files/patch-src_plugins_grass_CMakeLists.txt10
-rw-r--r--graphics/qgis-ltr/pkg-plist229
-rw-r--r--graphics/qgis/Makefile6
-rw-r--r--graphics/qgis/distinfo6
-rw-r--r--graphics/qgis/files/patch-cmake_FindGRASS.cmake13
-rw-r--r--graphics/qgis/files/patch-cmake_FindPyQt5.py11
-rw-r--r--graphics/qgis/files/patch-cmake_Txt2Tags.cmake20
-rw-r--r--graphics/qgis/files/patch-doc_INSTALL.html9
-rw-r--r--graphics/qgis/files/patch-doc_INSTALL.t2t28
-rw-r--r--graphics/qgis/files/patch-doc_news.html9
-rw-r--r--graphics/qgis/files/patch-doc_news.t2t18
-rw-r--r--graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py10
-rw-r--r--graphics/qgis/files/patch-scripts_release.pl13
-rw-r--r--graphics/qgis/files/patch-scripts_update-news.pl13
-rw-r--r--graphics/qgis/files/patch-src_analysis_interpolation_qgsinterpolator.h10
-rw-r--r--graphics/qgis/files/patch-src_plugins_grass_CMakeLists.txt10
-rw-r--r--graphics/qgis/pkg-plist223
-rw-r--r--math/saga/Makefile9
-rw-r--r--math/saga/distinfo6
-rw-r--r--math/saga/files/patch-configure.ac15
-rw-r--r--math/saga/pkg-plist1
39 files changed, 1262 insertions, 1323 deletions
diff --git a/databases/grass7/Makefile b/databases/grass7/Makefile
index 59b0de82118c..8acdeaefe014 100644
--- a/databases/grass7/Makefile
+++ b/databases/grass7/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= grass
-PORTVERSION= 7.6.1
-PORTREVISION= 12
+PORTVERSION= 7.8.2
CATEGORIES= databases geography
MASTER_SITES= https://grass.osgeo.org/%SUBDIR%/ \
http://grass.cict.fr/%SUBDIR%/ \
@@ -27,7 +26,8 @@ LICENSE_FILE= ${WRKSRC}/GPL.TXT
BROKEN_sparc64= Does not configure on sparc64
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.2:math/py-numpy@${PY_FLAVOR}
+BUILD_DEPENDS= ${PY_NUMPY} \
+ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR}
LIB_DEPENDS= libgdal.so:graphics/gdal \
libpng.so:graphics/png \
libproj.so:graphics/proj \
@@ -36,11 +36,12 @@ LIB_DEPENDS= libgdal.so:graphics/gdal \
libfontconfig.so:x11-fonts/fontconfig \
libfreetype.so:print/freetype2 \
libgeos.so:graphics/geos
-RUN_DEPENDS= bash:shells/bash
+RUN_DEPENDS= ${PY_NUMPY} \
+ ${PYTHON_SITELIBDIR}/six.py:devel/py-six@${PY_FLAVOR}
-USES= blaslapack fortran gmake gl gnome \
- iconv jpeg perl5 pkgconfig python:2.7 \
- readline shebangfix tk xorg
+USES= blaslapack compiler:openmp fortran gl gmake gnome iconv \
+ jpeg perl5 pkgconfig python:3.6+ readline shebangfix tk xorg
+SHEBANG_GLOB= *.py
SHEBANG_LANG= nviz
nviz_OLD_CMD= nviz
nviz_CMD= ${PREFIX}/${GRASS_INST_DIR}/bin/nviz
@@ -49,7 +50,6 @@ USE_GL= gl glu
USE_GNOME= cairo
USE_WX= 3.0
WX_COMPS= wx:build python:run
-USE_GCC= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
@@ -67,9 +67,12 @@ CONFIGURE_ARGS= --with-includes=${LOCALBASE}/include \
--with-proj-share=${LOCALBASE}/share/proj \
--with-geos=${LOCALBASE}/bin/geos-config \
--with-gdal=${LOCALBASE}/bin/gdal-config \
- --with-pthread=yes
- #--with-openmp
+ --with-pthread=yes \
+ --with-openmp
+SUB_FILES= pkg-message
+SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
+BINARY_ALIAS= python3=${PYTHON_CMD}
ALL_TARGET= default
USE_LDCONFIG= ${PREFIX}/${GRASS_INST_DIR}/lib
MAKE_ENV+= TARGET="${CONFIGURE_TARGET}"
@@ -97,8 +100,6 @@ OPTIONS_SUB= yes
LAS_DESC= Enable LiDAR modules
PDAL_DESC= Enable points cloud data modules
DB_DESC= Database support
-NLS_CONFIGURE_WITH= nls
-NLS_USES= gettext
LAS_CONFIGURE_ON= --with-liblas=yes
LAS_LIB_DEPENDS= liblas.so:devel/liblas \
libboost_program_options.so:devel/boost-libs \
@@ -110,14 +111,16 @@ MYSQL_CONFIGURE_ON= --with-mysql \
--with-mysql-libs=${LOCALBASE}/lib/mysql
NETCDF_CONFIGURE_ON= --with-netcdf=${LOCALBASE}/bin/nc-config
NETCDF_LIB_DEPENDS= libnetcdf.so:science/netcdf
+NLS_CONFIGURE_WITH= nls
+NLS_USES= gettext
ODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
-ODBC_CONFIGURE_ON= --with-odbc
+ODBC_CONFIGURE_WITH= odbc
PDAL_CONFIGURE_ON= --with-pdal=${LOCALBASE}/bin/pdal-config
PDAL_LIB_DEPENDS= libpdal_base.so:math/pdal
PGSQL_USES= pgsql
-PGSQL_CONFIGURE_ON= --with-postgres
+PGSQL_CONFIGURE_WITH= postgres
SQLITE_USES= sqlite
-SQLITE_CONFIGURE_ON= --with-sqlite
+SQLITE_CONFIGURE_WITH= sqlite
SQLITE_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
ZSTD_CONFIGURE_WITH= zstd
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
@@ -147,7 +150,7 @@ post-patch:
/^$$(INST_DIR)\//s|$$(INST_DIR)|$${DESTDIR}$${INST_DIR}|g ; \
s|> $$(INST_DIR)|> $${DESTDIR}$${INST_DIR}|' ${WRKSRC}/include/Make/Install.make
${REINPLACE_CMD} \
- 's|= python|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in
+ 's|= python3|= ${PYTHON_CMD:T}|' ${WRKSRC}/include/Make/Platform.make.in
${REINPLACE_CMD} \
"s|'make'|'gmake'|g" ${WRKSRC}/scripts/g.extension/g.extension.py
${REINPLACE_CMD} \
@@ -158,39 +161,46 @@ post-patch:
${REINPLACE_CMD} 's|GRASS_PYTHON=python|GRASS_PYTHON=${PYTHON_CMD}|g' \
${WRKSRC}/lib/init/grass.sh
${REINPLACE_CMD} \
- "s|environ\['GRASS_PYTHON'\] = "'"python"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \
+ "s|environ\['GRASS_PYTHON'\] = "'"python3"'"|environ['GRASS_PYTHON'] = "'"${PYTHON_CMD}"'"|g" \
${WRKSRC}/lib/python/script/setup.py
- cd ${WRKSRC}; \
- for i in `${FIND} . -type f -print`; do \
- ${REINPLACE_CMD} \
- 's|#!/usr/bin/env python|#!/usr/bin/env ${PYTHON_CMD}|' $$i; \
- done
post-install:
+# remove useless files
+ ${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/db.test/
${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/demolocation/PERMANENT/.tmp/
${RM} -rf ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/docs/html/colortables/*bak.png
- ${MKDIR} ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html/
-.for file in i_atcorr_B02_atcorr.png \
- i_ortho_photo_step1.png \
- i_ortho_photo_step5.png \
- i_ortho_photo_step6.png \
- i_ortho_photo_step7.png \
- i_ortho_photo_step8.png \
- r.viewshed.png \
- rterraflow_accumulation.png \
- rterraflow_dir2.png \
- rterraflow_dir3.png \
- sweep1.png \
- sweep2.png
- ${TOUCH} ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html/${file}
+
+# fix pkg-plist issues
+# poudriere testport, poudriere bulk -t and make ports can create different pkg-plist
+ for i in `${FIND} ${WRKSRC}/scripts -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \
+ ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \
+ done
+ for i in `${FIND} ${WRKSRC}/gui/wxpython -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \
+ ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \
+ done
+ for i in `${FIND} ${WRKSRC}/raster -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \
+ ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \
+ done
+ for i in `${FIND} ${WRKSRC}/imagery -type f \( -name *jpg -o -name *png -o -name *gxm \) -print`; do \
+ ${INSTALL_DATA} $$i ${STAGEDIR}${LOCALBASE}/${PORTNAME}${VER}/docs/html; \
+ done
+.for file in wms_base.py wms_drv.py wms_gdal_drv.py wms_cap_parsers.py srs.py
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/r.in.wms/${file} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/r.in.wms/${file}
.endfor
+ ${INSTALL_SCRIPT} ${WRKSRC}/scripts/wxpyimgview/wxpyimgview_gui.py ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/wxpyimgview_gui.py
+ ${MKDIR} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/d.polar
+ ${INSTALL_DATA} ${WRKSRC}/scripts/d.polar/ps_defs.eps ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/d.polar
+
+# STRIP PART
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/bin/*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/driver/db/*
-.for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram
+.for i in clean_temp current_time_s_ms echo i.find lock run r.watershed/seg r.watershed/ram lister/vector lister/cell
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/${i}
.endfor
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/etc/lister/*
${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/tools/g.echo
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${GRASS_INST_DIR}/lib/*
+
+# symlink grass7
${LN} -sf ${PORTNAME}${VER} \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}${PKGNAMESUFFIX}
.include <bsd.port.mk>
diff --git a/databases/grass7/distinfo b/databases/grass7/distinfo
index 0147058a51d2..ace71b10610d 100644
--- a/databases/grass7/distinfo
+++ b/databases/grass7/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1553326217
-SHA256 (grass-7.6.1.tar.gz) = 9e25c99cafd16ed8f5e2dca75b5a10dc2af0568dbedf3fc39f1c5a0a9c840b0b
-SIZE (grass-7.6.1.tar.gz) = 59952303
+TIMESTAMP = 1583004075
+SHA256 (grass-7.8.2.tar.gz) = 33576f7078f805b39ca20c2fa416ac79c64260c0581072a6dc7d813f53aa9abb
+SIZE (grass-7.8.2.tar.gz) = 60563736
diff --git a/databases/grass7/pkg-message b/databases/grass7/files/pkg-message.in
index 649ab0d86992..917d7762805c 100644
--- a/databases/grass7/pkg-message
+++ b/databases/grass7/files/pkg-message.in
@@ -3,18 +3,18 @@
message: <<EOM
To run the wxpython based GUI:
- export GRASS_PYTHON=python2.7 (or your local python version)
+ export GRASS_PYTHON=%%PYTHON_CMD%%
grass -gui
To map gcc for numpy, add:
- libgcc_s.so.1 gcc6/libgcc_s.so.1
- libgomp.so.1 gcc6/libgomp.so.1
- libssp.so.0 gcc6/libssp.so.0
- libstdc++.so.6 gcc6/libstdc++.so.6
+ libgcc_s.so.1 gcc9/libgcc_s.so.1
+ libgomp.so.1 gcc9/libgomp.so.1
+ libssp.so.0 gcc9/libssp.so.0
+ libstdc++.so.6 gcc9/libstdc++.so.6
to %%LOCALBASE%%/etc/libmap.d/gcc.conf. Use your local gcc version
-instead of gcc6.
+instead of gcc9.
This is required for some modules using fortran.
EOM
diff --git a/databases/grass7/pkg-plist b/databases/grass7/pkg-plist
index 841bad51cb60..81d4172efdcb 100644
--- a/databases/grass7/pkg-plist
+++ b/databases/grass7/pkg-plist
@@ -1,12 +1,6 @@
bin/grass%%MAJVER%%
bin/grass%%VER%%
%%GRASS_INST_DIR%%/AUTHORS
-%%GRASS_INST_DIR%%/CHANGES
-%%GRASS_INST_DIR%%/CITING
-%%GRASS_INST_DIR%%/COPYING
-%%GRASS_INST_DIR%%/GPL.TXT
-%%GRASS_INST_DIR%%/INSTALL
-%%GRASS_INST_DIR%%/REQUIREMENTS.html
%%GRASS_INST_DIR%%/bin/d.barscale
%%GRASS_INST_DIR%%/bin/d.colorlist
%%GRASS_INST_DIR%%/bin/d.colortable
@@ -153,6 +147,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r.in.bin
%%GRASS_INST_DIR%%/bin/r.in.gdal
%%GRASS_INST_DIR%%/bin/r.in.gridatb
+%%LAS%%%%GRASS_INST_DIR%%/bin/r.in.lidar
%%GRASS_INST_DIR%%/bin/r.in.mat
%%GRASS_INST_DIR%%/bin/r.in.png
%%GRASS_INST_DIR%%/bin/r.in.poly
@@ -274,6 +269,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r3.gwflow
%%GRASS_INST_DIR%%/bin/r3.in.ascii
%%GRASS_INST_DIR%%/bin/r3.in.bin
+%%LAS%%%%GRASS_INST_DIR%%/bin/r3.in.lidar
%%GRASS_INST_DIR%%/bin/r3.in.v5d
%%GRASS_INST_DIR%%/bin/r3.info
%%GRASS_INST_DIR%%/bin/r3.mapcalc
@@ -283,6 +279,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/r3.null
%%GRASS_INST_DIR%%/bin/r3.out.ascii
%%GRASS_INST_DIR%%/bin/r3.out.bin
+%%NETCDF%%%%GRASS_INST_DIR%%/bin/r3.out.netcdf
%%GRASS_INST_DIR%%/bin/r3.out.v5d
%%GRASS_INST_DIR%%/bin/r3.out.vtk
%%GRASS_INST_DIR%%/bin/r3.retile
@@ -319,6 +316,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.in.ascii
%%GRASS_INST_DIR%%/bin/v.in.db
%%GRASS_INST_DIR%%/bin/v.in.dxf
+%%LAS%%%%GRASS_INST_DIR%%/bin/v.in.lidar
%%GRASS_INST_DIR%%/bin/v.in.ogr
%%GRASS_INST_DIR%%/bin/v.in.region
%%GRASS_INST_DIR%%/bin/v.info
@@ -354,7 +352,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.normal
%%GRASS_INST_DIR%%/bin/v.out.ascii
%%GRASS_INST_DIR%%/bin/v.out.dxf
+%%LAS%%%%GRASS_INST_DIR%%/bin/v.out.lidar
%%GRASS_INST_DIR%%/bin/v.out.ogr
+%%PGSQL%%%%GRASS_INST_DIR%%/bin/v.out.postgis
%%GRASS_INST_DIR%%/bin/v.out.pov
%%GRASS_INST_DIR%%/bin/v.out.svg
%%GRASS_INST_DIR%%/bin/v.out.vtk
@@ -393,18 +393,20 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/bin/v.what.rast
%%GRASS_INST_DIR%%/bin/v.what.rast3
%%GRASS_INST_DIR%%/bin/ximgview
-%%GRASS_INST_DIR%%/contributors.csv
+%%GRASS_INST_DIR%%/CHANGES
+%%GRASS_INST_DIR%%/CITING
%%GRASS_INST_DIR%%/contributors_extra.csv
+%%GRASS_INST_DIR%%/contributors.csv
+%%GRASS_INST_DIR%%/COPYING
%%GRASS_INST_DIR%%/demolocation/.grassrc%%VER%%
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/mysites.dbf
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/point.dbf
%%GRASS_INST_DIR%%/demolocation/PERMANENT/DEFAULT_WIND
%%GRASS_INST_DIR%%/demolocation/PERMANENT/MYNAME
%%GRASS_INST_DIR%%/demolocation/PERMANENT/PROJ_INFO
%%GRASS_INST_DIR%%/demolocation/PERMANENT/PROJ_UNITS
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/VAR
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/WIND
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/mysites.dbf
-%%GRASS_INST_DIR%%/demolocation/PERMANENT/dbf/point.dbf
%%GRASS_INST_DIR%%/demolocation/PERMANENT/sqlite/sqlite.db
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/VAR
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/cidx
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/coor
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/country_boundaries/dbln
@@ -426,8 +428,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/hist
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/sidx
%%GRASS_INST_DIR%%/demolocation/PERMANENT/vector/point/topo
-%%GRASS_INST_DIR%%/docs/html/aspect.png
+%%GRASS_INST_DIR%%/demolocation/PERMANENT/WIND
%%GRASS_INST_DIR%%/docs/html/aspect_diagram.png
+%%GRASS_INST_DIR%%/docs/html/aspect.png
%%GRASS_INST_DIR%%/docs/html/barscales/arrow_ends.png
%%GRASS_INST_DIR%%/docs/html/barscales/both_ticks.png
%%GRASS_INST_DIR%%/docs/html/barscales/classic.png
@@ -480,11 +483,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/colortables/ndwi.png
%%GRASS_INST_DIR%%/docs/html/colortables/oranges.png
%%GRASS_INST_DIR%%/docs/html/colortables/plasma.png
-%%GRASS_INST_DIR%%/docs/html/colortables/population.png
%%GRASS_INST_DIR%%/docs/html/colortables/population_dens.png
-%%GRASS_INST_DIR%%/docs/html/colortables/precipitation.png
+%%GRASS_INST_DIR%%/docs/html/colortables/population.png
%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_daily.png
%%GRASS_INST_DIR%%/docs/html/colortables/precipitation_monthly.png
+%%GRASS_INST_DIR%%/docs/html/colortables/precipitation.png
%%GRASS_INST_DIR%%/docs/html/colortables/rainbow.png
%%GRASS_INST_DIR%%/docs/html/colortables/ramp.png
%%GRASS_INST_DIR%%/docs/html/colortables/random.png
@@ -496,12 +499,40 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/colortables/sepia.png
%%GRASS_INST_DIR%%/docs/html/colortables/slope.png
%%GRASS_INST_DIR%%/docs/html/colortables/soilmoisture.png
-%%GRASS_INST_DIR%%/docs/html/colortables/srtm.png
%%GRASS_INST_DIR%%/docs/html/colortables/srtm_plus.png
+%%GRASS_INST_DIR%%/docs/html/colortables/srtm.png
%%GRASS_INST_DIR%%/docs/html/colortables/terrain.png
%%GRASS_INST_DIR%%/docs/html/colortables/viridis.png
%%GRASS_INST_DIR%%/docs/html/colortables/water.png
%%GRASS_INST_DIR%%/docs/html/colortables/wave.png
+%%GRASS_INST_DIR%%/docs/html/d_correlate_plot.png
+%%GRASS_INST_DIR%%/docs/html/d_frame.png
+%%GRASS_INST_DIR%%/docs/html/d_geodesic.png
+%%GRASS_INST_DIR%%/docs/html/d_grid_blue_grid.png
+%%GRASS_INST_DIR%%/docs/html/d_grid_red_grid.png
+%%GRASS_INST_DIR%%/docs/html/d_histogram_bar.png
+%%GRASS_INST_DIR%%/docs/html/d_histogram_pie.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_custom_labels_and_background.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_logarithmic.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_vect_subheadings.png
+%%GRASS_INST_DIR%%/docs/html/d_legend_vect.png
+%%GRASS_INST_DIR%%/docs/html/d_legend.png
+%%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png
+%%GRASS_INST_DIR%%/docs/html/d_mon_wx0.png
+%%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png
+%%GRASS_INST_DIR%%/docs/html/d_rast_num_zoom.png
+%%GRASS_INST_DIR%%/docs/html/d_rgb.png
+%%GRASS_INST_DIR%%/docs/html/d_rhumbline.png
+%%GRASS_INST_DIR%%/docs/html/d_text.png
+%%GRASS_INST_DIR%%/docs/html/d_to_rast_3D_example.jpg
+%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_2d.png
+%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_3d.png
+%%GRASS_INST_DIR%%/docs/html/d_vect_thematic.png
%%GRASS_INST_DIR%%/docs/html/d.barscale.html
%%GRASS_INST_DIR%%/docs/html/d.colorlist.html
%%GRASS_INST_DIR%%/docs/html/d.colortable.html
@@ -538,43 +569,15 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/d.text.html
%%GRASS_INST_DIR%%/docs/html/d.title.html
%%GRASS_INST_DIR%%/docs/html/d.to.rast.html
-%%GRASS_INST_DIR%%/docs/html/d.vect.chart.html
%%GRASS_INST_DIR%%/docs/html/d.vect.chart_example.jpg
+%%GRASS_INST_DIR%%/docs/html/d.vect.chart.html
%%GRASS_INST_DIR%%/docs/html/d.vect.html
%%GRASS_INST_DIR%%/docs/html/d.vect.thematic.html
%%GRASS_INST_DIR%%/docs/html/d.what.rast.html
%%GRASS_INST_DIR%%/docs/html/d.what.vect.html
%%GRASS_INST_DIR%%/docs/html/d.where.html
-%%GRASS_INST_DIR%%/docs/html/d_correlate_plot.png
-%%GRASS_INST_DIR%%/docs/html/d_frame.png
-%%GRASS_INST_DIR%%/docs/html/d_geodesic.png
-%%GRASS_INST_DIR%%/docs/html/d_grid_blue_grid.png
-%%GRASS_INST_DIR%%/docs/html/d_grid_red_grid.png
-%%GRASS_INST_DIR%%/docs/html/d_histogram_bar.png
-%%GRASS_INST_DIR%%/docs/html/d_histogram_pie.png
-%%GRASS_INST_DIR%%/docs/html/d_legend.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_custom_labels_and_background.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_logarithmic.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_vect.png
-%%GRASS_INST_DIR%%/docs/html/d_legend_vect_subheadings.png
-%%GRASS_INST_DIR%%/docs/html/d_mon_wx0.png
-%%GRASS_INST_DIR%%/docs/html/d_mon_wx0_raster.png
-%%GRASS_INST_DIR%%/docs/html/d_polar_aspect.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_arrow_wind.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_edit.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_elevation.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_elevation_values.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_landuse.png
-%%GRASS_INST_DIR%%/docs/html/d_rast_num_zoom.png
-%%GRASS_INST_DIR%%/docs/html/d_rgb.png
-%%GRASS_INST_DIR%%/docs/html/d_rhumbline.png
-%%GRASS_INST_DIR%%/docs/html/d_text.png
-%%GRASS_INST_DIR%%/docs/html/d_to_rast_3D_example.jpg
-%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_2d.png
-%%GRASS_INST_DIR%%/docs/html/d_vect_chart_pie_3d.png
-%%GRASS_INST_DIR%%/docs/html/d_vect_thematic.png
-%%GRASS_INST_DIR%%/docs/html/database.html
%%GRASS_INST_DIR%%/docs/html/database_graphical.html
+%%GRASS_INST_DIR%%/docs/html/database.html
%%GRASS_INST_DIR%%/docs/html/databaseintro.html
%%GRASS_INST_DIR%%/docs/html/datacatalog.png
%%GRASS_INST_DIR%%/docs/html/db.columns.html
@@ -598,52 +601,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/dbmgr_frame.png
%%GRASS_INST_DIR%%/docs/html/dbmgr_sql_builder.png
%%GRASS_INST_DIR%%/docs/html/dem.png
-%%GRASS_INST_DIR%%/docs/html/display.html
%%GRASS_INST_DIR%%/docs/html/display_graphical.html
+%%GRASS_INST_DIR%%/docs/html/display.html
%%GRASS_INST_DIR%%/docs/html/displaydrivers.html
%%GRASS_INST_DIR%%/docs/html/dshade.png
%%GRASS_INST_DIR%%/docs/html/full_index.html
-%%GRASS_INST_DIR%%/docs/html/g.access.html
-%%GRASS_INST_DIR%%/docs/html/g.cairocomp.html
-%%GRASS_INST_DIR%%/docs/html/g.copy.html
-%%GRASS_INST_DIR%%/docs/html/g.dirseps.html
-%%GRASS_INST_DIR%%/docs/html/g.extension.all.html
-%%GRASS_INST_DIR%%/docs/html/g.extension.html
-%%GRASS_INST_DIR%%/docs/html/g.filename.html
-%%GRASS_INST_DIR%%/docs/html/g.findetc.html
-%%GRASS_INST_DIR%%/docs/html/g.findfile.html
-%%GRASS_INST_DIR%%/docs/html/g.gisenv.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.animation.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.datacatalog.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.dbmgr.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.gcp.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.gmodeler.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.iclass.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.image2target.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.mapswipe.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.photo2image.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.psmap.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.rlisetup.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.timeline.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.tplot.html
-%%GRASS_INST_DIR%%/docs/html/g.gui.vdigit.html
-%%GRASS_INST_DIR%%/docs/html/g.list.html
-%%GRASS_INST_DIR%%/docs/html/g.manual.html
-%%GRASS_INST_DIR%%/docs/html/g.mapset.html
-%%GRASS_INST_DIR%%/docs/html/g.mapsets.html
-%%GRASS_INST_DIR%%/docs/html/g.message.html
-%%GRASS_INST_DIR%%/docs/html/g.mkfontcap.html
-%%GRASS_INST_DIR%%/docs/html/g.parser.html
-%%GRASS_INST_DIR%%/docs/html/g.pnmcomp.html
-%%GRASS_INST_DIR%%/docs/html/g.ppmtopng.html
-%%GRASS_INST_DIR%%/docs/html/g.proj.html
-%%GRASS_INST_DIR%%/docs/html/g.region.html
-%%GRASS_INST_DIR%%/docs/html/g.remove.html
-%%GRASS_INST_DIR%%/docs/html/g.rename.html
-%%GRASS_INST_DIR%%/docs/html/g.search.modules.html
-%%GRASS_INST_DIR%%/docs/html/g.tempfile.html
-%%GRASS_INST_DIR%%/docs/html/g.version.html
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_avg_map.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_avg_run.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_comment.png
@@ -651,9 +613,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_dlg_module.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_intermediate_data.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_items.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop_dlg.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop_final.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_loop.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_lower_toolbar.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mcomment.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mdb.png
@@ -678,16 +640,16 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mrelation.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_mvector.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_parameter.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code_result.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python_code.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_python.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_raster.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_raster3d.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_relation.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_toolbar.png
-%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables_raster.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables_run.png
+%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_variables.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_vector.png
%%GRASS_INST_DIR%%/docs/html/g_gui_gmodeler_zipcodes_avg_elevation.gxm
%%GRASS_INST_DIR%%/docs/html/g_gui_rlisetup_1.png
@@ -703,8 +665,49 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/g_gui_tplot_labels.png
%%GRASS_INST_DIR%%/docs/html/g_mapsets_gui.png
%%GRASS_INST_DIR%%/docs/html/g_parser_test.png
-%%GRASS_INST_DIR%%/docs/html/general.html
+%%GRASS_INST_DIR%%/docs/html/g.access.html
+%%GRASS_INST_DIR%%/docs/html/g.cairocomp.html
+%%GRASS_INST_DIR%%/docs/html/g.copy.html
+%%GRASS_INST_DIR%%/docs/html/g.dirseps.html
+%%GRASS_INST_DIR%%/docs/html/g.extension.all.html
+%%GRASS_INST_DIR%%/docs/html/g.extension.html
+%%GRASS_INST_DIR%%/docs/html/g.filename.html
+%%GRASS_INST_DIR%%/docs/html/g.findetc.html
+%%GRASS_INST_DIR%%/docs/html/g.findfile.html
+%%GRASS_INST_DIR%%/docs/html/g.gisenv.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.animation.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.datacatalog.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.dbmgr.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.gcp.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.gmodeler.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.iclass.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.image2target.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.mapswipe.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.photo2image.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.psmap.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.rlisetup.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.timeline.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.tplot.html
+%%GRASS_INST_DIR%%/docs/html/g.gui.vdigit.html
+%%GRASS_INST_DIR%%/docs/html/g.list.html
+%%GRASS_INST_DIR%%/docs/html/g.manual.html
+%%GRASS_INST_DIR%%/docs/html/g.mapset.html
+%%GRASS_INST_DIR%%/docs/html/g.mapsets.html
+%%GRASS_INST_DIR%%/docs/html/g.message.html
+%%GRASS_INST_DIR%%/docs/html/g.mkfontcap.html
+%%GRASS_INST_DIR%%/docs/html/g.parser.html
+%%GRASS_INST_DIR%%/docs/html/g.pnmcomp.html
+%%GRASS_INST_DIR%%/docs/html/g.ppmtopng.html
+%%GRASS_INST_DIR%%/docs/html/g.proj.html
+%%GRASS_INST_DIR%%/docs/html/g.region.html
+%%GRASS_INST_DIR%%/docs/html/g.remove.html
+%%GRASS_INST_DIR%%/docs/html/g.rename.html
+%%GRASS_INST_DIR%%/docs/html/g.search.modules.html
+%%GRASS_INST_DIR%%/docs/html/g.tempfile.html
+%%GRASS_INST_DIR%%/docs/html/g.version.html
%%GRASS_INST_DIR%%/docs/html/general_graphical.html
+%%GRASS_INST_DIR%%/docs/html/general.html
%%GRASS_INST_DIR%%/docs/html/geomorphon.png
%%GRASS_INST_DIR%%/docs/html/gi_3dview.jpg
%%GRASS_INST_DIR%%/docs/html/gi_addons.jpg
@@ -723,22 +726,60 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/gi_temporal.jpg
%%GRASS_INST_DIR%%/docs/html/gi_vector.jpg
%%GRASS_INST_DIR%%/docs/html/graphical_index.html
-%%GRASS_INST_DIR%%/docs/html/grass-dbf.html
-%%GRASS_INST_DIR%%/docs/html/grass-ogr.html
-%%GRASS_INST_DIR%%/docs/html/grass-sqlite.html
-%%GRASS_INST_DIR%%/docs/html/grass7.html
-%%GRASS_INST_DIR%%/docs/html/grass7_arch.png
%%GRASS_INST_DIR%%/docs/html/grass_database.html
%%GRASS_INST_DIR%%/docs/html/grass_database.png
%%GRASS_INST_DIR%%/docs/html/grass_icon.png
%%GRASS_INST_DIR%%/docs/html/grass_logo.png
%%GRASS_INST_DIR%%/docs/html/grass_logo.txt
%%GRASS_INST_DIR%%/docs/html/grass_start.png
+%%GRASS_INST_DIR%%/docs/html/grass-dbf.html
+%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mysql.html
+%%ODBC%%%%GRASS_INST_DIR%%/docs/html/grass-odbc.html
+%%GRASS_INST_DIR%%/docs/html/grass-ogr.html
+%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/grass-pg.html
+%%GRASS_INST_DIR%%/docs/html/grass-sqlite.html
+%%GRASS_INST_DIR%%/docs/html/grass7_arch.png
+%%GRASS_INST_DIR%%/docs/html/grass7.html
%%GRASS_INST_DIR%%/docs/html/grassdocs.css
%%GRASS_INST_DIR%%/docs/html/guimodules_graphical.html
%%GRASS_INST_DIR%%/docs/html/help_loc_struct.png
%%GRASS_INST_DIR%%/docs/html/helptext.html
%%GRASS_INST_DIR%%/docs/html/htmldriver.html
+%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat5.png
+%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat7.png
+%%GRASS_INST_DIR%%/docs/html/i_atcorr_B02_atcorr.png
+%%GRASS_INST_DIR%%/docs/html/i_cluster_landsat_clustering.png
+%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_corrected.jpg
+%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_uncorrected.jpg
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_classes.png
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_rejection.png
+%%GRASS_INST_DIR%%/docs/html/i_maxlik_rgb.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_camera.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step1.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step5.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step6.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step7.png
+%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step8.png
+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_brovey542.jpg
+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_ihs542.jpg
+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_landsat542.jpg
+%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_pca542.jpg
+%%GRASS_INST_DIR%%/docs/html/i_pca_result.png
+%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_pan.png
+%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min100.png
+%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min5.png
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_final.jpg
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l1.jpg
+%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l2_l5.jpg
+%%GRASS_INST_DIR%%/docs/html/i_spectral.png
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_brightness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_greenness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_haze.jpg
+%%GRASS_INST_DIR%%/docs/html/i_tasscap_wetness.jpg
+%%GRASS_INST_DIR%%/docs/html/i_topo_corr_angles.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_arvi.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_gari.png
+%%GRASS_INST_DIR%%/docs/html/i_vi_ndvi.png
%%GRASS_INST_DIR%%/docs/html/i.albedo.html
%%GRASS_INST_DIR%%/docs/html/i.aster.toar.html
%%GRASS_INST_DIR%%/docs/html/i.biomass.html
@@ -787,41 +828,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/i.topo.corr.html
%%GRASS_INST_DIR%%/docs/html/i.vi.html
%%GRASS_INST_DIR%%/docs/html/i.zc.html
-%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat5.png
-%%GRASS_INST_DIR%%/docs/html/i_albedo_landsat7.png
-%%GRASS_INST_DIR%%/docs/html/i_atcorr_B02_atcorr.png
-%%GRASS_INST_DIR%%/docs/html/i_cluster_landsat_clustering.png
-%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_corrected.jpg
-%%GRASS_INST_DIR%%/docs/html/i_colors_enhance_uncorrected.jpg
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_classes.png
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_rejection.png
-%%GRASS_INST_DIR%%/docs/html/i_maxlik_rgb.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_camera.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step1.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step5.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step6.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step7.png
-%%GRASS_INST_DIR%%/docs/html/i_ortho_photo_step8.png
-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_brovey321.jpg
-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_ihs321.jpg
-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_landsat321.jpg
-%%GRASS_INST_DIR%%/docs/html/i_pansharpen_rgb_pca321.jpg
-%%GRASS_INST_DIR%%/docs/html/i_pca_result.png
-%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_pan.png
-%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min100.png
-%%GRASS_INST_DIR%%/docs/html/i_segment_lsat7_seg_min5.png
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_final.jpg
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l1.jpg
-%%GRASS_INST_DIR%%/docs/html/i_segment_ortho_segs_l2_l5.jpg
-%%GRASS_INST_DIR%%/docs/html/i_spectral.png
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_brightness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_greenness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_haze.jpg
-%%GRASS_INST_DIR%%/docs/html/i_tasscap_wetness.jpg
-%%GRASS_INST_DIR%%/docs/html/i_topo_corr_angles.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_arvi.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_gari.png
-%%GRASS_INST_DIR%%/docs/html/i_vi_ndvi.png
%%GRASS_INST_DIR%%/docs/html/iclass_frame.jpg
%%GRASS_INST_DIR%%/docs/html/icons/3d-help.png
%%GRASS_INST_DIR%%/docs/html/icons/3d-rotate.png
@@ -974,25 +980,25 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/icons/zoom-more.png
%%GRASS_INST_DIR%%/docs/html/icons/zoom-out.png
%%GRASS_INST_DIR%%/docs/html/icons/zoom-region.png
-%%GRASS_INST_DIR%%/docs/html/imagery.html
%%GRASS_INST_DIR%%/docs/html/imagery_graphical.html
+%%GRASS_INST_DIR%%/docs/html/imagery.html
%%GRASS_INST_DIR%%/docs/html/imageryintro.html
%%GRASS_INST_DIR%%/docs/html/index.html
%%GRASS_INST_DIR%%/docs/html/jquery.fixedheadertable.min.js
%%GRASS_INST_DIR%%/docs/html/keywords.html
%%GRASS_INST_DIR%%/docs/html/legend.png
%%GRASS_INST_DIR%%/docs/html/lrs.html
+%%GRASS_INST_DIR%%/docs/html/m_measure_distance.png
%%GRASS_INST_DIR%%/docs/html/m.cogo.html
%%GRASS_INST_DIR%%/docs/html/m.measure.html
%%GRASS_INST_DIR%%/docs/html/m.nviz.image.html
%%GRASS_INST_DIR%%/docs/html/m.nviz.script.html
%%GRASS_INST_DIR%%/docs/html/m.proj.html
%%GRASS_INST_DIR%%/docs/html/m.transform.html
-%%GRASS_INST_DIR%%/docs/html/m_measure_distance.png
%%GRASS_INST_DIR%%/docs/html/manual_gallery.html
%%GRASS_INST_DIR%%/docs/html/mapswipe_tsunami.jpg
-%%GRASS_INST_DIR%%/docs/html/miscellaneous.html
%%GRASS_INST_DIR%%/docs/html/miscellaneous_graphical.html
+%%GRASS_INST_DIR%%/docs/html/miscellaneous.html
%%GRASS_INST_DIR%%/docs/html/northarrows/1a.png
%%GRASS_INST_DIR%%/docs/html/northarrows/1b.png
%%GRASS_INST_DIR%%/docs/html/northarrows/2.png
@@ -1016,14 +1022,90 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/parser_standard_options.js
%%GRASS_INST_DIR%%/docs/html/pcurv.png
%%GRASS_INST_DIR%%/docs/html/pngdriver.html
-%%GRASS_INST_DIR%%/docs/html/postscript.html
%%GRASS_INST_DIR%%/docs/html/postscript_graphical.html
+%%GRASS_INST_DIR%%/docs/html/postscript.html
%%GRASS_INST_DIR%%/docs/html/projectionintro.html
-%%GRASS_INST_DIR%%/docs/html/ps.map.html
-%%GRASS_INST_DIR%%/docs/html/ps_map.png
%%GRASS_INST_DIR%%/docs/html/ps_map_basic.png
+%%GRASS_INST_DIR%%/docs/html/ps_map.png
+%%GRASS_INST_DIR%%/docs/html/ps.map.html
%%GRASS_INST_DIR%%/docs/html/psdriver.html
%%GRASS_INST_DIR%%/docs/html/psmap_frame.jpg
+%%GRASS_INST_DIR%%/docs/html/r_buffer_road.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_accum.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_shaded.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_accum.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_shaded.png
+%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig.png
+%%GRASS_INST_DIR%%/docs/html/r_contour_using_levels.png
+%%GRASS_INST_DIR%%/docs/html/r_drain_with_r_watershed_direction.png
+%%GRASS_INST_DIR%%/docs/html/r_drain.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_dir.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_01.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_02.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_lidar.png
+%%GRASS_INST_DIR%%/docs/html/r_fill_stats_smoothing.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_accumulation.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_length.png
+%%GRASS_INST_DIR%%/docs/html/r_flow_line.png
+%%GRASS_INST_DIR%%/docs/html/r_geomorphon_summits.png
+%%GRASS_INST_DIR%%/docs/html/r_geomorphon.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance_sea.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_grow_distance.png
+%%GRASS_INST_DIR%%/docs/html/r_gwflow_concept.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png
+%%GRASS_INST_DIR%%/docs/html/r_in_wms_sentinel2.jpg
+%%GRASS_INST_DIR%%/docs/html/r_lake_lidar_dem.jpg
+%%GRASS_INST_DIR%%/docs/html/r_li_dominance_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_1.png
+%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_2.png
+%%GRASS_INST_DIR%%/docs/html/r_li_pielou.png
+%%GRASS_INST_DIR%%/docs/html/r_li_renyi.png
+%%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png
+%%GRASS_INST_DIR%%/docs/html/r_mapcalc_simple.png
+%%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg
+%%GRASS_INST_DIR%%/docs/html/r_patch_zeros_as_nulls.png
+%%GRASS_INST_DIR%%/docs/html/r_patch.png
+%%GRASS_INST_DIR%%/docs/html/r_path_with_bitmask.png
+%%GRASS_INST_DIR%%/docs/html/r_path_with_r_watershed_direction.png
+%%GRASS_INST_DIR%%/docs/html/r_path.png
+%%GRASS_INST_DIR%%/docs/html/r_random_cells.png
+%%GRASS_INST_DIR%%/docs/html/r_relief.png
+%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_new_250m.png
+%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_orig_500m.png
+%%GRASS_INST_DIR%%/docs/html/r_resamp_stats_6m_20m.png
+%%GRASS_INST_DIR%%/docs/html/r_rgb_elevation.png
+%%GRASS_INST_DIR%%/docs/html/r_sim_water_water_depth.png
+%%GRASS_INST_DIR%%/docs/html/r_sim_water.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_4_directions.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_aspect.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_pcurv.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_slope.png
+%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_tcurv.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_orig_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_weighted_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_noweight.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_weighed.png
+%%GRASS_INST_DIR%%/docs/html/r_stream_extract_weights_zoom.png
+%%GRASS_INST_DIR%%/docs/html/r_sunhours.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_fractal_simple.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_fractal.jpg
+%%GRASS_INST_DIR%%/docs/html/r_surf_gauss_hist.png
+%%GRASS_INST_DIR%%/docs/html/r_surf_random_hist.png
+%%GRASS_INST_DIR%%/docs/html/r_texture_directions_example.png
+%%GRASS_INST_DIR%%/docs/html/r_thin_network.png
+%%GRASS_INST_DIR%%/docs/html/r_thin_vectorized.png
+%%GRASS_INST_DIR%%/docs/html/r_topidx.png
+%%GRASS_INST_DIR%%/docs/html/r_water_outlet.png
+%%GRASS_INST_DIR%%/docs/html/r_watershed_drainage.png
%%GRASS_INST_DIR%%/docs/html/r.basins.fill.html
%%GRASS_INST_DIR%%/docs/html/r.blend.html
%%GRASS_INST_DIR%%/docs/html/r.buffer.html
@@ -1065,6 +1147,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r.in.gdal.html
%%GRASS_INST_DIR%%/docs/html/r.in.gridatb.html
%%GRASS_INST_DIR%%/docs/html/r.in.mat.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r.in.lidar.html
%%GRASS_INST_DIR%%/docs/html/r.in.png.html
%%GRASS_INST_DIR%%/docs/html/r.in.poly.html
%%GRASS_INST_DIR%%/docs/html/r.in.srtm.html
@@ -1192,6 +1275,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r.watershed.html
%%GRASS_INST_DIR%%/docs/html/r.what.color.html
%%GRASS_INST_DIR%%/docs/html/r.what.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3_in_lidar.png
%%GRASS_INST_DIR%%/docs/html/r3.colors.html
%%GRASS_INST_DIR%%/docs/html/r3.colors.out.html
%%GRASS_INST_DIR%%/docs/html/r3.cross.rast.html
@@ -1201,6 +1285,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.gwflow.html
%%GRASS_INST_DIR%%/docs/html/r3.in.ascii.html
%%GRASS_INST_DIR%%/docs/html/r3.in.bin.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3.in.lidar.html
%%GRASS_INST_DIR%%/docs/html/r3.in.v5d.html
%%GRASS_INST_DIR%%/docs/html/r3.in.xyz.html
%%GRASS_INST_DIR%%/docs/html/r3.info.html
@@ -1211,6 +1296,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.null.html
%%GRASS_INST_DIR%%/docs/html/r3.out.ascii.html
%%GRASS_INST_DIR%%/docs/html/r3.out.bin.html
+%%NETCDF%%%%GRASS_INST_DIR%%/docs/html/r3.out.netcdf.html
%%GRASS_INST_DIR%%/docs/html/r3.out.v5d.html
%%GRASS_INST_DIR%%/docs/html/r3.out.vtk.html
%%GRASS_INST_DIR%%/docs/html/r3.retile.html
@@ -1220,80 +1306,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/r3.to.rast.html
%%GRASS_INST_DIR%%/docs/html/r3.to.rast.png
%%GRASS_INST_DIR%%/docs/html/r3.univar.html
-%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines.png
%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines_color.png
-%%GRASS_INST_DIR%%/docs/html/r_buffer_road.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_accum.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_carved_shaded.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_accum.png
-%%GRASS_INST_DIR%%/docs/html/r_carve_dem_orig_shaded.png
-%%GRASS_INST_DIR%%/docs/html/r_contour_using_levels.png
-%%GRASS_INST_DIR%%/docs/html/r_drain.png
-%%GRASS_INST_DIR%%/docs/html/r_drain_with_r_watershed_direction.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_dir.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_01.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_02.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_lidar.png
-%%GRASS_INST_DIR%%/docs/html/r_fill_stats_smoothing.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_accumulation.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_length.png
-%%GRASS_INST_DIR%%/docs/html/r_flow_line.png
-%%GRASS_INST_DIR%%/docs/html/r_geomorphon.png
-%%GRASS_INST_DIR%%/docs/html/r_geomorphon_summits.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance_sea.png
-%%GRASS_INST_DIR%%/docs/html/r_grow_distance_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_gwflow_concept.png
-%%GRASS_INST_DIR%%/docs/html/r_lake_lidar_dem.jpg
-%%GRASS_INST_DIR%%/docs/html/r_li_dominance_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_1.png
-%%GRASS_INST_DIR%%/docs/html/r_li_edgedensity_formula_2.png
-%%GRASS_INST_DIR%%/docs/html/r_li_pielou.png
-%%GRASS_INST_DIR%%/docs/html/r_li_renyi.png
-%%GRASS_INST_DIR%%/docs/html/r_li_richness_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_shannon_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_li_simpson_formula.png
-%%GRASS_INST_DIR%%/docs/html/r_param_scale_morph.jpg
-%%GRASS_INST_DIR%%/docs/html/r_patch.png
-%%GRASS_INST_DIR%%/docs/html/r_patch_zeros_as_nulls.png
-%%GRASS_INST_DIR%%/docs/html/r_path.png
-%%GRASS_INST_DIR%%/docs/html/r_path_with_bitmask.png
-%%GRASS_INST_DIR%%/docs/html/r_path_with_r_watershed_direction.png
-%%GRASS_INST_DIR%%/docs/html/r_random_cells.png
-%%GRASS_INST_DIR%%/docs/html/r_relief.png
-%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_new_250m.png
-%%GRASS_INST_DIR%%/docs/html/r_resamp_interp_orig_500m.png
-%%GRASS_INST_DIR%%/docs/html/r_resamp_stats_6m_20m.png
-%%GRASS_INST_DIR%%/docs/html/r_rgb_elevation.png
-%%GRASS_INST_DIR%%/docs/html/r_sim_water.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_4_directions.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_aspect.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_pcurv.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_slope.png
-%%GRASS_INST_DIR%%/docs/html/r_slope_aspect_tcurv.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_orig_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_accum_weighted_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_noweight.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_streams_weighed.png
-%%GRASS_INST_DIR%%/docs/html/r_stream_extract_weights_zoom.png
-%%GRASS_INST_DIR%%/docs/html/r_sunhours.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_fractal.jpg
-%%GRASS_INST_DIR%%/docs/html/r_surf_fractal_simple.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_gauss_hist.png
-%%GRASS_INST_DIR%%/docs/html/r_surf_random_hist.png
-%%GRASS_INST_DIR%%/docs/html/r_texture_directions_example.png
-%%GRASS_INST_DIR%%/docs/html/r_thin_network.png
-%%GRASS_INST_DIR%%/docs/html/r_thin_vectorized.png
-%%GRASS_INST_DIR%%/docs/html/r_topidx.png
-%%GRASS_INST_DIR%%/docs/html/r_water_outlet.png
+%%GRASS_INST_DIR%%/docs/html/r3flow_flowlines.png
+%%GRASS_INST_DIR%%/docs/html/raster_graphical.html
%%GRASS_INST_DIR%%/docs/html/raster.html
-%%GRASS_INST_DIR%%/docs/html/raster3d.html
%%GRASS_INST_DIR%%/docs/html/raster3d_graphical.html
%%GRASS_INST_DIR%%/docs/html/raster3d_layout.png
+%%GRASS_INST_DIR%%/docs/html/raster3d.html
%%GRASS_INST_DIR%%/docs/html/raster3dintro.html
-%%GRASS_INST_DIR%%/docs/html/raster_graphical.html
%%GRASS_INST_DIR%%/docs/html/rasterintro.html
%%GRASS_INST_DIR%%/docs/html/rcost_knightsmove.png
%%GRASS_INST_DIR%%/docs/html/rcost_solvedir.png
@@ -1311,8 +1331,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/rterraflow_accumulation.png
%%GRASS_INST_DIR%%/docs/html/rterraflow_dir2.png
%%GRASS_INST_DIR%%/docs/html/rterraflow_dir3.png
-%%GRASS_INST_DIR%%/docs/html/runivar_basins.png
%%GRASS_INST_DIR%%/docs/html/runivar_basins_elev_zonal.png
+%%GRASS_INST_DIR%%/docs/html/runivar_basins.png
%%GRASS_INST_DIR%%/docs/html/slope.png
%%GRASS_INST_DIR%%/docs/html/sql.html
%%GRASS_INST_DIR%%/docs/html/sweep1.png
@@ -1367,16 +1387,13 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/t.vect.univar.html
%%GRASS_INST_DIR%%/docs/html/t.vect.what.strds.html
%%GRASS_INST_DIR%%/docs/html/tcurv.png
-%%GRASS_INST_DIR%%/docs/html/temporal.html
%%GRASS_INST_DIR%%/docs/html/temporal_graphical.html
+%%GRASS_INST_DIR%%/docs/html/temporal.html
%%GRASS_INST_DIR%%/docs/html/temporalintro.html
%%GRASS_INST_DIR%%/docs/html/test.r3flow.html
%%GRASS_INST_DIR%%/docs/html/test.raster3d.lib.html
%%GRASS_INST_DIR%%/docs/html/timeline_2D.jpg
%%GRASS_INST_DIR%%/docs/html/topic_ACCA.html
-%%GRASS_INST_DIR%%/docs/html/topic_GUI.html
-%%GRASS_INST_DIR%%/docs/html/topic_LIDAR.html
-%%GRASS_INST_DIR%%/docs/html/topic_RGB.html
%%GRASS_INST_DIR%%/docs/html/topic_accumulation.html
%%GRASS_INST_DIR%%/docs/html/topic_aerial.html
%%GRASS_INST_DIR%%/docs/html/topic_aggregation.html
@@ -1418,6 +1435,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_gradient.html
%%GRASS_INST_DIR%%/docs/html/topic_graphics.html
%%GRASS_INST_DIR%%/docs/html/topic_groundwater_flow.html
+%%GRASS_INST_DIR%%/docs/html/topic_GUI.html
%%GRASS_INST_DIR%%/docs/html/topic_histogram.html
%%GRASS_INST_DIR%%/docs/html/topic_hydrology.html
%%GRASS_INST_DIR%%/docs/html/topic_imagery_quality_assessment.html
@@ -1427,6 +1445,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_kernel_density.html
%%GRASS_INST_DIR%%/docs/html/topic_landscape_structure_analysis.html
%%GRASS_INST_DIR%%/docs/html/topic_latitude.html
+%%GRASS_INST_DIR%%/docs/html/topic_LIDAR.html
%%GRASS_INST_DIR%%/docs/html/topic_linear_reference_system.html
%%GRASS_INST_DIR%%/docs/html/topic_manual.html
%%GRASS_INST_DIR%%/docs/html/topic_map_annotations.html
@@ -1453,6 +1472,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_rectify.html
%%GRASS_INST_DIR%%/docs/html/topic_resample.html
%%GRASS_INST_DIR%%/docs/html/topic_rescale.html
+%%GRASS_INST_DIR%%/docs/html/topic_RGB.html
%%GRASS_INST_DIR%%/docs/html/topic_sampling.html
%%GRASS_INST_DIR%%/docs/html/topic_segmentation.html
%%GRASS_INST_DIR%%/docs/html/topic_series.html
@@ -1475,6 +1495,84 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/topic_voxel.html
%%GRASS_INST_DIR%%/docs/html/topics.html
%%GRASS_INST_DIR%%/docs/html/tplot.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_area_s.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_area.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_areas_int.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_areas.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line_c.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line_s.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_line.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_lines.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_no_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_point_s.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_points.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_rounded_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_buffer_square_cap.png
+%%GRASS_INST_DIR%%/docs/html/v_centroids.png
+%%GRASS_INST_DIR%%/docs/html/v_clean_rmsa.png
+%%GRASS_INST_DIR%%/docs/html/v_clean.png
+%%GRASS_INST_DIR%%/docs/html/v_clip_poly.png
+%%GRASS_INST_DIR%%/docs/html/v_clip_region.png
+%%GRASS_INST_DIR%%/docs/html/v_cluster_4_methods.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_count.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_grid_cat.png
+%%GRASS_INST_DIR%%/docs/html/v_decimate_original.png
+%%GRASS_INST_DIR%%/docs/html/v_delaunay.png
+%%GRASS_INST_DIR%%/docs/html/v_generalize_simplify.png
+%%GRASS_INST_DIR%%/docs/html/v_generalize_smooth.png
+%%GRASS_INST_DIR%%/docs/html/v_hull_3d.png
+%%GRASS_INST_DIR%%/docs/html/v_hull.png
+%%GRASS_INST_DIR%%/docs/html/v_kernel.png
+%%GRASS_INST_DIR%%/docs/html/v_label_sa.jpg
+%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection_objects.png
+%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid_hexagons.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid_ppattern.png
+%%GRASS_INST_DIR%%/docs/html/v_mkgrid.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_from_centers.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_time.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc_to_centers.png
+%%GRASS_INST_DIR%%/docs/html/v_net_alloc.png
+%%GRASS_INST_DIR%%/docs/html/v_net_visibility.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_area_lines.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_census_wake2000.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_and.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_not.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_or.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_op_xor.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2_a_o_n_x.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_urban_census2000.png
+%%GRASS_INST_DIR%%/docs/html/v_overlay_urbanarea.png
+%%GRASS_INST_DIR%%/docs/html/v_perturb_normal.png
+%%GRASS_INST_DIR%%/docs/html/v_perturb_uniform.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_1.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_2.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_3.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_4.png
+%%GRASS_INST_DIR%%/docs/html/v_qcount_5.png
+%%GRASS_INST_DIR%%/docs/html/v_random_points_in_polygon.png
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_percent_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_right_points.jpg
+%%GRASS_INST_DIR%%/docs/html/v_segment_subline.jpg
+%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pnts.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pol.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_crosses.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_disjoint.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_equals.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_intersects.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_overlap.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_overlaps.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_touches.png
+%%GRASS_INST_DIR%%/docs/html/v_select_op_within.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast_binning.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast_direction.png
+%%GRASS_INST_DIR%%/docs/html/v_to_rast3_test.png
+%%GRASS_INST_DIR%%/docs/html/v_vect_stats.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_areas.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_points.png
+%%GRASS_INST_DIR%%/docs/html/v_voronoi_skeleton.png
%%GRASS_INST_DIR%%/docs/html/v.buffer.html
%%GRASS_INST_DIR%%/docs/html/v.build.all.html
%%GRASS_INST_DIR%%/docs/html/v.build.html
@@ -1517,6 +1615,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/v.in.dxf.html
%%GRASS_INST_DIR%%/docs/html/v.in.e00.html
%%GRASS_INST_DIR%%/docs/html/v.in.geonames.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.in.lidar.html
%%GRASS_INST_DIR%%/docs/html/v.in.lines.html
%%GRASS_INST_DIR%%/docs/html/v.in.mapgen.html
%%GRASS_INST_DIR%%/docs/html/v.in.ogr.html
@@ -1556,6 +1655,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/v.out.ascii.html
%%GRASS_INST_DIR%%/docs/html/v.out.dxf.html
%%GRASS_INST_DIR%%/docs/html/v.out.ogr.html
+%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.out.lidar.html
+%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/v.out.postgis.html
%%GRASS_INST_DIR%%/docs/html/v.out.pov.html
%%GRASS_INST_DIR%%/docs/html/v.out.svg.html
%%GRASS_INST_DIR%%/docs/html/v.out.vtk.html
@@ -1600,88 +1701,10 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/v.what.rast3.html
%%GRASS_INST_DIR%%/docs/html/v.what.strds.html
%%GRASS_INST_DIR%%/docs/html/v.what.vect.html
-%%GRASS_INST_DIR%%/docs/html/v_buffer_area.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_area_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_areas.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_areas_int.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line_c.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_line_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_lines.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_no_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_point_s.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_points.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_rounded_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_buffer_square_cap.png
-%%GRASS_INST_DIR%%/docs/html/v_centroids.png
-%%GRASS_INST_DIR%%/docs/html/v_clean.png
-%%GRASS_INST_DIR%%/docs/html/v_clean_rmsa.png
-%%GRASS_INST_DIR%%/docs/html/v_clip_poly.png
-%%GRASS_INST_DIR%%/docs/html/v_clip_region.png
-%%GRASS_INST_DIR%%/docs/html/v_cluster_4_methods.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_count.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_grid_cat.png
-%%GRASS_INST_DIR%%/docs/html/v_decimate_original.png
-%%GRASS_INST_DIR%%/docs/html/v_delaunay.png
-%%GRASS_INST_DIR%%/docs/html/v_generalize_simplify.png
-%%GRASS_INST_DIR%%/docs/html/v_generalize_smooth.png
-%%GRASS_INST_DIR%%/docs/html/v_hull.png
-%%GRASS_INST_DIR%%/docs/html/v_hull_3d.png
-%%GRASS_INST_DIR%%/docs/html/v_kernel.png
-%%GRASS_INST_DIR%%/docs/html/v_label_sa.jpg
-%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection.png
-%%GRASS_INST_DIR%%/docs/html/v_lidar_edgedetection_objects.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid_hexagons.png
-%%GRASS_INST_DIR%%/docs/html/v_mkgrid_ppattern.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_from_centers.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_time.png
-%%GRASS_INST_DIR%%/docs/html/v_net_alloc_to_centers.png
-%%GRASS_INST_DIR%%/docs/html/v_net_visibility.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_area_lines.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_census_wake2000.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_and.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_not.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_or.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_op_xor.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_poly_1_2_a_o_n_x.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_urban_census2000.png
-%%GRASS_INST_DIR%%/docs/html/v_overlay_urbanarea.png
-%%GRASS_INST_DIR%%/docs/html/v_perturb_normal.png
-%%GRASS_INST_DIR%%/docs/html/v_perturb_uniform.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_1.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_2.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_3.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_4.png
-%%GRASS_INST_DIR%%/docs/html/v_qcount_5.png
-%%GRASS_INST_DIR%%/docs/html/v_random_points_in_polygon.png
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_percent_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_spaced_right_points.jpg
-%%GRASS_INST_DIR%%/docs/html/v_segment_subline.jpg
-%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pnts.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_contains_pol.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_crosses.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_disjoint.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_equals.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_intersects.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_overlap.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_overlaps.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_touches.png
-%%GRASS_INST_DIR%%/docs/html/v_select_op_within.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast3_test.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast_binning.png
-%%GRASS_INST_DIR%%/docs/html/v_to_rast_direction.png
-%%GRASS_INST_DIR%%/docs/html/v_vect_stats.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_areas.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_points.png
-%%GRASS_INST_DIR%%/docs/html/v_voronoi_skeleton.png
%%GRASS_INST_DIR%%/docs/html/variables.html
%%GRASS_INST_DIR%%/docs/html/vdigit_toolbar.jpg
-%%GRASS_INST_DIR%%/docs/html/vector.html
%%GRASS_INST_DIR%%/docs/html/vector_graphical.html
+%%GRASS_INST_DIR%%/docs/html/vector.html
%%GRASS_INST_DIR%%/docs/html/vectorascii.html
%%GRASS_INST_DIR%%/docs/html/vectorintro.html
%%GRASS_INST_DIR%%/docs/html/vnetdistance.png
@@ -1696,28 +1719,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/vrandom_restricted_area.png
%%GRASS_INST_DIR%%/docs/html/vrandom_restricted_attr.png
%%GRASS_INST_DIR%%/docs/html/vrandom_z.png
-%%GRASS_INST_DIR%%/docs/html/wxGUI.animation.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.components.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.datacatalog.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.dbmgr.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.gcp.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.gmodeler.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.iclass.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.image2target.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.iscatt.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.mapswipe.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.modules.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.nviz.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.photo2image.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.psmap.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.rdigit.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.rlisetup.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.timeline.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.toolboxes.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.tplot.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.vdigit.html
-%%GRASS_INST_DIR%%/docs/html/wxGUI.vnet.html
%%GRASS_INST_DIR%%/docs/html/wxGUI_animation_tool.jpg
%%GRASS_INST_DIR%%/docs/html/wxGUI_gcp_frame.jpg
%%GRASS_INST_DIR%%/docs/html/wxGUI_graphical.html
@@ -1746,6 +1747,28 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/html/wxGUI_rdigit_step5.png
%%GRASS_INST_DIR%%/docs/html/wxGUI_toolboxes.jpg
%%GRASS_INST_DIR%%/docs/html/wxGUI_vnet.jpg
+%%GRASS_INST_DIR%%/docs/html/wxGUI.animation.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.components.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.datacatalog.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.dbmgr.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.gcp.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.gmodeler.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.iclass.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.image2target.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.iscatt.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.mapswipe.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.modules.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.nviz.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.photo2image.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.psmap.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.rdigit.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.rlisetup.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.timeline.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.toolboxes.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.tplot.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.vdigit.html
+%%GRASS_INST_DIR%%/docs/html/wxGUI.vnet.html
%%GRASS_INST_DIR%%/docs/html/wxpyimgview.html
%%GRASS_INST_DIR%%/docs/html/ximgview.html
%%GRASS_INST_DIR%%/docs/html/zipcodes_larger2000ha.png
@@ -1794,8 +1817,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/d.what.rast.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/d.what.vect.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/d.where.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/database_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/databaseintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.columns.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.connect.1.gz
@@ -1815,8 +1838,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/db.tables.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.test.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/db.univar.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/display.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/display_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/display.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/displaydrivers.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/full_index.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/g.access.1.gz
@@ -1860,14 +1883,17 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/g.search.modules.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/g.tempfile.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/g.version.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/general.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/general_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/general.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/graphical_index.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/grass_database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-dbf.1.gz
+%%MYSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-mysql.1.gz
+%%ODBC%%%%GRASS_INST_DIR%%/docs/man/man1/grass-odbc.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-ogr.1.gz
+%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-pg.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass-sqlite.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/grass7.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/grass_database.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/guimodules_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/helptext.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/htmldriver.1.gz
@@ -1919,8 +1945,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/i.topo.corr.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/i.vi.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/i.zc.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/imagery.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/imagery_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/imagery.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/imageryintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/index.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/keywords.1.gz
@@ -1932,12 +1958,12 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/m.proj.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/m.transform.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/manual_gallery.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/miscellaneous.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/parser_standard_options.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/pngdriver.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/postscript.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/postscript_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/postscript.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/projectionintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/ps.map.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/psdriver.1.gz
@@ -1981,6 +2007,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r.in.bin.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.in.gdal.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.in.gridatb.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r.in.lidar.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.in.mat.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.in.png.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r.in.poly.1.gz
@@ -2114,6 +2141,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.gwflow.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.bin.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r3.in.lidar.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.v5d.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.in.xyz.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.info.1.gz
@@ -2124,6 +2152,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.null.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.bin.1.gz
+%%NETCDF%%%%GRASS_INST_DIR%%/docs/man/man1/r3.out.netcdf.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.v5d.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.out.vtk.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.retile.1.gz
@@ -2132,11 +2161,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/r3.timestamp.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.to.rast.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/r3.univar.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/raster_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/raster3d.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster3d_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/raster3d.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/raster3dintro.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/raster_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/rasterintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/sql.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/t.connect.1.gz
@@ -2188,15 +2217,12 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/t.vect.observe.strds.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/t.vect.univar.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/t.vect.what.strds.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/temporal.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/temporal_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/temporal.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/temporalintro.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/test.r3flow.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/test.raster3d.lib.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_ACCA.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/topic_GUI.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/topic_LIDAR.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/topic_RGB.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_accumulation.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_aerial.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_aggregation.1.gz
@@ -2238,6 +2264,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/topic_gradient.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_graphics.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_groundwater_flow.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/topic_GUI.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_histogram.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_hydrology.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_imagery_quality_assessment.1.gz
@@ -2247,6 +2274,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/topic_kernel_density.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_landscape_structure_analysis.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_latitude.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/topic_LIDAR.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_linear_reference_system.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_manual.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_map_annotations.1.gz
@@ -2273,6 +2301,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/topic_rectify.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_resample.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_rescale.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/topic_RGB.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_sampling.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_segmentation.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/topic_series.1.gz
@@ -2337,6 +2366,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/v.in.e00.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.geonames.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.lines.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.lidar.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.mapgen.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.ogr.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.in.region.1.gz
@@ -2375,6 +2405,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/v.out.ascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.dxf.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.ogr.1.gz
+%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.lidar.1.gz
+%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.postgis.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.pov.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.svg.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.out.vtk.1.gz
@@ -2420,10 +2452,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/v.what.strds.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/v.what.vect.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/variables.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/vector.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/vector_graphical.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/vector.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/vectorascii.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/vectorintro.1.gz
+%%GRASS_INST_DIR%%/docs/man/man1/wxGUI_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.animation.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.components.1.gz
@@ -2446,14 +2479,14 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.tplot.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vdigit.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxGUI.vnet.1.gz
-%%GRASS_INST_DIR%%/docs/man/man1/wxGUI_graphical.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/wxpyimgview.1.gz
%%GRASS_INST_DIR%%/docs/man/man1/ximgview.1.gz
%%GRASS_INST_DIR%%/driver/db/dbf
+%%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql
%%GRASS_INST_DIR%%/driver/db/ogr
+%%ODBC%%%%GRASS_INST_DIR%%/driver/db/odbc
%%PGSQL%%%%GRASS_INST_DIR%%/driver/db/pg
%%SQLITE%%%%GRASS_INST_DIR%%/driver/db/sqlite
-%%GRASS_INST_DIR%%/etc/VERSIONNUMBER
%%GRASS_INST_DIR%%/etc/clean_temp
%%GRASS_INST_DIR%%/etc/colors.desc
%%GRASS_INST_DIR%%/etc/colors/aspect
@@ -2510,7 +2543,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/current_time_s_ms
%%GRASS_INST_DIR%%/etc/d.mon/render_cmd.py
%%GRASS_INST_DIR%%/etc/d.polar/ps_defs.eps
-%%GRASS_INST_DIR%%/etc/db.test/test1
%%GRASS_INST_DIR%%/etc/echo
%%GRASS_INST_DIR%%/etc/element_list
%%GRASS_INST_DIR%%/etc/fontcap
@@ -2519,45 +2551,45 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/lister/cell
%%GRASS_INST_DIR%%/etc/lister/vector
%%GRASS_INST_DIR%%/etc/lock
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow1.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow3.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow5.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/compass_exterior.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/compass_interior.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/grasslogo.eps
-%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1_fancy.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow1.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/n_arrow2.eps
%%GRASS_INST_DIR%%/etc/paint/decorations/north-arrow_1_simple_half_arrow.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow1.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow3.eps
+%%GRASS_INST_DIR%%/etc/paint/decorations/NorthArrow5.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/brick.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_diag.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_diag5.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_normal.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/cross_normal5.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/diag_down_dash.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/diag_up_dash.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/horiz_zigzag.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/polka_dot.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/railroad_down.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/railroad_up.eps
+%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line6.eps
-%%GRASS_INST_DIR%%/etc/paint/patterns/vert_line_dash.eps
%%GRASS_INST_DIR%%/etc/paint/patterns/vert_zigzag.eps
%%GRASS_INST_DIR%%/etc/paint/prolog.ps
-%%GRASS_INST_DIR%%/etc/proj/FIPS.code
%%GRASS_INST_DIR%%/etc/proj/datum.table
%%GRASS_INST_DIR%%/etc/proj/datumtransform.table
%%GRASS_INST_DIR%%/etc/proj/desc.table
%%GRASS_INST_DIR%%/etc/proj/ellipse.table
%%GRASS_INST_DIR%%/etc/proj/ellipse.table.solar.system
+%%GRASS_INST_DIR%%/etc/proj/FIPS.code
%%GRASS_INST_DIR%%/etc/proj/parms.table
%%GRASS_INST_DIR%%/etc/proj/projections
%%GRASS_INST_DIR%%/etc/proj/state27
@@ -2565,291 +2597,149 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/proj/units.table
%%GRASS_INST_DIR%%/etc/psdriver.ps
%%GRASS_INST_DIR%%/etc/python/grass/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/case.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/case.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/checkers.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/checkers.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gmodules.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gmodules.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gutils.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/gutils.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/invoker.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/invoker.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/loader.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/loader.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/main.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/main.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/reporters.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/reporters.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/runner.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/runner.pyc
%%GRASS_INST_DIR%%/etc/python/grass/gunittest/utils.py
-%%GRASS_INST_DIR%%/etc/python/grass/gunittest/utils.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2avi.py
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2avi.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2gif.py
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2gif.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2ims.py
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2ims.pyc
%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2swf.py
-%%GRASS_INST_DIR%%/etc/python/grass/imaging/images2swf.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/operations.py
%%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/arraystats.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/cluster.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_loader.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/ctypes_preamble.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/date.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/date.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/dbmi.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/display.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/display.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/gis.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/gmath.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/imagery.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/nviz.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/ogsf.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/proj.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/raster.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/raster.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/raster3d.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/raster3d.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/rowio.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/rowio.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/rtree.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/rtree.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/segment.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/segment.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/stats.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/temporal.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/temporal.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/vector.pyc
%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.py
-%%GRASS_INST_DIR%%/etc/python/grass/lib/vedit.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/dispatcher.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/dispatcher.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/errors.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/errors.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robust.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robust.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robustapply.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/robustapply.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/saferef.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/saferef.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/signal.py
-%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/signal.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/errors.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/errors.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/region.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/region.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/grid.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/grid.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/patch.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/patch.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/split.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/split.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/docstring.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/docstring.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/env.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/env.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/flag.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/flag.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/module.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/module.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/parameter.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/parameter.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/read.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/read.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/typedict.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/typedict.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/shortcuts.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/shortcuts.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/orderdict.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/orderdict.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/abstract.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/abstract.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/buffer.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/buffer.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/category.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/category.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/history.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/history.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/raster_type.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/raster_type.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/rowio.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/rowio.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/segment.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/segment.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/base.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/base.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/conversion.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/conversion.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/show.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/show.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/benchmark.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/benchmark.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/set_mapset.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/set_mapset.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/utils.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/utils.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/abstract.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/abstract.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/basic.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/basic.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/find.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/find.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/geometry.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/geometry.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/sql.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/sql.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/table.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/table.pyc
%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/vector_type.py
-%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/vector_type.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/array.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/array.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/core.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/core.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/db.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/db.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/raster.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/raster.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/raster3d.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/raster3d.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/setup.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/setup.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/task.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/task.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/utils.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/utils.pyc
%%GRASS_INST_DIR%%/etc/python/grass/script/vector.py
-%%GRASS_INST_DIR%%/etc/python/grass/script/vector.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/__init__.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/__init__.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_dataset.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_dataset.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_map_dataset.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_map_dataset.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_space_time_dataset.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/abstract_space_time_dataset.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/aggregation.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/aggregation.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/base.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/base.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/c_libraries_interface.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/c_libraries_interface.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/core.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/core.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/datetime_math.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/datetime_math.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/extract.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/extract.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/factory.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/factory.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/gui_support.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/gui_support.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/list_stds.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/list_stds.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/mapcalc.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/mapcalc.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/metadata.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/metadata.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/open_stds.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/open_stds.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/register.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/register.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/sampling.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/sampling.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/space_time_datasets.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/space_time_datasets.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_extent.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_extent.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_topology_dataset_connector.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatial_topology_dataset_connector.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatio_temporal_relationships.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/spatio_temporal_relationships.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_export.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_export.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_import.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/stds_import.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_algebra.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_extent.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_extent.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_granularity.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_granularity.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_operator.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_operator.pyc
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_algebra.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_base_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster_base_algebra.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_raster3d_algebra.py
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_topology_dataset_connector.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_topology_dataset_connector.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_vector_algebra.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/temporal_vector_algebra.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/unit_tests.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/unit_tests.pyc
%%GRASS_INST_DIR%%/etc/python/grass/temporal/univar_statistics.py
-%%GRASS_INST_DIR%%/etc/python/grass/temporal/univar_statistics.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/srs.py
-%%GRASS_INST_DIR%%/etc/r.in.wms/srs.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_base.py
-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_base.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_cap_parsers.py
-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_cap_parsers.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_drv.py
-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_drv.pyc
%%GRASS_INST_DIR%%/etc/r.in.wms/wms_gdal_drv.py
-%%GRASS_INST_DIR%%/etc/r.in.wms/wms_gdal_drv.pyc
%%GRASS_INST_DIR%%/etc/r.watershed/ram
%%GRASS_INST_DIR%%/etc/r.watershed/seg
%%GRASS_INST_DIR%%/etc/renamed_options
@@ -2857,10 +2747,10 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/sql/map_tables_template.sql
%%GRASS_INST_DIR%%/etc/sql/postgresql_delete_trigger.sql
%%GRASS_INST_DIR%%/etc/sql/postgresql_indexes.sql
-%%GRASS_INST_DIR%%/etc/sql/raster3d_metadata_table.sql
-%%GRASS_INST_DIR%%/etc/sql/raster3d_views.sql
%%GRASS_INST_DIR%%/etc/sql/raster_metadata_table.sql
%%GRASS_INST_DIR%%/etc/sql/raster_views.sql
+%%GRASS_INST_DIR%%/etc/sql/raster3d_metadata_table.sql
+%%GRASS_INST_DIR%%/etc/sql/raster3d_views.sql
%%GRASS_INST_DIR%%/etc/sql/sqlite3_delete_trigger.sql
%%GRASS_INST_DIR%%/etc/sql/sqlite3_indexes.sql
%%GRASS_INST_DIR%%/etc/sql/stds_map_register_table_template.sql
@@ -2947,6 +2837,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow8a
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow8b
%%GRASS_INST_DIR%%/etc/symbol/n_arrows/n_arrow9
+%%GRASS_INST_DIR%%/etc/VERSIONNUMBER
%%GRASS_INST_DIR%%/etc/wxpyimgview_gui.py
%%GRASS_INST_DIR%%/fonts/cyrilc.hmp
%%GRASS_INST_DIR%%/fonts/fonts.table
@@ -2971,6 +2862,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/fonts/romant.hmp
%%GRASS_INST_DIR%%/fonts/scriptc.hmp
%%GRASS_INST_DIR%%/fonts/scripts.hmp
+%%GRASS_INST_DIR%%/GPL.TXT
%%GRASS_INST_DIR%%/gui/icons/flags/af.png
%%GRASS_INST_DIR%%/gui/icons/flags/am.png
%%GRASS_INST_DIR%%/gui/icons/flags/ar.png
@@ -3002,8 +2894,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/flags/nl.png
%%GRASS_INST_DIR%%/gui/icons/flags/no.png
%%GRASS_INST_DIR%%/gui/icons/flags/pl.png
-%%GRASS_INST_DIR%%/gui/icons/flags/pt.png
%%GRASS_INST_DIR%%/gui/icons/flags/pt_br.png
+%%GRASS_INST_DIR%%/gui/icons/flags/pt.png
%%GRASS_INST_DIR%%/gui/icons/flags/ro.png
%%GRASS_INST_DIR%%/gui/icons/flags/ru.png
%%GRASS_INST_DIR%%/gui/icons/flags/sk.png
@@ -3017,8 +2909,16 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/flags/uk.png
%%GRASS_INST_DIR%%/gui/icons/flags/vi.png
%%GRASS_INST_DIR%%/gui/icons/flags/xh.png
-%%GRASS_INST_DIR%%/gui/icons/flags/zh.png
%%GRASS_INST_DIR%%/gui/icons/flags/zh_tw.png
+%%GRASS_INST_DIR%%/gui/icons/flags/zh.png
+%%GRASS_INST_DIR%%/gui/icons/grass_cmd.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_dialog.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_map.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_msys.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_nviz.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_osgeo.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_sql.ico
+%%GRASS_INST_DIR%%/gui/icons/grass_web.ico
%%GRASS_INST_DIR%%/gui/icons/grass-128x128.png
%%GRASS_INST_DIR%%/gui/icons/grass-16x16.png
%%GRASS_INST_DIR%%/gui/icons/grass-192x192.png
@@ -3186,14 +3086,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-more.png
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-out.png
%%GRASS_INST_DIR%%/gui/icons/grass/zoom-region.png
-%%GRASS_INST_DIR%%/gui/icons/grass_cmd.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_dialog.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_map.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_msys.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_nviz.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_osgeo.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_sql.ico
-%%GRASS_INST_DIR%%/gui/icons/grass_web.ico
%%GRASS_INST_DIR%%/gui/icons/wingrass.ico
%%GRASS_INST_DIR%%/gui/images/grass_form.png
%%GRASS_INST_DIR%%/gui/images/grass_world3-nq8.png
@@ -3204,8 +3096,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/small_down_arrow.png
%%GRASS_INST_DIR%%/gui/images/small_up_arrow.png
%%GRASS_INST_DIR%%/gui/images/splash_screen.png
-%%GRASS_INST_DIR%%/gui/images/startup_banner.png
%%GRASS_INST_DIR%%/gui/images/startup_banner_isis.png
+%%GRASS_INST_DIR%%/gui/images/startup_banner.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow1.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/arrow2.png
@@ -3219,8 +3111,8 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/basic/hexagon.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/marker.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/octagon.png
-%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin_dot.png
+%%GRASS_INST_DIR%%/gui/images/symbols/basic/pin.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/point.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/pushpin.png
%%GRASS_INST_DIR%%/gui/images/symbols/basic/star.png
@@ -3258,10 +3150,10 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_line.png
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_parallel.png
%%GRASS_INST_DIR%%/gui/images/symbols/geology/strike_triangle.png
-%%GRASS_INST_DIR%%/gui/images/symbols/legend/area.png
%%GRASS_INST_DIR%%/gui/images/symbols/legend/area_curved.png
-%%GRASS_INST_DIR%%/gui/images/symbols/legend/line.png
+%%GRASS_INST_DIR%%/gui/images/symbols/legend/area.png
%%GRASS_INST_DIR%%/gui/images/symbols/legend/line_crooked.png
+%%GRASS_INST_DIR%%/gui/images/symbols/legend/line.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/basic_compass.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/fancy_compass.png
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow1a.png
@@ -3278,489 +3170,241 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/gui/images/symbols/n_arrows/n_arrow9.png
%%GRASS_INST_DIR%%/gui/scripts/d.rast3d
%%GRASS_INST_DIR%%/gui/scripts/d.wms
-%%GRASS_INST_DIR%%/gui/wxpython/README
%%GRASS_INST_DIR%%/gui/wxpython/animation/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/anim.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/anim.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/controller.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/controller.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/data.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/data.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/g.gui.animation.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/g.gui.animation.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/mapwindow.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/mapwindow.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/nviztask.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/nviztask.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/provider.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/provider.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/temporal_manager.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/temporal_manager.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/animation/utils.py
-%%GRASS_INST_DIR%%/gui/wxpython/animation/utils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/debug.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/debug.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/gcmd.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/gcmd.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/gconsole.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/gconsole.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/giface.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/giface.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/globalvar.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/globalvar.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/gthread.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/gthread.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/layerlist.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/layerlist.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/menutree.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/menutree.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/render.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/render.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/settings.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/settings.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/toolboxes.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/toolboxes.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/treemodel.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/treemodel.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/units.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/units.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/utils.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/utils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/workspace.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/workspace.pyc
%%GRASS_INST_DIR%%/gui/wxpython/core/ws.py
-%%GRASS_INST_DIR%%/gui/wxpython/core/ws.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/catalog.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/catalog.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/g.gui.datacatalog.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/g.gui.datacatalog.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/tree.py
-%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/tree.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/base.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/base.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/g.gui.dbmgr.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/g.gui.dbmgr.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/manager.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/manager.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/sqlbuilder.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/sqlbuilder.pyc
%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/vinfo.py
-%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/vinfo.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/g.gui.gcp.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/g.gui.gcp.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/manager.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/manager.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/mapdisplay.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/mapdisplay.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/statusbar.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/statusbar.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gcp/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/gcp/toolbars.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gis_set.py
-%%GRASS_INST_DIR%%/gui/wxpython/gis_set.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.py
-%%GRASS_INST_DIR%%/gui/wxpython/gis_set_error.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gis_set.py
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/g.gui.gmodeler.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/g.gui.gmodeler.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/giface.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/giface.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/menudata.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/menudata.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/model.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/model.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/preferences.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/preferences.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/forms.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/forms.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/ghelp.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/ghelp.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/goutput.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/goutput.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/gselect.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/gselect.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/mapdisp.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/mapdisp.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/menu.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/menu.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/preferences.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/preferences.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/prompt.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/prompt.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pyedit.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pyedit.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pystc.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/pystc.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/query.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/query.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/simplelmgr.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/simplelmgr.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/treeview.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/treeview.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/vselect.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/vselect.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/widgets.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/widgets.pyc
%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wrap.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wrap.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wxlibplot.py
-%%GRASS_INST_DIR%%/gui/wxpython/gui_core/wxlibplot.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/digit.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/digit.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/g.gui.iclass.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/g.gui.iclass.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/plots.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/plots.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/statistics.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/statistics.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iclass/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/iclass/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/icons/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/icons/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/icons/grass_icons.py
-%%GRASS_INST_DIR%%/gui/wxpython/icons/grass_icons.pyc
%%GRASS_INST_DIR%%/gui/wxpython/icons/icon.py
-%%GRASS_INST_DIR%%/gui/wxpython/icons/icon.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/g.gui.image2target.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/g.gui.image2target.pyc
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set_error.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_gis_set.py
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_manager.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_manager.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_mapdisplay.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_mapdisplay.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_menustrings.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_menustrings.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_statusbar.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_statusbar.pyc
%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/image2target/ii2t_toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/controllers.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/controllers.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/core_c.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/core_c.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/iscatt_core.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/iscatt_core.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/plots.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/plots.pyc
%%GRASS_INST_DIR%%/gui/wxpython/iscatt/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/iscatt/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/giface.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/giface.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/layertree.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/layertree.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/menudata.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/menudata.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/pyshell.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/pyshell.pyc
%%GRASS_INST_DIR%%/gui/wxpython/lmgr/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/lmgr/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/base.py
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/base.pyc
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/wizard.py
-%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/wizard.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/gprint.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/gprint.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/main.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/main.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/statusbar.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/statusbar.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/test_mapdisp.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/test_mapdisp.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/g.gui.mapswipe.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/g.gui.mapswipe.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/mapwindow.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/mapwindow.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/analysis.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/analysis.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/base.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/base.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/buffered.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/buffered.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/decorations.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/decorations.pyc
%%GRASS_INST_DIR%%/gui/wxpython/mapwin/graphics.py
-%%GRASS_INST_DIR%%/gui/wxpython/mapwin/graphics.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/colorrules.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/colorrules.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/extensions.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/extensions.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/histogram.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/histogram.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/import_export.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/import_export.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/mapsets_picker.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/mapsets_picker.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/mcalc_builder.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/mcalc_builder.pyc
%%GRASS_INST_DIR%%/gui/wxpython/modules/vclean.py
-%%GRASS_INST_DIR%%/gui/wxpython/modules/vclean.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/animation.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/animation.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/main.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/main.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/mapwindow.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/mapwindow.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/preferences.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/preferences.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/tools.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/tools.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/workspace.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/workspace.pyc
%%GRASS_INST_DIR%%/gui/wxpython/nviz/wxnviz.py
-%%GRASS_INST_DIR%%/gui/wxpython/nviz/wxnviz.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/g.gui.photo2image.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/g.gui.photo2image.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_manager.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_manager.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_mapdisplay.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_mapdisplay.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_statusbar.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_statusbar.pyc
%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/photo2image/ip2i_toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/g.gui.psmap.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/g.gui.psmap.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/instructions.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/instructions.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/menudata.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/menudata.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/psmap/utils.py
-%%GRASS_INST_DIR%%/gui/wxpython/psmap/utils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/controller.py
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/controller.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rdigit/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/rdigit/toolbars.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/README
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/functions.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/functions.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/g.gui.rlisetup.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/g.gui.rlisetup.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/sampling_frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/sampling_frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/wizard.py
-%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/wizard.pyc
%%GRASS_INST_DIR%%/gui/wxpython/startup/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/startup/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/startup/guiutils.py
-%%GRASS_INST_DIR%%/gui/wxpython/startup/guiutils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/startup/locdownload.py
-%%GRASS_INST_DIR%%/gui/wxpython/startup/locdownload.pyc
%%GRASS_INST_DIR%%/gui/wxpython/startup/utils.py
-%%GRASS_INST_DIR%%/gui/wxpython/startup/utils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/timeline/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/timeline/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/timeline/g.gui.timeline.py
-%%GRASS_INST_DIR%%/gui/wxpython/timeline/g.gui.timeline.pyc
%%GRASS_INST_DIR%%/gui/wxpython/tplot/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/tplot/frame.py
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/frame.pyc
%%GRASS_INST_DIR%%/gui/wxpython/tplot/g.gui.tplot.py
-%%GRASS_INST_DIR%%/gui/wxpython/tplot/g.gui.tplot.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/g.gui.vdigit.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/g.gui.vdigit.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/main.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/main.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/mapwindow.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/mapwindow.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/preferences.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/preferences.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdigit.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdigit.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdisplay.py
-%%GRASS_INST_DIR%%/gui/wxpython/vdigit/wxdisplay.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/toolbars.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/toolbars.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_core.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_core.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_data.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_data.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_utils.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/vnet_utils.pyc
%%GRASS_INST_DIR%%/gui/wxpython/vnet/widgets.py
-%%GRASS_INST_DIR%%/gui/wxpython/vnet/widgets.pyc
%%GRASS_INST_DIR%%/gui/wxpython/web_services/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/web_services/cap_interface.py
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/cap_interface.pyc
%%GRASS_INST_DIR%%/gui/wxpython/web_services/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/web_services/widgets.py
-%%GRASS_INST_DIR%%/gui/wxpython/web_services/widgets.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxgui.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxgui.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__init__.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__init__.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/base.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/base.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/dialogs.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/dialogs.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/histogram.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/histogram.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/profile.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/profile.pyc
%%GRASS_INST_DIR%%/gui/wxpython/wxplot/scatter.py
-%%GRASS_INST_DIR%%/gui/wxpython/wxplot/scatter.pyc
%%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxm.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/grass-gxw.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/main_menu.xml
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.README
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.dtd
-%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_modeler.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_psmap.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata_pyedit.xml
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.dtd
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.README
+%%GRASS_INST_DIR%%/gui/wxpython/xml/menudata.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_items.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_items.xml
-%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree_menudata.xml
+%%GRASS_INST_DIR%%/gui/wxpython/xml/module_tree.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/toolboxes.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/toolboxes.xml
%%GRASS_INST_DIR%%/gui/wxpython/xml/wxgui_items.dtd
%%GRASS_INST_DIR%%/gui/wxpython/xml/wxgui_items.xml
%%GRASS_INST_DIR%%/gui/xml/grass-interface.dtd
-%%GRASS_INST_DIR%%/include/Make/Compile.make
-%%GRASS_INST_DIR%%/include/Make/DB.make
-%%GRASS_INST_DIR%%/include/Make/Dir.make
-%%GRASS_INST_DIR%%/include/Make/Docs.make
-%%GRASS_INST_DIR%%/include/Make/Doxygen.make
-%%GRASS_INST_DIR%%/include/Make/Etc.make
-%%GRASS_INST_DIR%%/include/Make/Grass.make
-%%GRASS_INST_DIR%%/include/Make/GuiScript.make
-%%GRASS_INST_DIR%%/include/Make/Html.make
-%%GRASS_INST_DIR%%/include/Make/HtmlRules.make
-%%GRASS_INST_DIR%%/include/Make/Install.make
-%%GRASS_INST_DIR%%/include/Make/Lib.make
-%%GRASS_INST_DIR%%/include/Make/Module.make
-%%GRASS_INST_DIR%%/include/Make/Multi.make
-%%GRASS_INST_DIR%%/include/Make/NoHtml.make
-%%GRASS_INST_DIR%%/include/Make/Other.make
-%%GRASS_INST_DIR%%/include/Make/Platform.make
-%%GRASS_INST_DIR%%/include/Make/Python.make
-%%GRASS_INST_DIR%%/include/Make/Rules.make
-%%GRASS_INST_DIR%%/include/Make/Script.make
-%%GRASS_INST_DIR%%/include/Make/ScriptRules.make
-%%GRASS_INST_DIR%%/include/Make/ShScript.make
-%%GRASS_INST_DIR%%/include/Make/ShScriptRules.make
-%%GRASS_INST_DIR%%/include/Make/Shlib.make
-%%GRASS_INST_DIR%%/include/Make/Sphinx.make
-%%GRASS_INST_DIR%%/include/Make/Stlib.make
-%%GRASS_INST_DIR%%/include/Make/Vars.make
-%%GRASS_INST_DIR%%/include/grass/N_gwflow.h
-%%GRASS_INST_DIR%%/include/grass/N_heatflow.h
-%%GRASS_INST_DIR%%/include/grass/N_pde.h
-%%GRASS_INST_DIR%%/include/grass/N_solute_transport.h
%%GRASS_INST_DIR%%/include/grass/arraystats.h
%%GRASS_INST_DIR%%/include/grass/bitmap.h
%%GRASS_INST_DIR%%/include/grass/blas.h
@@ -3778,7 +3422,6 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/datetime.h
%%GRASS_INST_DIR%%/include/grass/dbmi.h
%%GRASS_INST_DIR%%/include/grass/dbstubs.h
-%%GRASS_INST_DIR%%/include/grass/defs/Paintlib.h
%%GRASS_INST_DIR%%/include/grass/defs/arraystats.h
%%GRASS_INST_DIR%%/include/grass/defs/bitmap.h
%%GRASS_INST_DIR%%/include/grass/defs/btree.h
@@ -3804,6 +3447,7 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/defs/nviz.h
%%GRASS_INST_DIR%%/include/grass/defs/ogsf.h
%%GRASS_INST_DIR%%/include/grass/defs/ortholib.h
+%%GRASS_INST_DIR%%/include/grass/defs/Paintlib.h
%%GRASS_INST_DIR%%/include/grass/defs/raster.h
%%GRASS_INST_DIR%%/include/grass/defs/raster3d.h
%%GRASS_INST_DIR%%/include/grass/defs/rbtree.h
@@ -3817,9 +3461,9 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/defs/vedit.h
%%GRASS_INST_DIR%%/include/grass/dgl.h
%%GRASS_INST_DIR%%/include/grass/dgl/avl.h
-%%GRASS_INST_DIR%%/include/grass/dgl/graph.h
%%GRASS_INST_DIR%%/include/grass/dgl/graph_v1.h
%%GRASS_INST_DIR%%/include/grass/dgl/graph_v2.h
+%%GRASS_INST_DIR%%/include/grass/dgl/graph.h
%%GRASS_INST_DIR%%/include/grass/dgl/heap.h
%%GRASS_INST_DIR%%/include/grass/dgl/helpers.h
%%GRASS_INST_DIR%%/include/grass/dgl/tavl.h
@@ -3834,21 +3478,21 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/gprojects.h
%%GRASS_INST_DIR%%/include/grass/imagery.h
%%GRASS_INST_DIR%%/include/grass/interpf.h
-%%GRASS_INST_DIR%%/include/grass/iostream/ami.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_config.h
-%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort_impl.h
+%%GRASS_INST_DIR%%/include/grass/iostream/ami_sort.h
%%GRASS_INST_DIR%%/include/grass/iostream/ami_stream.h
+%%GRASS_INST_DIR%%/include/grass/iostream/ami.h
%%GRASS_INST_DIR%%/include/grass/iostream/embuffer.h
-%%GRASS_INST_DIR%%/include/grass/iostream/empq.h
-%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive.h
%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive_impl.h
+%%GRASS_INST_DIR%%/include/grass/iostream/empq_adaptive.h
%%GRASS_INST_DIR%%/include/grass/iostream/empq_impl.h
+%%GRASS_INST_DIR%%/include/grass/iostream/empq.h
%%GRASS_INST_DIR%%/include/grass/iostream/imbuffer.h
%%GRASS_INST_DIR%%/include/grass/iostream/mem_stream.h
%%GRASS_INST_DIR%%/include/grass/iostream/minmaxheap.h
-%%GRASS_INST_DIR%%/include/grass/iostream/mm.h
%%GRASS_INST_DIR%%/include/grass/iostream/mm_utils.h
+%%GRASS_INST_DIR%%/include/grass/iostream/mm.h
%%GRASS_INST_DIR%%/include/grass/iostream/pqheap.h
%%GRASS_INST_DIR%%/include/grass/iostream/queue.h
%%GRASS_INST_DIR%%/include/grass/iostream/quicksort.h
@@ -3862,6 +3506,10 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/linkm.h
%%GRASS_INST_DIR%%/include/grass/lrs.h
%%GRASS_INST_DIR%%/include/grass/manage.h
+%%GRASS_INST_DIR%%/include/grass/N_gwflow.h
+%%GRASS_INST_DIR%%/include/grass/N_heatflow.h
+%%GRASS_INST_DIR%%/include/grass/N_pde.h
+%%GRASS_INST_DIR%%/include/grass/N_solute_transport.h
%%GRASS_INST_DIR%%/include/grass/neta.h
%%GRASS_INST_DIR%%/include/grass/nviz.h
%%GRASS_INST_DIR%%/include/grass/ogsf.h
@@ -3889,6 +3537,34 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/include/grass/vedit.h
%%GRASS_INST_DIR%%/include/grass/version.h
%%GRASS_INST_DIR%%/include/grass/waterglobs.h
+%%GRASS_INST_DIR%%/include/Make/Compile.make
+%%GRASS_INST_DIR%%/include/Make/DB.make
+%%GRASS_INST_DIR%%/include/Make/Dir.make
+%%GRASS_INST_DIR%%/include/Make/Docs.make
+%%GRASS_INST_DIR%%/include/Make/Doxygen.make
+%%GRASS_INST_DIR%%/include/Make/Etc.make
+%%GRASS_INST_DIR%%/include/Make/Grass.make
+%%GRASS_INST_DIR%%/include/Make/GuiScript.make
+%%GRASS_INST_DIR%%/include/Make/Html.make
+%%GRASS_INST_DIR%%/include/Make/HtmlRules.make
+%%GRASS_INST_DIR%%/include/Make/Install.make
+%%GRASS_INST_DIR%%/include/Make/Lib.make
+%%GRASS_INST_DIR%%/include/Make/Module.make
+%%GRASS_INST_DIR%%/include/Make/Multi.make
+%%GRASS_INST_DIR%%/include/Make/NoHtml.make
+%%GRASS_INST_DIR%%/include/Make/Other.make
+%%GRASS_INST_DIR%%/include/Make/Platform.make
+%%GRASS_INST_DIR%%/include/Make/Python.make
+%%GRASS_INST_DIR%%/include/Make/Rules.make
+%%GRASS_INST_DIR%%/include/Make/Script.make
+%%GRASS_INST_DIR%%/include/Make/ScriptRules.make
+%%GRASS_INST_DIR%%/include/Make/Shlib.make
+%%GRASS_INST_DIR%%/include/Make/ShScript.make
+%%GRASS_INST_DIR%%/include/Make/ShScriptRules.make
+%%GRASS_INST_DIR%%/include/Make/Sphinx.make
+%%GRASS_INST_DIR%%/include/Make/Stlib.make
+%%GRASS_INST_DIR%%/include/Make/Vars.make
+%%GRASS_INST_DIR%%/INSTALL
%%GRASS_INST_DIR%%/lib/libgrass_arraystats.%%VERS%%.so
%%GRASS_INST_DIR%%/lib/libgrass_arraystats.so
%%GRASS_INST_DIR%%/lib/libgrass_bitmap.%%VERS%%.so
@@ -4041,12 +3717,12 @@ bin/grass%%VER%%
%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasslibs.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grassmods.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/pl/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasslibs.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grassmods.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/pt_BR/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/pt/LC_MESSAGES/grasswxpy.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasslibs.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grassmods.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/ro/LC_MESSAGES/grasswxpy.mo
@@ -4073,12 +3749,13 @@ bin/grass%%VER%%
%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasslibs.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grassmods.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/vi/LC_MESSAGES/grasswxpy.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo
-%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasslibs.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grassmods.mo
%%NLS%%%%GRASS_INST_DIR%%/locale/zh_CN/LC_MESSAGES/grasswxpy.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasslibs.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grassmods.mo
+%%NLS%%%%GRASS_INST_DIR%%/locale/zh/LC_MESSAGES/grasswxpy.mo
+%%GRASS_INST_DIR%%/REQUIREMENTS.html
%%GRASS_INST_DIR%%/scripts/d.correlate
%%GRASS_INST_DIR%%/scripts/d.frame
%%GRASS_INST_DIR%%/scripts/d.out.file
@@ -4240,46 +3917,11 @@ bin/grass%%VER%%
%%GRASS_INST_DIR%%/tools/g.echo
%%GRASS_INST_DIR%%/tools/g.html2man.py
%%GRASS_INST_DIR%%/tools/ggroff.py
-%%GRASS_INST_DIR%%/tools/ggroff.pyc
%%GRASS_INST_DIR%%/tools/ghtml.py
-%%GRASS_INST_DIR%%/tools/ghtml.pyc
%%GRASS_INST_DIR%%/tools/mkhtml.py
-%%NLS%%%%GRASS_INST_DIR%%/translation_status.json
+%%GRASS_INST_DIR%%/translation_status.json
%%GRASS_INST_DIR%%/translators.csv
-%%LAS%%%%GRASS_INST_DIR%%/bin/r.in.lidar
-%%LAS%%%%GRASS_INST_DIR%%/bin/r3.in.lidar
-%%LAS%%%%GRASS_INST_DIR%%/bin/v.in.lidar
-%%LAS%%%%GRASS_INST_DIR%%/bin/v.out.lidar
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r.in.lidar.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3.in.lidar.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r3_in_lidar.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_base_raster.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_count.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_binning_mean.png
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_dem_mean3D.jpg
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/r_in_lidar_zrange.png
-%%GRASS_INST_DIR%%/docs/html/r_in_wms_sentinel2.jpg
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.in.lidar.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/html/v.out.lidar.html
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r.in.lidar.1.gz
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/r3.in.lidar.1.gz
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.in.lidar.1.gz
-%%LAS%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.lidar.1.gz
-%%MYSQL%%%%GRASS_INST_DIR%%/docs/html/grass-mysql.html
-%%MYSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-mysql.1.gz
-%%MYSQL%%%%GRASS_INST_DIR%%/driver/db/mysql
-%%NETCDF%%%%GRASS_INST_DIR%%/bin/r3.out.netcdf
-%%NETCDF%%%%GRASS_INST_DIR%%/docs/html/r3.out.netcdf.html
-%%NETCDF%%%%GRASS_INST_DIR%%/docs/man/man1/r3.out.netcdf.1.gz
-%%ODBC%%%%GRASS_INST_DIR%%/docs/html/grass-odbc.html
-%%ODBC%%%%GRASS_INST_DIR%%/docs/man/man1/grass-odbc.1.gz
-%%ODBC%%%%GRASS_INST_DIR%%/driver/db/odbc
-%%PGSQL%%%%GRASS_INST_DIR%%/bin/v.out.postgis
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/grass-pg.html
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/html/v.out.postgis.html
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/grass-pg.1.gz
-%%PGSQL%%%%GRASS_INST_DIR%%/docs/man/man1/v.out.postgis.1.gz
+@dir %%GRASS_INST_DIR%%
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cats
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/cell_misc
@@ -4288,4 +3930,366 @@ bin/grass%%VER%%
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/fcell
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/hist
@dir %%GRASS_INST_DIR%%/demolocation/PERMANENT/windows
+@dir %%GRASS_INST_DIR%%/docs/html/colortables
@dir %%GRASS_INST_DIR%%/gui/wxpython/scripts
+%%GRASS_INST_DIR%%/etc/python/grass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/exceptions/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/case.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/checkers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gmodules.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/gutils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/invoker.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/loader.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/reporters.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/runner.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/gunittest/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2avi.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2gif.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2ims.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/images2swf.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/imaging/__pycache__/operations.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/arraystats.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/cluster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_loader.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ctypes_preamble.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/date.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/dbmi.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/display.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gis.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/gmath.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/imagery.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/nviz.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/ogsf.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/proj.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/rtree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/stats.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/temporal.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/lib/__pycache__/vedit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/dispatcher.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robust.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/robustapply.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/saferef.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pydispatch/__pycache__/signal.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/errors.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/orderdict.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/gis/__pycache__/region.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/messages/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/__pycache__/shortcuts.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/grid.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/patch.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/grid/__pycache__/split.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/docstring.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/env.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/flag.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/module.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/parameter.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/read.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/modules/interface/__pycache__/typedict.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/buffer.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/category.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/history.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/raster_type.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/rowio.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/raster/__pycache__/segment.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/rpc/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/conversion.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/shell/__pycache__/show.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/benchmark.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/tests/__pycache__/set_mapset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/abstract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/basic.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/find.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/geometry.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/sql.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/table.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/pygrass/vector/__pycache__/vector_type.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/array.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/db.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/raster3d.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/setup.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/task.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/script/__pycache__/vector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_map_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/abstract_space_time_dataset.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/aggregation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/c_libraries_interface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/datetime_math.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/extract.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/factory.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/gui_support.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/list_stds.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/mapcalc.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/metadata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/open_stds.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/register.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/sampling.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/space_time_datasets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_extent.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatial_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/spatio_temporal_relationships.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_export.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/stds_import.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_extent.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_granularity.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_operator.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster3d_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_raster_base_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_topology_dataset_connector.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/temporal_vector_algebra.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/unit_tests.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/python/grass/temporal/__pycache__/univar_statistics.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/srs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_cap_parsers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_drv.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/etc/r.in.wms/__pycache__/wms_gdal_drv.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/__pycache__/wxgui.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/anim.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/data.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/g.gui.animation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/nviztask.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/provider.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/temporal_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/animation/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/debug.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gcmd.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gconsole.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/globalvar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/gthread.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/layerlist.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/menutree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/render.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/settings.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/toolboxes.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/treemodel.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/units.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/core/__pycache__/ws.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/catalog.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/g.gui.datacatalog.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/datacatalog/__pycache__/tree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/g.gui.dbmgr.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/sqlbuilder.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/dbmgr/__pycache__/vinfo.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/g.gui.gcp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gcp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/g.gui.gmodeler.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/model.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gmodeler/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/forms.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/ghelp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/goutput.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/gselect.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/menu.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/prompt.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pyedit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/pystc.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/query.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/simplelmgr.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/treeview.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/vselect.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/gui_core/__pycache__/wrap.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/digit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/g.gui.iclass.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/statistics.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iclass/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/grass_icons.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/icons/__pycache__/icon.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/g.gui.image2target.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_gis_set_error.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_menustrings.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/image2target/__pycache__/ii2t_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/controllers.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/core_c.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/iscatt_core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/plots.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/iscatt/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/giface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/layertree.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/pyshell.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/lmgr/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/location_wizard/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/gprint.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/test_mapdisp.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapdisp/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/g.gui.mapswipe.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapswipe/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/analysis.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/buffered.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/decorations.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/mapwin/__pycache__/graphics.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/colorrules.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/extensions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/import_export.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mapsets_picker.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/mcalc_builder.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/modules/__pycache__/vclean.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/animation.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/tools.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/workspace.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/nviz/__pycache__/wxnviz.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/g.gui.photo2image.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_manager.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_mapdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_statusbar.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/photo2image/__pycache__/ip2i_toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/g.gui.psmap.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/instructions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/menudata.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/psmap/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/controller.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/functions.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/g.gui.rlisetup.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/sampling_frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/rlisetup/__pycache__/wizard.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/guiutils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/locdownload.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/startup/__pycache__/utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/timeline/__pycache__/g.gui.timeline.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/frame.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/tplot/__pycache__/g.gui.tplot.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/g.gui.vdigit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/main.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/mapwindow.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/preferences.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdigit.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vdigit/__pycache__/wxdisplay.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/toolbars.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_core.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_data.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/vnet_utils.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/vnet/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/cap_interface.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/web_services/__pycache__/widgets.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/base.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/dialogs.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/histogram.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/profile.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/gui/wxpython/wxplot/__pycache__/scatter.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/tools/__pycache__/ggroff.cpython-%%PYTHON_SUFFIX%%.pyc
+%%GRASS_INST_DIR%%/tools/__pycache__/ghtml.cpython-%%PYTHON_SUFFIX%%.pyc
diff --git a/graphics/qgis-ltr/Makefile b/graphics/qgis-ltr/Makefile
index a48de67c37de..cee6a3ed071f 100644
--- a/graphics/qgis-ltr/Makefile
+++ b/graphics/qgis-ltr/Makefile
@@ -3,18 +3,15 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
-DISTVERSION= 3_4_11
-PORTREVISION= 5
+DISTVERSION= 3_10_4
CATEGORIES= graphics geography
PKGNAMESUFFIX= -ltr
-
MAINTAINER= rhurlin@gwdg.de
COMMENT= Free and Open Source Geographic Information System
LICENSE= GPLv2
-BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
- gpsbabel>=1.5.4:astro/gpsbabel \
+BUILD_DEPENDS= gpsbabel>=1.5.4:astro/gpsbabel \
txt2tags:textproc/txt2tags \
${PYTHON_PKGNAMEPREFIX}cycler>=0.10.0:devel/py-cycler@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=2.8.0:devel/py-dateutil@${PY_FLAVOR} \
@@ -24,7 +21,7 @@ BUILD_DEPENDS= clang${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
${PYTHON_PKGNAMEPREFIX}MarkupSafe>=1.1.1:textproc/py-MarkupSafe@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>=2.2.4:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}mock>=2.0.0:devel/py-mock@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.17.1:graphics/py-OWSLib@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}OWSLib>=0.18.0:graphics/py-OWSLib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pbr>=3.1.1:devel/py-pbr@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pip>=9.0.3:devel/py-pip@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}plotly>=3.0.2:graphics/py-plotly@${PY_FLAVOR} \
@@ -85,16 +82,17 @@ LIB_DEPENDS= libexiv2.so:graphics/exiv2 \
### Fortran is needed by numpy, GRASS, etc.
USES= bison cmake compiler:features cpe desktop-file-utils \
- fortran gmake gnome pgsql pyqt:5 python:3.6+ qca qt:5 \
+ fortran gmake gl gnome pgsql pyqt:5 python:3.6+ qca qt:5 \
shebangfix sqlite:3
USE_GNOME= libxml2
+USE_GL= gl
USE_QT= 3d buildtools_build core concurrent dbus declarative \
designer doc gamepad gui linguist_build location \
network printsupport qmake_build script serialport \
sql sql-pgsql sql-sqlite3 svg testlib uitools \
webengine widgets webkit xml
-USE_PYQT= core gui network qml qscintilla2 sip sql svg xml \
- webkit_run webkitwidgets_run
+USE_PYQT= core gui network qml quickwidgets qscintilla2 \
+ sip sql svg webkit_run webkitwidgets_run xml
USE_LDCONFIG= yes
CONFLICTS_INSTALL= qgis
@@ -108,9 +106,11 @@ CMAKE_ARGS+= -DCMAKE_BUILD_TYPE:STRING=Release \
-DQSCI_SIP_DIR:PATH=${PYQT_SIPDIR}/Qsci \
-DQWT_INCLUDE_DIR:PATH=${LOCALBASE}/include/qt5/qwt6 \
-DQWT_LIBRARY:FILEPATH=${LOCALBASE}/lib/qt5/libqwt6.so \
- -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW
+ -DCMAKE_POLICY_DEFAULT_CMP0056:STRING=NEW \
+ -DUSE_OPENCL:BOOL=FALSE
CMAKE_ON= BUILD_TESTING ENABLE_TESTS WITH_3D WITH_ASTYLE \
- WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_POSTGRESQL
+ WITH_BINDINGS WITH_CUSTOM_WIDGETS WITH_INTERNAL_MDAL \
+ WITH_POSTGRESQL
CMAKE_OFF= WITH_GLOBE WITH_QWTPOLAR
.if !defined(MAINTAINER_MODE)
@@ -130,23 +130,20 @@ SERVER_DESC= Enable QGIS server
GRASS_BUILD_DEPENDS= grass7:databases/grass7
GRASS_RUN_DEPENDS= ${GRASS_BUILD_DEPENDS}
GRASS_CMAKE_BOOL= WITH_GRASS7
-GRASS_FORCE_MAKE_JOBS= NO
-
SERVER_LIB_DEPENDS= libfcgi.so:www/fcgi
-SERVER_CMAKE_BOOL= WITH_SERVER
+SERVER_CMAKE_BOOL= WITH_SERVER WITH_SERVER_PLUGINS WITH_QSPATIALITE
PLIST_SUB= DISTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
-# make describe needs them here, after bsd.port.pre.mk
-CPP= clang-cpp${LLVM_DEFAULT}
-CC= clang${LLVM_DEFAULT}
-CXX= clang++${LLVM_DEFAULT}
-
post-patch:
- @${REINPLACE_CMD} -e 's|markupsafe ||g' \
- ${WRKSRC}/python/ext-libs/CMakeLists.txt
+# On i386, '-mllvm -inline-threshold=128' does not build under all circumstances
+# See bugs 242557 and 241687.
+.if ${OPSYS} == FreeBSD && ${ARCH} == "i386"
+ @${REINPLACE_CMD} -e 's|"-mllvm -inline-threshold=128"|"-O1"|g' \
+ ${WRKSRC}/src/core/CMakeLists.txt
+.endif
pre-configure:
${MKDIR} ${CONFIGURE_WRKSRC}/bin && ${LN} -s ${PYTHON_CMD} ${CONFIGURE_WRKSRC}/bin/python3
diff --git a/graphics/qgis-ltr/distinfo b/graphics/qgis-ltr/distinfo
index dabae391f969..3d0c159dc1bb 100644
--- a/graphics/qgis-ltr/distinfo
+++ b/graphics/qgis-ltr/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1566752734
-SHA256 (qgis-QGIS-final-3_4_11_GH0.tar.gz) = 839c279c6c97f9e61495666293bd0b70701ef77b7ef4eb8f43754719d0dd8fd2
-SIZE (qgis-QGIS-final-3_4_11_GH0.tar.gz) = 91011251
+TIMESTAMP = 1585054158
+SHA256 (qgis-QGIS-final-3_10_4_GH0.tar.gz) = ef900da2108d9b10069587e7eeed8f42c07f2af50e7552d938ffa9418cb55961
+SIZE (qgis-QGIS-final-3_10_4_GH0.tar.gz) = 120683329
diff --git a/graphics/qgis-ltr/files/patch-cmake_FindGRASS.cmake b/graphics/qgis-ltr/files/patch-cmake_FindGRASS.cmake
deleted file mode 100644
index 7b7c3c748ccc..000000000000
--- a/graphics/qgis-ltr/files/patch-cmake_FindGRASS.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/FindGRASS.cmake.orig 2020-01-30 11:41:47 UTC
-+++ cmake/FindGRASS.cmake
-@@ -161,9 +161,7 @@ IF (UNIX)
- IF (GRASS_FIND_VERSION EQUAL 7)
- IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- FOREACH (VERSION_MINOR 0 1 2 3 4 5 6)
-- FOREACH (VERSION_BUILD 0 1 2 3 4 5 6)
-- LIST (APPEND GRASS_PATHS /usr/local/grass-${GRASS_FIND_VERSION}.${VERSION_MINOR}.${VERSION_BUILD})
-- ENDFOREACH (VERSION_BUILD)
-+ LIST (APPEND GRASS_PATHS /usr/local/grass${GRASS_FIND_VERSION}${VERSION_MINOR})
- ENDFOREACH(VERSION_MINOR)
- ELSE (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- FOREACH (PATH /usr/lib64 /usr/lib)
diff --git a/graphics/qgis-ltr/files/patch-cmake_FindPyQt5.py b/graphics/qgis-ltr/files/patch-cmake_FindPyQt5.py
deleted file mode 100644
index ea0b2f59a35f..000000000000
--- a/graphics/qgis-ltr/files/patch-cmake_FindPyQt5.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/FindPyQt5.py.orig 2019-01-02 08:42:18 UTC
-+++ cmake/FindPyQt5.py
-@@ -54,7 +54,7 @@ except ImportError:
- 'pyqt_version_str': PyQt5.QtCore.PYQT_VERSION_STR,
- 'pyqt_sip_flags': PyQt5.QtCore.PYQT_CONFIGURATION['sip_flags'],
- 'pyqt_mod_dir': os.path.join(cfg.default_mod_dir, "PyQt5"),
-- 'pyqt_sip_dir': sip_dir,
-+ 'pyqt_sip_dir': sip_dir.replace('PyQtsip', 'PyQt5'),
- 'pyqt_bin_dir': cfg.default_bin_dir,
- }
- pyqtcfg = sipconfig.Configuration([cfg])
diff --git a/graphics/qgis-ltr/files/patch-cmake_Txt2Tags.cmake b/graphics/qgis-ltr/files/patch-cmake_Txt2Tags.cmake
deleted file mode 100644
index 6a93b5b8e1b6..000000000000
--- a/graphics/qgis-ltr/files/patch-cmake_Txt2Tags.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
---- cmake/Txt2Tags.cmake.orig 2019-08-16 12:03:55 UTC
-+++ cmake/Txt2Tags.cmake
-@@ -42,7 +42,7 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
- ADD_CUSTOM_COMMAND(
- OUTPUT ${_out}
- COMMAND ${TXT2TAGS_EXECUTABLE}
-- ARGS --encoding=utf-8 -o${_out} -t txt ${_in}
-+ ARGS -o${_out} -t txt ${_in}
- DEPENDS ${_in}
- COMMENT "Building ${_out} from ${_in}"
- )
-@@ -50,7 +50,7 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
- ADD_CUSTOM_COMMAND(
- OUTPUT ${_out}.html
- COMMAND ${TXT2TAGS_EXECUTABLE}
-- ARGS --encoding=utf-8 -o${_out}.html -t html ${_in}
-+ ARGS -o${_out}.html -t html ${_in}
- DEPENDS ${_in}
- COMMENT "Building ${_out}.html from ${_in}"
- )
diff --git a/graphics/qgis-ltr/files/patch-doc_INSTALL.html b/graphics/qgis-ltr/files/patch-doc_INSTALL.html
deleted file mode 100644
index cab204872a3b..000000000000
--- a/graphics/qgis-ltr/files/patch-doc_INSTALL.html
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/INSTALL.html.orig 2019-08-16 12:03:55 UTC
-+++ doc/INSTALL.html
-@@ -3113,5 +3113,5 @@ The following people have contributed to this document
-
- </DIV>
- <!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
--<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis-3.4/debian/build/doc/INSTALL.html -t html /home/fischer/src/qgis-3.4/doc/INSTALL.t2t -->
-+<!-- cmdline: txt2tags -o/home/fischer/src/qgis-3.4/debian/build/doc/INSTALL.html -t html /home/fischer/src/qgis-3.4/doc/INSTALL.t2t -->
- </BODY></HTML>
diff --git a/graphics/qgis-ltr/files/patch-doc_INSTALL.t2t b/graphics/qgis-ltr/files/patch-doc_INSTALL.t2t
deleted file mode 100644
index 661f14207a48..000000000000
--- a/graphics/qgis-ltr/files/patch-doc_INSTALL.t2t
+++ /dev/null
@@ -1,28 +0,0 @@
---- doc/INSTALL.t2t.orig 2019-08-16 12:03:55 UTC
-+++ doc/INSTALL.t2t
-@@ -4,14 +4,14 @@ Building QGIS from source - step by step
-
- %! target : html
- %! style : style.css
--%! Options : --toc --toc-level 2 --enum-title --css-sugar --css-inside
-+%! Options : --toc --toc-level 2 --enum-title
- %! preproc : TUT_URL https://qgis.org
- %! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
- %! PostProc(html): '(?i)(</pre>)' '\1</div>'
- %! PostProc(html): \(R\) &reg;
- % Next line will replace tabs with 2 spaces in txt generated outputs
- %! PostProc(txt): '(?i)(\t)' ' '
--%! encoding: iso-8859-1
-+%! encoding: utf-8
- %
- % Tex processing
- %
-@@ -36,7 +36,7 @@ Building QGIS from source - step by step
- %! PostProc(tex): NEWPAGE '\\newpage'
- % Give alternating table rows different colors and use a smaller font in tables (\tiny)
- %! PostProc(tex): '\\begin{tabular}' '\\rowcolors{2}{tableShade}{white} \n\\tiny\\begin{tabular}'
--%! encoding: iso-8859-1
-+%! encoding: utf-8
-
- %! PostProc(tex): WALLPAPER-IMAGE 'qgis-footer.png'
- % These are comments and will not be generated in any output
diff --git a/graphics/qgis-ltr/files/patch-doc_news.html b/graphics/qgis-ltr/files/patch-doc_news.html
deleted file mode 100644
index a54d29792a69..000000000000
--- a/graphics/qgis-ltr/files/patch-doc_news.html
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/news.html.orig 2019-08-16 12:03:55 UTC
-+++ doc/news.html
-@@ -3447,5 +3447,5 @@ July 6, 2002
- </DIV>
-
- <!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
--<!-- cmdline: txt2tags -\-encoding=utf-8 -o/home/fischer/src/qgis/debian/build/doc/news.html -t html /home/fischer/src/qgis/doc/news.t2t -->
-+<!-- cmdline: txt2tags -o/home/fischer/src/qgis/debian/build/doc/news.html -t html /home/fischer/src/qgis/doc/news.t2t -->
- </BODY></HTML>
diff --git a/graphics/qgis-ltr/files/patch-doc_news.t2t b/graphics/qgis-ltr/files/patch-doc_news.t2t
deleted file mode 100644
index f58af770f505..000000000000
--- a/graphics/qgis-ltr/files/patch-doc_news.t2t
+++ /dev/null
@@ -1,18 +0,0 @@
---- doc/news.t2t.orig 2019-08-16 12:03:55 UTC
-+++ doc/news.t2t
-@@ -4,13 +4,13 @@ Change history for the QGIS Project
-
- %! target : html
- %! style : style.css
--%! Options : --toc --toc-level 1 --enum-title --css-sugar --css-inside
-+%! Options : --toc --toc-level 1 --enum-title
- %! preproc : TUT_URL https://qgis.org
- %! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
- %! PostProc(html): '(?i)(</pre>)' '\1</div>'
- % Next line will replace tabs with 2 spaces in txt generated outputs
- %! PostProc(txt): '(?i)(\t)' ' '
--%! encoding: iso-8859-1
-+%! encoding: utf-8
- %
- % These are comments and will not be generated in any output
- % -------------------
diff --git a/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py b/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
index c6f92a2503b3..a074fa5c8042 100644
--- a/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
+++ b/graphics/qgis-ltr/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
@@ -1,19 +1,19 @@
---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-03-02 02:07:46 UTC
+--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2020-03-27 05:50:09 UTC
+++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
-@@ -82,7 +82,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
+@@ -79,7 +79,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
def canBeActivated(self):
version = SagaUtils.getInstalledVersion(True)
-- if version is not None and version.startswith(REQUIRED_VERSION):
+- if version is not None and (version.startswith(REQUIRED_VERSION) or version.startswith(BETA_SUPPORT_VERSION)):
+ if version is not None and version >= REQUIRED_VERSION:
return True
return False
-@@ -93,7 +93,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
+@@ -96,7 +96,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
self.tr('Processing'), Qgis.Critical)
return
-- if not version.startswith(REQUIRED_VERSION):
+- if not version.startswith(REQUIRED_VERSION) and not version.startswith(BETA_SUPPORT_VERSION):
+ if version < REQUIRED_VERSION:
QgsMessageLog.logMessage(self.tr('Problem with SAGA installation: unsupported SAGA version (found: {}, required: {}).').format(version, REQUIRED_VERSION),
self.tr('Processing'),
diff --git a/graphics/qgis-ltr/files/patch-scripts_release.pl b/graphics/qgis-ltr/files/patch-scripts_release.pl
deleted file mode 100644
index 698a5f6fe77b..000000000000
--- a/graphics/qgis-ltr/files/patch-scripts_release.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/release.pl.orig 2019-08-16 12:03:55 UTC
-+++ scripts/release.pl
-@@ -183,8 +183,8 @@ run( "cp debian/changelog /tmp", "backup changelog fai
- unless( $dopoint ) {
- run( "perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) if $doltr;
- run( "perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) unless $doltr;
-- run( "txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t", "could not update INSTALL.html" );
-- run( "txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t", "could not update INSTALL" );
-+ run( "txt2tags -odoc/INSTALL.html -t html doc/INSTALL.t2t", "could not update INSTALL.html" );
-+ run( "txt2tags -oINSTALL -t txt doc/INSTALL.t2t", "could not update INSTALL" );
-
- run( "cp -v images/splash/splash-$newmajor.$newminor.png images/splash/splash.png", "splash png switch failed" );
- run( "convert -resize 164x314 ms-windows/Installer-Files/WelcomeFinishPage-$newmajor.$newminor.png BMP3:ms-windows/Installer-Files/WelcomeFinishPage.bmp", "installer bitmap switch failed" );
diff --git a/graphics/qgis-ltr/files/patch-scripts_update-news.pl b/graphics/qgis-ltr/files/patch-scripts_update-news.pl
deleted file mode 100644
index d80a79182a49..000000000000
--- a/graphics/qgis-ltr/files/patch-scripts_update-news.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/update-news.pl.orig 2019-08-16 12:03:55 UTC
-+++ scripts/update-news.pl
-@@ -61,8 +61,8 @@ close $in;
-
- copy($tempfile, "doc/news.t2t");
-
--system "txt2tags --encoding=utf-8 -odoc/news.html -t html doc/news.t2t";
--system "txt2tags --encoding=utf-8 -oNEWS -t txt doc/news.t2t";
-+system "txt2tags -odoc/news.html -t html doc/news.t2t";
-+system "txt2tags -oNEWS -t txt doc/news.t2t";
-
- =head1 NAME
-
diff --git a/graphics/qgis/files/patch-src_core_CMakeLists.txt b/graphics/qgis-ltr/files/patch-src_core_CMakeLists.txt
index 0d178daf2f4b..0d178daf2f4b 100644
--- a/graphics/qgis/files/patch-src_core_CMakeLists.txt
+++ b/graphics/qgis-ltr/files/patch-src_core_CMakeLists.txt
diff --git a/graphics/qgis-ltr/files/patch-src_core_qgsproject.cpp b/graphics/qgis-ltr/files/patch-src_core_qgsproject.cpp
deleted file mode 100644
index d749fade2bef..000000000000
--- a/graphics/qgis-ltr/files/patch-src_core_qgsproject.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/core/qgsproject.cpp.orig 2018-11-23 12:08:36 UTC
-+++ src/core/qgsproject.cpp
-@@ -1867,7 +1867,7 @@ bool QgsProject::writeProjectFile( const QString &file
- }
-
- QFileInfo fi( fileName() );
-- struct utimbuf tb = { fi.lastRead().toTime_t(), fi.lastModified().toTime_t() };
-+ struct utimbuf tb = { static_cast<time_t>( fi.lastRead().toSecsSinceEpoch() ), static_cast<time_t>( fi.lastModified().toSecsSinceEpoch() ) };
- utime( backupFile.fileName().toUtf8().constData(), &tb );
- }
-
diff --git a/graphics/qgis-ltr/files/patch-src_plugins_grass_CMakeLists.txt b/graphics/qgis-ltr/files/patch-src_plugins_grass_CMakeLists.txt
deleted file mode 100644
index 27d35ba08abd..000000000000
--- a/graphics/qgis-ltr/files/patch-src_plugins_grass_CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/plugins/grass/CMakeLists.txt.orig 2018-11-23 12:08:36 UTC
-+++ src/plugins/grass/CMakeLists.txt
-@@ -211,6 +211,7 @@ MACRO(ADD_GRASSPLUGIN GRASS_BUILD_VERSION)
- qgis_app
- qgis_gui
- ${OPENPTY_LIBRARY}
-+ -lulog
- )
-
- IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
diff --git a/graphics/qgis-ltr/pkg-plist b/graphics/qgis-ltr/pkg-plist
index 2b5d5ae5b8d7..1f9658274b6f 100644
--- a/graphics/qgis-ltr/pkg-plist
+++ b/graphics/qgis-ltr/pkg-plist
@@ -16,7 +16,7 @@ include/qgis/TriangleInterpolator.h
include/qgis/Triangulation.h
include/qgis/Vector3D.h
include/qgis/characterwidget.h
-include/qgis/mersenne-twister.h
+include/qgis/json_fwd.hpp
include/qgis/qgis.h
include/qgis/qgis_3d.h
include/qgis/qgis_analysis.h
@@ -30,6 +30,7 @@ include/qgis/qgisinterface.h
include/qgis/qgisplugin.h
include/qgis/qgs25drenderer.h
include/qgis/qgs25drendererwidget.h
+include/qgis/qgs3danimationsettings.h
include/qgis/qgs3dmapscene.h
include/qgis/qgs3dmapsettings.h
include/qgis/qgs3drendererregistry.h
@@ -39,20 +40,27 @@ include/qgis/qgsaabb.h
include/qgis/qgsabstract3dengine.h
include/qgis/qgsabstract3drenderer.h
include/qgis/qgsabstract3dsymbol.h
+include/qgis/qgsabstractcontentcache.h
+include/qgis/qgsabstractdatabaseproviderconnection.h
include/qgis/qgsabstractdatasourcewidget.h
include/qgis/qgsabstractgeometry.h
+include/qgis/qgsabstractgeopdfexporter.h
include/qgis/qgsabstractlayoutiterator.h
include/qgis/qgsabstractmetadatabase.h
+include/qgis/qgsabstractproviderconnection.h
include/qgis/qgsabstractreportsection.h
+include/qgis/qgsabstractvaliditycheck.h
include/qgis/qgsaction.h
include/qgis/qgsactionmanager.h
include/qgis/qgsactionmenu.h
include/qgis/qgsactionscope.h
include/qgis/qgsactionscoperegistry.h
include/qgis/qgsadvanceddigitizingdockwidget.h
+include/qgis/qgsadvanceddigitizingfloater.h
include/qgis/qgsaggregatecalculator.h
include/qgis/qgsaggregatetoolbutton.h
include/qgis/qgsalgorithmimportphotos.h
+include/qgis/qgsalignmentcombobox.h
include/qgis/qgsalignraster.h
include/qgis/qgsanalysis.h
include/qgis/qgsanimatedicon.h
@@ -61,6 +69,7 @@ include/qgis/qgsannotationmanager.h
include/qgis/qgsannotationregistry.h
include/qgis/qgsapplication.h
include/qgis/qgsarchive.h
+include/qgis/qgsarrowsymbollayer.h
include/qgis/qgsarrowsymbollayerwidget.h
include/qgis/qgsaspectfilter.h
include/qgis/qgsattributedialog.h
@@ -89,6 +98,7 @@ include/qgis/qgsauthconfigedit.h
include/qgis/qgsauthconfigeditor.h
include/qgis/qgsauthconfigidedit.h
include/qgis/qgsauthconfigselect.h
+include/qgis/qgsauthconfigselectplugin.h
include/qgis/qgsauthcrypto.h
include/qgis/qgsautheditorwidgets.h
include/qgis/qgsauthguiutils.h
@@ -110,12 +120,18 @@ include/qgis/qgsauthtrustedcasdialog.h
include/qgis/qgsauxiliarystorage.h
include/qgis/qgsbearingutils.h
include/qgis/qgsbilinearrasterresampler.h
+include/qgis/qgsbinarywidgetfactory.h
+include/qgis/qgsbinarywidgetwrapper.h
include/qgis/qgsblendmodecombobox.h
+include/qgis/qgsblockingnetworkrequest.h
include/qgis/qgsblureffect.h
+include/qgis/qgsbookmarkmanager.h
+include/qgis/qgsbookmarkmodel.h
include/qgis/qgsbox3d.h
include/qgis/qgsbrightnesscontrastfilter.h
include/qgis/qgsbrowserdockwidget.h
include/qgis/qgsbrowserdockwidget_p.h
+include/qgis/qgsbrowserguimodel.h
include/qgis/qgsbrowsermodel.h
include/qgis/qgsbrowserproxymodel.h
include/qgis/qgsbrowsertreeview.h
@@ -125,6 +141,9 @@ include/qgis/qgscachedfeatureiterator.h
include/qgis/qgscacheindex.h
include/qgis/qgscacheindexfeatureid.h
include/qgis/qgscadutils.h
+include/qgis/qgscallout.h
+include/qgis/qgscalloutsregistry.h
+include/qgis/qgscalloutwidget.h
include/qgis/qgscameracontroller.h
include/qgis/qgscamerapose.h
include/qgis/qgscategorizedsymbolrenderer.h
@@ -133,6 +152,7 @@ include/qgis/qgscharacterselectordialog.h
include/qgis/qgscheckablecombobox.h
include/qgis/qgscheckablecomboboxplugin.h
include/qgis/qgscheckboxconfigdlg.h
+include/qgis/qgscheckboxfieldformatter.h
include/qgis/qgscheckboxsearchwidgetwrapper.h
include/qgis/qgscheckboxwidgetfactory.h
include/qgis/qgscheckboxwidgetwrapper.h
@@ -143,6 +163,15 @@ include/qgis/qgschunknode_p.h
include/qgis/qgschunkqueuejob_p.h
include/qgis/qgscircle.h
include/qgis/qgscircularstring.h
+include/qgis/qgsclassificationcustom.h
+include/qgis/qgsclassificationequalinterval.h
+include/qgis/qgsclassificationjenks.h
+include/qgis/qgsclassificationlogarithmic.h
+include/qgis/qgsclassificationmethod.h
+include/qgis/qgsclassificationmethodregistry.h
+include/qgis/qgsclassificationprettybreaks.h
+include/qgis/qgsclassificationquantile.h
+include/qgis/qgsclassificationstandarddeviation.h
include/qgis/qgsclassificationwidgetwrapper.h
include/qgis/qgsclassificationwidgetwrapperfactory.h
include/qgis/qgsclipper.h
@@ -181,6 +210,7 @@ include/qgis/qgsconfigureshortcutsdialog.h
include/qgis/qgsconnectionpool.h
include/qgis/qgscontrastenhancement.h
include/qgis/qgscontrastenhancementfunction.h
+include/qgis/qgscoordinateboundspreviewmapwidget.h
include/qgis/qgscoordinateformatter.h
include/qgis/qgscoordinatereferencesystem.h
include/qgis/qgscoordinatetransform.h
@@ -201,10 +231,13 @@ include/qgis/qgsdashspacedialog.h
include/qgis/qgsdatadefinedsizelegend.h
include/qgis/qgsdatadefinedsizelegendwidget.h
include/qgis/qgsdataitem.h
+include/qgis/qgsdataitemguiprovider.h
+include/qgis/qgsdataitemguiproviderregistry.h
include/qgis/qgsdataitemprovider.h
include/qgis/qgsdataitemproviderregistry.h
include/qgis/qgsdataprovider.h
include/qgis/qgsdatasourcemanagerdialog.h
+include/qgis/qgsdatasourceselectdialog.h
include/qgis/qgsdatasourceuri.h
include/qgis/qgsdatetimeedit.h
include/qgis/qgsdatetimeeditconfig.h
@@ -259,6 +292,7 @@ include/qgis/qgsenumerationwidgetwrapper.h
include/qgis/qgserror.h
include/qgis/qgserrordialog.h
include/qgis/qgsexception.h
+include/qgis/qgsexiftools.h
include/qgis/qgsexpression.h
include/qgis/qgsexpressionbuilderdialog.h
include/qgis/qgsexpressionbuilderwidget.h
@@ -266,6 +300,7 @@ include/qgis/qgsexpressionbuilderwidgetplugin.h
include/qgis/qgsexpressioncontext.h
include/qgis/qgsexpressioncontextgenerator.h
include/qgis/qgsexpressioncontextscopegenerator.h
+include/qgis/qgsexpressioncontextutils.h
include/qgis/qgsexpressionfieldbuffer.h
include/qgis/qgsexpressionfunction.h
include/qgis/qgsexpressionhighlighter.h
@@ -282,6 +317,7 @@ include/qgis/qgsexternalresourcewidgetplugin.h
include/qgis/qgsexternalresourcewidgetwrapper.h
include/qgis/qgsfallbackfieldformatter.h
include/qgis/qgsfeature.h
+include/qgis/qgsfeature3dhandler_p.h
include/qgis/qgsfeaturefiltermodel.h
include/qgis/qgsfeaturefiltermodel_p.h
include/qgis/qgsfeaturefilterprovider.h
@@ -315,6 +351,7 @@ include/qgis/qgsfieldproxymodel.h
include/qgis/qgsfields.h
include/qgis/qgsfieldvalidator.h
include/qgis/qgsfieldvalueslineedit.h
+include/qgis/qgsfilecontentsourcelineedit.h
include/qgis/qgsfiledownloader.h
include/qgis/qgsfiledownloaderdialog.h
include/qgis/qgsfileutils.h
@@ -323,12 +360,18 @@ include/qgis/qgsfilewidgetplugin.h
include/qgis/qgsfillsymbollayer.h
include/qgis/qgsfilterlineedit.h
include/qgis/qgsfilterlineeditplugin.h
+include/qgis/qgsfindfilesbypatternwidget.h
include/qgis/qgsfloatingwidget.h
include/qgis/qgsfocuswatcher.h
include/qgis/qgsfontbutton.h
include/qgis/qgsfontbuttonplugin.h
include/qgis/qgsfontutils.h
include/qgis/qgsformannotation.h
+include/qgis/qgsgdaldataitems.h
+include/qgis/qgsgdalguiprovider.h
+include/qgis/qgsgdalprovider.h
+include/qgis/qgsgdalsourceselect.h
+include/qgis/qgsgdalutils.h
include/qgis/qgsgenericfeatureselectionmanager.h
include/qgis/qgsgeometry.h
include/qgis/qgsgeometryanglecheck.h
@@ -372,6 +415,13 @@ include/qgis/qgsgeometryutils.h
include/qgis/qgsgeometryvalidator.h
include/qgis/qgsgeonodeconnection.h
include/qgis/qgsgeonoderequest.h
+include/qgis/qgsgeopackagedataitems.h
+include/qgis/qgsgeopackageitemguiprovider.h
+include/qgis/qgsgeopackageprojectstorage.h
+include/qgis/qgsgeopackageprojectstoragedialog.h
+include/qgis/qgsgeopackageprojectstorageguiprovider.h
+include/qgis/qgsgeopackageproviderconnection.h
+include/qgis/qgsgeopackagerasterwritertask.h
include/qgis/qgsgeos.h
include/qgis/qgsgloweffect.h
include/qgis/qgsgml.h
@@ -408,10 +458,12 @@ include/qgis/qgshistogramwidget.h
include/qgis/qgshstoreutils.h
include/qgis/qgshtmlannotation.h
include/qgis/qgshtmlutils.h
+include/qgis/qgshtmlwidgetwrapper.h
include/qgis/qgshuesaturationfilter.h
include/qgis/qgsidentifymenu.h
include/qgis/qgsidwinterpolator.h
include/qgis/qgsifeatureselectionmanager.h
+include/qgis/qgsimagecache.h
include/qgis/qgsimageoperation.h
include/qgis/qgsindexedfeature.h
include/qgis/qgsinternalgeometryengine.h
@@ -428,6 +480,7 @@ include/qgis/qgskeyvaluewidgetwrapper.h
include/qgis/qgslabelfeature.h
include/qgis/qgslabelingengine.h
include/qgis/qgslabelingenginesettings.h
+include/qgis/qgslabelinggui.h
include/qgis/qgslabelsearchtree.h
include/qgis/qgslayerdefinition.h
include/qgis/qgslayermetadata.h
@@ -453,11 +506,13 @@ include/qgis/qgslayertreeviewitemdelegate.h
include/qgis/qgslayout.h
include/qgis/qgslayoutaligner.h
include/qgis/qgslayoutatlas.h
+include/qgis/qgslayoutcombobox.h
include/qgis/qgslayoutcustomdrophandler.h
include/qgis/qgslayoutdesignerinterface.h
include/qgis/qgslayouteffect.h
include/qgis/qgslayoutexporter.h
include/qgis/qgslayoutframe.h
+include/qgis/qgslayoutgeopdfexporter.h
include/qgis/qgslayoutgridsettings.h
include/qgis/qgslayoutguidecollection.h
include/qgis/qgslayoutitem.h
@@ -533,9 +588,11 @@ include/qgis/qgsline3dsymbol.h
include/qgis/qgsline3dsymbol_p.h
include/qgis/qgslinearminmaxenhancement.h
include/qgis/qgslinearminmaxenhancementwithclip.h
+include/qgis/qgslinematerial_p.h
include/qgis/qgslinesegment.h
include/qgis/qgslinestring.h
include/qgis/qgslinesymbollayer.h
+include/qgis/qgslinevertexdata_p.h
include/qgis/qgslinuxnative.h
include/qgis/qgslistfieldformatter.h
include/qgis/qgslistwidget.h
@@ -546,6 +603,7 @@ include/qgis/qgslocator.h
include/qgis/qgslocatorcontext.h
include/qgis/qgslocatorfilter.h
include/qgis/qgslocatormodel.h
+include/qgis/qgslocatormodelbridge.h
include/qgis/qgslocatorwidget.h
include/qgis/qgslogger.h
include/qgis/qgslonglongvalidator.h
@@ -582,6 +640,7 @@ include/qgis/qgsmaprenderercustompainterjob.h
include/qgis/qgsmaprendererjob.h
include/qgis/qgsmaprendererparalleljob.h
include/qgis/qgsmaprenderersequentialjob.h
+include/qgis/qgsmaprendererstagedrenderjob.h
include/qgis/qgsmaprenderertask.h
include/qgis/qgsmapsettings.h
include/qgis/qgsmapsettingsutils.h
@@ -590,6 +649,7 @@ include/qgis/qgsmaptip.h
include/qgis/qgsmaptool.h
include/qgis/qgsmaptooladvanceddigitizing.h
include/qgis/qgsmaptoolcapture.h
+include/qgis/qgsmaptooldigitizefeature.h
include/qgis/qgsmaptooledit.h
include/qgis/qgsmaptoolemitpoint.h
include/qgis/qgsmaptoolextent.h
@@ -607,13 +667,21 @@ include/qgis/qgsmemoryfeatureiterator.h
include/qgis/qgsmemoryprovider.h
include/qgis/qgsmemoryproviderutils.h
include/qgis/qgsmenuheader.h
+include/qgis/qgsmesh3dsymbol.h
+include/qgis/qgsmesh3dsymbol_p.h
+include/qgis/qgsmeshcalcnode.h
+include/qgis/qgsmeshcalculator.h
+include/qgis/qgsmeshcalcutils.h
include/qgis/qgsmeshdataprovider.h
include/qgis/qgsmeshlayer.h
+include/qgis/qgsmeshlayer3drenderer.h
include/qgis/qgsmeshlayerinterpolator.h
include/qgis/qgsmeshlayerrenderer.h
include/qgis/qgsmeshlayerutils.h
include/qgis/qgsmeshmemorydataprovider.h
include/qgis/qgsmeshrenderersettings.h
+include/qgis/qgsmeshspatialindex.h
+include/qgis/qgsmeshtimesettings.h
include/qgis/qgsmeshvectorrenderer.h
include/qgis/qgsmessagebar.h
include/qgis/qgsmessagebaritem.h
@@ -639,6 +707,7 @@ include/qgis/qgsnetworkcontentfetcherregistry.h
include/qgis/qgsnetworkcontentfetchertask.h
include/qgis/qgsnetworkdiskcache.h
include/qgis/qgsnetworkdistancestrategy.h
+include/qgis/qgsnetworkreply.h
include/qgis/qgsnetworkreplyparser.h
include/qgis/qgsnetworkspeedstrategy.h
include/qgis/qgsnetworkstrategy.h
@@ -649,6 +718,8 @@ include/qgis/qgsnewhttpconnection.h
include/qgis/qgsnewmemorylayerdialog.h
include/qgis/qgsnewnamedialog.h
include/qgis/qgsnewogrconnection.h
+include/qgis/qgsnewsfeedmodel.h
+include/qgis/qgsnewsfeedparser.h
include/qgis/qgsnewvectorlayerdialog.h
include/qgis/qgsninecellfilter.h
include/qgis/qgsnmeaconnection.h
@@ -659,7 +730,19 @@ include/qgis/qgsobjectcustomproperties.h
include/qgis/qgsofflineediting.h
include/qgis/qgsoffscreen3dengine.h
include/qgis/qgsogcutils.h
+include/qgis/qgsogrconnpool.h
+include/qgis/qgsogrdataitems.h
+include/qgis/qgsogrdbconnection.h
+include/qgis/qgsogrdbsourceselect.h
+include/qgis/qgsogrdbtablemodel.h
+include/qgis/qgsogrguiprovider.h
include/qgis/qgsogrhelperfunctions.h
+include/qgis/qgsogritemguiprovider.h
+include/qgis/qgsogrprovider.h
+include/qgis/qgsogrsourceselect.h
+include/qgis/qgsogrtransaction.h
+include/qgis/qgsogrutils.h
+include/qgis/qgsonlineterraingenerator.h
include/qgis/qgsopacitywidget.h
include/qgis/qgsopacitywidgetplugin.h
include/qgis/qgsoptional.h
@@ -702,11 +785,13 @@ include/qgis/qgspointclusterrendererwidget.h
include/qgis/qgspointdisplacementrenderer.h
include/qgis/qgspointdisplacementrendererwidget.h
include/qgis/qgspointdistancerenderer.h
+include/qgis/qgspointlightsettings.h
include/qgis/qgspointlocator.h
include/qgis/qgspointxy.h
include/qgis/qgspolygon.h
include/qgis/qgspolygon3dsymbol.h
include/qgis/qgspolygon3dsymbol_p.h
+include/qgis/qgspostgresstringutils.h
include/qgis/qgspresetcolorrampdialog.h
include/qgis/qgsprevieweffect.h
include/qgis/qgsprintlayout.h
@@ -720,6 +805,7 @@ include/qgis/qgsprocessingcontext.h
include/qgis/qgsprocessingfeedback.h
include/qgis/qgsprocessinggui.h
include/qgis/qgsprocessingguiregistry.h
+include/qgis/qgsprocessingmaplayercombobox.h
include/qgis/qgsprocessingmatrixparameterdialog.h
include/qgis/qgsprocessingmodelalgorithm.h
include/qgis/qgsprocessingmodelchildalgorithm.h
@@ -728,7 +814,9 @@ include/qgis/qgsprocessingmodelcomponent.h
include/qgis/qgsprocessingmodelerparameterwidget.h
include/qgis/qgsprocessingmodeloutput.h
include/qgis/qgsprocessingmodelparameter.h
+include/qgis/qgsprocessingmultipleselectiondialog.h
include/qgis/qgsprocessingoutputs.h
+include/qgis/qgsprocessingparameterdefinitionwidget.h
include/qgis/qgsprocessingparameters.h
include/qgis/qgsprocessingparametertype.h
include/qgis/qgsprocessingparametertypeimpl.h
@@ -750,9 +838,14 @@ include/qgis/qgsprojectionselectionwidgetplugin.h
include/qgis/qgsprojectmetadata.h
include/qgis/qgsprojectproperty.h
include/qgis/qgsprojectstorage.h
+include/qgis/qgsprojectstorageguiprovider.h
+include/qgis/qgsprojectstorageguiregistry.h
include/qgis/qgsprojectstorageregistry.h
+include/qgis/qgsprojectstylealgorithms.h
include/qgis/qgsprojecttranslator.h
include/qgis/qgsprojectversion.h
+include/qgis/qgsprojectviewsettings.h
+include/qgis/qgsprojutils.h
include/qgis/qgsproperty.h
include/qgis/qgsproperty_p.h
include/qgis/qgspropertyassistantwidget.h
@@ -760,6 +853,8 @@ include/qgis/qgspropertycollection.h
include/qgis/qgspropertyoverridebutton.h
include/qgis/qgspropertyoverridebuttonplugin.h
include/qgis/qgspropertytransformer.h
+include/qgis/qgsproviderguimetadata.h
+include/qgis/qgsproviderguiregistry.h
include/qgis/qgsprovidermetadata.h
include/qgis/qgsproviderregistry.h
include/qgis/qgsproxyprogresstask.h
@@ -767,6 +862,7 @@ include/qgis/qgsproxystyle.h
include/qgis/qgspythonrunner.h
include/qgis/qgsqmlwidgetwrapper.h
include/qgis/qgsqtlocationconnection.h
+include/qgis/qgsquadrilateral.h
include/qgis/qgsquerybuilder.h
include/qgis/qgsrange.h
include/qgis/qgsrangeconfigdlg.h
@@ -822,6 +918,7 @@ include/qgis/qgsreferencedgeometry.h
include/qgis/qgsregularpolygon.h
include/qgis/qgsrelation.h
include/qgis/qgsrelationaggregatesearchwidgetwrapper.h
+include/qgis/qgsrelationcontext.h
include/qgis/qgsrelationeditorwidget.h
include/qgis/qgsrelationeditorwidgetplugin.h
include/qgis/qgsrelationmanager.h
@@ -836,8 +933,10 @@ include/qgis/qgsrelationwidgetwrapper.h
include/qgis/qgsrelief.h
include/qgis/qgsrenderchecker.h
include/qgis/qgsrendercontext.h
+include/qgis/qgsrenderedfeaturehandlerinterface.h
include/qgis/qgsrenderer.h
include/qgis/qgsrendererpropertiesdialog.h
+include/qgis/qgsrendererrange.h
include/qgis/qgsrendererrasterpropertieswidget.h
include/qgis/qgsrendererregistry.h
include/qgis/qgsrendererwidget.h
@@ -846,6 +945,7 @@ include/qgis/qgsreportsectionfieldgroup.h
include/qgis/qgsreportsectionlayout.h
include/qgis/qgsrubberband.h
include/qgis/qgsruggednessfilter.h
+include/qgis/qgsrulebased3drenderer.h
include/qgis/qgsrulebasedlabeling.h
include/qgis/qgsrulebasedrenderer.h
include/qgis/qgsrulebasedrendererwidget.h
@@ -900,11 +1000,14 @@ include/qgis/qgssqliteutils.h
include/qgis/qgssqlstatement.h
include/qgis/qgsstatisticalsummary.h
include/qgis/qgsstatusbar.h
+include/qgis/qgsstoredexpressionmanager.h
include/qgis/qgsstringstatisticalsummary.h
include/qgis/qgsstringutils.h
include/qgis/qgsstyle.h
+include/qgis/qgsstyleentityvisitor.h
include/qgis/qgsstyleexportimportdialog.h
include/qgis/qgsstylegroupselectiondialog.h
+include/qgis/qgsstyleitemslistwidget.h
include/qgis/qgsstylemanagerdialog.h
include/qgis/qgsstylemodel.h
include/qgis/qgsstylesavedialog.h
@@ -914,7 +1017,6 @@ include/qgis/qgssurface.h
include/qgis/qgssvgannotation.h
include/qgis/qgssvgcache.h
include/qgis/qgssvgselectorwidget.h
-include/qgis/qgssvgsourcelineedit.h
include/qgis/qgssymbol.h
include/qgis/qgssymbolbutton.h
include/qgis/qgssymbolbuttonplugin.h
@@ -931,6 +1033,7 @@ include/qgis/qgstablewidgetitem.h
include/qgis/qgstabwidget.h
include/qgis/qgstaskmanager.h
include/qgis/qgstaskmanagerwidget.h
+include/qgis/qgsterraindownloader.h
include/qgis/qgsterrainentity_p.h
include/qgis/qgsterraingenerator.h
include/qgis/qgsterraintexturegenerator_p.h
@@ -953,6 +1056,7 @@ include/qgis/qgstextrenderer.h
include/qgis/qgstextrenderer_p.h
include/qgis/qgsthreadingutils.h
include/qgis/qgsticksscalebarrenderer.h
+include/qgis/qgstilecache.h
include/qgis/qgstilingscheme.h
include/qgis/qgstininterpolator.h
include/qgis/qgstolerance.h
@@ -975,6 +1079,9 @@ include/qgis/qgsuserinputwidget.h
include/qgis/qgsuserprofilemanager.h
include/qgis/qgsuuidwidgetfactory.h
include/qgis/qgsuuidwidgetwrapper.h
+include/qgis/qgsvaliditycheckcontext.h
+include/qgis/qgsvaliditycheckregistry.h
+include/qgis/qgsvaliditycheckresultswidget.h
include/qgis/qgsvaluemapconfigdlg.h
include/qgis/qgsvaluemapfieldformatter.h
include/qgis/qgsvaluemapsearchwidgetwrapper.h
@@ -1012,6 +1119,7 @@ include/qgis/qgsvectorlayerlabelprovider.h
include/qgis/qgsvectorlayerrenderer.h
include/qgis/qgsvectorlayersaveasdialog.h
include/qgis/qgsvectorlayerselectionmanager.h
+include/qgis/qgsvectorlayerserverproperties.h
include/qgis/qgsvectorlayertools.h
include/qgis/qgsvectorlayerundocommand.h
include/qgis/qgsvectorlayerundopassthroughcommand.h
@@ -1033,6 +1141,7 @@ include/qgis/qgswkbtypes.h
include/qgis/qgsxmlutils.h
include/qgis/qgsziputils.h
include/qgis/qgszonalstatistics.h
+include/qgis/qobjectuniqueptr.h
include/qgis/ui_qgsarcgisservicesourceselectbase.h
include/qgis/ui_qgsauthauthoritieseditor.h
include/qgis/ui_qgsauthcertificateinfo.h
@@ -1101,7 +1210,6 @@ lib/qgis/plugins/libdb2provider.so
lib/qgis/plugins/libdelimitedtextprovider.so
lib/qgis/plugins/libesritokenauthmethod.so
lib/qgis/plugins/libevis.so
-lib/qgis/plugins/libgdalprovider.so
lib/qgis/plugins/libgeometrycheckerplugin.so
lib/qgis/plugins/libgeonodeprovider.so
lib/qgis/plugins/libgeorefplugin.so
@@ -1115,7 +1223,6 @@ lib/qgis/plugins/libmdalprovider.so
lib/qgis/plugins/libmssqlprovider.so
lib/qgis/plugins/liboauth2authmethod.so
lib/qgis/plugins/libofflineeditingplugin.so
-lib/qgis/plugins/libogrprovider.so
lib/qgis/plugins/libowsprovider.so
lib/qgis/plugins/libpkcs12authmethod.so
lib/qgis/plugins/libpkipathsauthmethod.so
@@ -1129,12 +1236,14 @@ lib/qgis/plugins/libwmsprovider.so
%%SERVER%%lib/qgis/server/libdummy.so
%%SERVER%%lib/qgis/server/libwcs.so
%%SERVER%%lib/qgis/server/libwfs.so
+%%SERVER%%lib/qgis/server/libwfs3.so
%%SERVER%%lib/qgis/server/libwms.so
%%SERVER%%lib/qgis/server/libwmts.so
%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so
%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.%%DISTVERSION%%
man/man1/qgis.1.gz
share/applications/org.qgis.qgis.desktop
+share/icons/hicolor/128x128/apps/qgis.png
share/icons/hicolor/128x128/mimetypes/qgis-mime.png
share/icons/hicolor/128x128/mimetypes/qgis-qgs.png
share/icons/hicolor/128x128/mimetypes/qgis-qlr.png
@@ -1146,41 +1255,49 @@ share/icons/hicolor/16x16/mimetypes/qgis-qgs.png
share/icons/hicolor/16x16/mimetypes/qgis-qlr.png
share/icons/hicolor/16x16/mimetypes/qgis-qml.png
share/icons/hicolor/16x16/mimetypes/qgis-qpt.png
+share/icons/hicolor/192x192/apps/qgis.png
share/icons/hicolor/192x192/mimetypes/qgis-mime.png
share/icons/hicolor/192x192/mimetypes/qgis-qgs.png
share/icons/hicolor/192x192/mimetypes/qgis-qlr.png
share/icons/hicolor/192x192/mimetypes/qgis-qml.png
share/icons/hicolor/192x192/mimetypes/qgis-qpt.png
+share/icons/hicolor/22x22/apps/qgis.png
share/icons/hicolor/22x22/mimetypes/qgis-mime.png
share/icons/hicolor/22x22/mimetypes/qgis-qgs.png
share/icons/hicolor/22x22/mimetypes/qgis-qlr.png
share/icons/hicolor/22x22/mimetypes/qgis-qml.png
share/icons/hicolor/22x22/mimetypes/qgis-qpt.png
+share/icons/hicolor/24x24/apps/qgis.png
share/icons/hicolor/24x24/mimetypes/qgis-mime.png
share/icons/hicolor/24x24/mimetypes/qgis-qgs.png
share/icons/hicolor/24x24/mimetypes/qgis-qlr.png
share/icons/hicolor/24x24/mimetypes/qgis-qml.png
share/icons/hicolor/24x24/mimetypes/qgis-qpt.png
+share/icons/hicolor/256x256/apps/qgis.png
share/icons/hicolor/256x256/mimetypes/qgis-mime.png
share/icons/hicolor/256x256/mimetypes/qgis-qgs.png
share/icons/hicolor/256x256/mimetypes/qgis-qlr.png
share/icons/hicolor/256x256/mimetypes/qgis-qml.png
share/icons/hicolor/256x256/mimetypes/qgis-qpt.png
+share/icons/hicolor/32x32/apps/qgis.png
share/icons/hicolor/32x32/mimetypes/qgis-mime.png
share/icons/hicolor/32x32/mimetypes/qgis-qgs.png
share/icons/hicolor/32x32/mimetypes/qgis-qlr.png
share/icons/hicolor/32x32/mimetypes/qgis-qml.png
share/icons/hicolor/32x32/mimetypes/qgis-qpt.png
+share/icons/hicolor/36x36/apps/qgis.png
share/icons/hicolor/36x36/mimetypes/qgis-mime.png
share/icons/hicolor/36x36/mimetypes/qgis-qgs.png
share/icons/hicolor/36x36/mimetypes/qgis-qlr.png
share/icons/hicolor/36x36/mimetypes/qgis-qml.png
share/icons/hicolor/36x36/mimetypes/qgis-qpt.png
+share/icons/hicolor/42x42/apps/qgis.png
share/icons/hicolor/42x42/mimetypes/qgis-mime.png
share/icons/hicolor/42x42/mimetypes/qgis-qgs.png
share/icons/hicolor/42x42/mimetypes/qgis-qlr.png
share/icons/hicolor/42x42/mimetypes/qgis-qml.png
share/icons/hicolor/42x42/mimetypes/qgis-qpt.png
+share/icons/hicolor/48x48/apps/qgis.png
share/icons/hicolor/48x48/mimetypes/qgis-mime.png
share/icons/hicolor/48x48/mimetypes/qgis-qgs.png
share/icons/hicolor/48x48/mimetypes/qgis-qlr.png
@@ -1192,26 +1309,31 @@ share/icons/hicolor/512x512/mimetypes/qgis-qgs.png
share/icons/hicolor/512x512/mimetypes/qgis-qlr.png
share/icons/hicolor/512x512/mimetypes/qgis-qml.png
share/icons/hicolor/512x512/mimetypes/qgis-qpt.png
+share/icons/hicolor/64x64/apps/qgis.png
share/icons/hicolor/64x64/mimetypes/qgis-mime.png
share/icons/hicolor/64x64/mimetypes/qgis-qgs.png
share/icons/hicolor/64x64/mimetypes/qgis-qlr.png
share/icons/hicolor/64x64/mimetypes/qgis-qml.png
share/icons/hicolor/64x64/mimetypes/qgis-qpt.png
+share/icons/hicolor/72x72/apps/qgis.png
share/icons/hicolor/72x72/mimetypes/qgis-mime.png
share/icons/hicolor/72x72/mimetypes/qgis-qgs.png
share/icons/hicolor/72x72/mimetypes/qgis-qlr.png
share/icons/hicolor/72x72/mimetypes/qgis-qml.png
share/icons/hicolor/72x72/mimetypes/qgis-qpt.png
+share/icons/hicolor/80x80/apps/qgis.png
share/icons/hicolor/80x80/mimetypes/qgis-mime.png
share/icons/hicolor/80x80/mimetypes/qgis-qgs.png
share/icons/hicolor/80x80/mimetypes/qgis-qlr.png
share/icons/hicolor/80x80/mimetypes/qgis-qml.png
share/icons/hicolor/80x80/mimetypes/qgis-qpt.png
+share/icons/hicolor/8x8/apps/qgis.png
share/icons/hicolor/8x8/mimetypes/qgis-mime.png
share/icons/hicolor/8x8/mimetypes/qgis-qgs.png
share/icons/hicolor/8x8/mimetypes/qgis-qlr.png
share/icons/hicolor/8x8/mimetypes/qgis-qml.png
share/icons/hicolor/8x8/mimetypes/qgis-qpt.png
+share/icons/hicolor/96x96/apps/qgis.png
share/icons/hicolor/96x96/mimetypes/qgis-mime.png
share/icons/hicolor/96x96/mimetypes/qgis-qgs.png
share/icons/hicolor/96x96/mimetypes/qgis-qlr.png
@@ -1511,6 +1633,9 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%GRASS%%%%DATADIR%%/grass/modules/r.fillnulls.1.png
%%GRASS%%%%DATADIR%%/grass/modules/r.fillnulls.2.png
%%GRASS%%%%DATADIR%%/grass/modules/r.fillnulls.qgm
+%%GRASS%%%%DATADIR%%/grass/modules/r.geomorphon.1.png
+%%GRASS%%%%DATADIR%%/grass/modules/r.geomorphon.2.png
+%%GRASS%%%%DATADIR%%/grass/modules/r.geomorphon.qgm
%%GRASS%%%%DATADIR%%/grass/modules/r.grow.1.png
%%GRASS%%%%DATADIR%%/grass/modules/r.grow.2.png
%%GRASS%%%%DATADIR%%/grass/modules/r.grow.distance.1.png
@@ -2350,16 +2475,17 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/i18n/qgis_de.qm
%%DATADIR%%/i18n/qgis_el.qm
%%DATADIR%%/i18n/qgis_es.qm
+%%DATADIR%%/i18n/qgis_et.qm
%%DATADIR%%/i18n/qgis_eu.qm
%%DATADIR%%/i18n/qgis_fi.qm
%%DATADIR%%/i18n/qgis_fr.qm
%%DATADIR%%/i18n/qgis_gl.qm
+%%DATADIR%%/i18n/qgis_hi.qm
%%DATADIR%%/i18n/qgis_hu.qm
%%DATADIR%%/i18n/qgis_id.qm
%%DATADIR%%/i18n/qgis_is.qm
%%DATADIR%%/i18n/qgis_it.qm
%%DATADIR%%/i18n/qgis_ja.qm
-%%DATADIR%%/i18n/qgis_km.qm
%%DATADIR%%/i18n/qgis_ko.qm
%%DATADIR%%/i18n/qgis_ky.qm
%%DATADIR%%/i18n/qgis_lt.qm
@@ -2521,12 +2647,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/ProcessingPlugin.py
%%DATADIR%%/python/plugins/processing/__init__.py
%%DATADIR%%/python/plugins/processing/algs/__init__.py
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/CMakeLists.txt
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/ExampleAlgorithm.py
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/ExampleAlgorithmProvider.py
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/ProcessingExampleProviderPlugin.py
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/__init__.py
-%%DATADIR%%/python/plugins/processing/algs/exampleprovider/metadata.txt
%%DATADIR%%/python/plugins/processing/algs/gdal/AssignProjection.py
%%DATADIR%%/python/plugins/processing/algs/gdal/Buffer.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ClipRasterByExtent.py
@@ -2569,11 +2689,13 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrtabletopostgislist.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ogr2ogrtopostgislist.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ogrinfo.py
+%%DATADIR%%/python/plugins/processing/algs/gdal/pansharp.py
%%DATADIR%%/python/plugins/processing/algs/gdal/pct2rgb.py
%%DATADIR%%/python/plugins/processing/algs/gdal/polygonize.py
%%DATADIR%%/python/plugins/processing/algs/gdal/proximity.py
%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize.py
%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize_over.py
+%%DATADIR%%/python/plugins/processing/algs/gdal/rasterize_over_fixed_value.py
%%DATADIR%%/python/plugins/processing/algs/gdal/rearrange_bands.py
%%DATADIR%%/python/plugins/processing/algs/gdal/retile.py
%%DATADIR%%/python/plugins/processing/algs/gdal/rgb2pct.py
@@ -2658,6 +2780,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.fill.stats.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.fillnulls.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.flow.txt
+%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.geomorphon.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.grow.distance.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.grow.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/r.gwflow.txt
@@ -2886,6 +3009,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.type.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.univar.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.vect.stats.txt
+%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.voronoi.skeleton.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.voronoi.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.what.rast.txt
%%DATADIR%%/python/plugins/processing/algs/grass7/description/v.what.vect.txt
@@ -2949,7 +3073,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_li_shape_ascii.py
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_li_simpson.py
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_li_simpson_ascii.py
-%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mapcalc.py
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_rast.py
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_mask_vect.py
%%DATADIR%%/python/plugins/processing/algs/grass7/ext/r_null.py
@@ -2994,6 +3117,11 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/help/__init__.py
%%DATADIR%%/python/plugins/processing/algs/help/qgis.yaml
%%DATADIR%%/python/plugins/processing/algs/help/saga.yaml
+%%DATADIR%%/python/plugins/processing/algs/otb/OtbAlgorithm.py
+%%DATADIR%%/python/plugins/processing/algs/otb/OtbAlgorithmProvider.py
+%%DATADIR%%/python/plugins/processing/algs/otb/OtbChoiceWidget.py
+%%DATADIR%%/python/plugins/processing/algs/otb/OtbUtils.py
+%%DATADIR%%/python/plugins/processing/algs/otb/__init__.py
%%DATADIR%%/python/plugins/processing/algs/qgis/AddTableField.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Aggregate.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Aspect.py
@@ -3002,6 +3130,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/BoxPlot.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Buffer.py
%%DATADIR%%/python/plugins/processing/algs/qgis/CheckValidity.py
+%%DATADIR%%/python/plugins/processing/algs/qgis/Climb.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ConcaveHull.py
%%DATADIR%%/python/plugins/processing/algs/qgis/CreateAttributeIndex.py
%%DATADIR%%/python/plugins/processing/algs/qgis/CreateConstantRaster.py
@@ -3011,7 +3140,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteColumn.py
%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteDuplicateGeometries.py
%%DATADIR%%/python/plugins/processing/algs/qgis/DensifyGeometries.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/DensifyGeometriesInterval.py
%%DATADIR%%/python/plugins/processing/algs/qgis/EliminateSelection.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ExecuteSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ExportGeometryInfo.py
@@ -3040,7 +3168,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/NearestNeighbourAnalysis.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Orthogonalize.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointDistance.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PointsAlongGeometry.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsDisplacement.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsFromLines.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsFromPolygons.py
@@ -3050,7 +3177,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/PolarPlot.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PoleOfInaccessibility.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Polygonize.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PolygonsToLines.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PostGISExecuteAndLoadSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PostGISExecuteSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/QgisAlgorithm.py
@@ -3091,6 +3217,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/StatisticsByCategories.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SumLines.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TextToFloat.py
+%%DATADIR%%/python/plugins/processing/algs/qgis/TilesXYZ.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TinInterpolation.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TopoColors.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TruncateTable.py
@@ -3596,6 +3723,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/modeler/CreateNewModelAction.py
%%DATADIR%%/python/plugins/processing/modeler/DeleteModelAction.py
%%DATADIR%%/python/plugins/processing/modeler/EditModelAction.py
+%%DATADIR%%/python/plugins/processing/modeler/ExportModelAsPythonScriptAction.py
%%DATADIR%%/python/plugins/processing/modeler/ModelerAlgorithmProvider.py
%%DATADIR%%/python/plugins/processing/modeler/ModelerArrowItem.py
%%DATADIR%%/python/plugins/processing/modeler/ModelerDialog.py
@@ -3630,15 +3758,23 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/script/__init__.py
%%DATADIR%%/python/plugins/processing/tests/AlgorithmsTestBase.py
%%DATADIR%%/python/plugins/processing/tests/CheckValidityAlgorithm.py
-%%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsTest.py
+%%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsGeneralTest.py
+%%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsRasterTest.py
+%%DATADIR%%/python/plugins/processing/tests/GdalAlgorithmsVectorTest.py
%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsImageryTest.py
%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsRasterTest.py
%%DATADIR%%/python/plugins/processing/tests/Grass7AlgorithmsVectorTest.py
%%DATADIR%%/python/plugins/processing/tests/GuiTest.py
%%DATADIR%%/python/plugins/processing/tests/ModelerTest.py
+%%DATADIR%%/python/plugins/processing/tests/OtbAlgorithmsTest.py
+%%DATADIR%%/python/plugins/processing/tests/ProcessingGeneralTest.py
%%DATADIR%%/python/plugins/processing/tests/ProjectProvider.py
%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest.py
+%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest2.py
+%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest3.py
+%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest4.py
%%DATADIR%%/python/plugins/processing/tests/SagaAlgorithmsTest.py
+%%DATADIR%%/python/plugins/processing/tests/ScriptUtilsTest.py
%%DATADIR%%/python/plugins/processing/tests/TestData.py
%%DATADIR%%/python/plugins/processing/tests/ToolsTest.py
%%DATADIR%%/python/plugins/processing/tests/__init__.py
@@ -3680,10 +3816,13 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/pyplugin_installer/__init__.py
%%DATADIR%%/python/pyplugin_installer/installer.py
%%DATADIR%%/python/pyplugin_installer/installer_data.py
+%%DATADIR%%/python/pyplugin_installer/plugindependencies.py
+%%DATADIR%%/python/pyplugin_installer/qgsplugindependenciesdialog.py
%%DATADIR%%/python/pyplugin_installer/qgsplugininstallerfetchingdialog.py
%%DATADIR%%/python/pyplugin_installer/qgsplugininstallerinstallingdialog.py
%%DATADIR%%/python/pyplugin_installer/qgsplugininstallerpluginerrordialog.py
%%DATADIR%%/python/pyplugin_installer/qgsplugininstallerrepositorydialog.py
+%%DATADIR%%/python/pyplugin_installer/ui_qgsplugindependenciesdialogbase.py
%%DATADIR%%/python/pyplugin_installer/ui_qgsplugininstallerfetchingbase.py
%%DATADIR%%/python/pyplugin_installer/ui_qgsplugininstallerinstallingbase.py
%%DATADIR%%/python/pyplugin_installer/ui_qgsplugininstallerpluginerrorbase.py
@@ -3720,17 +3859,22 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/qgis/core/additions/__init__.py
%%DATADIR%%/python/qgis/core/additions/edit.py
%%DATADIR%%/python/qgis/core/additions/fromfunction.py
+%%DATADIR%%/python/qgis/core/additions/markerlinesymbollayer.py
%%DATADIR%%/python/qgis/core/additions/metaenum.py
%%DATADIR%%/python/qgis/core/additions/processing.py
%%DATADIR%%/python/qgis/core/additions/projectdirtyblocker.py
+%%DATADIR%%/python/qgis/core/additions/providermetadata.py
%%DATADIR%%/python/qgis/core/additions/qgsfeature.py
%%DATADIR%%/python/qgis/core/additions/qgsfunction.py
%%DATADIR%%/python/qgis/core/additions/qgsgeometry.py
%%DATADIR%%/python/qgis/core/additions/qgssettings.py
%%DATADIR%%/python/qgis/core/additions/qgstaskwrapper.py
%%DATADIR%%/python/qgis/core/additions/readwritecontextentercategory.py
+%%DATADIR%%/python/qgis/core/additions/validitycheck.py
%%DATADIR%%/python/qgis/core/contextmanagers.py
%%DATADIR%%/python/qgis/gui/__init__.py
+%%DATADIR%%/python/qgis/processing/__init__.py
+%%DATADIR%%/python/qgis/processing/algfactory.py
%%SERVER%%%%DATADIR%%/python/qgis/server/__init__.py
%%DATADIR%%/python/qgis/testing/__init__.py
%%DATADIR%%/python/qgis/testing/mocked.py
@@ -3752,7 +3896,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/qsci_apis/QScintilla2-2.7.2.api
%%DATADIR%%/python/qsci_apis/pyqgis.pap
%%DATADIR%%/resources/2to3migration.txt
-%%DATADIR%%/resources/compdcs.csv
%%DATADIR%%/resources/cpt-city-qgis-min/README-qgis.txt
%%DATADIR%%/resources/cpt-city-qgis-min/README.txt
%%DATADIR%%/resources/cpt-city-qgis-min/VERSION-parent.xml
@@ -4944,19 +5087,15 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/DESC.xml
%%DATADIR%%/resources/cpt-city-qgis-min/wkp/tubs/nrwc.svg
%%DATADIR%%/resources/customization.xml
+%%DATADIR%%/resources/data/README_world_map.md
%%DATADIR%%/resources/data/contributors.json
%%DATADIR%%/resources/data/contributors.qml
%%DATADIR%%/resources/data/qgis-hackfests.json
%%DATADIR%%/resources/data/qgis-hackfests.qml
-%%DATADIR%%/resources/data/world_map.dbf
-%%DATADIR%%/resources/data/world_map.prj
-%%DATADIR%%/resources/data/world_map.qix
-%%DATADIR%%/resources/data/world_map.qml
-%%DATADIR%%/resources/data/world_map.shp
-%%DATADIR%%/resources/data/world_map.shx
-%%DATADIR%%/resources/datum_shift.csv
-%%DATADIR%%/resources/gcs.csv
-%%DATADIR%%/resources/geoccs.csv
+@mode 0666
+%%DATADIR%%/resources/data/world_map.gpkg
+%%DATADIR%%/resources/data/world_map_generalize.model3
+@mode
%%DATADIR%%/resources/metadata-ISO/LinkPropertyLookupTable.csv
%%DATADIR%%/resources/metadata-ISO/country_code_ISO_3166.csv
%%DATADIR%%/resources/metadata-ISO/language_codes_ISO_639.csv
@@ -4964,13 +5103,48 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/resources/metadata-ISO/md_scope_codes.csv
%%DATADIR%%/resources/metadata-ISO/mime.csv
%%DATADIR%%/resources/palettes/new_layer_colors.gpl
-%%DATADIR%%/resources/pcs.csv
%%DATADIR%%/resources/qgis.db
%%DATADIR%%/resources/qgis_global_settings.ini
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/schema.json
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollection.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollections.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/footer.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getApiDescription.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeature.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeatures.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getLandingPage.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getRequirementClasses.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/header.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/leaflet_map.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/links.html
%%SERVER%%%%DATADIR%%/resources/server/schemaExtension.xsd
%%DATADIR%%/resources/spatialite.db
%%DATADIR%%/resources/srs.db
%%DATADIR%%/resources/symbology-style.xml
+%%DATADIR%%/resources/themes/Blend of Gray/icons/arrow-down.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/arrow-up.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/caret-down.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/caret-right.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/close.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/handle-horizontal.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/handle-vertical.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qcheckbox-checked-disabled.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qcheckbox-checked.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qcheckbox-unchecked-disabled.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qcheckbox-unchecked.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qradiobox-checked-disabled.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qradiobox-checked.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qradiobox-unchecked-disabled.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/qradiobox-unchecked.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/separator-horizontal.svg
+%%DATADIR%%/resources/themes/Blend of Gray/icons/separator-vertical.svg
+%%DATADIR%%/resources/themes/Blend of Gray/palette.txt
+%%DATADIR%%/resources/themes/Blend of Gray/qscintilla.ini
+%%DATADIR%%/resources/themes/Blend of Gray/style.qss
+%%DATADIR%%/resources/themes/Blend of Gray/variables.qss
%%DATADIR%%/resources/themes/Night Mapping/icons/arrow-down.svg
%%DATADIR%%/resources/themes/Night Mapping/icons/arrow-up.svg
%%DATADIR%%/resources/themes/Night Mapping/icons/caret-down.svg
@@ -4994,7 +5168,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/resources/themes/Night Mapping/qscintilla.ini
%%DATADIR%%/resources/themes/Night Mapping/style.qss
%%DATADIR%%/resources/themes/Night Mapping/variables.qss
-%%DATADIR%%/resources/vertcs.csv
%%DATADIR%%/svg/accommodation/accommodation_alpinehut.svg
%%DATADIR%%/svg/accommodation/accommodation_bed_and_breakfast.svg
%%DATADIR%%/svg/accommodation/accommodation_camping.svg
diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile
index 3aa767e9989d..81e473357a72 100644
--- a/graphics/qgis/Makefile
+++ b/graphics/qgis/Makefile
@@ -3,8 +3,7 @@
PORTNAME= qgis
DISTVERSIONPREFIX= final-
-DISTVERSION= 3_10_1
-PORTREVISION= 3
+DISTVERSION= 3_12_1
CATEGORIES= graphics geography
MAINTAINER= rhurlin@gwdg.de
@@ -144,8 +143,6 @@ PLIST_SUB= DISTVERSION=${PORTVERSION}
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|markupsafe ||g' \
- ${WRKSRC}/python/ext-libs/CMakeLists.txt
# On i386, '-mllvm -inline-threshold=128' does not build under all circumstances
# See bugs 242557 and 241687.
.if ${OPSYS} == FreeBSD && ${ARCH} == "i386"
@@ -158,6 +155,7 @@ pre-configure:
post-install:
@${RM} ${STAGEDIR}${DATADIR}/python/pytz/tzfile.py.bak
+ ${FIND} ${STAGEDIR}${LOCALBASE} -name "__pycache__" | ${XARGS} ${RM} -rf
@${RM} /tmp/srs.db
check:
diff --git a/graphics/qgis/distinfo b/graphics/qgis/distinfo
index c30b50f45fba..c5725ec25449 100644
--- a/graphics/qgis/distinfo
+++ b/graphics/qgis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575643297
-SHA256 (qgis-QGIS-final-3_10_1_GH0.tar.gz) = 1f63a3010a2ef0faf1098b448dfefb8468912cd688738a7fbf57de5f9a04af07
-SIZE (qgis-QGIS-final-3_10_1_GH0.tar.gz) = 117585660
+TIMESTAMP = 1585054080
+SHA256 (qgis-QGIS-final-3_12_1_GH0.tar.gz) = 29dbb7738180fe16392fc98a4f4d84a1c96252eae1ab0055d414548cd76b3635
+SIZE (qgis-QGIS-final-3_12_1_GH0.tar.gz) = 128867387
diff --git a/graphics/qgis/files/patch-cmake_FindGRASS.cmake b/graphics/qgis/files/patch-cmake_FindGRASS.cmake
deleted file mode 100644
index b8802605689b..000000000000
--- a/graphics/qgis/files/patch-cmake_FindGRASS.cmake
+++ /dev/null
@@ -1,13 +0,0 @@
---- cmake/FindGRASS.cmake.orig 2020-01-25 06:32:41 UTC
-+++ cmake/FindGRASS.cmake
-@@ -161,9 +161,7 @@ IF (UNIX)
- IF (GRASS_FIND_VERSION EQUAL 7)
- IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- FOREACH (VERSION_MINOR 9 8 7 6 5 4 3 2 1 0)
-- FOREACH (VERSION_BUILD 9 8 7 6 5 4 3 2 1 0)
-- LIST (APPEND GRASS_PATHS /usr/local/grass-${GRASS_FIND_VERSION}.${VERSION_MINOR}.${VERSION_BUILD})
-- ENDFOREACH (VERSION_BUILD)
-+ LIST (APPEND GRASS_PATHS /usr/local/grass${GRASS_FIND_VERSION}${VERSION_MINOR})
- ENDFOREACH(VERSION_MINOR)
- ELSE (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
- FOREACH (PATH /usr/lib64 /usr/lib)
diff --git a/graphics/qgis/files/patch-cmake_FindPyQt5.py b/graphics/qgis/files/patch-cmake_FindPyQt5.py
deleted file mode 100644
index ea0b2f59a35f..000000000000
--- a/graphics/qgis/files/patch-cmake_FindPyQt5.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/FindPyQt5.py.orig 2019-01-02 08:42:18 UTC
-+++ cmake/FindPyQt5.py
-@@ -54,7 +54,7 @@ except ImportError:
- 'pyqt_version_str': PyQt5.QtCore.PYQT_VERSION_STR,
- 'pyqt_sip_flags': PyQt5.QtCore.PYQT_CONFIGURATION['sip_flags'],
- 'pyqt_mod_dir': os.path.join(cfg.default_mod_dir, "PyQt5"),
-- 'pyqt_sip_dir': sip_dir,
-+ 'pyqt_sip_dir': sip_dir.replace('PyQtsip', 'PyQt5'),
- 'pyqt_bin_dir': cfg.default_bin_dir,
- }
- pyqtcfg = sipconfig.Configuration([cfg])
diff --git a/graphics/qgis/files/patch-cmake_Txt2Tags.cmake b/graphics/qgis/files/patch-cmake_Txt2Tags.cmake
deleted file mode 100644
index d3cbc680b40c..000000000000
--- a/graphics/qgis/files/patch-cmake_Txt2Tags.cmake
+++ /dev/null
@@ -1,20 +0,0 @@
---- cmake/Txt2Tags.cmake.orig 2019-12-06 12:02:59 UTC
-+++ cmake/Txt2Tags.cmake
-@@ -42,7 +42,7 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
- ADD_CUSTOM_COMMAND(
- OUTPUT ${_out}
- COMMAND ${TXT2TAGS_EXECUTABLE}
-- ARGS --encoding=utf-8 -o${_out} -t txt ${_in}
-+ ARGS -o${_out} -t txt ${_in}
- DEPENDS ${_in}
- COMMENT "Building ${_out} from ${_in}"
- )
-@@ -50,7 +50,7 @@ MACRO(ADD_TXT2TAGS_FILES _sources)
- ADD_CUSTOM_COMMAND(
- OUTPUT ${_out}.html
- COMMAND ${TXT2TAGS_EXECUTABLE}
-- ARGS --encoding=utf-8 -o${_out}.html -t html ${_in}
-+ ARGS -o${_out}.html -t html ${_in}
- DEPENDS ${_in}
- COMMENT "Building ${_out}.html from ${_in}"
- )
diff --git a/graphics/qgis/files/patch-doc_INSTALL.html b/graphics/qgis/files/patch-doc_INSTALL.html
deleted file mode 100644
index 65c7743567dc..000000000000
--- a/graphics/qgis/files/patch-doc_INSTALL.html
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/INSTALL.html.orig 2019-12-06 12:02:59 UTC
-+++ doc/INSTALL.html
-@@ -3130,5 +3130,5 @@ The following people have contributed to this document
-
- </DIV>
- <!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
--<!-- cmdline: txt2tags -\-encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t -->
-+<!-- cmdline: txt2tags -odoc/INSTALL.html -t html doc/INSTALL.t2t -->
- </BODY></HTML>
diff --git a/graphics/qgis/files/patch-doc_INSTALL.t2t b/graphics/qgis/files/patch-doc_INSTALL.t2t
deleted file mode 100644
index f75a5ca840c4..000000000000
--- a/graphics/qgis/files/patch-doc_INSTALL.t2t
+++ /dev/null
@@ -1,28 +0,0 @@
---- doc/INSTALL.t2t.orig 2019-12-06 12:02:59 UTC
-+++ doc/INSTALL.t2t
-@@ -4,14 +4,14 @@ Building QGIS from source - step by step
-
- %! target : html
- %! style : style.css
--%! Options : --toc --toc-level 2 --enum-title --css-sugar --css-inside
-+%! Options : --toc --toc-level 2 --enum-title
- %! preproc : TUT_URL https://qgis.org
- %! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
- %! PostProc(html): '(?i)(</pre>)' '\1</div>'
- %! PostProc(html): \(R\) &reg;
- % Next line will replace tabs with 2 spaces in txt generated outputs
- %! PostProc(txt): '(?i)(\t)' ' '
--%! encoding: iso-8859-1
-+%! encoding: utf-8
- %
- % Tex processing
- %
-@@ -36,7 +36,7 @@ Building QGIS from source - step by step
- %! PostProc(tex): NEWPAGE '\\newpage'
- % Give alternating table rows different colors and use a smaller font in tables (\tiny)
- %! PostProc(tex): '\\begin{tabular}' '\\rowcolors{2}{tableShade}{white} \n\\tiny\\begin{tabular}'
--%! encoding: iso-8859-1
-+%! encoding: utf-8
-
- %! PostProc(tex): WALLPAPER-IMAGE 'qgis-footer.png'
- % These are comments and will not be generated in any output
diff --git a/graphics/qgis/files/patch-doc_news.html b/graphics/qgis/files/patch-doc_news.html
deleted file mode 100644
index 66d84035c67c..000000000000
--- a/graphics/qgis/files/patch-doc_news.html
+++ /dev/null
@@ -1,9 +0,0 @@
---- doc/news.html.orig 2019-12-06 12:02:59 UTC
-+++ doc/news.html
-@@ -3651,5 +3651,5 @@ July 6, 2002
- </DIV>
-
- <!-- html code generated by txt2tags 2.6 (http://txt2tags.org) -->
--<!-- cmdline: txt2tags -\-encoding=utf-8 -odoc/news.html -t html doc/news.t2t -->
-+<!-- cmdline: txt2tags -odoc/news.html -t html doc/news.t2t -->
- </BODY></HTML>
diff --git a/graphics/qgis/files/patch-doc_news.t2t b/graphics/qgis/files/patch-doc_news.t2t
deleted file mode 100644
index c5b4fbed0e99..000000000000
--- a/graphics/qgis/files/patch-doc_news.t2t
+++ /dev/null
@@ -1,18 +0,0 @@
---- doc/news.t2t.orig 2019-12-06 12:02:59 UTC
-+++ doc/news.t2t
-@@ -4,13 +4,13 @@ Change history for the QGIS Project
-
- %! target : html
- %! style : style.css
--%! Options : --toc --toc-level 1 --enum-title --css-sugar --css-inside
-+%! Options : --toc --toc-level 1 --enum-title
- %! preproc : TUT_URL https://qgis.org
- %! PostProc(html): '(?i)(<pre>)' '<div class="code">\1'
- %! PostProc(html): '(?i)(</pre>)' '\1</div>'
- % Next line will replace tabs with 2 spaces in txt generated outputs
- %! PostProc(txt): '(?i)(\t)' ' '
--%! encoding: iso-8859-1
-+%! encoding: utf-8
- %
- % These are comments and will not be generated in any output
- % -------------------
diff --git a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
index c6f92a2503b3..a074fa5c8042 100644
--- a/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
+++ b/graphics/qgis/files/patch-python_plugins_processing_algs_saga_SagaAlgorithmProvider.py
@@ -1,19 +1,19 @@
---- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2019-03-02 02:07:46 UTC
+--- python/plugins/processing/algs/saga/SagaAlgorithmProvider.py.orig 2020-03-27 05:50:09 UTC
+++ python/plugins/processing/algs/saga/SagaAlgorithmProvider.py
-@@ -82,7 +82,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
+@@ -79,7 +79,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
def canBeActivated(self):
version = SagaUtils.getInstalledVersion(True)
-- if version is not None and version.startswith(REQUIRED_VERSION):
+- if version is not None and (version.startswith(REQUIRED_VERSION) or version.startswith(BETA_SUPPORT_VERSION)):
+ if version is not None and version >= REQUIRED_VERSION:
return True
return False
-@@ -93,7 +93,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
+@@ -96,7 +96,7 @@ class SagaAlgorithmProvider(QgsProcessingProvider):
self.tr('Processing'), Qgis.Critical)
return
-- if not version.startswith(REQUIRED_VERSION):
+- if not version.startswith(REQUIRED_VERSION) and not version.startswith(BETA_SUPPORT_VERSION):
+ if version < REQUIRED_VERSION:
QgsMessageLog.logMessage(self.tr('Problem with SAGA installation: unsupported SAGA version (found: {}, required: {}).').format(version, REQUIRED_VERSION),
self.tr('Processing'),
diff --git a/graphics/qgis/files/patch-scripts_release.pl b/graphics/qgis/files/patch-scripts_release.pl
deleted file mode 100644
index b34fc12f505f..000000000000
--- a/graphics/qgis/files/patch-scripts_release.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/release.pl.orig 2019-12-06 12:02:59 UTC
-+++ scripts/release.pl
-@@ -182,8 +182,8 @@ run( "cp debian/changelog /tmp", "backup changelog fai
- unless( $dopoint ) {
- run( "perl -i -pe 's/qgis-dev-deps/qgis-ltr-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) if $doltr;
- run( "perl -i -pe 's/qgis-dev-deps/qgis-rel-deps/;' doc/msvc.t2t", "could not update osgeo4w deps package" ) unless $doltr;
-- run( "txt2tags --encoding=utf-8 -odoc/INSTALL.html -t html doc/INSTALL.t2t", "could not update INSTALL.html" );
-- run( "txt2tags --encoding=utf-8 -oINSTALL -t txt doc/INSTALL.t2t", "could not update INSTALL" );
-+ run( "txt2tags -odoc/INSTALL.html -t html doc/INSTALL.t2t", "could not update INSTALL.html" );
-+ run( "txt2tags -oINSTALL -t txt doc/INSTALL.t2t", "could not update INSTALL" );
-
- run( "cp -v images/splash/splash-$newmajor.$newminor.png images/splash/splash.png", "splash png switch failed" );
- run( "convert -resize 164x314 ms-windows/Installer-Files/WelcomeFinishPage-$newmajor.$newminor.png BMP3:ms-windows/Installer-Files/WelcomeFinishPage.bmp", "installer bitmap switch failed" );
diff --git a/graphics/qgis/files/patch-scripts_update-news.pl b/graphics/qgis/files/patch-scripts_update-news.pl
deleted file mode 100644
index 6fd213c2121e..000000000000
--- a/graphics/qgis/files/patch-scripts_update-news.pl
+++ /dev/null
@@ -1,13 +0,0 @@
---- scripts/update-news.pl.orig 2019-12-06 12:02:59 UTC
-+++ scripts/update-news.pl
-@@ -61,8 +61,8 @@ close $in;
-
- copy($tempfile, "doc/news.t2t");
-
--system "txt2tags --encoding=utf-8 -odoc/news.html -t html doc/news.t2t";
--system "txt2tags --encoding=utf-8 -oNEWS -t txt doc/news.t2t";
-+system "txt2tags -odoc/news.html -t html doc/news.t2t";
-+system "txt2tags -oNEWS -t txt doc/news.t2t";
-
- =head1 NAME
-
diff --git a/graphics/qgis/files/patch-src_analysis_interpolation_qgsinterpolator.h b/graphics/qgis/files/patch-src_analysis_interpolation_qgsinterpolator.h
deleted file mode 100644
index aeaa4120161f..000000000000
--- a/graphics/qgis/files/patch-src_analysis_interpolation_qgsinterpolator.h
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/analysis/interpolation/qgsinterpolator.h.orig 2019-07-13 11:21:02 UTC
-+++ src/analysis/interpolation/qgsinterpolator.h
-@@ -18,6 +18,7 @@
- #ifndef QGSINTERPOLATOR_H
- #define QGSINTERPOLATOR_H
-
-+#include <QList>
- #include <QVector>
- #include "qgis_sip.h"
- #include "qgis_analysis.h"
diff --git a/graphics/qgis/files/patch-src_plugins_grass_CMakeLists.txt b/graphics/qgis/files/patch-src_plugins_grass_CMakeLists.txt
deleted file mode 100644
index 27d35ba08abd..000000000000
--- a/graphics/qgis/files/patch-src_plugins_grass_CMakeLists.txt
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/plugins/grass/CMakeLists.txt.orig 2018-11-23 12:08:36 UTC
-+++ src/plugins/grass/CMakeLists.txt
-@@ -211,6 +211,7 @@ MACRO(ADD_GRASSPLUGIN GRASS_BUILD_VERSION)
- qgis_app
- qgis_gui
- ${OPENPTY_LIBRARY}
-+ -lulog
- )
-
- IF (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD")
diff --git a/graphics/qgis/pkg-plist b/graphics/qgis/pkg-plist
index fbbcfedc6433..061e7f44c064 100644
--- a/graphics/qgis/pkg-plist
+++ b/graphics/qgis/pkg-plist
@@ -2,6 +2,7 @@
bin/qgis
bin/qgis_bench
%%SERVER%%bin/qgis_mapserv.fcgi
+%%SERVER%%bin/qgis_mapserver
%%SERVER%%bin/wms_metadata.xml
include/qgis/Bezier3D.h
include/qgis/CloughTocherInterpolator.h
@@ -30,6 +31,7 @@ include/qgis/qgisinterface.h
include/qgis/qgisplugin.h
include/qgis/qgs25drenderer.h
include/qgis/qgs25drendererwidget.h
+include/qgis/qgs3dalgorithms.h
include/qgis/qgs3danimationsettings.h
include/qgis/qgs3dmapscene.h
include/qgis/qgs3dmapsettings.h
@@ -50,6 +52,7 @@ include/qgis/qgsabstractmetadatabase.h
include/qgis/qgsabstractproviderconnection.h
include/qgis/qgsabstractreportsection.h
include/qgis/qgsabstractvaliditycheck.h
+include/qgis/qgsabstractvectorlayer3drenderer.h
include/qgis/qgsaction.h
include/qgis/qgsactionmanager.h
include/qgis/qgsactionmenu.h
@@ -59,6 +62,7 @@ include/qgis/qgsadvanceddigitizingdockwidget.h
include/qgis/qgsadvanceddigitizingfloater.h
include/qgis/qgsaggregatecalculator.h
include/qgis/qgsaggregatetoolbutton.h
+include/qgis/qgsalgorithmfiledownloader.h
include/qgis/qgsalgorithmimportphotos.h
include/qgis/qgsalignmentcombobox.h
include/qgis/qgsalignraster.h
@@ -118,8 +122,11 @@ include/qgis/qgsauthsslerrorsdialog.h
include/qgis/qgsauthsslimportdialog.h
include/qgis/qgsauthtrustedcasdialog.h
include/qgis/qgsauxiliarystorage.h
+include/qgis/qgsbasicnumericformat.h
+include/qgis/qgsbearingnumericformat.h
include/qgis/qgsbearingutils.h
include/qgis/qgsbilinearrasterresampler.h
+include/qgis/qgsbillboardgeometry.h
include/qgis/qgsbinarywidgetfactory.h
include/qgis/qgsbinarywidgetwrapper.h
include/qgis/qgsblendmodecombobox.h
@@ -156,10 +163,7 @@ include/qgis/qgscheckboxfieldformatter.h
include/qgis/qgscheckboxsearchwidgetwrapper.h
include/qgis/qgscheckboxwidgetfactory.h
include/qgis/qgscheckboxwidgetwrapper.h
-include/qgis/qgschunkedentity_p.h
-include/qgis/qgschunklist_p.h
include/qgis/qgschunkloader_p.h
-include/qgis/qgschunknode_p.h
include/qgis/qgschunkqueuejob_p.h
include/qgis/qgscircle.h
include/qgis/qgscircularstring.h
@@ -212,6 +216,7 @@ include/qgis/qgscontrastenhancement.h
include/qgis/qgscontrastenhancementfunction.h
include/qgis/qgscoordinateboundspreviewmapwidget.h
include/qgis/qgscoordinateformatter.h
+include/qgis/qgscoordinateoperationwidget.h
include/qgis/qgscoordinatereferencesystem.h
include/qgis/qgscoordinatetransform.h
include/qgis/qgscoordinatetransformcontext.h
@@ -221,6 +226,7 @@ include/qgis/qgscptcitycolorrampdialog.h
include/qgis/qgscredentialdialog.h
include/qgis/qgscredentials.h
include/qgis/qgscubicrasterresampler.h
+include/qgis/qgscurrencynumericformat.h
include/qgis/qgscurve.h
include/qgis/qgscurveeditorwidget.h
include/qgis/qgscurvepolygon.h
@@ -253,8 +259,6 @@ include/qgis/qgsdbfilterproxymodel.h
include/qgis/qgsdefaultsearchwidgetwrapper.h
include/qgis/qgsdefaultvalue.h
include/qgis/qgsdemterraingenerator.h
-include/qgis/qgsdemterraintilegeometry_p.h
-include/qgis/qgsdemterraintileloader_p.h
include/qgis/qgsderivativefilter.h
include/qgis/qgsdetaileditemdata.h
include/qgis/qgsdetaileditemdelegate.h
@@ -291,6 +295,7 @@ include/qgis/qgsenumerationwidgetfactory.h
include/qgis/qgsenumerationwidgetwrapper.h
include/qgis/qgserror.h
include/qgis/qgserrordialog.h
+include/qgis/qgseventtracing.h
include/qgis/qgsexception.h
include/qgis/qgsexiftools.h
include/qgis/qgsexpression.h
@@ -308,6 +313,7 @@ include/qgis/qgsexpressionlineedit.h
include/qgis/qgsexpressionnode.h
include/qgis/qgsexpressionnodeimpl.h
include/qgis/qgsexpressionselectiondialog.h
+include/qgis/qgsexpressionstoredialog.h
include/qgis/qgsextentgroupbox.h
include/qgis/qgsextentgroupboxplugin.h
include/qgis/qgsexternalresourceconfigdlg.h
@@ -316,10 +322,9 @@ include/qgis/qgsexternalresourcewidgetfactory.h
include/qgis/qgsexternalresourcewidgetplugin.h
include/qgis/qgsexternalresourcewidgetwrapper.h
include/qgis/qgsfallbackfieldformatter.h
+include/qgis/qgsfallbacknumericformat.h
include/qgis/qgsfeature.h
-include/qgis/qgsfeature3dhandler_p.h
include/qgis/qgsfeaturefiltermodel.h
-include/qgis/qgsfeaturefiltermodel_p.h
include/qgis/qgsfeaturefilterprovider.h
include/qgis/qgsfeatureid.h
include/qgis/qgsfeatureiterator.h
@@ -337,7 +342,6 @@ include/qgis/qgsfeaturesource.h
include/qgis/qgsfeaturestore.h
include/qgis/qgsfeedback.h
include/qgis/qgsfield.h
-include/qgis/qgsfield_p.h
include/qgis/qgsfieldcombobox.h
include/qgis/qgsfieldcomboboxplugin.h
include/qgis/qgsfieldconditionalformatwidget.h
@@ -361,6 +365,7 @@ include/qgis/qgsfillsymbollayer.h
include/qgis/qgsfilterlineedit.h
include/qgis/qgsfilterlineeditplugin.h
include/qgis/qgsfindfilesbypatternwidget.h
+include/qgis/qgsflatterraingenerator.h
include/qgis/qgsfloatingwidget.h
include/qgis/qgsfocuswatcher.h
include/qgis/qgsfontbutton.h
@@ -373,15 +378,18 @@ include/qgis/qgsgdalprovider.h
include/qgis/qgsgdalsourceselect.h
include/qgis/qgsgdalutils.h
include/qgis/qgsgenericfeatureselectionmanager.h
+include/qgis/qgsgenericspatialindex.h
include/qgis/qgsgeometry.h
include/qgis/qgsgeometryanglecheck.h
include/qgis/qgsgeometryareacheck.h
+include/qgis/qgsgeometrycheck.h
include/qgis/qgsgeometrycheckcontext.h
include/qgis/qgsgeometrychecker.h
include/qgis/qgsgeometrycheckerror.h
include/qgis/qgsgeometrycheckerutils.h
include/qgis/qgsgeometrycheckfactory.h
include/qgis/qgsgeometrycheckregistry.h
+include/qgis/qgsgeometrycheckresolutionmethod.h
include/qgis/qgsgeometrycollection.h
include/qgis/qgsgeometrycontainedcheck.h
include/qgis/qgsgeometrydanglecheck.h
@@ -392,11 +400,13 @@ include/qgis/qgsgeometryeditutils.h
include/qgis/qgsgeometryengine.h
include/qgis/qgsgeometryfactory.h
include/qgis/qgsgeometryfollowboundariescheck.h
+include/qgis/qgsgeometrygapcheck.h
include/qgis/qgsgeometrygeneratorsymbollayer.h
include/qgis/qgsgeometryholecheck.h
include/qgis/qgsgeometryisvalidcheck.h
include/qgis/qgsgeometrylineintersectioncheck.h
include/qgis/qgsgeometrylinelayerintersectioncheck.h
+include/qgis/qgsgeometrymissingvertexcheck.h
include/qgis/qgsgeometrymultipartcheck.h
include/qgis/qgsgeometryoptions.h
include/qgis/qgsgeometryoverlapcheck.h
@@ -422,6 +432,7 @@ include/qgis/qgsgeopackageprojectstoragedialog.h
include/qgis/qgsgeopackageprojectstorageguiprovider.h
include/qgis/qgsgeopackageproviderconnection.h
include/qgis/qgsgeopackagerasterwritertask.h
+include/qgis/qgsgeopdflayertreemodel.h
include/qgis/qgsgeos.h
include/qgis/qgsgloweffect.h
include/qgis/qgsgml.h
@@ -439,6 +450,7 @@ include/qgis/qgsgraph.h
include/qgis/qgsgraphanalyzer.h
include/qgis/qgsgraphbuilder.h
include/qgis/qgsgraphbuilderinterface.h
+include/qgis/qgsgraphdirector.h
include/qgis/qgsgridfilewriter.h
include/qgis/qgsgroupwmsdatadialog.h
include/qgis/qgsgui.h
@@ -449,6 +461,7 @@ include/qgis/qgshelp.h
include/qgis/qgshiddenwidgetfactory.h
include/qgis/qgshiddenwidgetwrapper.h
include/qgis/qgshighlight.h
+include/qgis/qgshighlightablecombobox.h
include/qgis/qgshillshadefilter.h
include/qgis/qgshillshaderenderer.h
include/qgis/qgshillshaderendererwidget.h
@@ -466,6 +479,7 @@ include/qgis/qgsifeatureselectionmanager.h
include/qgis/qgsimagecache.h
include/qgis/qgsimageoperation.h
include/qgis/qgsindexedfeature.h
+include/qgis/qgsinstallgridshiftdialog.h
include/qgis/qgsinternalgeometryengine.h
include/qgis/qgsinterpolator.h
include/qgis/qgsinterval.h
@@ -478,10 +492,15 @@ include/qgis/qgskeyvaluewidget.h
include/qgis/qgskeyvaluewidgetfactory.h
include/qgis/qgskeyvaluewidgetwrapper.h
include/qgis/qgslabelfeature.h
+include/qgis/qgslabeling.h
include/qgis/qgslabelingengine.h
include/qgis/qgslabelingenginesettings.h
include/qgis/qgslabelinggui.h
+include/qgis/qgslabelobstaclesettings.h
+include/qgis/qgslabelobstaclesettingswidget.h
include/qgis/qgslabelsearchtree.h
+include/qgis/qgslabelsettingswidgetbase.h
+include/qgis/qgslabelthinningsettings.h
include/qgis/qgslayerdefinition.h
include/qgis/qgslayermetadata.h
include/qgis/qgslayermetadataformatter.h
@@ -504,8 +523,12 @@ include/qgis/qgslayertreeviewdefaultactions.h
include/qgis/qgslayertreeviewindicator.h
include/qgis/qgslayertreeviewitemdelegate.h
include/qgis/qgslayout.h
+include/qgis/qgslayoutaddpagesdialog.h
include/qgis/qgslayoutaligner.h
include/qgis/qgslayoutatlas.h
+include/qgis/qgslayoutatlaswidget.h
+include/qgis/qgslayoutattributeselectiondialog.h
+include/qgis/qgslayoutattributetablewidget.h
include/qgis/qgslayoutcombobox.h
include/qgis/qgslayoutcustomdrophandler.h
include/qgis/qgslayoutdesignerinterface.h
@@ -515,6 +538,10 @@ include/qgis/qgslayoutframe.h
include/qgis/qgslayoutgeopdfexporter.h
include/qgis/qgslayoutgridsettings.h
include/qgis/qgslayoutguidecollection.h
+include/qgis/qgslayoutguidewidget.h
+include/qgis/qgslayoutguiutils.h
+include/qgis/qgslayouthtmlwidget.h
+include/qgis/qgslayoutimageexportoptionsdialog.h
include/qgis/qgslayoutitem.h
include/qgis/qgslayoutitem3dmap.h
include/qgis/qgslayoutitemattributetable.h
@@ -525,6 +552,7 @@ include/qgis/qgslayoutitemguiregistry.h
include/qgis/qgslayoutitemhtml.h
include/qgis/qgslayoutitemlabel.h
include/qgis/qgslayoutitemlegend.h
+include/qgis/qgslayoutitemmanualtable.h
include/qgis/qgslayoutitemmap.h
include/qgis/qgslayoutitemmapgrid.h
include/qgis/qgslayoutitemmapitem.h
@@ -537,10 +565,17 @@ include/qgis/qgslayoutitempolyline.h
include/qgis/qgslayoutitemregistry.h
include/qgis/qgslayoutitemscalebar.h
include/qgis/qgslayoutitemshape.h
+include/qgis/qgslayoutitemslistview.h
include/qgis/qgslayoutitemtexttable.h
include/qgis/qgslayoutitemundocommand.h
include/qgis/qgslayoutitemwidget.h
+include/qgis/qgslayoutlabelwidget.h
+include/qgis/qgslayoutlegendlayersdialog.h
+include/qgis/qgslayoutlegendwidget.h
include/qgis/qgslayoutmanager.h
+include/qgis/qgslayoutmanualtablewidget.h
+include/qgis/qgslayoutmapgridwidget.h
+include/qgis/qgslayoutmapwidget.h
include/qgis/qgslayoutmeasurement.h
include/qgis/qgslayoutmeasurementconverter.h
include/qgis/qgslayoutmodel.h
@@ -550,15 +585,25 @@ include/qgis/qgslayoutmultiframeundocommand.h
include/qgis/qgslayoutnewitempropertiesdialog.h
include/qgis/qgslayoutobject.h
include/qgis/qgslayoutpagecollection.h
+include/qgis/qgslayoutpagepropertieswidget.h
+include/qgis/qgslayoutpdfexportoptionsdialog.h
+include/qgis/qgslayoutpicturewidget.h
include/qgis/qgslayoutpoint.h
+include/qgis/qgslayoutpolygonwidget.h
+include/qgis/qgslayoutpolylinewidget.h
+include/qgis/qgslayoutpropertieswidget.h
+include/qgis/qgslayoutqptdrophandler.h
include/qgis/qgslayoutrendercontext.h
include/qgis/qgslayoutreportcontext.h
include/qgis/qgslayoutreportsectionlabel.h
include/qgis/qgslayoutruler.h
+include/qgis/qgslayoutscalebarwidget.h
include/qgis/qgslayoutserializableobject.h
+include/qgis/qgslayoutshapewidget.h
include/qgis/qgslayoutsize.h
include/qgis/qgslayoutsnapper.h
include/qgis/qgslayouttable.h
+include/qgis/qgslayouttablebackgroundcolorsdialog.h
include/qgis/qgslayouttablecolumn.h
include/qgis/qgslayoutundocommand.h
include/qgis/qgslayoutundostack.h
@@ -585,19 +630,17 @@ include/qgis/qgslegendstyle.h
include/qgis/qgslegendsymbolitem.h
include/qgis/qgslimitedrandomcolorrampdialog.h
include/qgis/qgsline3dsymbol.h
-include/qgis/qgsline3dsymbol_p.h
include/qgis/qgslinearminmaxenhancement.h
include/qgis/qgslinearminmaxenhancementwithclip.h
-include/qgis/qgslinematerial_p.h
include/qgis/qgslinesegment.h
include/qgis/qgslinestring.h
include/qgis/qgslinesymbollayer.h
-include/qgis/qgslinevertexdata_p.h
include/qgis/qgslinuxnative.h
include/qgis/qgslistfieldformatter.h
include/qgis/qgslistwidget.h
include/qgis/qgslistwidgetfactory.h
include/qgis/qgslistwidgetwrapper.h
+include/qgis/qgslocaldefaultsettings.h
include/qgis/qgslocalec.h
include/qgis/qgslocator.h
include/qgis/qgslocatorcontext.h
@@ -631,6 +674,7 @@ include/qgis/qgsmaplayerref.h
include/qgis/qgsmaplayerrenderer.h
include/qgis/qgsmaplayerstore.h
include/qgis/qgsmaplayerstyle.h
+include/qgis/qgsmaplayerstyleguiutils.h
include/qgis/qgsmaplayerstylemanager.h
include/qgis/qgsmaplayerstylemanagerwidget.h
include/qgis/qgsmapmouseevent.h
@@ -662,16 +706,19 @@ include/qgis/qgsmaptopixelgeometrysimplifier.h
include/qgis/qgsmapunitscale.h
include/qgis/qgsmargins.h
include/qgis/qgsmarkersymbollayer.h
+include/qgis/qgsmaskidprovider.h
+include/qgis/qgsmasksymbollayerwidget.h
include/qgis/qgsmasterlayoutinterface.h
include/qgis/qgsmemoryfeatureiterator.h
include/qgis/qgsmemoryprovider.h
include/qgis/qgsmemoryproviderutils.h
include/qgis/qgsmenuheader.h
+include/qgis/qgsmesh3daveraging.h
include/qgis/qgsmesh3dsymbol.h
-include/qgis/qgsmesh3dsymbol_p.h
include/qgis/qgsmeshcalcnode.h
include/qgis/qgsmeshcalculator.h
include/qgis/qgsmeshcalcutils.h
+include/qgis/qgsmeshcontours.h
include/qgis/qgsmeshdataprovider.h
include/qgis/qgsmeshlayer.h
include/qgis/qgsmeshlayer3drenderer.h
@@ -681,7 +728,9 @@ include/qgis/qgsmeshlayerutils.h
include/qgis/qgsmeshmemorydataprovider.h
include/qgis/qgsmeshrenderersettings.h
include/qgis/qgsmeshspatialindex.h
+include/qgis/qgsmeshterraingenerator.h
include/qgis/qgsmeshtimesettings.h
+include/qgis/qgsmeshtracerenderer.h
include/qgis/qgsmeshvectorrenderer.h
include/qgis/qgsmessagebar.h
include/qgis/qgsmessagebaritem.h
@@ -701,6 +750,7 @@ include/qgis/qgsmultipolygon.h
include/qgis/qgsmultirenderchecker.h
include/qgis/qgsmultisurface.h
include/qgis/qgsnative.h
+include/qgis/qgsnativealgorithms.h
include/qgis/qgsnetworkaccessmanager.h
include/qgis/qgsnetworkcontentfetcher.h
include/qgis/qgsnetworkcontentfetcherregistry.h
@@ -725,6 +775,11 @@ include/qgis/qgsninecellfilter.h
include/qgis/qgsnmeaconnection.h
include/qgis/qgsnullsymbolrenderer.h
include/qgis/qgsnullsymbolrendererwidget.h
+include/qgis/qgsnumericformat.h
+include/qgis/qgsnumericformatguiregistry.h
+include/qgis/qgsnumericformatregistry.h
+include/qgis/qgsnumericformatselectorwidget.h
+include/qgis/qgsnumericformatwidget.h
include/qgis/qgsnumericscalebarrenderer.h
include/qgis/qgsobjectcustomproperties.h
include/qgis/qgsofflineediting.h
@@ -771,6 +826,7 @@ include/qgis/qgspasswordlineedit.h
include/qgis/qgspasswordlineeditplugin.h
include/qgis/qgspathresolver.h
include/qgis/qgspenstylecombobox.h
+include/qgis/qgspercentagenumericformat.h
include/qgis/qgsphongmaterialsettings.h
include/qgis/qgspiediagram.h
include/qgis/qgspixmaplabel.h
@@ -778,8 +834,8 @@ include/qgis/qgspluginlayer.h
include/qgis/qgspluginlayerregistry.h
include/qgis/qgspluginmanagerinterface.h
include/qgis/qgspoint.h
+include/qgis/qgspoint3dbillboardmaterial.h
include/qgis/qgspoint3dsymbol.h
-include/qgis/qgspoint3dsymbol_p.h
include/qgis/qgspointclusterrenderer.h
include/qgis/qgspointclusterrendererwidget.h
include/qgis/qgspointdisplacementrenderer.h
@@ -787,10 +843,10 @@ include/qgis/qgspointdisplacementrendererwidget.h
include/qgis/qgspointdistancerenderer.h
include/qgis/qgspointlightsettings.h
include/qgis/qgspointlocator.h
+include/qgis/qgspointlocatorinittask.h
include/qgis/qgspointxy.h
include/qgis/qgspolygon.h
include/qgis/qgspolygon3dsymbol.h
-include/qgis/qgspolygon3dsymbol_p.h
include/qgis/qgspostgresstringutils.h
include/qgis/qgspresetcolorrampdialog.h
include/qgis/qgsprevieweffect.h
@@ -830,6 +886,7 @@ include/qgis/qgsprocessingwidgetwrapper.h
include/qgis/qgsprocessingwidgetwrapperimpl.h
include/qgis/qgsproject.h
include/qgis/qgsprojectbadlayerhandler.h
+include/qgis/qgsprojectdisplaysettings.h
include/qgis/qgsprojectfiletransform.h
include/qgis/qgsprojectionselectiondialog.h
include/qgis/qgsprojectionselectiontreewidget.h
@@ -847,7 +904,6 @@ include/qgis/qgsprojectversion.h
include/qgis/qgsprojectviewsettings.h
include/qgis/qgsprojutils.h
include/qgis/qgsproperty.h
-include/qgis/qgsproperty_p.h
include/qgis/qgspropertyassistantwidget.h
include/qgis/qgspropertycollection.h
include/qgis/qgspropertyoverridebutton.h
@@ -888,6 +944,7 @@ include/qgis/qgsrasteridentifyresult.h
include/qgis/qgsrasterinterface.h
include/qgis/qgsrasteriterator.h
include/qgis/qgsrasterlayer.h
+include/qgis/qgsrasterlayerproperties.h
include/qgis/qgsrasterlayerrenderer.h
include/qgis/qgsrasterlayersaveasdialog.h
include/qgis/qgsrastermatrix.h
@@ -900,6 +957,7 @@ include/qgis/qgsrasterpyramid.h
include/qgis/qgsrasterpyramidsoptionswidget.h
include/qgis/qgsrasterrange.h
include/qgis/qgsrasterrenderer.h
+include/qgis/qgsrasterrendererregistry.h
include/qgis/qgsrasterrendererwidget.h
include/qgis/qgsrasterresamplefilter.h
include/qgis/qgsrasterresampler.h
@@ -909,7 +967,6 @@ include/qgis/qgsrastertransparency.h
include/qgis/qgsrastertransparencywidget.h
include/qgis/qgsrasterviewport.h
include/qgis/qgsratiolockbutton.h
-include/qgis/qgsraycastingutils_p.h
include/qgis/qgsreadwritecontext.h
include/qgis/qgsreadwritelocker.h
include/qgis/qgsreclassifyutils.h
@@ -918,6 +975,7 @@ include/qgis/qgsreferencedgeometry.h
include/qgis/qgsregularpolygon.h
include/qgis/qgsrelation.h
include/qgis/qgsrelationaggregatesearchwidgetwrapper.h
+include/qgis/qgsrelationcontext.h
include/qgis/qgsrelationeditorwidget.h
include/qgis/qgsrelationeditorwidgetplugin.h
include/qgis/qgsrelationmanager.h
@@ -960,6 +1018,7 @@ include/qgis/qgsscaleutils.h
include/qgis/qgsscalevisibilitydialog.h
include/qgis/qgsscalewidget.h
include/qgis/qgsscalewidgetplugin.h
+include/qgis/qgsscientificnumericformat.h
include/qgis/qgsscrollarea.h
include/qgis/qgssearchquerybuilder.h
include/qgis/qgssearchwidgettoolbutton.h
@@ -988,8 +1047,8 @@ include/qgis/qgssourceselectprovider.h
include/qgis/qgssourceselectproviderregistry.h
include/qgis/qgsspatialindex.h
include/qgis/qgsspatialindexkdbush.h
-include/qgis/qgsspatialindexkdbush_p.h
include/qgis/qgsspatialindexkdbushdata.h
+include/qgis/qgsspatialindexutils.h
include/qgis/qgsspatialiteutils.h
include/qgis/qgsspinbox.h
include/qgis/qgsspinboxplugin.h
@@ -997,6 +1056,7 @@ include/qgis/qgssqlcomposerdialog.h
include/qgis/qgssqlexpressioncompiler.h
include/qgis/qgssqliteutils.h
include/qgis/qgssqlstatement.h
+include/qgis/qgsstackedbardiagram.h
include/qgis/qgsstatisticalsummary.h
include/qgis/qgsstatusbar.h
include/qgis/qgsstoredexpressionmanager.h
@@ -1020,6 +1080,7 @@ include/qgis/qgssymbol.h
include/qgis/qgssymbolbutton.h
include/qgis/qgssymbolbuttonplugin.h
include/qgis/qgssymbollayer.h
+include/qgis/qgssymbollayerreference.h
include/qgis/qgssymbollayerregistry.h
include/qgis/qgssymbollayerutils.h
include/qgis/qgssymbollayerwidget.h
@@ -1027,17 +1088,18 @@ include/qgis/qgssymbollevelsdialog.h
include/qgis/qgssymbolselectordialog.h
include/qgis/qgssymbolslistwidget.h
include/qgis/qgssymbolwidgetcontext.h
+include/qgis/qgstablecell.h
+include/qgis/qgstableeditordialog.h
+include/qgis/qgstableeditorformattingwidget.h
+include/qgis/qgstableeditorwidget.h
include/qgis/qgstablewidgetbase.h
include/qgis/qgstablewidgetitem.h
include/qgis/qgstabwidget.h
include/qgis/qgstaskmanager.h
include/qgis/qgstaskmanagerwidget.h
include/qgis/qgsterraindownloader.h
-include/qgis/qgsterrainentity_p.h
include/qgis/qgsterraingenerator.h
-include/qgis/qgsterraintexturegenerator_p.h
-include/qgis/qgsterraintextureimage_p.h
-include/qgis/qgsterraintileentity_p.h
+include/qgis/qgsterraintileloader_p.h
include/qgis/qgstessellatedpolygongeometry.h
include/qgis/qgstessellator.h
include/qgis/qgstest.h
@@ -1052,7 +1114,6 @@ include/qgis/qgstextformatwidget.h
include/qgis/qgstextlabelfeature.h
include/qgis/qgstextpreview.h
include/qgis/qgstextrenderer.h
-include/qgis/qgstextrenderer_p.h
include/qgis/qgsthreadingutils.h
include/qgis/qgsticksscalebarrenderer.h
include/qgis/qgstilecache.h
@@ -1111,10 +1172,12 @@ include/qgis/qgsvectorlayereditutils.h
include/qgis/qgsvectorlayerexporter.h
include/qgis/qgsvectorlayerfeaturecounter.h
include/qgis/qgsvectorlayerfeatureiterator.h
+include/qgis/qgsvectorlayerfeaturepool.h
include/qgis/qgsvectorlayerjoinbuffer.h
include/qgis/qgsvectorlayerjoininfo.h
include/qgis/qgsvectorlayerlabeling.h
include/qgis/qgsvectorlayerlabelprovider.h
+include/qgis/qgsvectorlayerref.h
include/qgis/qgsvectorlayerrenderer.h
include/qgis/qgsvectorlayersaveasdialog.h
include/qgis/qgsvectorlayerselectionmanager.h
@@ -1129,9 +1192,9 @@ include/qgis/qgsvirtuallayerdefinition.h
include/qgis/qgsvirtuallayerdefinitionutils.h
include/qgis/qgsvirtuallayertask.h
include/qgis/qgsvscrollarea.h
+include/qgis/qgsweakrelation.h
include/qgis/qgswebpage.h
include/qgis/qgswebview.h
-include/qgis/qgswidgetstatehelper_p.h
include/qgis/qgswidgetwrapper.h
include/qgis/qgswindow3dengine.h
include/qgis/qgswindowmanagerinterface.h
@@ -1141,6 +1204,8 @@ include/qgis/qgsxmlutils.h
include/qgis/qgsziputils.h
include/qgis/qgszonalstatistics.h
include/qgis/qobjectuniqueptr.h
+include/qgis/ui_qgsadvanceddigitizingdockwidgetbase.h
+include/qgis/ui_qgsadvanceddigitizingfloaterbase.h
include/qgis/ui_qgsarcgisservicesourceselectbase.h
include/qgis/ui_qgsauthauthoritieseditor.h
include/qgis/ui_qgsauthcertificateinfo.h
@@ -1164,15 +1229,28 @@ include/qgis/ui_qgsauthsslimporterrors.h
include/qgis/ui_qgsauthtrustedcasdialog.h
include/qgis/ui_qgscredentialdialog.h
include/qgis/ui_qgsdetaileditemwidgetbase.h
+include/qgis/ui_qgseffectstackpropertieswidgetbase.h
include/qgis/ui_qgsexpressionbuilder.h
include/qgis/ui_qgsexpressionbuilderdialogbase.h
include/qgis/ui_qgsexpressionselectiondialogbase.h
+include/qgis/ui_qgsexpressionstoredialogbase.h
+include/qgis/ui_qgsfeaturefilterwidget.h
include/qgis/ui_qgsgenericprojectionselectorbase.h
+include/qgis/ui_qgslayoutguidewidgetbase.h
+include/qgis/ui_qgslayoutimageexportoptions.h
+include/qgis/ui_qgslayoutitemwidgetbase.h
+include/qgis/ui_qgslayoutnewpagedialog.h
+include/qgis/ui_qgslayoutpagepropertieswidget.h
+include/qgis/ui_qgslayoutwidgetbase.h
include/qgis/ui_qgsmessagelogviewer.h
include/qgis/ui_qgsmessageviewer.h
include/qgis/ui_qgsowssourceselectbase.h
+include/qgis/ui_qgspdfexportoptions.h
include/qgis/ui_qgsprojectionselectorbase.h
include/qgis/ui_qgsquerybuilderbase.h
+include/qgis/ui_qgsrasterlayerpropertiesbase.h
+include/qgis/ui_qgsrenderercontainerbase.h
+include/qgis/ui_qgsrendererpropsdialogbase.h
include/qgis/ui_qgssqlcomposerdialogbase.h
include/qgis/ui_qgssublayersdialogbase.h
include/qgis/ui_qgstablewidgetuibase.h
@@ -1226,6 +1304,7 @@ lib/qgis/plugins/libowsprovider.so
lib/qgis/plugins/libpkcs12authmethod.so
lib/qgis/plugins/libpkipathsauthmethod.so
lib/qgis/plugins/libpostgresprovider.so
+lib/qgis/plugins/libpostgresrasterprovider.so
lib/qgis/plugins/libspatialiteprovider.so
lib/qgis/plugins/libtopolplugin.so
lib/qgis/plugins/libvirtuallayerprovider.so
@@ -1235,12 +1314,12 @@ lib/qgis/plugins/libwmsprovider.so
%%SERVER%%lib/qgis/server/libdummy.so
%%SERVER%%lib/qgis/server/libwcs.so
%%SERVER%%lib/qgis/server/libwfs.so
-lib/qgis/server/libwfs3.so
+%%SERVER%%lib/qgis/server/libwfs3.so
%%SERVER%%lib/qgis/server/libwms.so
%%SERVER%%lib/qgis/server/libwmts.so
%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so
%%QT_PLUGINDIR%%/designer/libqgis_customwidgets.so.%%DISTVERSION%%
-%%QT_PLUGINDIR%%/sqldrivers/libqsqlspatialite.so
+%%SERVER%%%%QT_PLUGINDIR%%/sqldrivers/libqsqlspatialite.so
man/man1/qgis.1.gz
share/applications/org.qgis.qgis.desktop
share/icons/hicolor/128x128/apps/qgis.png
@@ -1353,6 +1432,8 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/doc/INSTALL
%%DATADIR%%/doc/INSTALL.html
%%DATADIR%%/doc/LICENSE
+%%DATADIR%%/doc/NEWS
+%%DATADIR%%/doc/NEWS.html
%%DATADIR%%/doc/SPONSORS
%%DATADIR%%/doc/TRANSLATORS
%%DATADIR%%/doc/developersmap.html
@@ -1394,8 +1475,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/doc/images/projects/thumbnails/f6379f3083e612fd47917e1f948d795b6951dde9.png.200x100_q85.png
%%DATADIR%%/doc/images/qgis-icon-60x60.png
%%DATADIR%%/doc/index.html
-%%DATADIR%%/doc/news
-%%DATADIR%%/doc/news.html
%%DATADIR%%/doc/nohelp.html
%%DATADIR%%/doc/style.css
%%GRASS%%%%DATADIR%%/grass/locations.gml
@@ -2478,34 +2557,43 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/i18n/qgis_et.qm
%%DATADIR%%/i18n/qgis_eu.qm
%%DATADIR%%/i18n/qgis_fi.qm
+%%DATADIR%%/i18n/qgis_fr.qm
%%DATADIR%%/i18n/qgis_gl.qm
-%%DATADIR%%/i18n/qgis_hi.qm
%%DATADIR%%/i18n/qgis_hu.qm
-%%DATADIR%%/i18n/qgis_id.qm
%%DATADIR%%/i18n/qgis_is.qm
%%DATADIR%%/i18n/qgis_it.qm
%%DATADIR%%/i18n/qgis_ja.qm
%%DATADIR%%/i18n/qgis_ko.qm
%%DATADIR%%/i18n/qgis_ky.qm
%%DATADIR%%/i18n/qgis_lt.qm
-%%DATADIR%%/i18n/qgis_lv.qm
%%DATADIR%%/i18n/qgis_nb.qm
%%DATADIR%%/i18n/qgis_nl.qm
%%DATADIR%%/i18n/qgis_pl.qm
%%DATADIR%%/i18n/qgis_pt_BR.qm
+%%DATADIR%%/i18n/qgis_pt_PT.qm
%%DATADIR%%/i18n/qgis_ro.qm
%%DATADIR%%/i18n/qgis_ru.qm
%%DATADIR%%/i18n/qgis_sl.qm
+%%DATADIR%%/i18n/qgis_sv.qm
%%DATADIR%%/i18n/qgis_tr.qm
%%DATADIR%%/i18n/qgis_uk.qm
%%DATADIR%%/i18n/qgis_vi.qm
%%DATADIR%%/i18n/qgis_zh-Hans.qm
+%%DATADIR%%/i18n/qgis_zh-Hant.qm
%%DATADIR%%/images/icons/qbrowser-icon.png
%%DATADIR%%/images/icons/qgis-icon-16x16.png
%%DATADIR%%/images/icons/qgis-icon-512x512.png
%%DATADIR%%/images/icons/qgis-icon-60x60.png
%%DATADIR%%/images/icons/qgis-icon-macos.png
%%DATADIR%%/images/icons/qgis-mime-icon.png
+%%DATADIR%%/images/icons/sponsor_medals/2010/bronze_medal_2010.png
+%%DATADIR%%/images/icons/sponsor_medals/2010/gold_medal_2010.png
+%%DATADIR%%/images/icons/sponsor_medals/2010/platin_medal_2010.png
+%%DATADIR%%/images/icons/sponsor_medals/2010/silver_medal_2010.png
+%%DATADIR%%/images/icons/sponsor_medals/2011/bronze_medal_2011.png
+%%DATADIR%%/images/icons/sponsor_medals/2011/gold_medal_2011.png
+%%DATADIR%%/images/icons/sponsor_medals/2011/platin_medal_2011.png
+%%DATADIR%%/images/icons/sponsor_medals/2011/silver_medal_2011.png
%%DATADIR%%/python/console/__init__.py
%%DATADIR%%/python/console/console.py
%%DATADIR%%/python/console/console_compile_apis.py
@@ -2650,6 +2738,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/gdal/ClipVectorByExtent.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ClipVectorByMask.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ColorRelief.py
+%%DATADIR%%/python/plugins/processing/algs/gdal/Datasources2Vrt.py
%%DATADIR%%/python/plugins/processing/algs/gdal/Dissolve.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ExecuteSql.py
%%DATADIR%%/python/plugins/processing/algs/gdal/GdalAlgorithm.py
@@ -2703,6 +2792,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/gdal/tri.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ui/RasterOptionsWidget.py
%%DATADIR%%/python/plugins/processing/algs/gdal/ui/__init__.py
+%%DATADIR%%/python/plugins/processing/algs/gdal/viewshed.py
%%DATADIR%%/python/plugins/processing/algs/gdal/warp.py
%%DATADIR%%/python/plugins/processing/algs/grass7/Grass7Algorithm.py
%%DATADIR%%/python/plugins/processing/algs/grass7/Grass7AlgorithmProvider.py
@@ -3118,9 +3208,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/otb/OtbChoiceWidget.py
%%DATADIR%%/python/plugins/processing/algs/otb/OtbUtils.py
%%DATADIR%%/python/plugins/processing/algs/otb/__init__.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/AddTableField.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Aggregate.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Aspect.py
%%DATADIR%%/python/plugins/processing/algs/qgis/BarPlot.py
%%DATADIR%%/python/plugins/processing/algs/qgis/BasicStatistics.py
%%DATADIR%%/python/plugins/processing/algs/qgis/BoxPlot.py
@@ -3128,28 +3216,18 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/CheckValidity.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Climb.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ConcaveHull.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/CreateAttributeIndex.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/CreateConstantRaster.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Datasources2Vrt.py
%%DATADIR%%/python/plugins/processing/algs/qgis/DefineProjection.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Delaunay.py
%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteColumn.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/DeleteDuplicateGeometries.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/DensifyGeometries.py
%%DATADIR%%/python/plugins/processing/algs/qgis/EliminateSelection.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ExecuteSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ExportGeometryInfo.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/ExtentFromLayer.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/ExtractSpecificVertices.py
%%DATADIR%%/python/plugins/processing/algs/qgis/FieldPyculator.py
%%DATADIR%%/python/plugins/processing/algs/qgis/FieldsCalculator.py
%%DATADIR%%/python/plugins/processing/algs/qgis/FieldsMapper.py
%%DATADIR%%/python/plugins/processing/algs/qgis/FindProjection.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/GeometryByExpression.py
%%DATADIR%%/python/plugins/processing/algs/qgis/GeometryConvert.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Grid.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Heatmap.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Hillshade.py
%%DATADIR%%/python/plugins/processing/algs/qgis/HubDistanceLines.py
%%DATADIR%%/python/plugins/processing/algs/qgis/HubDistancePoints.py
%%DATADIR%%/python/plugins/processing/algs/qgis/HypsometricCurves.py
@@ -3161,62 +3239,40 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/LinesToPolygons.py
%%DATADIR%%/python/plugins/processing/algs/qgis/MeanAndStdDevPlot.py
%%DATADIR%%/python/plugins/processing/algs/qgis/MinimumBoundingGeometry.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/NearestNeighbourAnalysis.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Orthogonalize.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointDistance.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsDisplacement.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsFromLines.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PointsFromPolygons.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PointsInPolygon.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PointsLayerFromTable.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PointsToPaths.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PolarPlot.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/PoleOfInaccessibility.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Polygonize.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PostGISExecuteAndLoadSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/PostGISExecuteSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/QgisAlgorithm.py
%%DATADIR%%/python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/RandomExtract.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomExtractWithinSubsets.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomPointsAlongLines.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/RandomPointsExtent.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomPointsLayer.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomPointsPolygons.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomSelection.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RandomSelectionWithinSubsets.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RasterCalculator.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RasterLayerHistogram.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/RasterLayerStatistics.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RasterSampling.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Rasterize.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/RectanglesOvalsDiamondsFixed.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RectanglesOvalsDiamondsVariable.py
%%DATADIR%%/python/plugins/processing/algs/qgis/RegularPoints.py
%%DATADIR%%/python/plugins/processing/algs/qgis/Relief.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Ruggedness.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByAttribute.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SelectByExpression.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/ServiceAreaFromLayer.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/ServiceAreaFromPoint.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SetMValue.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SetRasterStyle.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SetVectorStyle.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SetZValue.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SingleSidedBuffer.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/Slope.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SnapGeometries.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SpatialIndex.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SpatialJoin.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SpatialJoinSummary.py
%%DATADIR%%/python/plugins/processing/algs/qgis/SpatialiteExecuteSQL.py
%%DATADIR%%/python/plugins/processing/algs/qgis/StatisticsByCategories.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/SumLines.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TextToFloat.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TilesXYZ.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TinInterpolation.py
%%DATADIR%%/python/plugins/processing/algs/qgis/TopoColors.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/TruncateTable.py
%%DATADIR%%/python/plugins/processing/algs/qgis/UniqueValues.py
%%DATADIR%%/python/plugins/processing/algs/qgis/VariableDistanceBuffer.py
%%DATADIR%%/python/plugins/processing/algs/qgis/VectorLayerHistogram.py
@@ -3224,7 +3280,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/qgis/VectorLayerScatterplot3D.py
%%DATADIR%%/python/plugins/processing/algs/qgis/VectorSplit.py
%%DATADIR%%/python/plugins/processing/algs/qgis/VoronoiPolygons.py
-%%DATADIR%%/python/plugins/processing/algs/qgis/ZonalStatistics.py
%%DATADIR%%/python/plugins/processing/algs/qgis/__init__.py
%%DATADIR%%/python/plugins/processing/algs/qgis/ui/AddNewExpressionDialog.ui
%%DATADIR%%/python/plugins/processing/algs/qgis/ui/AggregatesPanel.py
@@ -3454,7 +3509,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/saga/description/MetricConversions.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/MinimumDistanceAnalysis.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/MirrorGrid.txt
-%%DATADIR%%/python/plugins/processing/algs/saga/description/ModifedQuadraticShepard.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/ModifiedQuadraticShepard.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/MonthlyGlobalbyLatitude.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/MorphologicalFilter(OpenCV).txt
@@ -3516,6 +3570,9 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/algs/saga/description/RankFilter.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/RealSurfaceArea.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/ReclassifyGridValues.txt
+%%DATADIR%%/python/plugins/processing/algs/saga/description/ReclassifyGridValuesRange.txt
+%%DATADIR%%/python/plugins/processing/algs/saga/description/ReclassifyGridValuesSingle.txt
+%%DATADIR%%/python/plugins/processing/algs/saga/description/ReclassifyGridValuesTable.txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/RegressionAnalysis(PointsGrid).txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/RegressionAnalysis(PointsandPredictorGrid).txt
%%DATADIR%%/python/plugins/processing/algs/saga/description/RegressionKriging.txt
@@ -3679,7 +3736,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/gui/matrixmodelerwidget.py
%%DATADIR%%/python/plugins/processing/gui/menus.py
%%DATADIR%%/python/plugins/processing/gui/wrappers.py
-%%DATADIR%%/python/plugins/processing/gui/wrappers_map_theme.py
%%DATADIR%%/python/plugins/processing/gui/wrappers_postgis.py
%%DATADIR%%/python/plugins/processing/images/delete.svg
%%DATADIR%%/python/plugins/processing/images/dem.png
@@ -3765,7 +3821,7 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/plugins/processing/tests/OtbAlgorithmsTest.py
%%DATADIR%%/python/plugins/processing/tests/ProcessingGeneralTest.py
%%DATADIR%%/python/plugins/processing/tests/ProjectProvider.py
-%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest.py
+%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest1.py
%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest2.py
%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest3.py
%%DATADIR%%/python/plugins/processing/tests/QgisAlgorithmsTest4.py
@@ -3855,7 +3911,6 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/python/qgis/core/additions/__init__.py
%%DATADIR%%/python/qgis/core/additions/edit.py
%%DATADIR%%/python/qgis/core/additions/fromfunction.py
-%%DATADIR%%/python/qgis/core/additions/markerlinesymbollayer.py
%%DATADIR%%/python/qgis/core/additions/metaenum.py
%%DATADIR%%/python/qgis/core/additions/processing.py
%%DATADIR%%/python/qgis/core/additions/projectdirtyblocker.py
@@ -5101,21 +5156,21 @@ share/metainfo/org.qgis.qgis.appdata.xml
%%DATADIR%%/resources/palettes/new_layer_colors.gpl
%%DATADIR%%/resources/qgis.db
%%DATADIR%%/resources/qgis_global_settings.ini
-%%DATADIR%%/resources/server/api/ogc/schema.json
-%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.css
-%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.js
-%%DATADIR%%/resources/server/api/ogc/static/style.css
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollection.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollections.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/footer.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getApiDescription.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeature.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeatures.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getLandingPage.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getRequirementClasses.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/header.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/leaflet_map.html
-%%DATADIR%%/resources/server/api/ogc/templates/wfs3/links.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/schema.json
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/jsonFormatter.min.js
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/static/style.css
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollection.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/describeCollections.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/footer.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getApiDescription.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeature.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getFeatures.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getLandingPage.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/getRequirementClasses.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/header.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/leaflet_map.html
+%%SERVER%%%%DATADIR%%/resources/server/api/ogc/templates/wfs3/links.html
%%SERVER%%%%DATADIR%%/resources/server/schemaExtension.xsd
%%DATADIR%%/resources/spatialite.db
%%DATADIR%%/resources/srs.db
diff --git a/math/saga/Makefile b/math/saga/Makefile
index 2de9c66fbd64..b6c90a356398 100644
--- a/math/saga/Makefile
+++ b/math/saga/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= saga
-PORTVERSION= 7.5.0
-PORTREVISION= 3
+PORTVERSION= 7.6.2
CATEGORIES= math
MASTER_SITES= SF/saga-gis/SAGA%20-%20${PORTVERSION:C/\.[[:digit:]]\.[[:digit:]]*$//}/SAGA%20-%20${PORTVERSION}
@@ -24,6 +23,7 @@ LIB_DEPENDS= libcurl.so:ftp/curl \
libodbc.so:databases/unixODBC \
libopencv_core.so:graphics/opencv-core \
libopencv_ml.so:graphics/opencv \
+ libpdal_base.so:math/pdal \
libproj.so:graphics/proj \
libsvm.so:science/libsvm \
libtbb.so:devel/tbb \
@@ -33,7 +33,7 @@ RUN_DEPENDS:= swig3.0:devel/swig30
USES= autoreconf compiler:c++11-lib dos2unix gnome \
iconv:wchar_t libtool localbase pkgconfig python
USE_LDCONFIG= yes
-USE_WX= 3.1+
+USE_WX= 3.0+
CONFIGURE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" \
--enable-python --with-system-svm
@@ -56,7 +56,7 @@ OPENMP_DESC= Enable Multiprocessing (only amd64 and i386)
VIGRA_DESC= Enable 'Vision with Generic Algorithms' Library
OPENMP_CONFIGURE_ENABLE= openmp
-PGSQL_CONFIGURE_WITH= pg
+PGSQL_CONFIGURE_WITH= postgresql
PGSQL_USES= pgsql
VIGRA_BUILD_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
VIGRA_RUN_DEPENDS= ${LOCALBASE}/lib/libvigraimpex.so:graphics/vigra
@@ -84,6 +84,7 @@ post-extract:
${WRKSRC}/src/tools/io/io_grid_image/Makefile.am \
${WRKSRC}/src/tools/io/io_shapes/Makefile.am \
${WRKSRC}/src/tools/io/io_virtual/Makefile.am \
+ ${WRKSRC}/src/tools/io/io_webservices/Makefile.am \
${WRKSRC}/src/tools/pointcloud/pointcloud_tools/Makefile.am \
${WRKSRC}/src/tools/pointcloud/pointcloud_viewer/Makefile.am \
${WRKSRC}/src/tools/statistics/statistics_kriging/Makefile.am \
diff --git a/math/saga/distinfo b/math/saga/distinfo
index 2def68c15011..a81e0b4b1b75 100644
--- a/math/saga/distinfo
+++ b/math/saga/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578949425
-SHA256 (saga-7.5.0.tar.gz) = d95c1cba60586916608fd6b262bf75a795a47d6a9b44c2c59a9477015049a168
-SIZE (saga-7.5.0.tar.gz) = 4994149
+TIMESTAMP = 1584819828
+SHA256 (saga-7.6.2.tar.gz) = a02e9f0e605ad7bc1e73513c4bc76d7786e62a4844e10984f1027b559faa4526
+SIZE (saga-7.6.2.tar.gz) = 5019078
diff --git a/math/saga/files/patch-configure.ac b/math/saga/files/patch-configure.ac
index a356794aa747..c77bc0675693 100644
--- a/math/saga/files/patch-configure.ac
+++ b/math/saga/files/patch-configure.ac
@@ -1,4 +1,4 @@
---- configure.ac.orig 2019-04-09 17:14:15 UTC
+--- configure.ac.orig 2020-02-09 11:18:36 UTC
+++ configure.ac
@@ -20,7 +20,7 @@ AC_PROG_LIBTOOL
AC_CHECK_LIB([opencv_core], [cvGetRows], CVFOUND=1,,)
@@ -6,10 +6,10 @@
AC_CHECK_LIB([fftw3],[fftw_execute],FFTWFOUND=1,)
-AC_CHECK_LIB([las], [LAS_GetVersion], LASFOUND=1,,)
+AC_CHECK_LIB([las12], [LAS_GetVersion], LASFOUND=1,,)
+ AC_CHECK_LIB([pdal], [versionString], PDALFOUND=1,,)
AC_CHECK_LIB(hpdf, HPDF_Pages_New, HARUFOUND=1,,)
AC_CHECK_LIB([odbc], [SQLFetch], ODBCFOUND=1,[ODBC \(libodbc\) library not found])
- # PROJ4 has projects.h and old API function:
-@@ -30,8 +30,8 @@ AC_CHECK_HEADER([projects.h],[AC_CHECK_HEADER([proj.h]
+@@ -31,8 +31,8 @@ AC_CHECK_HEADER([projects.h],[AC_CHECK_HEADER([proj.h]
# PROJ6 has dropped projects.h in favour of proj.h and has new API function:
AC_CHECK_HEADER([proj.h],[AC_CHECK_LIB([proj], [proj_info], PROJ6FOUND=1,,)])
AC_CHECK_LIB([vigraimpex], [VIGRA_RGBE_ReadPixels_Raw],VIGRAFOUND=1,)
@@ -20,3 +20,12 @@
PKG_CHECK_MODULES([DXFLIB], [dxflib], [LIBDXFFOUND=1],[LIBDXFFOUND=0])
PKG_CHECK_MODULES([HDF5],[hdf5],LIBHDF5FOUND=1,LIBHDF5FOUND=0)
LIBCURL_CHECK_CONFIG([yes], [7.7.2],,)
+@@ -168,7 +168,7 @@ AC_ARG_ENABLE(openmp,
+ else
+ if test -n "$GOMPFOUND" ; then
+ AC_MSG_RESULT([ Building with OpenMP support using libgomp])
+- GOMPFLAGS="-fopenmp -lgomp"
++ GOMPFLAGS="-fopenmp -lomp"
+ else
+ AC_MSG_RESULT([ libgomp not found, OpenMP support disabled])
+ GOMPFLAGS=""
diff --git a/math/saga/pkg-plist b/math/saga/pkg-plist
index 8af4f2ce4936..1f458f74265f 100644
--- a/math/saga/pkg-plist
+++ b/math/saga/pkg-plist
@@ -75,6 +75,7 @@ lib/saga/libio_shapes_dxf.so
lib/saga/libio_shapes_las.so
lib/saga/libio_table.so
lib/saga/libio_virtual.so
+lib/saga/libio_webservices.so
lib/saga/libpj_georeference.so
lib/saga/libpj_proj4.so
lib/saga/libpointcloud_tools.so