components/a2ps/patches/14_sheets.map.patch
author Vladimir Marek <Vladimir.Marek@oracle.com>
Tue, 13 Dec 2016 14:33:57 +0100
changeset 7807 faf888b8f422
parent 6897 95d141a9085b
permissions -rw-r--r--
PSARC 2017/051 Perl - remove current path ('.') from @INC 24404149 problem in UTILITY/PERL

Not exactly sure what this patch does, but it was part of Bugster #7022166.
See: https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=15737141

*** a2ps-4.14/sheets/sheets.map.orig	Wed May 12 15:37:37 2004
--- a2ps-4.14/sheets/sheets.map	Wed May 12 15:48:45 2004
***************
*** 237,242 ****
--- 237,243 ----
  # GIF Images
  gif:	/*.gif/i
  	<GIF image*>
+ 	<GIF file*>
  
  # Haskell programs
  haskell:
***************
*** 326,331 ****
--- 327,333 ----
  # PDF documents
  pdf:	/*.pdf/i
  	<PDF document*>
+ 	<* (PDF) *>
  
  # Perl files
  perl:	/*.p[ml]/
***************
*** 338,343 ****
--- 340,346 ----
  # PNG files
  png:	/*.png/i
  	<PNG image*>
+ 	<PNG file*>
  
  # Portable Object (Gettext)
  po:	/*.po/
***************
*** 474,481 ****
  	<*vtcl*>
  
  # TIFF images
! tiff:	/.tif/i  /.tiff/i
  	<TIFF image*>
  
  # tk files
  tk:	/*.tk/
--- 477,485 ----
  	<*vtcl*>
  
  # TIFF images
! tiff:	/*.tif/i  /*.tiff/i
  	<TIFF image*>
+ 	<TIFF file*>
  
  # tk files
  tk:	/*.tk/