components/ghostscript/ghostscript-core.p5m
author saurabh.vyas@oracle.com
Wed, 05 Apr 2017 10:13:13 -0700
changeset 7832 a419c4c467ad
parent 7828 f7ee70770225
permissions -rw-r--r--
16354273 Upgrade ghostscript to 9.20 (packaging fix)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     1
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     2
# CDDL HEADER START
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     3
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     7
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    11
# and limitations under the License.
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    12
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    18
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    19
# CDDL HEADER END
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    20
#
7819
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    21
# Copyright (c) 2016, 2017, Oracle and/or its affiliates. All rights reserved.
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    22
#
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    24
set name=pkg.fmri \
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    25
    value=pkg:/print/filter/ghostscript-core@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    26
set name=pkg.summary value="GPL Ghostscript"
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    27
set name=com.oracle.info.description value="GNU Ghostscript Core"
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    28
set name=com.oracle.info.tpno value=$(TPNO)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    29
set name=info.classification \
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    30
    value="org.opensolaris.category.2008:System/Printing "
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    31
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    32
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    33
set name=org.opensolaris.arc-caseid value=PSARC/2016/442
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    34
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
7819
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    35
file path=usr/bin/$(MACH64)/dvipdf
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    36
file path=usr/bin/$(MACH64)/eps2eps
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    37
file path=usr/bin/$(MACH64)/font2c
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    38
file path=usr/bin/$(MACH64)/gs
7819
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    39
file path=usr/bin/$(MACH64)/gsbj
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    40
file path=usr/bin/$(MACH64)/gsc
7819
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    41
file path=usr/bin/$(MACH64)/gsdj
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    42
file path=usr/bin/$(MACH64)/gsdj500
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    43
file path=usr/bin/$(MACH64)/gslj
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    44
file path=usr/bin/$(MACH64)/gslp
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    45
file path=usr/bin/$(MACH64)/gsnd
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    46
file path=usr/bin/$(MACH64)/lprsetup.sh
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    47
file path=usr/bin/$(MACH64)/pdf2dsc
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    48
file path=usr/bin/$(MACH64)/pdf2ps
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    49
file path=usr/bin/$(MACH64)/pf2afm
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    50
file path=usr/bin/$(MACH64)/pfbtopfa
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    51
file path=usr/bin/$(MACH64)/printafm
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    52
file path=usr/bin/$(MACH64)/ps2ascii
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    53
file path=usr/bin/$(MACH64)/ps2pdf
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    54
file path=usr/bin/$(MACH64)/ps2pdf12
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    55
file path=usr/bin/$(MACH64)/ps2pdf13
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    56
file path=usr/bin/$(MACH64)/ps2pdf14
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    57
file path=usr/bin/$(MACH64)/ps2pdfwr
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    58
file path=usr/bin/$(MACH64)/ps2ps
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    59
file path=usr/bin/$(MACH64)/ps2ps2
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    60
file path=usr/bin/$(MACH64)/unix-lpr.sh
b1bca76ec901 PSARC/2015/272 Ghostscript 9.20
saurabh.vyas@oracle.com
parents: 6992
diff changeset
    61
file path=usr/bin/$(MACH64)/wftopfa
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    62
file path=usr/bin/dvipdf
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    63
file path=usr/bin/eps2eps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    64
file path=usr/bin/font2c
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    65
file path=usr/bin/gs
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    66
file path=usr/bin/gsbj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    67
file path=usr/bin/gsc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    68
file path=usr/bin/gsdj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    69
file path=usr/bin/gsdj500
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    70
file path=usr/bin/gslj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    71
file path=usr/bin/gslp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    72
file path=usr/bin/gsnd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    73
file path=usr/bin/lprsetup.sh
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    74
file path=usr/bin/pdf2dsc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    75
file path=usr/bin/pdf2ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    76
file path=usr/bin/pf2afm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    77
file path=usr/bin/pfbtopfa
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    78
file path=usr/bin/printafm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    79
file path=usr/bin/ps2ascii
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    80
file path=usr/bin/ps2epsi
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    81
file path=usr/bin/ps2pdf
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    82
file path=usr/bin/ps2pdf12
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    83
file path=usr/bin/ps2pdf13
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    84
file path=usr/bin/ps2pdf14
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    85
file path=usr/bin/ps2pdfwr
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    86
file path=usr/bin/ps2ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    87
file path=usr/bin/ps2ps2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    88
file path=usr/bin/unix-lpr.sh
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    89
file path=usr/bin/wftopfa
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    90
file path=usr/include/ghostscript/gdevdsp.h
7832
a419c4c467ad 16354273 Upgrade ghostscript to 9.20 (packaging fix)
saurabh.vyas@oracle.com
parents: 7828
diff changeset
    91
file path=usr/include/ghostscript/gserrors.h
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    92
file path=usr/include/ghostscript/iapi.h
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    93
file path=usr/include/ghostscript/ierrors.h
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    94
file path=usr/include/ijs/ijs.h
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    95
file path=usr/include/ijs/ijs_client.h
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    96
file path=usr/include/ijs/ijs_server.h
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    97
link path=usr/lib/$(MACH64)/libgs.so target=libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    98
file path=usr/lib/$(MACH64)/libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
    99
link path=usr/lib/$(MACH64)/libgs.so.8 target=libgs.so.9
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   100
link path=usr/lib/$(MACH64)/libgs.so.9 target=libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   101
file build/$(MACH64)/ijs/.libs/libijs.a path=usr/lib/$(MACH64)/libijs.a
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   102
link path=usr/lib/libgs.so target=libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   103
file path=usr/lib/libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   104
link path=usr/lib/libgs.so.8 target=libgs.so.9
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   105
link path=usr/lib/libgs.so.9 target=libgs.so.$(COMPONENT_VERSION)
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   106
file build/$(MACH32)/ijs/.libs/libijs.a path=usr/lib/libijs.a
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   107
file path=usr/lib/pkgconfig/ijs.pc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   108
link path=usr/sfw/bin/dvipdf target=../../bin/dvipdf
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   109
link path=usr/sfw/bin/eps2eps target=../../bin/eps2eps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   110
link path=usr/sfw/bin/font2c target=../../bin/font2c
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   111
link path=usr/sfw/bin/gs target=../../bin/gs
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   112
link path=usr/sfw/bin/gsbj target=../../bin/gsbj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   113
link path=usr/sfw/bin/gsdj target=../../bin/gsdj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   114
link path=usr/sfw/bin/gsdj500 target=../../bin/gsdj500
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   115
link path=usr/sfw/bin/gslj target=../../bin/gslj
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   116
link path=usr/sfw/bin/gslp target=../../bin/gslp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   117
link path=usr/sfw/bin/gsnd target=../../bin/gsnd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   118
link path=usr/sfw/bin/lprsetup.sh target=../../bin/lprsetup.sh
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   119
link path=usr/sfw/bin/pdf2dsc target=../../bin/pdf2dsc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   120
link path=usr/sfw/bin/pdf2ps target=../../bin/pdf2ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   121
link path=usr/sfw/bin/pf2afm target=../../bin/pf2afm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   122
link path=usr/sfw/bin/pfbtopfa target=../../bin/pfbtopfa
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   123
link path=usr/sfw/bin/printafm target=../../bin/printafm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   124
link path=usr/sfw/bin/ps2ascii target=../../bin/ps2ascii
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   125
link path=usr/sfw/bin/ps2epsi target=../../bin/ps2epsi
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   126
link path=usr/sfw/bin/ps2pdf target=../../bin/ps2pdf
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   127
link path=usr/sfw/bin/ps2pdf12 target=../../bin/ps2pdf12
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   128
link path=usr/sfw/bin/ps2pdf13 target=../../bin/ps2pdf13
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   129
link path=usr/sfw/bin/ps2pdf14 target=../../bin/ps2pdf14
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   130
link path=usr/sfw/bin/ps2pdfwr target=../../bin/ps2pdfwr
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   131
link path=usr/sfw/bin/ps2ps target=../../bin/ps2ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   132
link path=usr/sfw/bin/unix-lpr.sh target=../../bin/unix-lpr.sh
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   133
link path=usr/sfw/bin/wftopfa target=../../bin/wftopfa
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   134
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   135
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   136
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   137
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   138
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   139
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   140
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   141
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/78ms-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   142
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/83pv-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   143
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   144
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90ms-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   145
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   146
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90msp-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   147
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   148
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/90pv-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   149
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   150
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   151
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   152
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Add-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   153
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-0
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   154
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   155
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   156
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-3
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   157
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-4
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   158
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-5
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   159
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-CNS1-6
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   160
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-0
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   161
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   162
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   163
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-3
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   164
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-4
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   165
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-GB1-5
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   166
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-0
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   167
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   168
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   169
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-3
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   170
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-4
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   171
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-5
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   172
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Japan1-6
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   173
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-0
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   174
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   175
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Adobe-Korea1-2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   176
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   177
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   178
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   179
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/B5pc-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   180
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   181
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   182
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   183
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS1-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   184
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   185
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/CNS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   186
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   187
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETHK-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   188
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   189
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETen-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   190
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   191
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/ETenms-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   192
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   193
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   194
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   195
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   196
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   197
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Ext-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   198
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   199
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   200
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   201
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GB-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   202
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   203
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   204
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   205
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBK2K-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   206
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   207
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBKp-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   208
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   209
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   210
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   211
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBT-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   212
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   213
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBTpc-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   214
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   215
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/GBpc-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   216
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   217
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   218
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdla-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   219
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   220
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKdlb-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   221
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   222
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKgccs-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   223
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   224
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm314-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   225
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   226
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKm471-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   227
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   228
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/HKscs-B5-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   229
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hankaku
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   230
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Hiragana
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   231
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   232
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   233
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Identity-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   234
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   235
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   236
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   237
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   238
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-Johab-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   239
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   240
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   241
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   242
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-HW-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   243
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCms-UHC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   244
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   245
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/KSCpc-EUC-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   246
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Katakana
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   247
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   248
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/NWP-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   249
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   250
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/RKSJ-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   251
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/Roman
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   252
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   253
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UCS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   254
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   255
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF16-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   256
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   257
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   258
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   259
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniCNS-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   260
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   261
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UCS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   262
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   263
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF16-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   264
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   265
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   266
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   267
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniGB-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   268
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniHojo-UCS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   269
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   270
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   271
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-HW-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   272
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UCS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   273
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   274
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF16-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   275
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   276
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   277
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   278
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   279
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   280
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF16-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   281
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   282
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   283
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   284
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJIS2004-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   285
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-HW-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   286
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UCS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   287
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISPro-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   288
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   289
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX0213-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   290
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   291
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniJISX02132004-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   292
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   293
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UCS2-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   294
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   295
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF16-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   296
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   297
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF32-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   298
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-H
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   299
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/UniKS-UTF8-V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   300
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/V
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   301
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/CMap/WP-Symbol
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   302
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultCMYK
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   303
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultGray
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   304
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/DefaultRGB
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   305
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/TrivialCMYK
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   306
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/sGray
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   307
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/ColorSpace/sRGB
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   308
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Dingbats
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   309
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Symbol
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   310
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Unicode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   311
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/FCO_Wingdings
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   312
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Latin1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   313
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/StandardEncoding
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   314
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Decoding/Unicode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   315
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Encoding/Wingdings
7828
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   316
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/C059-BdIta
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   317
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/C059-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   318
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/C059-Italic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   319
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/C059-Roman
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   320
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/D050000L
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   321
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonoPS-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   322
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonoPS-BoldItalic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   323
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonoPS-Italic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   324
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusMonoPS-Regular
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   325
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRoman-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   326
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRoman-BoldItalic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   327
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRoman-Italic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   328
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusRoman-Regular
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   329
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSans-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   330
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSans-BoldOblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   331
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSans-Oblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   332
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSans-Regular
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   333
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSansNarrow-BdOblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   334
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSansNarrow-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   335
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSansNarrow-Oblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   336
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/NimbusSansNarrow-Regular
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   337
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/P052-Bold
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   338
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/P052-BoldItalic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   339
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/P052-Italic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   340
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/P052-Roman
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   341
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/StandardSymbolsPS
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   342
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookman-Demi
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   343
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookman-DemiItalic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   344
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookman-Light
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   345
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWBookman-LightItalic
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   346
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothic-Book
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   347
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothic-BookOblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   348
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothic-Demi
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   349
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/URWGothic-DemiOblique
f7ee70770225 25824451 ps2pdf fails after uprev of ghostscript to 9.20
saurabh.vyas@oracle.com
parents: 7819
diff changeset
   350
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Font/Z003-MediumItalic
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   351
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIcidfmap
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   352
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIconfig
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   353
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FAPIfontmap
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   354
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/FCOfontmap-PCLPS2
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   355
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   356
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/Fontmap.GS
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   357
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/cidfmap
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   358
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_agl.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   359
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_btokn.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   360
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cet.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   361
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cff.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   362
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidcm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   363
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ciddc.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   364
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   365
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidfn.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   366
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cidtt.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   367
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cmap.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   368
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_cspace.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   369
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dbt_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   370
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskf.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   371
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_diskn.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   372
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dpnxt.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   373
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   374
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps1.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   375
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dps2.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   376
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_dscp.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   377
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_epsf.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   378
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fapi.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   379
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fntem.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   380
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_fonts.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   381
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_frsd.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   382
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_icc.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   383
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_il1_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   384
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_img.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   385
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_init.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   386
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_l2img.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   387
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_lev2.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   388
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ll3.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   389
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mex_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   390
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mgl_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   391
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_mro_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   392
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdf_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   393
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_pdfwr.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   394
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_res.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   395
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_resmp.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   396
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_setpd.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   397
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_statd.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   398
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_std_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   399
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_sym_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   400
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_trap.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   401
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_ttf.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   402
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ32.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   403
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_typ42.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   404
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_type1.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   405
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/gs_wan_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   406
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_base.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   407
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_draw.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   408
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_font.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   409
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_main.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   410
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_ops.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   411
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_rbld.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   412
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/pdf_sec.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   413
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/Init/xlatmap
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   414
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/CNS1-WMode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   415
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/GB1-WMode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   416
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Japan1-WMode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   417
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/Resource/SubstCID/Korea1-WMode
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   418
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/API.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   419
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/C-style.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   420
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/COPYING
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   421
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Changes.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   422
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Commprod.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   423
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/DLL.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   424
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Deprecated.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   425
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   426
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Details8.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   427
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Develop.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   428
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Devices.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   429
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Drivers.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   430
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Fonts.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   431
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Helpers.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   432
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Hershey.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   433
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History1.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   434
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History2.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   435
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History3.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   436
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History4.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   437
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History5.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   438
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History6.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   439
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History7.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   440
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/History8.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   441
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Install.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   442
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Issues.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   443
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Language.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   444
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Lib.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   445
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Make.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   446
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/News.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   447
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Projects.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   448
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps-style.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   449
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Ps2epsi.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   450
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Psfiles.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   451
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Readme.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   452
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Release.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   453
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Source.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   454
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Unix-lpr.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   455
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Use.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   456
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/Xfonts.htm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   457
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs-vms.hlp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   458
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gs.css
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   459
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/gsdoc.el
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   460
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/doc/index.html
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   461
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/alphabet.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   462
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/annots.pdf
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   463
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/colorcir.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   464
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/doretree.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   465
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/escher.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   466
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/golfer.eps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   467
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/grayalph.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   468
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/ridt91.eps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   469
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/snowflak.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   470
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/tiger.eps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   471
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/vasarely.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   472
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/examples/waterfal.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   473
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_cmyk.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   474
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_gray.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   475
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/default_rgb.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   476
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/lab.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   477
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_cmyk.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   478
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_gray.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   479
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/ps_rgb.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   480
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/sgray.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   481
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/iccprofiles/srgb.icc
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   482
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFA_def.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   483
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PDFX_def.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   484
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   485
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM760pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   486
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   487
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/PM820pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   488
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   489
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc670pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   490
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   491
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc680pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   492
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   493
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc740pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   494
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   495
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc760pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   496
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   497
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stc777pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   498
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   499
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp720pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   500
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   501
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/Stp870pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   502
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/acctest.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   503
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/addxchar.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   504
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/align.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   505
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8.rpd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   506
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8gc12f.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   507
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8hg12f.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   508
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8oh06n.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   509
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pa06n.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   510
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8pp12f.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   511
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bj8ts06n.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   512
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000a1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   513
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc6000b1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   514
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a0.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   515
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   516
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a2.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   517
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a3.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   518
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a4.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   519
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a5.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   520
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a6.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   521
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a7.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   522
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610a8.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   523
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   524
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b2.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   525
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b3.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   526
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b4.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   527
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b6.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   528
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b7.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   529
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/bjc610b8.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   530
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/caption.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   531
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc600.ppd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   532
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cbjc800.ppd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   533
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj550.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   534
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   535
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cdj690ec.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   536
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/cid2code.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   537
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/decrypt.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   538
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_init.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   539
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dmp_site.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   540
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750c.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   541
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/dnj750m.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   542
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/docie.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   543
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/escp_24.src
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   544
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2c.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   545
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/font2pcl.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   546
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ghostpdf.ppd
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   547
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ce_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   548
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_cmdl.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   549
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_il2_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   550
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_kanji.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   551
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_ksb_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   552
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   553
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l.xpm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   554
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_l_m.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   555
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgo_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   556
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_lgx_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   557
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   558
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m.xpm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   559
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_m_m.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   560
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_pfile.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   561
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_rdlin.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   562
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   563
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s.xpm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   564
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_s_m.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   565
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   566
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t.xpm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   567
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_t_m.xbm
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   568
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl1_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   569
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl2_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   570
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gs_wl5_e.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   571
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gslp.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   572
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/gsnup.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   573
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ht_ccsto.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   574
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/image-qa.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   575
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/impath.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   576
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/jispaper.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   577
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/landscap.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   578
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/level1.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   579
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/lines.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   580
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markhint.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   581
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/markpath.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   582
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/mkcidfm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   583
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   584
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/necp2x6.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   585
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/packfile.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   586
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pcharstr.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   587
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdf2dsc.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   588
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pdfwrite.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   589
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pf2afm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   590
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pfbtopfa.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   591
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ppath.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   592
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/pphs.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   593
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/prfont.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   594
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/printafm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   595
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ai.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   596
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2ascii.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   597
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ps2epsi.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   598
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/quit.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   599
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   600
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras24.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   601
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras3.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   602
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras32.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   603
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras4.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   604
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/ras8m.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   605
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/rollconv.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   606
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400a1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   607
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/s400b1.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   608
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sharp.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   609
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showchar.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   610
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/showpage.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   611
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/sipixa6.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   612
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ih.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   613
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640ihg.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   614
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   615
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pg.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   616
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   617
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/st640plg.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   618
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   619
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc1520h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   620
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   621
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc200_h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   622
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2_h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   623
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc2s_h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   624
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   625
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   626
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc300bm.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   627
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   628
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc500ph.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   629
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600ih.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   630
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   631
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc600pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   632
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc640p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   633
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc740ih.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   634
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800ih.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   635
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800p.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   636
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc800pl.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   637
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   638
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stc_l.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   639
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   640
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcany_h.upp
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   641
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcinfo.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   642
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stcolor.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   643
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/stocht.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   644
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceimg.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   645
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/traceop.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   646
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1enc.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   647
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/type1ops.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   648
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/uninfo.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   649
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/unprot.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   650
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewcmyk.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   651
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewgif.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   652
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewjpeg.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   653
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewmiff.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   654
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpbm.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   655
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewpcx.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   656
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/viewps2a.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   657
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wftopfa.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   658
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/winmaps.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   659
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/wrfont.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   660
file path=usr/share/ghostscript/$(COMPONENT_VERSION)/lib/zeroline.ps
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   661
file Solaris/GSinterface path=usr/share/ghostscript/interfaces/GSinterface
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   662
file Solaris/GSinterface.1 path=usr/share/man/man1/GSinterface.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   663
file path=usr/share/man/man1/dvipdf.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   664
link path=usr/share/man/man1/eps2eps.1 target=ps2ps.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   665
file path=usr/share/man/man1/font2c.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   666
file path=usr/share/man/man1/gs.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   667
file path=usr/share/man/man1/gslp.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   668
file path=usr/share/man/man1/gsnd.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   669
file path=usr/share/man/man1/pdf2dsc.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   670
file path=usr/share/man/man1/pdf2ps.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   671
file path=usr/share/man/man1/pf2afm.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   672
file path=usr/share/man/man1/pfbtopfa.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   673
file path=usr/share/man/man1/printafm.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   674
file path=usr/share/man/man1/ps2ascii.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   675
file path=usr/share/man/man1/ps2epsi.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   676
file path=usr/share/man/man1/ps2pdf.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   677
link path=usr/share/man/man1/ps2pdf12.1 target=ps2pdf.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   678
link path=usr/share/man/man1/ps2pdf13.1 target=ps2pdf.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   679
file path=usr/share/man/man1/ps2pdfwr.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   680
file path=usr/share/man/man1/ps2ps.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   681
file Solaris/ps2ps2.1 path=usr/share/man/man1/ps2ps2.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   682
file path=usr/share/man/man1/wftopfa.1
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   683
license ghostscript.license license=GPLv3
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents:
diff changeset
   684
depend type=optional fmri=print/filter/[email protected],5.12-5.12.0.0.0.110