components/gzip/gzip.p5m
branchs11u1-sru
changeset 2844 25fca853cb6d
parent 2842 2168e180aa83
equal deleted inserted replaced
2843:349e022de8ed 2844:25fca853cb6d
    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.summary value="GNU Zip (gzip)"
    27 set name=pkg.description value="The GNU Zip (gzip) compression utility"
    28 set name=pkg.description value="The GNU Zip (gzip) compression utility"
    28 set name=pkg.summary value="GNU Zip (gzip)"
       
    29 set name=com.oracle.info.description value="GNU zip"
    29 set name=com.oracle.info.description value="GNU zip"
    30 set name=com.oracle.info.tpno value=7913
    30 set name=com.oracle.info.tpno value=7913
    31 set name=info.classification \
    31 set name=info.classification \
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    32     value="org.opensolaris.category.2008:Applications/System Utilities"
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    34 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    35 set name=org.opensolaris.arc-caseid \
    35 set name=org.opensolaris.arc-caseid value=PSARC/1999/555
    36     value=PSARC/1999/555
       
    37 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    36 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    38 file path=usr/bin/gunzip
    37 file path=usr/bin/gunzip
    39 file path=usr/bin/gzcat
    38 file path=usr/bin/gzcat
    40 file path=usr/bin/gzcmp
    39 file path=usr/bin/gzcmp
    41 file path=usr/bin/gzdiff
    40 file path=usr/bin/gzdiff
       
    41 file path=usr/bin/gzegrep
    42 file path=usr/bin/gzexe
    42 file path=usr/bin/gzexe
    43 file path=usr/bin/gzegrep
       
    44 file path=usr/bin/gzfgrep
    43 file path=usr/bin/gzfgrep
    45 file path=usr/bin/gzforce
    44 file path=usr/bin/gzforce
    46 file path=usr/bin/gzgrep
    45 file path=usr/bin/gzgrep
    47 file path=usr/bin/gzip
    46 file path=usr/bin/gzip
    48 file path=usr/bin/gzless
    47 file path=usr/bin/gzless
    60 file path=usr/share/man/man1/gzgrep.1
    59 file path=usr/share/man/man1/gzgrep.1
    61 file path=usr/share/man/man1/gzip.1
    60 file path=usr/share/man/man1/gzip.1
    62 file path=usr/share/man/man1/gzless.1
    61 file path=usr/share/man/man1/gzless.1
    63 file path=usr/share/man/man1/gzmore.1
    62 file path=usr/share/man/man1/gzmore.1
    64 file path=usr/share/man/man1/gznew.1
    63 file path=usr/share/man/man1/gznew.1
    65 legacy pkg=SUNWgzip \
    64 legacy pkg=SUNWgzip desc="The GNU Zip (gzip) compression utility" \
    66     desc="The GNU Zip (gzip) compression utility" \
       
    67     name="The GNU Zip (gzip) compression utility"
    65     name="The GNU Zip (gzip) compression utility"
       
    66 license gzip.license license="GPLv3, FDLv1.3"
    68 
    67 
    69 license gzip.license license="GPLv3, FDLv1.3"
    68 # znew needs GNU chmod.
       
    69 depend type=require fmri=__TBD pkg.debug.depend.file=usr/gnu/bin/chmod
    70 # zgrep needs a version of grep that has the -f command line option.
    70 # zgrep needs a version of grep that has the -f command line option.
    71 depend fmri=system/xopen/xcu4 type=require
    71 depend type=require fmri=__TBD pkg.debug.depend.file=usr/xpg4/bin/grep