[Cmake-commits] CMake branch, next, updated. v3.5.2-878-gc832015

Clinton Stimpson clinton at elemtech.com
Fri Jun 3 14:16:35 EDT 2016


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 "CMake".

The branch, next has been updated
       via  c832015679e14bfa943cf9c1229aacaf19263b71 (commit)
       via  a9e9f67a466bbcb59f06b4792ff920ac59b6181e (commit)
      from  b7fa61ce446cd8c7ae20722761c9055698e2b812 (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 -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=c832015679e14bfa943cf9c1229aacaf19263b71
commit c832015679e14bfa943cf9c1229aacaf19263b71
Merge: b7fa61c a9e9f67
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Jun 3 14:16:34 2016 -0400
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Fri Jun 3 14:16:34 2016 -0400

    Merge topic 'productbuild' into next
    
    a9e9f67a productbuild: add some documentation.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=a9e9f67a466bbcb59f06b4792ff920ac59b6181e
commit a9e9f67a466bbcb59f06b4792ff920ac59b6181e
Author:     Clinton Stimpson <clinton at elemtech.com>
AuthorDate: Fri Jun 3 12:12:26 2016 -0600
Commit:     Clinton Stimpson <clinton at elemtech.com>
CommitDate: Fri Jun 3 12:13:08 2016 -0600

    productbuild: add some documentation.

diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index 62910cf..f911662 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -60,6 +60,7 @@ All Modules
    /module/CPackIFW
    /module/CPackNSIS
    /module/CPackPackageMaker
+   /module/CPackProductBuild
    /module/CPackRPM
    /module/CPack
    /module/CPackWIX
diff --git a/Help/module/CPackProductBuild.rst b/Help/module/CPackProductBuild.rst
new file mode 100644
index 0000000..de55448
--- /dev/null
+++ b/Help/module/CPackProductBuild.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/CPackPackageMaker.cmake
diff --git a/Modules/CPackProductBuild.cmake b/Modules/CPackProductBuild.cmake
new file mode 100644
index 0000000..6545a3a
--- /dev/null
+++ b/Modules/CPackProductBuild.cmake
@@ -0,0 +1,38 @@
+#.rst:
+# CPackProductBuild
+# -----------------
+#
+# productbuild CPack generator (Mac OS X).
+#
+# Variables specific to CPack productbuild generator
+# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+#
+# The following variable is specific to installers built on Mac
+# OS X using productbuild:
+#
+# .. variable:: CPACK_COMMAND_PRODUCTBUILD
+#
+#  Path to the productbuild(1) command used to generate a product archive for
+#  the OS X Installer or Mac App Store.  This variable can be used to override
+#  the automatically detected command (or specify its location if the
+#  auto-detection fails to find it.)
+#
+# .. variable:: CPACK_COMMAND_PKGBUILD
+#
+#  Path to the pkgbuild(1) command used to generate an OS X component package
+#  on OS X.  This variable can be used to override the automatically detected
+#  command (or specify its location if the auto-detection fails to find it.)
+#
+
+#=============================================================================
+# Copyright 2006-2012 Kitware, Inc.
+#
+# Distributed under the OSI-approved BSD License (the "License");
+# see accompanying file Copyright.txt for details.
+#
+# This software is distributed WITHOUT ANY WARRANTY; without even the
+# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+# See the License for more information.
+#=============================================================================
+# (To distribute this file outside of CMake, substitute the full
+#  License text for the above reference.)

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

Summary of changes:
 Help/manual/cmake-modules.7.rst                    |    1 +
 ...CPackPackageMaker.rst => CPackProductBuild.rst} |    0
 Modules/CPackProductBuild.cmake                    |   38 ++++++++++++++++++++
 3 files changed, 39 insertions(+)
 copy Help/module/{CPackPackageMaker.rst => CPackProductBuild.rst} (100%)
 create mode 100644 Modules/CPackProductBuild.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list