GNU bug report logs - #14539
[PATCH] dircolors: add pnm image

Previous Next

Package: coreutils;

Reported by: Javier Lopez <chilicuil <at> ubuntu.com>

Date: Sun, 2 Jun 2013 22:12:02 UTC

Severity: normal

Tags: patch

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Javier Lopez <chilicuil <at> ubuntu.com>
Subject: bug#14539: closed (Re: bug#14539: [PATCH] dircolors: add pnm image)
Date: Sun, 02 Jun 2013 23:55:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#14539: [PATCH] dircolors: add pnm image

which was filed against the coreutils package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 14539 <at> debbugs.gnu.org.

-- 
14539: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14539
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: Javier Lopez <chilicuil <at> ubuntu.com>
Cc: 14539-done <at> debbugs.gnu.org
Subject: Re: bug#14539: [PATCH] dircolors: add pnm image
Date: Mon, 03 Jun 2013 00:52:36 +0100
On 06/02/2013 11:09 PM, Javier Lopez wrote:
> Hi,
> 
> Attached patch adds colorizing for *.pnm images. Pnm images are amongst others
> generated by Xsane scans. Although they're basically text files, they are
> considered as images (a file command returns "Netpbm PPM "rawbits" image data"
> so their color code should probably be 01;35.
> 
> This issue was first noted by ultrapeer AT lavabit.com and forwarded to Ubuntu
> 
> ======================================================================
> 
> diff --git a/src/dircolors.hin b/src/dircolors.hin
> index 18e1552..3a0c03f 100644
> --- a/src/dircolors.hin
> +++ b/src/dircolors.hin
> @@ -165,6 +165,7 @@ EXEC 01;32
>  .tif 01;35
>  .tiff 01;35
>  .png 01;35
> +.pnm 01;35
>  .svg 01;35
>  .svgz 01;35
>  .mng 01;35

`man pnm` suggests that pnm isn't a format in its own right,
but "just an abstraction of the PBM, PGM, and PPM formats".

Therefore I'm inclined not to include this.

thanks,
Pádraig.

[Message part 3 (message/rfc822, inline)]
From: Javier Lopez <chilicuil <at> ubuntu.com>
To: bug-coreutils <at> gnu.org
Subject: [PATCH] dircolors: add pnm image
Date: Sun, 2 Jun 2013 17:09:13 -0500
Hi,

Attached patch adds colorizing for *.pnm images. Pnm images are amongst others
generated by Xsane scans. Although they're basically text files, they are
considered as images (a file command returns "Netpbm PPM "rawbits" image data"
so their color code should probably be 01;35.

This issue was first noted by ultrapeer AT lavabit.com and forwarded to Ubuntu

======================================================================

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 18e1552..3a0c03f 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -165,6 +165,7 @@ EXEC 01;32
 .tif 01;35
 .tiff 01;35
 .png 01;35
+.pnm 01;35
 .svg 01;35
 .svgz 01;35
 .mng 01;35



This bug report was last modified 11 years and 357 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.