Please upload: coreutils-5.3.0-5

2005-04-14 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Due to the complaints about .exe magic in rm (it broke libtool, and
doesn't work properly on some symlinks), I have reverted just that patch
to coreutils as a quick fix.  I am still interested in writing a more
comprehensive patch that makes .exe magic selectable as a command-line
option (you can use a shell function to use magic by default from the
command line, but scripts would see only the POSIX behavior), but that is
more time-consuming.  Please upload 5.3.0-5 (no setup.hint changes); I
think it is better to leave 5.3.0-3 as the prev version, so delete 5.3.0-4.

http://home.comcast.net/~ericblake/coreutils-5.3.0-5.tar.bz2
1952825 f60ba5fc56f3f7523beee588ed8fd242
http://home.comcast.net/~ericblake/coreutils-5.3.0-5-src.tar.bz2
4555211 575037876f5b9eef45812c752ceeb1f6
setup.hint remains unchanged (prev: 5.3.0-3, curr: 5.3.0-5)

- --
Life is short - so eat dessert first!

Eric Blake [EMAIL PROTECTED]
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (Cygwin)
Comment: Public key at home.comcast.net/~ericblake/eblake.gpg
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFCXma+84KuGfSFAYARAgdxAKCD9w2mcqWGemfHhnPC9Umd44CDSgCgupLE
I2KULmoAuIK0aZUwCl4yAcI=
=W6Q6
-END PGP SIGNATURE-


CMake 2.0.6-1 ready

2005-04-14 Thread William A. Hoffman
There has been a new release of the official cmake (2.0.6-1).
This is a minor release from to 2.0.5 to 2.0.6.

Here are the required files:

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


The previous version should remain 1.8.3-1, and 2.0.5-1 should be removed.

Thanks.




Re: Please upload: doxygen v1.4.2-20050410 (2nd take)

2005-04-14 Thread Max Bowsher
Hans W. Horn wrote:
Hi Max,
Max Bowsher wrote:
One further suggestion: I think it would be appropriate to include
only the html version of the manual. Including the PDF format too
substantially increases the size of the package, for no real gain -
it's just duplication.
Actually, I just noticed that there are rendering problems with the 
doxygen
html pages for several browsers (IE, firefox) which don't occur with the
corresponing pdf.
So for the time being I'd prefer to keep the pdf!

I also noticed the same rendering problems with the doxygen html pages on
the web and posted about my observations on gmane.text.doxygen.general.
I saw - however, I do not see the rendering problems displayed in your 
screenshot in any of IE, Mozilla, or Firefox, so I am rather less convinced 
about keeping the PDF.

Max.


Re: Please upload: doxygen v1.4.2-20050410 (2nd take)

2005-04-14 Thread Hans W. Horn
Max,
I found the origin of the mysterious rendering problem I'd referred to.
My computer is missing a font specified in doxygen.css:
.fragment {
font-family: Fixed, monospace;
font-size: 95%;
}
The doxygen pdf manual will go, as soon as I have found that friggen font 
somewhere!

H.
Max Bowsher wrote:
Hans W. Horn wrote:
Hi Max,
Max Bowsher wrote:
One further suggestion: I think it would be appropriate to include
only the html version of the manual. Including the PDF format too
substantially increases the size of the package, for no real gain -
it's just duplication.
Actually, I just noticed that there are rendering problems with the
doxygen
html pages for several browsers (IE, firefox) which don't occur with
the corresponing pdf.
So for the time being I'd prefer to keep the pdf!
I also noticed the same rendering problems with the doxygen html
pages on the web and posted about my observations on
gmane.text.doxygen.general.
I saw - however, I do not see the rendering problems displayed in your
screenshot in any of IE, Mozilla, or Firefox, so I am rather less
convinced about keeping the PDF.
Max. 



Re: Please upload: doxygen v1.4.2-20050410 (2nd take)

2005-04-14 Thread Max Bowsher
Hans W. Horn wrote:
Max,
I found the origin of the mysterious rendering problem I'd referred to.
My computer is missing a font specified in doxygen.css:
.fragment {
font-family: Fixed, monospace;
font-size: 95%;
}
The doxygen pdf manual will go, as soon as I have found that friggen font
somewhere!
monospace is a generic family, which should work everywhere, and should be 
tried if Fixed cannot be found. So, it seems likely that you DO have a 
font called Fixed, but it is broken and somehow causes all the characters 
to not appear.

Max.