components/a2ps/patches/14_sheets.map.patch
author zihao.zhu@oracle.com <zihao.zhu@oracle.com>
Mon, 17 Oct 2016 09:22:53 -0700
changeset 7116 24e5d18aa27c
parent 6897 95d141a9085b
permissions -rw-r--r--
23606339 openldap role audit class not set to "cusa"
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6897
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 491
diff changeset
     1
Not exactly sure what this patch does, but it was part of Bugster #7022166.
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 491
diff changeset
     2
See: https://bug.oraclecorp.com/pls/bug/webbug_print.show?c_rptno=15737141
95d141a9085b 22834809 a2ps should be 64-bit
Rich Burridge <rich.burridge@oracle.com>
parents: 491
diff changeset
     3
491
cc798e4bc801 7082199 Upgrade a2ps to 4.14
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 115
diff changeset
     4
*** a2ps-4.14/sheets/sheets.map.orig	Wed May 12 15:37:37 2004
cc798e4bc801 7082199 Upgrade a2ps to 4.14
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 115
diff changeset
     5
--- a2ps-4.14/sheets/sheets.map	Wed May 12 15:48:45 2004
44
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     6
***************
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     7
*** 237,242 ****
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     8
--- 237,243 ----
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
     9
  # GIF Images
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    10
  gif:	/*.gif/i
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    11
  	<GIF image*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    12
+ 	<GIF file*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    13
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    14
  # Haskell programs
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    15
  haskell:
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    16
***************
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    17
*** 326,331 ****
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    18
--- 327,333 ----
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    19
  # PDF documents
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    20
  pdf:	/*.pdf/i
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    21
  	<PDF document*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    22
+ 	<* (PDF) *>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    23
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    24
  # Perl files
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    25
  perl:	/*.p[ml]/
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    26
***************
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    27
*** 338,343 ****
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    28
--- 340,346 ----
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    29
  # PNG files
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    30
  png:	/*.png/i
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    31
  	<PNG image*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    32
+ 	<PNG file*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    33
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    34
  # Portable Object (Gettext)
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    35
  po:	/*.po/
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    36
***************
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    37
*** 474,481 ****
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    38
  	<*vtcl*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    39
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    40
  # TIFF images
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    41
! tiff:	/.tif/i  /.tiff/i
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    42
  	<TIFF image*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    43
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    44
  # tk files
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    45
  tk:	/*.tk/
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    46
--- 477,485 ----
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    47
  	<*vtcl*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    48
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    49
  # TIFF images
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    50
! tiff:	/*.tif/i  /*.tiff/i
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    51
  	<TIFF image*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    52
+ 	<TIFF file*>
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    53
  
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    54
  # tk files
c031e1c884ef add a2ps to the userland gate
Norm Jacobs <Norm.Jacobs@Sun.COM>
parents:
diff changeset
    55
  tk:	/*.tk/