Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 97095 - graphviz installs PDF documentation gzipped
Summary: graphviz installs PDF documentation gzipped
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Other
: High normal (vote)
Assignee: Gentoo Graphics Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-26 01:40 UTC by Dominik Stadler (RETIRED)
Modified: 2005-08-02 12:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Stadler (RETIRED) gentoo-dev 2005-06-26 01:40:37 UTC
When emerging graphviz, 

[ebuild   R   ] media-gfx/graphviz-2.2.1  -debug +tcltk 0 kB

the ebuild installs some pdf-files under /usr/share/doc in gzipped-format.

/usr/share/doc/graphviz-2.2.1/dotguide.pdf.gz
/usr/share/doc/graphviz-2.2.1/dottyguide.pdf.gz
/usr/share/doc/graphviz-2.2.1/leftyguide.pdf.gz
/usr/share/doc/graphviz-2.2.1/neatoguide.pdf.gz

These files cannot be opened directly, but need to be unzipped before acroread or kpdf will open them. This is annoying and will prevent inexperienced users from looking at the doc that is installed. In my opinion we should install "binary" documentation without zipping it.

Or is there an easy way to open gzipped-pdf with acroread?

Maybe this should be handled at eclass/portage-level, because the ebuild uses "dodoc *.pdf" to install these files and I don't see much use in zipping these files except a bit of disk-space:

# ls -al /tmp/*.pdf
-rw-r--r--  1 root     root  245445 26. Jun 10:34 /tmp/dotguide.pdf
-rw-r--r--  1 root     root  323578 26. Jun 10:34 /tmp/dottyguide.pdf
-rw-r--r--  1 root     root  316781 26. Jun 10:34 /tmp/leftyguide.pdf
-rw-r--r--  1 root     root  113744 26. Jun 10:34 /tmp/neatoguide.pdf

# ls -al *.pdf.gz
-rw-r--r--  1 root root 182999 25. Mai 08:37 dotguide.pdf.gz
-rw-r--r--  1 root root 211552 25. Mai 08:37 dottyguide.pdf.gz
-rw-r--r--  1 root root 208095 25. Mai 08:37 leftyguide.pdf.gz
-rw-r--r--  1 root root  89955 25. Mai 08:37 neatoguide.pdf.gz
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2005-08-02 12:32:14 UTC
Fixed in portage, thanks for info.