[Cmake-commits] CMake branch, next, updated. v2.8.7-2882-g733a122

Eric Noulard eric.noulard at gmail.com
Sat Feb 25 17:29:16 EST 2012


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  733a1221b1915df101eeb1a6f6d8dc0694f0b753 (commit)
       via  98d158376eacacd12a765675272268be27609192 (commit)
      from  da1e14700e6a9768a64730a64cd3d9e43d2e94f1 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=733a1221b1915df101eeb1a6f6d8dc0694f0b753
commit 733a1221b1915df101eeb1a6f6d8dc0694f0b753
Merge: da1e147 98d1583
Author:     Eric Noulard <eric.noulard at gmail.com>
AuthorDate: Sat Feb 25 17:29:12 2012 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Sat Feb 25 17:29:12 2012 -0500

    Merge topic 'CPack-cygwinGeneratorDoc' into next
    
    98d1583 Provide template for CPack Cygwin generator specific variables.


http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=98d158376eacacd12a765675272268be27609192
commit 98d158376eacacd12a765675272268be27609192
Author:     Eric NOULARD <eric.noulard at gmail.com>
AuthorDate: Sat Feb 25 23:26:41 2012 +0100
Commit:     Eric NOULARD <eric.noulard at gmail.com>
CommitDate: Sat Feb 25 23:26:41 2012 +0100

    Provide template for CPack Cygwin generator specific variables.

diff --git a/Modules/CPackCygwin.cmake b/Modules/CPackCygwin.cmake
new file mode 100644
index 0000000..7ed7f67
--- /dev/null
+++ b/Modules/CPackCygwin.cmake
@@ -0,0 +1,33 @@
+##section Variables specific to CPack Cygwin generator
+##end
+##module
+# - Cygwin CPack generator (Cygwin).
+# The following variable is specific to installers build on
+# and/or for Cygwin:
+##end
+#
+##variable
+#   CPACK_CYGWIN_PATCH_NUMBER - The Cygwin patch number.
+#   FIXME: This documentation is incomplete.
+##end
+##variable
+#   CPACK_CYGWIN_PATCH_FILE - The Cygwin patch file.
+#   FIXME: This documentation is incomplete.
+##end
+##variable
+#   CPACK_CYGWIN_BUILD_SCRIPT - The Cygwin build script.
+#   FIXME: This documentation is incomplete.
+##end
+
+#=============================================================================
+# 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:
 Modules/CPackCygwin.cmake |   33 +++++++++++++++++++++++++++++++++
 1 files changed, 33 insertions(+), 0 deletions(-)
 create mode 100644 Modules/CPackCygwin.cmake


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list