components/a2ps/patches/14_sheets.map.patch
changeset 6897 95d141a9085b
parent 491 cc798e4bc801
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/a2ps/patches/14_sheets.map.patch	Tue Sep 13 14:01:54 2016 -0700
@@ -0,0 +1,55 @@
+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/