Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-30 Thread Mario Bensi
it's weird i have done this last week :/ Ok I have sent again my request. Mario Bensi On Tuesday, May 29, 2012 03:18:20 PM David Cole wrote: We do not seem to have a pending request in our system related to your desire to be a CMake module maintainer. Please send your public ssh key via

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-29 Thread David Cole
We do not seem to have a pending request in our system related to your desire to be a CMake module maintainer. Please send your public ssh key via this web form in order to get access to the CMake git repo: https://www.kitware.com/Admin/SendPassword.cgi Thanks, David Cole Kitware, Inc. On

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-25 Thread Mario Bensi
Yes it's done, actually i wait my git push access Mario On Tuesday, May 22, 2012 09:56:28 PM Alexander Neundorf wrote: On Monday 14 May 2012, Mario Bensi wrote: Hi, The last file with all change requested is correct for you ? Do you think it's possible to integrate it in cmake ? I'd say

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-25 Thread Rolf Eike Beer
Am Freitag, 25. Mai 2012, 08:32:32 schrieb Mario Bensi: Yes it's done, actually i wait my git push access When you push you module please also add it to the test in Tests/CMakeOnly/AllFindModules/CMakeLists.txt if (and only if!) it is expected that a version number can always be found if the

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-25 Thread Mario Bensi
Ok It's done, I push all changes when i will have the write access. Mario On Friday, May 25, 2012 08:55:46 AM Rolf Eike Beer wrote: Am Freitag, 25. Mai 2012, 08:32:32 schrieb Mario Bensi: Yes it's done, actually i wait my git push access When you push you module please also add it to the

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-14 Thread Mario Bensi
Hi, The last file with all change requested is correct for you ? Do you think it's possible to integrate it in cmake ? Mario On Thursday, May 10, 2012 09:26:21 AM Mario Bensi wrote: Hi Eike, The new version of FindLibLZMA.cmake all changes Mario On Wednesday, May 09, 2012 10:00:10 AM

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-10 Thread Mario Bensi
Hi Eike, The new version of FindLibLZMA.cmake all changes Mario On Wednesday, May 09, 2012 10:00:10 AM Rolf Eike Beer wrote: Hi Eike, here a new version with the version support Looks good. Just a small nitpicks: -you should document also the LIBLZMA_VERSION_{MAJOR,MINOR,PATCH}

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-10 Thread Mario Bensi
I'm not a LZMA maintainer. I think FindLibLZMA is a good candidate to integrate CMake/Modules like FindBZip2 or FindZLib. Mario On Wednesday, May 09, 2012 01:18:46 PM David Cole wrote: Also, rather than adding yet-another-find-module to CMake, would it instead be possible to add a

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-10 Thread Alexander Neundorf
On Thursday 10 May 2012, Mario Bensi wrote: I'm not a LZMA maintainer. I think FindLibLZMA is a good candidate to integrate CMake/Modules like FindBZip2 or FindZLib. Yes, I think so too. Alex -- Powered by www.kitware.com Visit other Kitware open-source projects at

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-09 Thread Mario Bensi
Hi Eike, here a new version with the version support Mario On Sunday, May 06, 2012 05:59:34 PM Rolf Eike Beer wrote: Hi In attachment a patch and the file FindLibLZMA.cmake If you think this module can be integrate in cmake and if you can give me the write access in cmake, i can

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-09 Thread David Cole
Also, rather than adding yet-another-find-module to CMake, would it instead be possible to add a LZMAConfig.cmake file to the LZMA installation itself? (i.e. -- are you an LZMA maintainer, and could you put that file into the LZMA install tree...? If so, you should prefer that route, because it

[CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-06 Thread Mario Bensi
Hi In attachment a patch and the file FindLibLZMA.cmake If you think this module can be integrate in cmake and if you can give me the write access in cmake, i can integrate and maintain this. What do you think about this ? Best Regards MarioFrom 281ccf37cc4e8c1d4924ff58e38231cd7799ffab Mon

Re: [CMake] Volunteering to become maintainer of FindLibLZMA.cmake

2012-05-06 Thread Rolf Eike Beer
Hi In attachment a patch and the file FindLibLZMA.cmake If you think this module can be integrate in cmake and if you can give me the write access in cmake, i can integrate and maintain this. What do you think about this ? What about version support, e.g. find_package(LibLZMA 2.0)? Eike