Re: [cmake-developers] [CPackDEB] handling "Source" field and Launchpad support

2015-11-04 Thread Domen Vrankar
> Thanks.  There are several .rst documentation updates like:
>
>> -# CPackDeb is a CPack generator thus it uses the CPACK_XXX variables
>> +# CPackDeb is a CPack generator thus it uses the `CPACK_XXX` variables
>
> This appears to intend to use inline markup for inline literals but
> that is markdown syntax.  For reStructuredText it should be of the
> form ``CPACK_XXX``.  Please revised.

Fixed:
https://cmake.org/gitweb?p=cmake.git;a=commit;h=f2d98e2
https://cmake.org/gitweb?p=cmake.git;a=commit;h=e5b70ed

Thanks,
Domen
-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] Directory listing for "Older Releases" no longer available

2015-11-04 Thread Brad King
On 11/03/2015 03:31 AM, Nils Gladitz wrote:
> Following https://cmake.org/files from the Download page [1] I get:
>  Directory index no longer supported. Please visit the download 
>  page.
> 
> Is this intentional?

It was intentional but we've reverted the configuration change for now.
We've been having problems with bots walking the pages and downloading
all the old files.  We may look into some kind of download file chooser
instead.

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] [CPackDEB] handling "Source" field and Launchpad support

2015-11-04 Thread Brad King
On 11/03/2015 06:27 PM, Domen Vrankar wrote:
>> Please find attached a patch that enables the proper handling of the
>> "Source" field for binary Debian packages.
> 
> I've split the patch and applied it to next with minor changes:
> https://cmake.org/gitweb?p=cmake.git;a=commit;h=0cb1469
> https://cmake.org/gitweb?p=cmake.git;a=commit;h=76f0fd0

Thanks.  There are several .rst documentation updates like:

> -# CPackDeb is a CPack generator thus it uses the CPACK_XXX variables
> +# CPackDeb is a CPack generator thus it uses the `CPACK_XXX` variables

This appears to intend to use inline markup for inline literals but
that is markdown syntax.  For reStructuredText it should be of the
form ``CPACK_XXX``.  Please revised.

Thanks,
-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers


Re: [cmake-developers] [PATCH 0/3] Support for multilingual SLAs for the CPack DMG generator

2015-11-04 Thread Brad King
On 11/03/2015 06:09 AM, Levermann, Simon wrote:
> This adds support for multilingual SLAs which are displayed when
> the user is trying to mount the DMG.

Thanks for working on this and for bringing the patch to this list.

Patches 2 and 3 look like fixups.  Please squash that all into one
commit.  Also please keep C++ sources wrapped to 79 columns or less.

> Multiple languages can be added via the new variables CPACK_DMG_SLA_DIR
> and CPACK_DMG_SLA_LANGUAGES.

Please add Help/variable/*.rst files to document these.  Also
please add a Help/release/dev/*.rst file to add a release note
for the feature.

> For each language defined, CPack will search for a language.menu.txt
> and language.license.txt file in CPACK_SLA_DIR.

Good.  Please mention this in the above-requested documentation.

> This patch adds a library to the deprecated Carbon Framework to
> CPackLib, since the functions/types required to acquire the region
> code for the internal LPic data structure are only available in this
> old API. Apple does not seem to be offering a replacement API for the
> old ScriptManager region codes.

Hopefully an alternative can be found.  Meanwhile I get warnings
during the build due to DEPRECATED_IN_MAC_OS_X_VERSION_10_6_AND_LATER
appearing on the declarations of these APIs.  Please add pragmas
or whatever is needed to suppress them, at least with Clang.  Call
out the purpose for the suppression with a comment explaining why
we need to use the deprecated APIs.

> Additional thought: One could add the language.menu.txt files for
> some common languages to the repository.

Let's defer that until the actual feature is working.

Thanks,
-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers