Re: CMake 1.4.5-1

2002-10-08 Thread William A. Hoffman

I don't really care which type the file is.   However, as I said at the start
of this all of our cygwin systems are setup with DOS CTLF.   This means
that all of our cvs checkouts produce DOS files.   We have a script that
creates the CMake cygwin release via a cvs checkout.   I can however, 
manually call
dos2unix on the setup.hint file which is what I have done.

Anyway, CMake is now all ready to be uploaded complete with a UNIX style
setup.hint file.

-Bill




At 08:58 PM 10/4/2002 -0400, Christopher Faylor wrote:
On Sat, Oct 05, 2002 at 09:32:58AM +0900, Ryunosuke Satoh wrote:
 BTW, why is this required?  We use the dos file formats for cvs
 checkouts because we use visual studio which does not like the UNIX
 style.
 
 cywin is only solution if I want to use unix tools on windows.  I think
 cygwin needs to be more friendly with VC++ users because of their
 taking part in cygwin.

Well, gee, setup.hint isn't really a cygwin file.  It's resides on a linux
system.  I don't see why you would want to include \r's in a unix
file.

Regardless, this isn't the mailing list for this kind of advocacy.





Re: CMake 1.4.5-1

2002-10-08 Thread William A. Hoffman

I don't really care which type the file is.   However, as I said at the start
of this all of our cygwin systems are setup with Dos CTLF.   This means
that all of our cvs checkouts produce Dos files.   We have a script that
creates the CMake cygwin release via a cvs checkout.   I can however, 
manually call
dos2unix on the setup.hint file which is what I have done.

Anyway, CMake is now all ready to be uploaded complete with a unix style
setup.hint file.

-Bill




At 08:58 PM 10/4/2002 -0400, Christopher Faylor wrote:
On Sat, Oct 05, 2002 at 09:32:58AM +0900, Ryunosuke Satoh wrote:
 BTW, why is this required?  We use the dos file formats for cvs
 checkouts because we use visual studio which does not like the UNIX
 style.
 
 cywin is only solution if I want to use unix tools on windows.  I think
 cygwin needs to be more friendly with VC++ users because of their
 taking part in cygwin.

Well, gee, setup.hint isn't really a cygwin file.  It's resides on a linux
system.  I don't see why you would want to include \r's in a unix
file.

Regardless, this isn't the mailing list for this kind of advocacy.





Re: CMake 1.4.5-1

2002-10-04 Thread Pavel Tsekov

On 3 Oct 2002, Robert Collins wrote:

 Corinna is on holiday. I will upload it once the packaging has been
 reviewed. 

Ping! :)




Re: CMake 1.4.5-1

2002-10-04 Thread William A. Hoffman

Hold on, I forgot to change the setup.hint to UNIX style.
I will update and let you know when it has the correct line feeds.
Sorry...

BTW, why is this required?  We use the dos file formats for cvs checkouts
because we use visual studio which does not like the UNIX style.


-Bill


At 01:04 PM 10/4/2002 +0200, Pavel Tsekov wrote:
On 3 Oct 2002, Robert Collins wrote:

 Corinna is on holiday. I will upload it once the packaging has been
 reviewed. 

Ping! :)




Re: CMake 1.4.5-1

2002-10-04 Thread William A. Hoffman

ftp://www.cmake.org/pub/cmake/cygwin/setup.hint

is now UNIX style.
-Bill

At 01:04 PM 10/4/2002 +0200, Pavel Tsekov wrote:
On 3 Oct 2002, Robert Collins wrote:
 Corinna is on holiday. I will upload it once the packaging has been
 reviewed. 
Ping! :)


Re: CMake 1.4.5-1

2002-10-04 Thread Pavel Tsekov

On Fri, 4 Oct 2002, William A. Hoffman wrote:

 Hold on, I forgot to change the setup.hint to UNIX style.
 I will update and let you know when it has the correct line feeds.
 Sorry...
 
 BTW, why is this required?  We use the dos file formats for cvs checkouts
 because we use visual studio which does not like the UNIX style.

I don't know if this is really a requirement. But recent post indicates 
that it may impact on the generation of setup.ini:

http://www.cygwin.com/ml/cygwin-apps/2002-09/msg00209.html

Anyway it seems to be a good practice to do so.




Re: CMake 1.4.5-1

2002-10-04 Thread Ryunosuke Satoh

  BTW, why is this required?  We use the dos file formats for cvs checkouts
  because we use visual studio which does not like the UNIX style.

cywin is  only solution if I want to use unix tools on windows.
I think cygwin needs to be more friendly with VC++ users because of their  taking part 
in cygwin.

Ryu
 



Re: CMake 1.4.5-1

2002-10-04 Thread Christopher Faylor

On Fri, Oct 04, 2002 at 06:08:32PM +0200, Pavel Tsekov wrote:
On Fri, 4 Oct 2002, William A. Hoffman wrote:

 Hold on, I forgot to change the setup.hint to UNIX style.
 I will update and let you know when it has the correct line feeds.
 Sorry...
 
 BTW, why is this required?  We use the dos file formats for cvs checkouts
 because we use visual studio which does not like the UNIX style.

I don't know if this is really a requirement. But recent post indicates 
that it may impact on the generation of setup.ini:

http://www.cygwin.com/ml/cygwin-apps/2002-09/msg00209.html

Anyway it seems to be a good practice to do so.

The CRLFs shouldn't be a problem really but there really is no reason
for the extra characters.  So, you're right, it's just not a good
practice.

cgf



Re: CMake 1.4.5-1

2002-10-04 Thread Christopher Faylor

On Sat, Oct 05, 2002 at 09:32:58AM +0900, Ryunosuke Satoh wrote:
BTW, why is this required?  We use the dos file formats for cvs
checkouts because we use visual studio which does not like the UNIX
style.

cywin is only solution if I want to use unix tools on windows.  I think
cygwin needs to be more friendly with VC++ users because of their
taking part in cygwin.

Well, gee, setup.hint isn't really a cygwin file.  It's resides on a linux
system.  I don't see why you would want to include \r's in a unix
file.

Regardless, this isn't the mailing list for this kind of advocacy.



Re: CMake 1.4.5-1

2002-10-03 Thread Pavel Tsekov

On 3 Oct 2002, Robert Collins wrote:

 On Wed, 2002-10-02 at 23:49, William A. Hoffman wrote:
  I think this means that cmake has two votes.
  Nicholas Wourms and Gerrit.
  
  Corinna can you upload the package?
 
 Corinna is on holiday. I will upload it once the packaging has been
 reviewed. 

I'm downloading it right now. I'll try to understand what is still missing 
and report back to the list ASAP.




Re: CMake 1.4.5-1

2002-10-03 Thread William A. Hoffman

Thanks for the feedback, I have updated the files:
ftp://www.cmake.org/pub/cmake/cygwin/setup.hint

ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.4.5-1.tar.bz2 
ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.4.5-1-src.tar.bz2
To have this setup.hint:
# CMake setup.hint file for cygwin setup.exe program
category: Devel 
requires: libncurses6 cygwin 
sdesc: A cross platform build manger 
ldesc: CMake is a cross platform build manager. It allows you to specify build 
parameters for C and C++ programs in a cross platform manner. For cygwin Makefil
es will be generated. CMake is also capable of generating microsoft project file
s, nmake, and borland makefiles. CMake can also perform system inspection operat
ions like finding installed libraries and header files. 
curr: 1.4.5-1

-Bill
At 03:34 PM 10/3/2002 +0200, Pavel Tsekov wrote:
On Thu, 3 Oct 2002, Nicholas Wourms wrote:
 Please run cygcheck on ccmake, you will find that it depends 
 on libncurses6, not libncurses5.
Have you read both my messages regarding the subject ? The message you're 
replying to was the second one and contains a correction for a typo in the 
first message. In the first message I state exactly the same i.e. 
libncurses5 should be replaced with libncurses6.


Re: CMake 1.4.5-1

2002-10-02 Thread William A. Hoffman

I think this means that cmake has two votes.
Nicholas Wourms and Gerrit.

Corinna can you upload the package?

Thanks.

-Bill


At 11:56 AM 9/25/2002 +0200, Gerrit P. Haase wrote:
William schrieb:

 CMake 1.4.5-1 is ready for release.   

I vote PRO this package.  Unfortunately I have no time left this week
to do the review.




Re: CMake 1.4.5-1

2002-10-02 Thread Ryunosuke Satoh

I  think It's good software.
Please append me the list. 

Ryunosuke Satoh [EMAIL PROTECTED]

- Original Message - 
From: William A. Hoffman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 02, 2002 10:49 PM
Subject: Re: CMake 1.4.5-1


 I think this means that cmake has two votes.
 Nicholas Wourms and Gerrit.
 
 Corinna can you upload the package?
 
 Thanks.
 
 -Bill
 
 
 At 11:56 AM 9/25/2002 +0200, Gerrit P. Haase wrote:
 William schrieb:
 
  CMake 1.4.5-1 is ready for release.   
 
 I vote PRO this package.  Unfortunately I have no time left this week
 to do the review.
 



Re: CMake 1.4.5-1

2002-10-02 Thread Robert Collins

On Wed, 2002-10-02 at 23:49, William A. Hoffman wrote:
 I think this means that cmake has two votes.
 Nicholas Wourms and Gerrit.
 
 Corinna can you upload the package?

Corinna is on holiday. I will upload it once the packaging has been
reviewed. 

Cheers,
Rob
-- 
---
GPG key available at: http://users.bigpond.net.au/robertc/keys.txt.
---



signature.asc
Description: This is a digitally signed message part


Re: CMake 1.4.5-1

2002-09-25 Thread Gerrit P. Haase

William schrieb:

 CMake 1.4.5-1 is ready for release.   

I vote PRO this package.  Unfortunately I have no time left this week
to do the review.

 Here are the required files:

 ftp://www.cmake.org/pub/cmake/cygwin/setup.hint
 ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.4.5-1.tar.bz2
 ftp://www.cmake.org/pub/cmake/cygwin/cmake-1.4.5-1-src.tar.bz2


 setup.hint:
 category: Devel 
 requires: libncurses5 cygwin 
 sdesc: A cross platform build manger 
 ldesc: CMake is a cross platform build manager. It allows you to specify build 
parameters for C and C++ programs in a cross platform manner. For cygwin Makefiles 
will be generated. CMake is also
 capable of generating microsoft project files, nmake, and borland makefiles. CMake 
can also perform system inspection operations like finding installed libraries and 
header files. 
 curr: 1.4.5-1


Gerrit
-- 
=^..^=