components/ghostscript/ghostscript.p5m
author John Beck <John.Beck@Oracle.COM>
Fri, 13 Jun 2014 12:36:52 -0700
changeset 1948 2d1537e7942d
parent 1867 0fcf0adc7787
child 3732 0f62cc221c7e
permissions -rw-r--r--
18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     1
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     3
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     7
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    12
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    18
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    20
#
1867
0fcf0adc7787 18537404 ghostscript TPNO needs to be updated.
Mohana Rao Gorai <mohana.gorai@oracle.com>
parents: 1251
diff changeset
    21
# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    22
#
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 178
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    24
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    25
set name=pkg.fmri value=pkg:/print/filter/ghostscript@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    26
set name=pkg.summary value="GPL Ghostscript"
1205
6c6c27bcf9ac 16431724 Adjust how license text and Oracle internal tracking numbers are propagated
Rich Burridge <rich.burridge@oracle.com>
parents: 1163
diff changeset
    27
set name=com.oracle.info.description value="GNU Ghostscript"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1867
diff changeset
    28
set name=com.oracle.info.tpno value=$(TPNO)
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    29
set name=info.classification value="org.opensolaris.category.2008:System/Printing "
609
775168282b2f 7037821 Userland migration of data from Makefile to manifest may have been a little overzealous
Rich Burridge <rich.burridge@oracle.com>
parents: 587
diff changeset
    30
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 345
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 345
diff changeset
    32
set name=org.opensolaris.arc-caseid \
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 345
diff changeset
    33
    value=PSARC/2010/010
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    35
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
    36
license ghostscript.license license="GPLv3"
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    37
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    38
file path=etc/cups/pdftoraster.convs
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    39
file path=etc/cups/pstoraster.convs
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    40
file path=usr/bin/bdftops
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    41
file path=usr/bin/dumphint
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    42
file path=usr/bin/dvipdf
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    43
file path=usr/bin/eps2eps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    44
file path=usr/bin/fixmswrd.pl
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    45
file path=usr/bin/font2c
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    46
file path=usr/bin/gs
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    47
file path=usr/bin/$(MACH64)/gs
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    48
file path=usr/bin/gsbj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    49
file path=usr/bin/gsc
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    50
file path=usr/bin/$(MACH64)/gsc
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    51
file path=usr/bin/gsdj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    52
file path=usr/bin/gsdj500
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    53
file path=usr/bin/gslj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    54
file path=usr/bin/gslp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    55
file path=usr/bin/gsnd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    56
file path=usr/bin/gsx
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    57
file path=usr/bin/$(MACH64)/gsx
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    58
file path=usr/bin/ijs-config
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    59
file path=usr/bin/lprsetup.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    60
file path=usr/bin/pdf2dsc
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    61
file path=usr/bin/pdf2ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    62
file path=usr/bin/pdfopt
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    63
file path=usr/bin/pf2afm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    64
file path=usr/bin/pfbtopfa
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    65
file path=usr/bin/printafm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    66
file path=usr/bin/ps2ascii
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    67
file path=usr/bin/ps2epsi
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    68
file path=usr/bin/ps2pdf
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    69
file path=usr/bin/ps2pdf12
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    70
file path=usr/bin/ps2pdf13
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    71
file path=usr/bin/ps2pdf14
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    72
file path=usr/bin/ps2pdfwr
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    73
file path=usr/bin/ps2ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    74
file path=usr/bin/ps2ps2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    75
file path=usr/bin/pv.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    76
file path=usr/bin/unix-lpr.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    77
file path=usr/bin/wftopfa
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    78
file path=usr/include/ghostscript/gdevdsp.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    79
file path=usr/include/ghostscript/iapi.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    80
file path=usr/include/ghostscript/ierrors.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    81
file path=usr/include/ijs/ijs.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    82
file path=usr/include/ijs/ijs_client.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    83
file path=usr/include/ijs/ijs_server.h
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    84
file path=usr/lib/cups/filter/pdftoraster mode=0555
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    85
file build/$(MACH64)/bin/pdftoraster path=usr/lib/cups/filter/$(MACH64)/pdftoraster mode=0555
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    86
file path=usr/lib/cups/filter/pstopxl mode=0555
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    87
file path=usr/lib/cups/filter/pstoraster mode=0555
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    88
file path=usr/lib/libgs.so.$(COMPONENT_VERSION)
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    89
file path=usr/lib/$(MACH64)/libgs.so.$(COMPONENT_VERSION)
1163
e1684caa9e3c 16343785 /usr/lib/libijs.a has 64-bit .o's
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 1135
diff changeset
    90
file build/$(MACH32)/ijs/.libs/libijs.a path=usr/lib/libijs.a
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
    91
file build/$(MACH64)/ijs/.libs/libijs.a path=usr/lib/$(MACH64)/libijs.a
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    92
file path=usr/lib/pkgconfig/ijs.pc
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    93
file path=usr/share/cups/model/pxlcolor.ppd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    94
file path=usr/share/cups/model/pxlmono.ppd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    95
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    96
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    97
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    98
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    99
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   100
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   101
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   102
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   103
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/83pv-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   104
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   105
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   106
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   107
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   108
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   109
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   110
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   111
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   112
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   113
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   114
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   115
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   116
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-UCS2C
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   117
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   118
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   119
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   120
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   121
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   122
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   123
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-0
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   124
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   125
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   126
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   127
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   128
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   129
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-3
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   130
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   131
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-4
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   132
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   133
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-5
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   134
file \
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   135
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-6
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   136
file \
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   137
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-B5pc
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   138
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   139
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-ETenms-B5
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   140
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   141
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-CID
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   142
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   143
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-Host
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   144
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   145
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-H-Mac
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   146
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   147
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   148
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-0
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   149
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   150
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   151
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-3
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   152
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-4
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   153
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-5
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   154
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   155
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-GBK-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   156
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   157
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-GBpc-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   158
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   159
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-CID
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   160
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   161
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-Host
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   162
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   163
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-H-Mac
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   164
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   165
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   166
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   167
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-0
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   168
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   169
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   170
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   171
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   172
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   173
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-3
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   174
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   175
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-4
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   176
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   177
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-5
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   178
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   179
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-6
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   180
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   181
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-90ms-RKSJ
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   182
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   183
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-90pv-RKSJ
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   184
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   185
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-CID
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   186
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   187
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-Host
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   188
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   189
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-H-Mac
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   190
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   191
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-PS-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   192
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   193
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-PS-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   194
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   195
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   196
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   197
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan2-0
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   198
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   199
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-0
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   200
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   201
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   202
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   203
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   204
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   205
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-CID
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   206
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   207
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-Host
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   208
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   209
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-H-Mac
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   210
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   211
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-KSCms-UHC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   212
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   213
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-KSCpc-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   214
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   215
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   216
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   217
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   218
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   219
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   220
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-UCS2C
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   221
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   222
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   223
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   224
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   225
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS01-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   226
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   227
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS02-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   228
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   229
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS03-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   230
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   231
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS04-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   232
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   233
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS05-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   234
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   235
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS06-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   236
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   237
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS07-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   238
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   239
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   240
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   241
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS15-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   242
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   243
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   244
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   245
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   246
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   247
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   248
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   249
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   250
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   251
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   252
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   253
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   254
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   255
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   256
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   257
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   258
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   259
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   260
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   261
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   262
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   263
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   264
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   265
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   266
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   267
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   268
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   269
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   270
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   271
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   272
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   273
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   274
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   275
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   276
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   277
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   278
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   279
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   280
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   281
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   282
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-UCS2C
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   283
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   284
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   285
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HK-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   286
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   287
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   288
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   289
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   290
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   291
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   292
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   293
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   294
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   295
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   296
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   297
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   298
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hankaku
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   299
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hiragana
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   300
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   301
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   302
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   303
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   304
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hojo-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   305
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   306
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   307
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   308
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   309
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   310
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   311
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   312
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   313
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   314
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   315
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   316
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   317
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   318
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC2-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   319
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   320
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   321
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   322
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   323
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   324
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   325
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   326
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   327
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   328
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   329
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-UCS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   330
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   331
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-UCS2C
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   332
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   333
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Katakana
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   334
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   335
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   336
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   337
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   338
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Roman
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   339
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/TCVN-RKSJ-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   340
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   341
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-90ms-RKSJ
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   342
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   343
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-90pv-RKSJ
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   344
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-B5pc
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   345
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   346
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-ETen-B5
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   347
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   348
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-GBK-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   349
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   350
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-GBpc-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   351
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   352
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-KSCms-UHC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   353
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   354
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UCS2-KSCpc-EUC
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   355
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   356
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   357
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   358
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   359
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   360
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   361
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   362
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   363
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   364
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   365
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   366
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   367
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   368
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   369
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   370
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   371
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   372
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   373
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   374
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   375
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   376
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   377
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   378
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   379
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   380
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   381
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   382
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   383
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   384
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   385
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   386
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   387
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   388
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UCS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   389
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   390
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   391
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   392
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   393
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   394
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   395
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   396
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   397
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   398
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   399
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   400
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   401
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   402
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   403
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   404
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   405
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   406
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   407
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   408
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   409
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   410
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   411
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   412
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   413
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   414
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   415
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   416
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   417
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   418
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   419
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   420
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   421
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   422
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   423
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   424
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   425
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   426
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   427
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   428
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   429
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   430
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   431
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   432
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   433
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   434
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   435
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   436
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-HW-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   437
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   438
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   439
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   440
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   441
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   442
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   443
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   444
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   445
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   446
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   447
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   448
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   449
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   450
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   451
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   452
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   453
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   454
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   455
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   456
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   457
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   458
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   459
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   460
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   461
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   462
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-H
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   463
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   464
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   465
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/V
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   466
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/WP-Symbol
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   467
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   468
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultCMYK
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   469
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   470
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultGray
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   471
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   472
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultRGB
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   473
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   474
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/TrivialCMYK
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   475
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/sGray
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   476
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/sRGB
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   477
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   478
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Dingbats
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   479
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   480
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Symbol
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   481
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   482
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Unicode
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   483
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   484
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Wingdings
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   485
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Latin1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   486
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   487
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/StandardEncoding
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   488
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Unicode
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   489
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   490
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Encoding/Wingdings
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   491
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   492
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Bold
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   493
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   494
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-BoldItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   495
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   496
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Ital
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   497
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   498
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/CenturySchL-Roma
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   499
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/Dingbats
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   500
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   501
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-Bold
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   502
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   503
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-BoldObli
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   504
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   505
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-Regu
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   506
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   507
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonL-ReguObli
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   508
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   509
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-Medi
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   510
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   511
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-MediItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   512
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   513
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-Regu
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   514
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   515
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRomNo9L-ReguItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   516
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   517
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-Bold
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   518
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   519
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldCond
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   520
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   521
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldCondItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   522
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   523
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-BoldItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   524
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   525
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-Regu
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   526
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   527
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguCond
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   528
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   529
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguCondItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   530
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   531
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSanL-ReguItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   532
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   533
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/StandardSymL
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   534
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   535
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-DemiBold
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   536
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   537
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-DemiBoldItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   538
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   539
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-Ligh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   540
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   541
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookmanL-LighItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   542
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   543
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWChanceryL-MediItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   544
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   545
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-Book
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   546
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   547
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-BookObli
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   548
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   549
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-Demi
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   550
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   551
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothicL-DemiObli
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   552
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   553
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Bold
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   554
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   555
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-BoldItal
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   556
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   557
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Ital
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   558
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   559
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWPalladioL-Roma
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   560
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIcidfmap
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   561
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIconfig
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   562
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIfontmap
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   563
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   564
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FCOfontmap-PCLPS2
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   565
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   566
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap.GS
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   567
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/cidfmap
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   568
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_agl.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   569
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_btokn.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   570
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cet.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   571
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cff.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   572
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidcm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   573
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ciddc.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   574
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   575
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfn.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   576
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidtt.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   577
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cmap.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   578
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   579
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cspace.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   580
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_css_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   581
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dbt_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   582
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskf.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   583
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskn.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   584
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dpnxt.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   585
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   586
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps1.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   587
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps2.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   588
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dscp.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   589
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_epsf.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   590
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fapi.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   591
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fntem.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   592
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fonts.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   593
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_frsd.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   594
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_icc.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   595
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_il1_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   596
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_img.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   597
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_init.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   598
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_l2img.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   599
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_lev2.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   600
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ll3.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   601
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mex_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   602
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mgl_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   603
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mro_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   604
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdf_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   605
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdfwr.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   606
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_res.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   607
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_resmp.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   608
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_setpd.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   609
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_statd.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   610
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_std_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   611
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_sym_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   612
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_trap.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   613
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ttf.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   614
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ32.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   615
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ42.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   616
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_type1.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   617
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_wan_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   618
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/opdfread.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   619
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_base.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   620
file \
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   621
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_cslayer.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   622
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_draw.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   623
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_font.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   624
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_main.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   625
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_ops.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   626
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_rbld.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   627
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_sec.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   628
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/xlatmap
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   629
file \
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   630
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/CNS1-WMode
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   631
file \
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   632
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/GB1-WMode
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   633
file \
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   634
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Japan1-WMode
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   635
file \
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   636
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Korea1-WMode
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   637
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/API.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   638
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/C-style.htm
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   639
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/COPYING
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   640
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Changes.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   641
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Commprod.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   642
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/DLL.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   643
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Deprecated.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   644
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   645
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details8.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   646
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Develop.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   647
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Devices.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   648
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Drivers.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   649
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Fonts.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   650
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Helpers.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   651
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Hershey.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   652
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History1.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   653
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History2.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   654
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History3.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   655
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History4.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   656
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History5.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   657
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History6.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   658
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History7.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   659
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History8.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   660
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Install.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   661
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Issues.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   662
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Language.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   663
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Lib.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   664
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Make.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   665
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/News.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   666
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Projects.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   667
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps-style.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   668
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps2epsi.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   669
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps2pdf.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   670
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Psfiles.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   671
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Readme.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   672
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Release.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   673
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Source.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   674
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Unix-lpr.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   675
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Use.htm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   676
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Xfonts.htm
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   677
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs-vms.hlp
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   678
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs.css
548
21c83c4e6426 7078648 print/filter/ghostscript delivers somes files as editable that should not be
Rich Burridge <rich.burridge@oracle.com>
parents: 486
diff changeset
   679
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gsdoc.el
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   680
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/index.html
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   681
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/alphabet.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   682
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/annots.pdf
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   683
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/chess.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   684
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/colorcir.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   685
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/doretree.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   686
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/escher.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   687
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/golfer.eps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   688
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/grayalph.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   689
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/ridt91.eps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   690
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/snowflak.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   691
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/tiger.eps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   692
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/vasarely.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   693
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/waterfal.ps
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   694
file \
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   695
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_cmyk.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   696
file \
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   697
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_gray.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   698
file \
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   699
    path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_rgb.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   700
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/lab.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   701
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_cmyk.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   702
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_gray.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   703
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_rgb.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   704
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/sgray.icc
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   705
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/srgb.icc
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   706
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFA_def.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   707
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFX_def.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   708
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   709
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   710
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   711
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   712
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   713
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   714
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   715
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   716
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   717
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   718
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   719
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   720
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   721
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   722
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   723
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   724
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   725
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   726
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/acctest.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   727
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/addxchar.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   728
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/align.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   729
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bdftops.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   730
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8.rpd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   731
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8gc12f.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   732
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8hg12f.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   733
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8oh06n.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   734
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pa06n.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   735
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pp12f.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   736
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8ts06n.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   737
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000a1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   738
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000b1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   739
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a0.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   740
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   741
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a2.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   742
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a3.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   743
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a4.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   744
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a5.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   745
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a6.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   746
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a7.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   747
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a8.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   748
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   749
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b2.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   750
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b3.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   751
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b4.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   752
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b6.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   753
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b7.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   754
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b8.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   755
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/caption.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   756
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc600.ppd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   757
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc800.ppd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   758
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj550.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   759
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   760
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690ec.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   761
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cid2code.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   762
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/decrypt.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   763
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_init.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   764
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_site.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   765
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750c.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   766
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750m.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   767
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/docie.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   768
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dumphint.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   769
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/escp_24.src
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   770
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2c.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   771
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2pcl.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   772
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ghostpdf.ppd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   773
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ce_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   774
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_cmdl.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   775
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_fform.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   776
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_il2_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   777
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_kanji.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   778
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ksb_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   779
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   780
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xpm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   781
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l_m.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   782
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgo_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   783
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgx_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   784
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   785
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xpm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   786
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m_m.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   787
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_pfile.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   788
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_rdlin.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   789
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   790
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xpm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   791
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s_m.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   792
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   793
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xpm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   794
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t_m.xbm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   795
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl1_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   796
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl2_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   797
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl5_e.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   798
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gslp.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   799
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gsnup.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   800
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ht_ccsto.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   801
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/image-qa.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   802
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/impath.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   803
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/jispaper.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   804
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/landscap.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   805
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/level1.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   806
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/lines.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   807
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markhint.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   808
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markpath.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   809
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/mkcidfm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   810
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   811
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x6.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   812
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/packfile.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   813
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pcharstr.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   814
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdf2dsc.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   815
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdfopt.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   816
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdfwrite.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   817
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pf2afm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   818
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pfbtopfa.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   819
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ppath.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   820
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pphs
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   821
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pphs.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   822
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/prfont.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   823
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/printafm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   824
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ai.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   825
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ascii.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   826
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2epsi.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   827
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/quit.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   828
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   829
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras24.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   830
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras3.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   831
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras32.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   832
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras4.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   833
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras8m.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   834
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/rollconv.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   835
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400a1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   836
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400b1.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   837
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sharp.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   838
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showchar.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   839
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showpage.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   840
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sipixa6.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   841
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ih.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   842
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ihg.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   843
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   844
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pg.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   845
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   846
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640plg.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   847
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   848
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc1520h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   849
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   850
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc200_h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   851
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2_h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   852
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2s_h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   853
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   854
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   855
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bm.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   856
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   857
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500ph.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   858
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600ih.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   859
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   860
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   861
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc640p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   862
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc740ih.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   863
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800ih.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   864
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800p.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   865
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800pl.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   866
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   867
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_l.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   868
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   869
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany_h.upp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   870
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcinfo.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   871
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcolor.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   872
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stocht.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   873
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceimg.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   874
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceop.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   875
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1enc.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   876
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1ops.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   877
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/uninfo.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   878
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/unprot.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   879
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewcmyk.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   880
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewgif.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   881
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewjpeg.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   882
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewmiff.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   883
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpbm.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   884
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpcx.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   885
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewps2a.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   886
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wftopfa.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   887
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/winmaps.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   888
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wrfont.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   889
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/zeroline.ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   890
file Solaris/GSinterface path=usr/share/ghostscript/interfaces/GSinterface
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   891
file Solaris/GSinterface.1 path=usr/share/man/man1/GSinterface.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   892
file Solaris/bdftops.1 path=usr/share/man/man1/bdftops.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   893
file path=usr/share/man/man1/dvipdf.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   894
file Solaris/fixmswrd.pl.1 path=usr/share/man/man1/fixmswrd.pl.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   895
file path=usr/share/man/man1/font2c.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   896
file path=usr/share/man/man1/gs.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   897
file path=usr/share/man/man1/gslp.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   898
file path=usr/share/man/man1/gsnd.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   899
file path=usr/share/man/man1/ijs-config.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   900
file path=usr/share/man/man1/pdf2dsc.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   901
file path=usr/share/man/man1/pdf2ps.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   902
file path=usr/share/man/man1/pdfopt.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   903
file path=usr/share/man/man1/pf2afm.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   904
file path=usr/share/man/man1/pfbtopfa.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   905
file path=usr/share/man/man1/printafm.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   906
file path=usr/share/man/man1/ps2ascii.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   907
file path=usr/share/man/man1/ps2epsi.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   908
file path=usr/share/man/man1/ps2pdf.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   909
file path=usr/share/man/man1/ps2pdfwr.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   910
file path=usr/share/man/man1/ps2ps.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   911
file Solaris/ps2ps2.1 path=usr/share/man/man1/ps2ps2.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   912
file Solaris/pv.sh.1 path=usr/share/man/man1/pv.sh.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   913
file path=usr/share/man/man1/wftopfa.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   914
link path=usr/lib/libgs.so target=libgs.so.$(COMPONENT_VERSION)
345
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   915
link path=usr/lib/libgs.so.9 target=libgs.so.$(COMPONENT_VERSION)
61b29cf8b717 6975488 Problem with utility/ghostscript
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents: 181
diff changeset
   916
link path=usr/lib/libgs.so.8 target=libgs.so.9
1135
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
   917
link path=usr/lib/$(MACH64)/libgs.so target=libgs.so.$(COMPONENT_VERSION)
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
   918
link path=usr/lib/$(MACH64)/libgs.so.9 target=libgs.so.$(COMPONENT_VERSION)
7f8ef38770aa 15592427 SUNBT6885855 ghostscript needs to be 64-bit enabled
Sonam Gupta <sonam.x.gupta@oracle.com>
parents: 683
diff changeset
   919
link path=usr/lib/$(MACH64)/libgs.so.8 target=libgs.so.9
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   920
link path=usr/sfw/bin/bdftops target=../../bin/bdftops
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   921
link path=usr/sfw/bin/dumphint target=../../bin/dumphint
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   922
link path=usr/sfw/bin/dvipdf target=../../bin/dvipdf
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   923
link path=usr/sfw/bin/eps2eps target=../../bin/eps2eps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   924
link path=usr/sfw/bin/fixmswrd.pl target=../../bin/fixmswrd.pl
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   925
link path=usr/sfw/bin/font2c target=../../bin/font2c
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   926
link path=usr/sfw/bin/gs target=../../bin/gs
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   927
link path=usr/sfw/bin/gsbj target=../../bin/gsbj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   928
link path=usr/sfw/bin/gsdj target=../../bin/gsdj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   929
link path=usr/sfw/bin/gsdj500 target=../../bin/gsdj500
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   930
link path=usr/sfw/bin/gslj target=../../bin/gslj
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   931
link path=usr/sfw/bin/gslp target=../../bin/gslp
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   932
link path=usr/sfw/bin/gsnd target=../../bin/gsnd
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   933
link path=usr/sfw/bin/lprsetup.sh target=../../bin/lprsetup.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   934
link path=usr/sfw/bin/pdf2dsc target=../../bin/pdf2dsc
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   935
link path=usr/sfw/bin/pdf2ps target=../../bin/pdf2ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   936
link path=usr/sfw/bin/pdfopt target=../../bin/pdfopt
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   937
link path=usr/sfw/bin/pf2afm target=../../bin/pf2afm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   938
link path=usr/sfw/bin/pfbtopfa target=../../bin/pfbtopfa
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   939
link path=usr/sfw/bin/printafm target=../../bin/printafm
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   940
link path=usr/sfw/bin/ps2ascii target=../../bin/ps2ascii
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   941
link path=usr/sfw/bin/ps2epsi target=../../bin/ps2epsi
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   942
link path=usr/sfw/bin/ps2pdf target=../../bin/ps2pdf
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   943
link path=usr/sfw/bin/ps2pdf12 target=../../bin/ps2pdf12
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   944
link path=usr/sfw/bin/ps2pdf13 target=../../bin/ps2pdf13
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   945
link path=usr/sfw/bin/ps2pdf14 target=../../bin/ps2pdf14
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   946
link path=usr/sfw/bin/ps2pdfwr target=../../bin/ps2pdfwr
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   947
link path=usr/sfw/bin/ps2ps target=../../bin/ps2ps
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   948
link path=usr/sfw/bin/pv.sh target=../../bin/pv.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   949
link path=usr/sfw/bin/unix-lpr.sh target=../../bin/unix-lpr.sh
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   950
link path=usr/sfw/bin/wftopfa target=../../bin/wftopfa
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   951
link path=usr/share/man/man1/eps2eps.1 target=ps2ps.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   952
link path=usr/share/man/man1/ps2pdf12.1 target=ps2pdf.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   953
link path=usr/share/man/man1/ps2pdf13.1 target=ps2pdf.1
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   954
629
daaab66f7276 7117296 legacy actions need some love
Rich Burridge <rich.burridge@oracle.com>
parents: 609
diff changeset
   955
legacy pkg=SUNWgscr \
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
   956
	name="GPL Ghostscript" \
587
9cc973a7ad62 7060335 several components contain version in their legacy actions' descriptions
Rich Burridge <rich.burridge@oracle.com>
parents: 548
diff changeset
   957
	desc="GPL Ghostscript"