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.



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

2005-04-13 Thread Max Bowsher
Hans W. Horn wrote:
Please upload the latest doxygen release for cygwin (v1.4.2-20050410)
Binaries, sources  setup.hint files are located at
http://www.smithii.com/files/cygwin/hans/
(thanks to Ross Smith II for providing web space).
-rw-r--r-- 1 32237 ross  2558933 Apr 12 20:18 
doxygen-1.4.2-20050410.tar.bz2
-rw-r--r-- 1 32237 ross  1824834 Apr 12 20:19
doxygen-1.4.2-20050410_src.tar.bz2
-rw-r--r-- 1 32237 ross  179 Apr 12 20:22 md5.sum
-rw-r--r-- 1 32237 ross  351 Apr 12 20:19 setup.hint

Since this is the 2nd attempt of my first contribution of this kind, 
please
bear with me
if I still didn't get it all right.

I honored various complaints by Brian Dessent and Max Bowscher.
Thanks! Some further issues:
In setup.hint, the first letter of an sdesc is typically capitalized - just 
run setup.exe and look at the descriptions visible in the package picker to 
see what other packages do.

The naming of the packages has a problem: Cygwin packages are 
NAME-VERSION-RELEASE, of which only NAME may further - characters. Since 
the upstream package contains a - within it's version, changing this to a 
_ would be a suitable workaround. Thus, the binary package would be named: 
doxygen-1.4.2_20050410-1.tar.bz2.

A source package should be labelled with the addition of -src, not _src.
My name has no c in it. :-)
Thanks for accomodating my request that the original upstream source be 
included. It is more usual to include the upstream tarball itself, though. 
Despite this being only an intermediate snapshot, it is available as a 
tarball: http://www-kp3.gsi.de/~kp3softd/doxygen/.

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. 
(This is a personal suggestion - it isn't part of established Cygwin 
policy - though perhaps we should actually make a Cygwin policy on this kind 
of issue).

Max.



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

2005-04-13 Thread Hans W. Horn
Hi Max,
Max Bowsher wrote:
Thanks! Some further issues:
In setup.hint, the first letter of an sdesc is typically capitalized
- just run setup.exe and look at the descriptions visible in the
package picker to see what other packages do.
Will fix at the next turn of the crank (if that's ok)!

The naming of the packages has a problem: Cygwin packages are
NAME-VERSION-RELEASE, of which only NAME may further - characters.
Since the upstream package contains a - within it's version,
changing this to a _ would be a suitable workaround. Thus, the
binary package would be named: doxygen-1.4.2_20050410-1.tar.bz2.
Question: is the -1 at the end required? What is it supposed to mean? The 
release# under cygwin?
Anyways, I will change first '-' to '_' at the next turn of the crank!


A source package should be labelled with the addition of -src, not
_src.
Ditto.

Thanks for accomodating my request that the original upstream source
be included. It is more usual to include the upstream tarball itself,
though. Despite this being only an intermediate snapshot, it is
available as a tarball: http://www-kp3.gsi.de/~kp3softd/doxygen/.
Ditto

My name has no c in it. :-)
Oops.

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.
I never liked pdf docs, if I can use html docs instead. Will drop pdf docs 
at the next turn of the crank!

H. 



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

2005-04-13 Thread Hans W. Horn
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.

H. 



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

2005-04-12 Thread Hans W. Horn
Please upload the latest doxygen release for cygwin (v1.4.2-20050410)
Binaries, sources  setup.hint files are located at
http://www.smithii.com/files/cygwin/hans/
(thanks to Ross Smith II for providing web space).
-rw-r--r-- 1 32237 ross  2558933 Apr 12 20:18 doxygen-1.4.2-20050410.tar.bz2
-rw-r--r-- 1 32237 ross  1824834 Apr 12 20:19 
doxygen-1.4.2-20050410_src.tar.bz2
-rw-r--r-- 1 32237 ross  179 Apr 12 20:22 md5.sum
-rw-r--r-- 1 32237 ross  351 Apr 12 20:19 setup.hint

Since this is the 2nd attempt of my first contribution of this kind, please 
bear with me
if I still didn't get it all right.

I honored various complaints by Brian Dessent and Max Bowscher.
Hans