How to prevent documentation in /usr/share/doc from being bzip2'ed ?
On Thu, 2008-10-30 at 19:13 +0530, Ashish Shukla आशीष शुक्ल wrote:
> 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...?
See the PORTAGE_COMPRESS* variables in the make.conf man page. I
typically use
PORTAGE_COMPRESS=""
HTH,
-a
10-30-2008, 09:55 PM
Albert Hopkins
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
> 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.
Also the man page for make.conf lists many common defaults.
10-30-2008, 11:38 PM
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
On Thu, Oct 30, 2008 at 07:39:10PM -0400, Eric Martin wrote:
> Why not go even easier and use bzcat,bzless,zcat,and zless
Because bzgrep and many others haven't been written.
--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
10-30-2008, 11:40 PM
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
On Fri, Oct 31, 2008 at 08:20:40AM +0930, Iain Buchanan wrote:
--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o
10-31-2008, 04:42 AM
How to prevent documentation in /usr/share/doc from being bzip2'ed ?
On Thu, Oct 30, 2008 at 07:23:09PM -0700, Andrey Falko wrote:
> It does get a little annoying when you want to use grep for all files in the
> directory, but nothing a little for loop cannot fix:
>
> for i in /path/to/dir/*; do echo $i; bzcat $i | grep yay; done
Sorry, not good enough. The disk space taken by uncompressed docs is
hardly significant these days, and grep -r is too handy to have to
live with shell programming just because part of the disk is compressed.
--
... _._. ._ ._. . _._. ._. ___ .__ ._. . .__. ._ .. ._.
Felix Finch: scarecrow repairman & rocket surgeon / felix@crowfix.com
GPG = E987 4493 C860 246C 3B1E 6477 7838 76E9 182E 8151 ITAR license #4933
I've found a solution to Fermat's Last Theorem but I see I've run out of room o