Re: how to generate the checksums with CMake?

2012-02-18 Thread Joshua Root
On 2012-2-18 19:53 , Erik Sjölund wrote: > Yes, I agree the CMake mailing list might be better suited for this > type of question. I was just thinking that generating the Portfile > with CMake should be such a common scenario for MacPorts developers > that someone here would already have done it. >

Re: how to generate the checksums with CMake?

2012-02-18 Thread Titus von Boxberg
On 18.02.2012 08:31, Erik Sjölund wrote: Hi, I am trying to create a Portfile for some software that is using the build system CMake. I was wondering if anyone managed to automatically create the Portfile from within CMake. It doesn't sound reasonable to do so, but probably I don't fully underst

Re: how to generate the checksums with CMake?

2012-02-17 Thread Joshua Root
On 2012-2-18 18:31 , Erik Sjölund wrote: > Hi, > I am trying to create a Portfile for some software that is using the > build system CMake. > I was wondering if anyone managed to automatically create the Portfile > from within CMake. > > In CMake I can do "make package_source" to create a source t

how to generate the checksums with CMake?

2012-02-17 Thread Erik Sjölund
Hi, I am trying to create a Portfile for some software that is using the build system CMake. I was wondering if anyone managed to automatically create the Portfile from within CMake. In CMake I can do "make package_source" to create a source tar.gz file. I then need to compute some checksums of th