How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Hi all
While trying to lookup XCB API documentation (
/usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
I'm wondering is there anyway to install that documentation in the
decompressed form, hmm...?
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
2008/10/30 Ashish Shukla आशीष शुक्ल <wahjava.ml@gmail.com>:
> While trying to lookup XCB API documentation (
> /usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
> I'm wondering is there anyway to install that documentation in the
> decompressed form, hmm...?
I tink there is the PORTAGE_COMPRESS variable.
Set PORTAGE_COMPRESS="" in make.conf and portage will not compress
documentation.
There is also PORTAGE_COMPRESS_EXCLUDE_SUFFIXES which you can extend
to your needs. Currently it defaults to
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
--
Regards,
Daniel
10-30-2008, 09:24 PM
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Thanks Albert and Daniel for the replies.
Daniel Pielmeier writes:
> 2008/10/30 Ashish Shukla आशीष शुक्ल <wahjava.ml@gmail.com>:
>> While trying to lookup XCB API documentation (
>> /usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
>> I'm wondering is there anyway to install that documentation in the
>> decompressed form, hmm...?
> I tink there is the PORTAGE_COMPRESS variable.
> Set PORTAGE_COMPRESS="" in make.conf and portage will not compress
> documentation.
> There is also PORTAGE_COMPRESS_EXCLUDE_SUFFIXES which you can extend
> to your needs. Currently it defaults to
> PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Ashish Shukla आशीष शुक्ल wrote:
Hi all
While trying to lookup XCB API documentation (
/usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
I'm wondering is there anyway to install that documentation in the
decompressed form, hmm...?
--
Iain Buchanan <iaindb at netspace dot net dot au>
One thing they don't tell you about doing experimental physics is that
sometimes you must work under adverse conditions... like a state of
sheer terror.
-- W.K. Hartmann
10-30-2008, 10:39 PM
"Eric Martin"
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Why not go even easier and use bzcat,bzless,zcat,and zless
On 10/30/08, Albert Hopkins <marduk@letterboxes.org> wrote:
>
>> ,----
>> | % emerge --info libxcb
>> | Portage 2.2_rc12 (default/linux/amd64/2008.0/no-multilib, gcc-4.1.2,
>> glibc-2.6.1-r0, 2.6.25-gentoo-r7 x86_64)
> [blah]
>
>> Any ideas why PORTAGE_COMPRESS_* aren't set on my box.
>
> Because you haven't set them. Therefore they take the defaults. BTW,
> 'emerge --info' doesn't print out every portage variable, only the
> "interesting" ones (e.g. ones useful for submitting bug reports).
>
>> BtW, how do I see
>> what PORTAGE_COMPRESS_EXCLUDE_SUFFIXES is set to.
>
> # cat /etc/make.conf /etc/make.globals /etc/make.profile/make.defaults
> |grep -m 1 ^PORTAGE_COMPRESS_EXCLUDE_SUFFIXES
>
> Also the man page for make.conf lists many common defaults.
>
>
>
10-30-2008, 10:48 PM
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Iain Buchanan writes:
> Ashish Shukla आशीष शुक्ल wrote:
>> Hi all
>>
>> While trying to lookup XCB API documentation (
>> /usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
>> I'm wondering is there anyway to install that documentation in the
>> decompressed form, hmm...?
I know how to view and decompress compressed-files, but I don't want to
decompress file and but then after decompressing, I'll lose the ability
to track the file from portage's database.
>> Any ideas why PORTAGE_COMPRESS_* aren't set on my box.
> Because you haven't set them. Therefore they take the defaults. BTW,
> 'emerge --info' doesn't print out every portage variable, only the
> "interesting" ones (e.g. ones useful for submitting bug reports).
>> BtW, how do I see
>> what PORTAGE_COMPRESS_EXCLUDE_SUFFIXES is set to.
Yes, PORTAGE_COMPRESS_EXCLUDE_SUFFIXES is set to that default. Thanks
for mentioning this. Anyways, re-emerging libxcb fixes the issue for
me. Maybe it is some bug in old portage version (which I used when I
emerged libxcb), as I recently upgraded to 2.2_rc12 to have KDE 4.1.2.
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
10-31-2008, 01:50 AM
Iain Buchanan
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
Ashish Shukla आशीष शुक्ल wrote:
Iain Buchanan writes:
Ashish Shukla आशीष शुक्ल wrote:
Hi all
While trying to lookup XCB API documentation (
/usr/share/doc/libxcb/manual/ ), I noticed that it is compressed, now
I'm wondering is there anyway to install that documentation in the
decompressed form, hmm...?
I know how to view and decompress compressed-files, but I don't want to
decompress file and but then after decompressing, I'll lose the ability
to track the file from portage's database.
I still don't understand - if you know how to view a compressed file
"without" decompressing it, then what do you want to decompress it for?
--
Iain Buchanan <iaindb at netspace dot net dot au>