[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0rc1-519-g9b4164749

git at osgeo.org git at osgeo.org
Wed Sep 13 06:07:51 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  9b4164749c01a512cb709870cb1846c8d38277e5 (commit)
      from  899bd928a940f3ef3c3aca30228981d74275b35b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 9b4164749c01a512cb709870cb1846c8d38277e5
Author: Sandro Santilli <strk at kbt.io>
Date:   Wed Sep 13 15:07:30 2023 +0200

    Use tag <option> for commandline options, and don't translate

diff --git a/doc/installation.xml b/doc/installation.xml
index 6e96cc783..1bb403b0c 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -339,7 +339,7 @@ sh autogen.sh
 
 	  <variablelist>
 		<varlistentry>
-		  <term>--with-library-minor-version</term>
+		  <term><option>--with-library-minor-version</option></term>
 		  <listitem>
 			<para>Starting with PostGIS 3.0, the library files generated by default will no longer have the minor version
 			as part of the file name.  This means all PostGIS 3 libs will end in <code>postgis-3</code>.
@@ -354,7 +354,7 @@ sh autogen.sh
 
 		<varlistentry>
 
-		  <term>--prefix=PREFIX</term>
+		  <term><option>--prefix=PREFIX</option></term>
 		  <listitem>
 			<para>
 			  This is the location the PostGIS loader executables and shared libs will be installed.
@@ -376,7 +376,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-pgconfig=FILE</term>
+		  <term><option>--with-pgconfig=FILE</option></term>
 		  <listitem>
 			<para>
 			  PostgreSQL provides a utility called <command>pg_config</command>
@@ -390,7 +390,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-gdalconfig=FILE</term>
+		  <term><option>--with-gdalconfig=FILE</option></term>
 		  <listitem>
 			<para>
 			  GDAL, a required library, provides functionality needed for raster support
@@ -404,7 +404,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-geosconfig=FILE</term>
+		  <term><option>--with-geosconfig=FILE</option></term>
 		  <listitem>
 			<para>
 			  GEOS, a required geometry library, provides a utility called
@@ -418,7 +418,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-xml2config=FILE</term>
+		  <term><option>--with-xml2config=FILE</option></term>
 		  <listitem>
 			<para>
 			  LibXML is the library required for doing GeomFromKML/GML processes.
@@ -436,7 +436,7 @@ sh autogen.sh
 
 
 		<varlistentry>
-		  <term>--with-projdir=DIR</term>
+		  <term><option>--with-projdir=DIR</option></term>
 		  <listitem>
 			<para>
 			  Proj is a reprojection library required by PostGIS. Use this
@@ -448,7 +448,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-libiconv=DIR</term>
+		  <term><option>--with-libiconv=DIR</option></term>
 		  <listitem>
 			<para>
 			  Directory where iconv is installed.
@@ -457,7 +457,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-jsondir=DIR</term>
+		  <term><option>--with-jsondir=DIR</option></term>
 		  <listitem>
 			<para>
 			  <link xlink:href="http://oss.metaparadigm.com/json-c/">JSON-C</link> is an MIT-licensed JSON library required by PostGIS ST_GeomFromJSON support. Use this
@@ -469,7 +469,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-pcredir=DIR</term>
+		  <term><option>--with-pcredir=DIR</option></term>
 		  <listitem>
 			<para>
 			  <link xlink:href="http://www.pcre.org/">PCRE</link> is an BSD-licensed Perl Compatible Regular Expression library required by address_standardizer extension. Use this
@@ -481,7 +481,7 @@ sh autogen.sh
 		</varlistentry>
 
 		<varlistentry>
-		  <term>--with-gui</term>
+		  <term><option>--with-gui</option></term>
 		  <listitem>
 			<para>
 			  Compile the data import GUI (requires GTK+2.0).  This will create shp2pgsql-gui graphical interface
@@ -490,7 +490,7 @@ sh autogen.sh
 		  </listitem>
 		</varlistentry>
 		<varlistentry>
-		  <term>--without-raster</term>
+		  <term><option>--without-raster</option></term>
 		  <listitem>
 			<para>
 			  Compile without raster support.
@@ -498,7 +498,7 @@ sh autogen.sh
 		  </listitem>
 		</varlistentry>
 		<varlistentry>
-		  <term>--without-topology</term>
+		  <term><option>--without-topology</option></term>
 		  <listitem>
 			<para>
 			  Disable topology support. There is no corresponding library
@@ -507,7 +507,7 @@ sh autogen.sh
 		  </listitem>
 		</varlistentry>
 		<varlistentry>
-		  <term>--with-gettext=no</term>
+		  <term><option>--with-gettext=no</option></term>
 		  <listitem>
 			<para>
 			  By default PostGIS will try to detect gettext support and compile with it, however if you run into incompatibility issues that
@@ -518,7 +518,7 @@ sh autogen.sh
 		  </listitem>
 		</varlistentry>
 		<varlistentry>
-		  <term>--with-sfcgal=PATH</term>
+		  <term><option>--with-sfcgal=PATH</option></term>
 		  <listitem>
 			<para>
 			  By default PostGIS will not install with sfcgal support without this switch.
@@ -527,7 +527,7 @@ sh autogen.sh
 		  </listitem>
 		</varlistentry>
 		<varlistentry>
-		  <term>--without-phony-revision</term>
+		  <term><option>--without-phony-revision</option></term>
 		  <listitem>
 			<para>
 			  Disable updating postgis_revision.h to match current HEAD of the git repository.
diff --git a/doc/po/strip_untranslatable.sh b/doc/po/strip_untranslatable.sh
index cb6740dc6..bfee44878 100755
--- a/doc/po/strip_untranslatable.sh
+++ b/doc/po/strip_untranslatable.sh
@@ -11,5 +11,6 @@ sed -e '/^#\. Tag: programlisting$/,/^$/d' \
     -e '/^#\. Tag: funcsynopsis$/,/^$/d' \
     -e '/^#\. Tag: refname$/,/^$/d' \
     -e '/^#\. Tag: funcprototype$/,/^$/d' \
+    -e '/^#\. Tag: option$/,/^$/d' \
     -i $1
 
diff --git a/doc/po/templates/installation.xml.pot b/doc/po/templates/installation.xml.pot
index 1f1542993..0c306ed12 100644
--- a/doc/po/templates/installation.xml.pot
+++ b/doc/po/templates/installation.xml.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-09-12 22:08+0000\n"
+"POT-Creation-Date: 2023-09-13 13:07+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -437,12 +437,6 @@ msgid ""
 "command> parameters."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:333
-#, no-c-format
-msgid "--with-library-minor-version"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:335
 #, no-c-format
@@ -456,12 +450,6 @@ msgid ""
 "configure statement."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:348
-#, no-c-format
-msgid "--prefix=PREFIX"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:350
 #, no-c-format
@@ -481,12 +469,6 @@ msgid ""
 "link> to track this bug."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:370
-#, no-c-format
-msgid "--with-pgconfig=FILE"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:372
 #, no-c-format
@@ -498,12 +480,6 @@ msgid ""
 "build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:384
-#, no-c-format
-msgid "--with-gdalconfig=FILE"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:386
 #, no-c-format
@@ -515,12 +491,6 @@ msgid ""
 "GDAL installation that PostGIS will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:398
-#, no-c-format
-msgid "--with-geosconfig=FILE"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:400
 #, no-c-format
@@ -532,12 +502,6 @@ msgid ""
 "that PostGIS will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:412
-#, no-c-format
-msgid "--with-xml2config=FILE"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:414
 #, no-c-format
@@ -551,12 +515,6 @@ msgid ""
 "specify a particular LibXML installation that PostGIS will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:430
-#, no-c-format
-msgid "--with-projdir=DIR"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:432
 #, no-c-format
@@ -566,24 +524,12 @@ msgid ""
 "particular Proj installation directory that PostGIS will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:442
-#, no-c-format
-msgid "--with-libiconv=DIR"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:444
 #, no-c-format
 msgid "Directory where iconv is installed."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:451
-#, no-c-format
-msgid "--with-jsondir=DIR"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:453
 #, no-c-format
@@ -595,12 +541,6 @@ msgid ""
 "will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:463
-#, no-c-format
-msgid "--with-pcredir=DIR"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:465
 #, no-c-format
@@ -612,12 +552,6 @@ msgid ""
 "PostGIS will build against."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:475
-#, no-c-format
-msgid "--with-gui"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:477
 #, no-c-format
@@ -626,24 +560,12 @@ msgid ""
 "gui graphical interface to shp2pgsql."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:484
-#, no-c-format
-msgid "--without-raster"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:486
 #, no-c-format
 msgid "Compile without raster support."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:492
-#, no-c-format
-msgid "--without-topology"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:494
 #, no-c-format
@@ -652,12 +574,6 @@ msgid ""
 "needed for topology is in postgis-&last_release_version; library."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:501
-#, no-c-format
-msgid "--with-gettext=no"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:503
 #, no-c-format
@@ -672,12 +588,6 @@ msgid ""
 "yet documented and still experimental."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:512
-#, no-c-format
-msgid "--with-sfcgal=PATH"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:514
 #, no-c-format
@@ -687,12 +597,6 @@ msgid ""
 "alternate PATH to sfcgal-config."
 msgstr ""
 
-#. Tag: term
-#: installation.xml:521
-#, no-c-format
-msgid "--without-phony-revision"
-msgstr ""
-
 #. Tag: para
 #: installation.xml:523
 #, no-c-format

-----------------------------------------------------------------------

Summary of changes:
 doc/installation.xml                  | 32 ++++++------
 doc/po/strip_untranslatable.sh        |  1 +
 doc/po/templates/installation.xml.pot | 98 +----------------------------------
 3 files changed, 18 insertions(+), 113 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list