[SCM] mapserver branch, jessie, updated. upstream/6.2.1-72-ga226f0d

Bas Couwenberg sebastic at xs4all.nl
Fri Jul 5 21:21:40 UTC 2013


The following commit has been merged in the jessie branch:
commit a226f0def20d0b316794051b30c85623bb9e1e1e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Jul 5 22:59:17 2013 +0200

    Add man page for mapserver-config.

diff --git a/debian/changelog b/debian/changelog
index 058903a..e72ed77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -30,6 +30,7 @@ mapserver (6.2.1-3) UNRELEASED; urgency=low
     - sortshp
     - tile4ms
     - mapserv
+    - mapserver-config
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Fri, 14 Jun 2013 22:00:07 +0200
 
diff --git a/debian/libmapserver-dev.manpages b/debian/libmapserver-dev.manpages
new file mode 100644
index 0000000..4951557
--- /dev/null
+++ b/debian/libmapserver-dev.manpages
@@ -0,0 +1 @@
+debian/man/mapserver-config.1
diff --git a/debian/man/mapserver-config.1.xml b/debian/man/mapserver-config.1.xml
new file mode 100644
index 0000000..a75a8f4
--- /dev/null
+++ b/debian/man/mapserver-config.1.xml
@@ -0,0 +1,86 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd">
+<refentry id='mapserver-config'>
+
+  <refmeta>
+    <refentrytitle>mapserver-config</refentrytitle>
+    <manvolnum>1</manvolnum>
+  </refmeta>
+
+  <refnamediv>
+    <refname>mapserver-config</refname>
+    <refpurpose>query mapserver build options</refpurpose>
+  </refnamediv>
+
+  <refsynopsisdiv id='synopsis'>
+    <cmdsynopsis>
+      <command>mapserver-config</command>
+      <arg choice='opt'>--libs</arg>
+      <arg choice='opt'>--dep-libs</arg>
+      <arg choice='opt'>--cflags</arg>
+      <arg choice='opt'>--defines</arg>
+      <arg choice='opt'>--includes</arg>
+      <arg choice='opt'>--version</arg>
+    </cmdsynopsis>
+  </refsynopsisdiv>
+
+  <refsect1 id='description'>
+    <title>DESCRIPTION</title>
+    <para>
+      <command>mapserver-config</command> allows querying the options used to
+      build the MapServer binaries.
+    </para>
+  </refsect1>
+
+  <refsect1 id='options'>
+    <title>OPTIONS</title>
+    <variablelist>
+
+      <varlistentry>
+        <term><option>--libs</option></term>
+        <listitem>
+          <para>
+            Libraries (SUP_LIBS)
+          </para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--dep-libs</option></term>
+        <listitem>
+          <para>Libraries (LIBS)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--cflags</option></term>
+        <listitem>
+          <para>Compiler flags (CFLAGS)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--defines</option></term>
+        <listitem>
+          <para>Compiler defines (DEFINES/ALL_ENABLED)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--includes</option></term>
+        <listitem>
+          <para>Compiler includes (INCLUDES)</para>
+        </listitem>
+      </varlistentry>
+
+      <varlistentry>
+        <term><option>--version</option></term>
+        <listitem>
+          <para>MapServer version (MS_VERSION)</para>
+        </listitem>
+      </varlistentry>
+
+    </variablelist>
+  </refsect1>
+
+</refentry>

-- 
Mapserver



More information about the Pkg-grass-devel mailing list