components/gzip/gzip.p5m
changeset 7957 39baccd8f6e8
parent 1948 2d1537e7942d
equal deleted inserted replaced
7956:4f61047bec23 7957:39baccd8f6e8
    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, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2017, 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)
    59 file path=usr/share/man/man1/gzgrep.1
    59 file path=usr/share/man/man1/gzgrep.1
    60 file path=usr/share/man/man1/gzip.1
    60 file path=usr/share/man/man1/gzip.1
    61 file path=usr/share/man/man1/gzless.1
    61 file path=usr/share/man/man1/gzless.1
    62 file path=usr/share/man/man1/gzmore.1
    62 file path=usr/share/man/man1/gzmore.1
    63 file path=usr/share/man/man1/gznew.1
    63 file path=usr/share/man/man1/gznew.1
    64 legacy pkg=SUNWgzip desc="The GNU Zip (gzip) compression utility" \
       
    65     name="The GNU Zip (gzip) compression utility"
       
    66 license gzip.license license="GPLv3, FDLv1.3"
    64 license gzip.license license="GPLv3, FDLv1.3"
    67 
    65 
    68 # znew requires python, see patches/znew.patch for details
    66 # znew requires python, see patches/znew.patch for details
    69 depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/python
    67 depend type=require fmri=__TBD pkg.debug.depend.file=usr/bin/python
    70 # zgrep needs a version of grep that has the -f command line option.
    68 # zgrep needs a version of grep that has the -f command line option.