The following issue has been SUBMITTED. ====================================================================== http://cmake.org/Bug/view.php?id=13072 ====================================================================== Reported By: Mario Lang Assigned To: ====================================================================== Project: CMake Issue ID: 13072 Category: CPack Reproducibility: N/A Severity: feature Priority: normal Status: new ====================================================================== Date Submitted: 2012-03-29 10:33 EDT Last Modified: 2012-03-29 10:33 EDT ====================================================================== Summary: Allow CPack to generate tar.xz archives Description: For my project I'd like to use CPack to generate tar.xz source archives. After a bit of poking around in the git repository I realized that xz support is already there in the underlying library for handling archives. However, there is no Generator for TXZ. The attached patch adds the necessary generator. Tested and works as expected for me. I can set(CPACK_SOURCE_GENERATOR "TGZ;TXZ;") now and the result is just as expected. A second patch (also to be attached) adds the CPACK_BINARY_TXZ and CPACK_SOURCE_TXZ options as well.
====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2012-03-29 10:33 Mario Lang New Issue 2012-03-29 10:33 Mario Lang File Added: 0001-cmCPackTXZGenerator-Add-tar.xz-archive-generation.patch ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
