components/gzip/gzip.p5m
branchs11-update
changeset 2799 1d47fff1ffff
parent 2551 0391c5c3b137
child 3149 f4a1eb51b252
equal deleted inserted replaced
2798:4504a5420685 2799:1d47fff1ffff
    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 dir path=usr
       
    39 dir path=usr/bin
       
    40 dir path=usr/share
       
    41 dir path=usr/share/info
       
    42 dir path=usr/share/man
       
    43 dir path=usr/share/man/man1
       
    44 file path=usr/bin/gunzip
    37 file path=usr/bin/gunzip
    45 file path=usr/bin/gzcat
    38 file path=usr/bin/gzcat
    46 file path=usr/bin/gzcmp
    39 file path=usr/bin/gzcmp
    47 file path=usr/bin/gzdiff
    40 file path=usr/bin/gzdiff
       
    41 file path=usr/bin/gzegrep
    48 file path=usr/bin/gzexe
    42 file path=usr/bin/gzexe
    49 file path=usr/bin/gzegrep
       
    50 file path=usr/bin/gzfgrep
    43 file path=usr/bin/gzfgrep
    51 file path=usr/bin/gzforce
    44 file path=usr/bin/gzforce
    52 file path=usr/bin/gzgrep
    45 file path=usr/bin/gzgrep
    53 file path=usr/bin/gzip
    46 file path=usr/bin/gzip
    54 file path=usr/bin/gzless
    47 file path=usr/bin/gzless
    66 file path=usr/share/man/man1/gzgrep.1
    59 file path=usr/share/man/man1/gzgrep.1
    67 file path=usr/share/man/man1/gzip.1
    60 file path=usr/share/man/man1/gzip.1
    68 file path=usr/share/man/man1/gzless.1
    61 file path=usr/share/man/man1/gzless.1
    69 file path=usr/share/man/man1/gzmore.1
    62 file path=usr/share/man/man1/gzmore.1
    70 file path=usr/share/man/man1/gznew.1
    63 file path=usr/share/man/man1/gznew.1
    71 legacy pkg=SUNWgzip \
    64 legacy pkg=SUNWgzip desc="The GNU Zip (gzip) compression utility" \
    72     desc="The GNU Zip (gzip) compression utility" \
       
    73     name="The GNU Zip (gzip) compression utility"
    65     name="The GNU Zip (gzip) compression utility"
       
    66 license gzip.license license="GPLv3, FDLv1.3"
    74 
    67 
    75 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
    76 # 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.
    77 depend fmri=system/xopen/xcu4 type=require
    71 depend type=require fmri=__TBD pkg.debug.depend.file=usr/xpg4/bin/grep