[CMake] CPack and PackageMaker

2016-05-23 Thread Harry Mallon
Thanks for your work on this, I hope this can get into the main codebase soon. Currently we use internal productbuild and pkgbuild scripts from our pre-cmake days. Reading through your patch now I have some feedback: 1. Package ID: The pkgid for pkgbuild can often be something other than "com.C

Re: [CMake] CPack and PackageMaker

2016-05-12 Thread Roman Wüger
rt with that as a base :) > > Regards > /R > > -- Ursprungligt meddelande-- > Från: > Datum: fre, 11 dec 2015 20:12 > Till: Robert Bielik; > Kopia: Attila Krasznahorkay;cmake; > Ämne:Re: [CMake] CPack and PackageMaker > > If you are interested, attach

Re: [CMake] CPack and PackageMaker

2016-04-04 Thread clinton
>> Datum: fre, 11 dec 2015 20:12 >> Till: Robert Bielik; >> Kopia: Attila Krasznahorkay;cmake; >> Ämne: Re: [CMake] CPack and PackageMaker >> If you are interested, attached is some code I started a couple years ago but >> never finished, nor did I do much tes

Re: [CMake] CPack and PackageMaker

2016-02-03 Thread Robert Maynard
gt; > Dear Clint, > > > > Thank you! Will certainly start with that as a base :) > > > > Regards > > /R > > > > -- Ursprungligt meddelande-- > > Från: > > Datum: fre, 11 dec 2015 20:12 > > Till: Robert Bielik; > > Kopia: Attila

Re: [CMake] CPack and PackageMaker

2016-02-02 Thread Roman Wüger
rsprungligt meddelande-- >> Från: >> Datum: fre, 11 dec 2015 20:12 >> Till: Robert Bielik; >> Kopia: Attila Krasznahorkay;cmake; >> Ämne:Re: [CMake] CPack and PackageMaker >> >> If you are interested, attached is some code I started a couple years ago &g

Re: [CMake] CPack and PackageMaker

2015-12-21 Thread Roman Wüger
Datum: fre, 11 dec 2015 20:12 > Till: Robert Bielik; > Kopia: Attila Krasznahorkay;cmake; > Ämne:Re: [CMake] CPack and PackageMaker > > If you are interested, attached is some code I started a couple years ago but > never finished, nor did I do much testing. > Perhaps th

Re: [CMake] CPack and PackageMaker

2015-12-11 Thread clinton
If you are interested, attached is some code I started a couple years ago but never finished, nor did I do much testing. Perhaps that'll help, or maybe you'll find a better way. Clint - On Dec 11, 2015, at 9:50 AM, Robert Bielik robert.bie...@dirac.se wrote: > Dear Attila, > > Ok, been str

Re: [CMake] CPack and PackageMaker

2015-12-11 Thread robert . bielik
Dear Clint, Thank you! Will certainly start with that as a base :) Regards /R -- Ursprungligt meddelande-- Från: Datum: fre, 11 dec 2015 20:12 Till: Robert Bielik; Kopia: Attila Krasznahorkay;cmake; Ämne:Re: [CMake] CPack and PackageMaker If you are interested, attached is some code I

Re: [CMake] CPack and PackageMaker

2015-12-11 Thread Robert Bielik
Dear Attila, Ok, been struggling getting an installation package to work with the pkgbuild/productbild tools, so I think I got the gist of what needs to be done, at least to get something going :) Regards /R Den 2015-12-11 kl. 17:47, skrev Attila Krasznahorkay: Hi Robert, I'm afraid that t

Re: [CMake] CPack and PackageMaker

2015-12-11 Thread Attila Krasznahorkay
Hi Robert, I'm afraid that the sad situation is that nobody has done this yet, or is working on it at the moment. I'm absolutely sure that if you can help with this by any amount, that will be most welcome by the CMake developers. It will certainly be most welcome by me, as I've been disappoin

Re: [CMake] CPack and PackageMaker

2015-12-11 Thread Robert Bielik
Really ? No one ? :) So it's ok to go ahead and start create a new one ? ;) Rgds, /R Den 2015-12-09 kl. 16:56, skrev Robert Bielik: Mac OSX: Since PackageMaker has been deprecated by Apple, the new tools to use are pkgbuild [1] and productbuild [2]. Simple question: Is there any work being

[CMake] CPack and PackageMaker

2015-12-09 Thread Robert Bielik
Mac OSX: Since PackageMaker has been deprecated by Apple, the new tools to use are pkgbuild [1] and productbuild [2]. Simple question: Is there any work being done by the CMake community on a new OS X CPack backend to support the above tools ? Regards /Robert [1] https://developer.apple.co

[CMake] CPack and PackageMaker hide pages

2014-03-19 Thread NoRulez
Is it possible to hide some of the pages used in PackageMaker? For example if I don't want to show the license dialog. Best Regards -- 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 s

Re: [CMake] cpack and PackageMaker

2009-04-02 Thread Bill Hoffman
Benne, Kyle wrote: Hello CMake Users, Quick question. Does CPack support pre and post flight scripts with the PackageMaker generator? Yes, it does, CMake uses this for installing the command line tools. SET(CPACK_POSTFLIGHT_SCRIPT "@CMAKE_POSTFLIGHT_SCRIPT@") SET(CPACK_POSTUPGR

[CMake] cpack and PackageMaker

2009-04-02 Thread Benne, Kyle
Hello CMake Users, Quick question. Does CPack support pre and post flight scripts with the PackageMaker generator? Regards, Kyle ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource