components/ghostscript/ghostscript.p5m
author srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
Thu, 29 Sep 2016 01:56:16 -0700
changeset 6992 359f1d9d5c6b
parent 3732 0f62cc221c7e
child 7819 b1bca76ec901
permissions -rw-r--r--
PSARC/2016/442 Refactoring the ghostscript package 18750479 Ghostscript package needs to be refactored to avoid pulling in desktop packages
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     1
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     2
# CDDL HEADER START
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     3
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     7
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     8
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    10
# See the License for the specific language governing permissions
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    11
# and limitations under the License.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    12
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    14
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    18
#
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    19
# CDDL HEADER END
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    20
#
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    21
# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    22
#
181
87e11e685b1f 7003927 userland should postprocess packaged files
Norm Jacobs <Norm.Jacobs@Oracle.COM>
parents: 178
diff changeset
    23
<transform file path=usr.*/man/.+ -> default mangler.man.stability volatile>
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    24
set name=pkg.fmri \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    25
    value=pkg:/print/filter/ghostscript@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    26
set name=pkg.summary value="GPL Ghostscript desktop utilities"
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    27
set name=pkg.linted.pkglint.dupaction001.1 value=true
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    28
set name=pkg.linted.pkglint.dupaction010.2 value=true
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    29
set name=com.oracle.info.description \
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    30
    value="GNU Ghostscript pacakge for graphical components"
1948
2d1537e7942d 18978320 Userland components should specify TPNOs in Makefiles instead of pkg manifests
John Beck <John.Beck@Oracle.COM>
parents: 1867
diff changeset
    31
set name=com.oracle.info.tpno value=$(TPNO)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    32
set name=info.classification \
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    33
    value="org.opensolaris.category.2008:System/Printing "
464
08f94c414553 7073736 need to turn _ into -
Mike Sullivan <Mike.Sullivan@Oracle.COM>
parents: 345
diff changeset
    34
set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    35
set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    36
set name=org.opensolaris.arc-caseid value=PSARC/2010/010
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    37
set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    38
file path=usr/bin/$(MACH64)/gsx pkg.depend.bypass-generate=libgs.so.9
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    39
file path=usr/bin/gsx pkg.depend.bypass-generate=libgs.so.9
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    40
file path=usr/bin/pv.sh
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    41
link path=usr/sfw/bin/pv.sh target=../../bin/pv.sh
178
4340c0d63702 7019309 move ghostscript to userland
sonam gupta - Sun Microsystems - Bangalore India <Sonam.Gupta@Sun.COM>
parents:
diff changeset
    42
file Solaris/pv.sh.1 path=usr/share/man/man1/pv.sh.1
3732
0f62cc221c7e 20440737 pkgfmt all Userland pkg(5) manifests
John Beck <John.Beck@Oracle.COM>
parents: 1948
diff changeset
    43
license ghostscript.license license=GPLv3
6992
359f1d9d5c6b PSARC/2016/442 Refactoring the ghostscript package
srikantha pandrahalli<srikantha.pandrahalli@oracle.com>
parents: 3732
diff changeset
    44
depend type=require fmri=pkg:/print/filter/ghostscript-core