components/gzip/gzip.p5m
branchs11u1-sru
changeset 2842 2168e180aa83
parent 755 e7d0aed114ef
child 2844 25fca853cb6d
equal deleted inserted replaced
2836:b85607555ab0 2842:2168e180aa83
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability committed>
    25 set name=pkg.fmri \
    25 set name=pkg.fmri \
    26     value=pkg:/compress/gzip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26     value=pkg:/compress/gzip@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.description value="The GNU Zip (gzip) compression utility"
    27 set name=pkg.description value="The GNU Zip (gzip) compression utility"
    28 set name=pkg.summary value="GNU Zip (gzip)"
    28 set name=pkg.summary value="GNU Zip (gzip)"
       
    29 set name=com.oracle.info.description value="GNU zip"
       
    30 set name=com.oracle.info.tpno value=7913
    29 set name=info.classification \
    31 set name=info.classification \
    30     value="org.opensolaris.category.2008:Applications/System Utilities"
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    31 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=org.opensolaris.arc-caseid \
    35 set name=org.opensolaris.arc-caseid \
    34     value=PSARC/2000/488
    36     value=PSARC/1999/555
    35 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 dir path=usr
       
    37 dir path=usr/bin
       
    38 dir path=usr/share
       
    39 dir path=usr/share/info
       
    40 dir path=usr/share/man
       
    41 dir path=usr/share/man/man1
       
    42 file path=usr/bin/gunzip
    38 file path=usr/bin/gunzip
    43 file path=usr/bin/gzcat
    39 file path=usr/bin/gzcat
    44 file path=usr/bin/gzcmp
    40 file path=usr/bin/gzcmp
    45 file path=usr/bin/gzdiff
    41 file path=usr/bin/gzdiff
    46 file path=usr/bin/gzexe
    42 file path=usr/bin/gzexe
    69 legacy pkg=SUNWgzip \
    65 legacy pkg=SUNWgzip \
    70     desc="The GNU Zip (gzip) compression utility" \
    66     desc="The GNU Zip (gzip) compression utility" \
    71     name="The GNU Zip (gzip) compression utility"
    67     name="The GNU Zip (gzip) compression utility"
    72 
    68 
    73 license gzip.license license="GPLv3, FDLv1.3"
    69 license gzip.license license="GPLv3, FDLv1.3"
       
    70 # zgrep needs a version of grep that has the -f command line option.
       
    71 depend fmri=system/xopen/xcu4 type=require